Re: How to avoid scroll bars in table control(Module pool) ?
Hi nitin, I created table control without selecting that scroll option only, still I got scroll bar. Issue solved by making the tc-lines = 0 in PBO.
View ArticleRe: SOAP Testing error: INTERNAL.CLIENT_SEND_FAILED (SOAP UI)
Hi Raghuraman, URL is ok, Please see the trace level in moni..<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Call Adapter --> <SAP:Trace...
View ArticleRe: Handle empty JSON message in REST receiver adapter
Hi Poornima, Please provide more details about your scenario and error. regards,Harish
View ArticleHow to set default value in Standard dialog screen?
Dear Experts, In MM01, when ever new material has been created & extending it to sales view, then have to default value in field Distribution channel& it should be change based on Material...
View ArticleRe: Infinite loop while setting value to CurrentCommon's field in BeforeSave...
Hi Acron, It could also be becuase, you might have defined BeforeSave on any other BO which inherits from Business Partner Template BO. You could check this: http://scn.sap.com/thread/3905737 Thanks,...
View Articlebapi create po system give message no. bm035
Deal all, when i use bapi 'BAPI_PO_CREATE1' create po, system give me a error message no. bm035(Measurement unit & has no ISO code). I don't konw how to sorve it. But when i use T-code ME21N to...
View ArticleRe: SPOOL DOWNLOAD IS TRUNCATED
Rohan, Can you elaborate how the spool job is being created. If you want to download your internal table data to excel then use FM SAP_CONVERT_TO_XLS_FORMAT. Otherwise, if spool is being generated...
View ArticleRe: Put into process Again !
Hi Rubab, Below are the different ways i thought your request can be moved forward. 1. Restrict through authorization as suggested earlier. 2. Using User Status, restrict all posting if the plan cost...
View ArticlePO print preview button sends e mail for output with medium 5
Hello Everyone, We are using PO output type with transmission medium - 5 (external send) with communication strategy (CS01 - Internet / letter) with processing type 3 (send with application own...
View ArticleRe: Accessing Component.js Model in View.controller
Hi Faddy , I agree with @Maksim Rashchynski . Component init is called after view init . Issue : Cannot read property 'attachRouteMatched' of undefined Solution : Router is configuration missing in...
View ArticleLoan request iview is not appear in ESS/MSS
Hi Experts, I am unable to see the loan request iview in ESS/MSS. I have added the standard loan request iview to ESS/MSS role then assigned to user. But when we open the ESS/MSS can't see the loan...
View ArticleRe: PO Price not adopted from PR
Hi,As you tried EFB parameter ID, Just try with OMFI and create value ZZ. For PR to PO with value copy, Also better select check box "Ref. to purchase requisition" in OMET with value creation as ZZ and...
View ArticleRe: Populating values for Dropdown using system date
Hi Bala, You can use the following script code to populate a listbox as required: var today = APPLICATION.getInfo().dateNowInternalFormat;var month = Convert.stringToInt(today.substring(4,6));var year...
View ArticleRe: Service Provider Called : Incorrect SP Object Status. While creating Case.
Dear Soumyaranjan, Thanks For your valuable advice. But in NRIV table values is maintaind as, Thanks & Regards,Manish.
View ArticleRe: i18n Issue
HI Karthikeyan , We have to create resource models also for more Information please Refer Step 8: Translatable Texts Regards,Jibin Joy
View ArticleRe: Posting of Payroll result for two diff company codes
Dear Jagan, Issue is resolved now.My problem was (Assign Balance sheet acct) Rules were not set on Employee groups when i changed rules system picked right GL for posting. Thanks...
View ArticleRe: how to write the code in custom method in BO
Hi , You already delegated the BO. Now you can create new method in it and write the code according to your requirement . As per your requirement you have to create custom event as well . Then call...
View Article