Re: Error 701, not enough procedure cache (*Urgent*)
Hello Sunil, I would suggest that you post this in a new thread, to many questions related to different topics in one single thread are confusing especially when this thread is from August last year....
View ArticleRe: "Simple" Array Problem...
If you look at the screenshot again, the reason it shows blank on the Group Footer is because, the Maximum({JobOperations.UJMOCLOCKDATETIME}) = 4/8/2015 8:03:58 AM - which is the first row! However,...
View ArticleVariant config - Parent child link
Hi All, I am using SAP FM to get the Variant config of a material which includes multi level childs.It is returning me all the parent and child materials but there is no link specified in the data. I...
View ArticleRe: Monitoring WEB App Server during Load testing
If you have platform search running that means you have at least one APS in enabled and running status - that means SAP Java process or processes.Platform search is known to take all CPU/Memory if not...
View ArticleHow to add Line hight in sap.ui.layout.form.Form ?
Hi,i am using the sap.ui.layout.form.Form and sap.ui.layout.form.ResponsiveLayout as layout. And i gave line height from CSS using 'line-height' style, it is working good in Chrome but coming to the...
View ArticleRe: Array index out of bounds exception udf
Hi,I could not get your requirement.below code will send blank to target if ZZPARSRATING has some values in source side.if ((!aRating[i].equals(""))||(!aRating[i].equals(null))){...
View ArticleRe: ITAB DUPLICATE KEY
Hi, Itab_duplicate_key error comes when you have multiple records for same key in source table or PSA. Define the internal table as standard table in the routine. If your code was running properly...
View ArticleRe: Webdispatcher - Port for Java-System
Hello Chris, The correct port is indeed message server's, which will be reached and queried about all the available instances on the system and with this information, web dispatcher knows which...
View ArticleRe: Navigation from Master to Detail view
Hello, you have missed "targetAggregation" in component.js file inside the subroutes, subroutes:[ { pattern:"{salesorder}", name:"salesorder", view:"Detail", targetAggregation:"detailPages" } ]
View ArticleRe: Integrating SAP TM with ECC without PI (through WSRM)
Hi Pradeep, I did not receive your documents yet.Appreciate if you can send them now. Thanks,IK.
View Articlecode for lock/unlock
Dear Experts,Can you kindly guide whether following coding is correct or not? Step1:From SE11,create lock object->EZ_ZTABLENMAE with primary table = ztable_name Mode =E.Step2: A) Call function...
View ArticleRe: Integrating SAP TM with ECC without PI (through WSRM)
Hi Indu, Can you please check your inbox now? Yes, scenario configurations are listed in the document with detailed steps. Please go through this thread, I mentioned ESR contents need to be imported in...
View ArticleLooking for a career in SAP MM
Hello SCN, I am a newbie to this community and sorry if this discussion is inappropriate under this topic . I am working as an end user in SAP R/3 with a prominent retail enterprise for the past 7...
View ArticleRe: Lock/unlock Function modules
There are some Enque and dequeu lock/unlock function modules which are RFC enabled, but not all of them. When you create a Lock object you need to provide Allow RFC tick in the Attributes tab, only...
View ArticleRe: Query to show A/R INVOICE
Hi, Try this query: SELECT T0.[CardCode] AS 'Customer/Vendor Code', T0.[CardName] AS 'Customer/Vendor Name', t2.GroupName,t1.CardType ,T0.[ItemCode] AS 'Item No.',T0.[Dscription] AS 'Item Description',...
View ArticleRe: SAP Screen personas instance login issue
The password you set during creation work for the default user SAP* and DDIC, but not for user OPENSAP.I faced the same error when trying to logon with user OPENSAP and the password I set during...
View ArticleRe: Worrying Error message throughout the portal - Need help!
Hello Phil, I know this thread is very old. Can you just explain the below part :"if they are active on any of the CM repositories then you need to go into those repositories and remove the services...
View ArticleRe: Formula Calculation for Over all results IN BEx report.
Instead of local calculation make use of Exception aggregation. Exception aggregation----Count of all values that are not equal to zero
View Article