Re: Creation of Multiple Variables of same type at runtime
Hi Braham, I didnt use cl_genios_variable, but for your case i think you can do like this: TYPES : Begin of lst_genios, genios TYPE REF TO cl_genios_variable, End of...
View ArticleRe: I am Unable to Change the leave request after approved by manager
Absence can be changed even after approved but cant be after posted depends upon customization in table V_t554s_web for the absence typeIn your case this error looks like more of a custom message ie...
View ArticleRe: some problems in my bdc program for mm02
Since your question is marked as Resolved, I asked for solution. Anyway Can you send me the screen shot of your Foreground display of BDC run.Also send me the txt file.In foreground run, what value...
View ArticleRe: Credit Block via User Exit at Line Item
OK, it's a bit more clear now. So I'm guessing we're talking about the Third-party Sales scenario. The goods need to be ordered from the third-party specifically for the customer's order. There are...
View ArticleBAPI_PROCORD_CHECK_MAT_AVAIL affecting screen flow
I have a strange problem with this BAPI, which is called in a loop for several orders. The flow goes like this: 1. Program (report type with selection screen) starts, does some processing, and calls...
View ArticleRe: BAPI_PROCORD_CHECK_MAT_AVAIL affecting screen flow
Found it! I came up with the idea of putting a breakpoint precisely on SET SCREEN command, and there lies the problem. Function module CO_ZA_AVAIL_CHK_ORDER_MULTI (which is called indirectly by the...
View ArticleRe: Transport version management check
Check these links http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/18/018c515deb4f929fe55205c2f1662a/content.htm?frameset=/EN/54/aab1cb0e514c968ade918f3a870d74/frameset.htm...
View ArticleField exits on NWBC
Good morning everybody: My customer is considering upgrade the SAP GUI to NWBC, however they have a considerable number of validations using Field Exits. Do you know if there is any technical...
View ArticleRe: How to remove null characters at the end of my output file?
http://help.sap.com/saphelp_470/helpdata/EN/fc/eb3d35358411d1829f0000e829fbfe/content.htm According to the above link if we specifiy the length of string while transferring, the string will be...
View ArticleRe: Smartform Designing Issue
Many thanks everybody for your valuable input. However, I resolved my issue as Fred suggested. Also as he said "Only on first page" option didn't work as I'd a big blank space...
View ArticlePO driver program problem
Hi, I am unable to debug PO driver program on SAVE, when i checked with my functional on config he says everything is perfect in NACE. But, the driver program break points are called when i click on...
View ArticleRe: Create & Read Text with more than 255 Chars
While not string_variable is initial. move String_variable(132) to long_text-line. move String_variable+132 to String_variable. append long_text.endwhile. Does get you a leg up? Neal
View ArticleRe: Wrong value in RV61A-AWEIN on return order
Try to update UoM in conditions using exit: USEREXIT_PRICING_PREPARE_TKOMP Regards
View ArticleRe: ABAP Run time error (GETWA_NOT_Assigned_RANGE) while running print job in...
Please provide details for spool # mentioned in the job log. Best,Abhijith
View ArticleRe: Implementing Workflows WS00400004 and WS10000051/WS10000052
Hi Joe, I'm referring to the first suggestion "Create a custom workflow and link to the variant/company code". From your custom workflow you should call to first sub workflow WS00400004 and then...
View ArticleRe: Create & Read Text with more than 255 Chars
Try to pass your text to FM "RSDG_WORD_WRAP" and split it into lines of your desired number of characters before passing it to "CREATE_TEXT". The TABLES parameter "out_lines" will contain the text...
View ArticleRe: Wrong value in RV61A-AWEIN on return order
Thank you netweaver developer, Do you think I need to do this because the code above is not enough or because some other code must be doing something with the price fields? Regards,Carlos
View ArticleRe: ABAP Run time error (GETWA_NOT_Assigned_RANGE) while running print job in...
hello, can you provide more details about the GETWA_NOT_Assigned_RANGE error. for ex. from error analysis etc best regards,swanand
View ArticleRe: Smartform page break issue.
Hello.I think that header options of the table should be mark here: RegardsMiguel
View ArticleRe: I am Unable to Change the leave request after approved by manager
yes in leave overview employee can change and delete posted leaves tooYou can control deletion via V_t554s_web for posted leaves
View Article