I have a "Z" program that submits multiple runs of RFEBKA00. Everything seems good except it is not creating the Posting Log even though I have it selected when I submit the job. Any ideas what the issue could be? This is what the submit looks like
...
I am using a program to change Addrerss Name1 by using a Perform in the SapScriptIt returns the converted Name in upper case as it should, but then names2, 3, and 4 are blanked out. If I uncomment the line NAME ®UH-ZNME1&, ®UH-ZNME2...
We created a function module to be used as a Follow-up action. The follow-up action is level O. The function module runs successfully and sends the desired email. But, after the function module call the standard SAP code continues to execute and e...
I am trying to improve a function module that gets called anywhere between 5 to 45000 times per processing run. In this function module, I found the following select statements:Original code SELECT SINGLE kunnr FROM vbpa INTO customer_number ...
I am having a problem with the start-of-selection being triggered with the enter key after I edited the selections and change a value. Specifically, I have 3 fields on the selection screen. I enter the value for the first field and hit Execute. T...
Thanks Mike, I was just reading this blog because I was performance tuning a program that uses READ_TEXT in a couple places. Using the tip from the original poster, I was able to get faster results. But then in testing I got dumps. Your post abou...
When I tried that, it returned the Name it printed the name in lower case and also wiped out the values in name2 name 3 and name 4. I could see that in the perform, the value was translated to Upper case, but cannot see what happens when it retur...