Hi guys,
Just wondering if anyone here encountered this situation before and knows of any explanation or solution.
There's two development boxes with a program that contains the following code/statement:
call customer-subscreen SSCR903 including 'SAPLXXXXXX' '2000'
SAPLXXXXXX happens to not exist in both boxes. In the first box, when execution reaches that statement above it will generate a dump saying that 'SAPLXXXXXX doesn't exist'. But in the second box, when execution reaches that statement above it won't generate a dump and execution continues to the next statement in the program.
I checked SAP documentation on the CALL CUSTOMER-SUBSCREEN keywords, but I didn't find anything that would explain why it dumps in the first box, but not in the second one.
Anyone encountered the same situation before? Any explanation why it's dumping in one box, but not in the other box?
Thanks in advance for any help.
Kind regards,
Carl