Re: CCMSPING: Monitoring pause
You are working with two different monitoring systems, while the new style does pull metrics from CCMS; there is no method to hold CCMS alerts (via rz20) and keep the system from going red under system...
View ArticleRe: LSMW - Can I add BAPIs (or Methods) that are not in LSMW?
Hi David, Inserting BAPIs or methods into an LSMW session may be unavailable like others have said. It is, however, quite easy to insert ABAP code into an LSMW recording. I wrote a 4-page 'How-To' on...
View Article"Unknown runtime error" for /BC/BSP/SAP/thtmlb_scripts/scripts.js
Hi All, I am getting "Unknown runtime error" related to javascript. I followed below mentioned blog. But my expand button is not working. Here is my complete page code....
View ArticleRe: concatenate logic not working
Hi, Try doing should work CONCATENATE wa_final-durat(3) ':' wa_final-durat+3(2) INTO l_text3. Cheers,Arindam
View ArticleRe: Developing SAP iOS App
Ok... I think I am doing something wrong. I have a SAP NetWeaver Gateway developer tool for XCode.When I am trying to connect to sapes1.sapdevcenter.com it says that the network connection was lost and...
View ArticleRe: Connecting MS Sharepoint to SAP Gateway using the oData protocol and...
Dear Alex, any solution as of now?We are having the exact same issue.As per the tutorial we created the oData Service and tested it via IE, worked fine with Basic Authentification (passing the SAP User...
View ArticleRe: How to approach the second version of an existing GW service?
Hi Krishna, many thanks for your reply. Each version of an existing service has its own code base so that different customers can use different versions of the service. Have a nice weekend. Regards,...
View ArticleConnectionException on creating UDC connection
Hi All I am on SAP MII 12.2 and while trying to create a UDC connection,I am getting the following error : Unable to create socket connection [EXCEPTION]java.net.ConnectException: Connection refusedat...
View ArticleRe: Unable to access a formatted search
Hi Martin Lewis, Thank you so much for your valuable feedback. Regards,Nagarajan
View ArticleRe: Severe error(s) occured in phase PREP_PRE_CHECK/SPAMCHK_INI!
Hi,Can you first login in the current system that need to be updates. Please check you can login with DDIC and run SPAM. What is the version showing there. It looks line that the SUM tool cant login or...
View ArticleRe: Severe error(s) occured in phase PREP_PRE_CHECK/SPAMCHK_INI!
Dear RishiNow i run spam then a Dump is come Runtime Errors CALL_FUNCTION_NOT_FOUNDExcept. CX_SY_DYN_CALL_ILLEGAL_FUNCDate and Time 08.09.2013 05:39:13 Short TextFunction module...
View ArticleRe: How to Check if Parallel Execution works in SAP BPC 10 NW
Hi,The note has a constrain in terms of supporting resources required for parallel processing. "hardware resources, including CPU time, memory and dialog sessions. If your system's hardware resources...
View ArticleRe: Severe error(s) occured in phase PREP_PRE_CHECK/SPAMCHK_INI!
Hi,This the reason why SUM tool is failing. Did you try to update spam before running SUM. Please check if function module SPAM_SYNCHRONIZE_PAT03_TEPSIN is in system and then try to activate it if not...
View ArticleRe: Severe error(s) occured in phase PREP_PRE_CHECK/SPAMCHK_INI!
Dear Rishi Pl give me step how i find and activate pl give tcode ...please Thanks
View ArticleRe: Severe error(s) occured in phase PREP_PRE_CHECK/SPAMCHK_INI!
Dear RishiI goto se37 and give function name but it not found Nainesh
View ArticleRe: BI-IP PAK Feedback
Hi,Thanks for the answer.What was your driving factors for moving into pak based solution? Is it just the processing time ? What is avg % change in processing time for your planning functions? Pratyush
View ArticleRe: Severe error(s) occured in phase PREP_PRE_CHECK/SPAMCHK_INI!
Hi,Please login in se37 and give the SPAM_SYNCHRONIZE_PAT03_TEPSIN and click on the display and see if its active and when was it chnaged. ThanksRishi Abrol
View ArticleRe: Severe error(s) occured in phase PREP_PRE_CHECK/SPAMCHK_INI!
Dear ReshiThis function not fount in this system where in other system it show now i alos download but how i upload it...becaus wen i create it askFunction ModuleFunction groupShort text Thanks
View ArticleRe: Disable change authorization in debug mode for single class
Hi, they can also go straight to DB table using SE16 and get attachment from there. Right? Honestly, that case when they really need to have access to change in debugger should be so rare that you can...
View ArticleRe: Can't Inventory Transfer Bin to Bin
Hi Bryan,This is my version in C#oGT.Lines.ItemCode = ItemCode; oGT.Lines.Quantity = 1; oGT.Lines.FromWarehouseCode =sWhsCode; int iSerialLines = 0; foreach (string Serial in SerialCollection) {...
View Article