on ‎2007 Jan 19 6:23 PM
I was having trouble with this SAPScript before and got wonderful help on SDN. I am not making the changes in our Development system. I have all of the changes made and I transported it to our Test system. When testing it I put a break point in the Zprogram the program does not stop. This tells me that it is not executing the Perform in my SAPScript. I have an extra "statement" at the end of my ENDPERFORM and I'm wondering if this could be causing the problem. The line looks like this:
ENDPERFORM (21)&,,
I am going to take it out anyway but before I do a transport for that one change I wanted to know if that could be messing it up. Otherwise my perform looks like this:
PERFORM GET_AWKEY IN PROGRAM ZGETAWKEY
USING ®UP-BELNR&
USING ®UP-BUKRS&
USING ®UP-GJAHR&
CHANGING &MY_BKPF_KEY&
ENDPERFORM (21)&,,
Thanks,
Aaron
Request clarification before answering.
Well I decided to do another transport with that one change and it worked. I assumed that the SAPScript would jump to GET_AWKEY right away but I guess it doesn't change control until it reaches ENDPERFORM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.