Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
It seems to be an issue in a user exit, so no standard SAP problem. I can even imagine that this has something to do with using field symbol to point to a global variable of another program that is needed in the user exit. The problem is that the field-symbol could not be assigned (because the field to be assigned doesn't exist) or that the assignment was not carried out (due to incorrect IF or CASE statement). Maybe the original programmer can help you in solving the issue. Met vriendelijke groeten/ kind regards, Ben Meijs www.ctac.nl
| | | ---------------Original Message--------------- From: ns101 Sent: Friday, April 29, 2011 1:53 AM Subject: Run time - GETWA_NOT_ASSIGNED Its clearly mentioned that field symbol is not assigned. Go to ST22 and click on debug button and check which field symbol is not assigned. You can put a check on code like this:- if <field-symbol> is assigned. your code here......... endif. | | __.____._ Copyright © 2011 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Ben Meijs Ctac SAP ABAP Helper
Posted helpful replies on 5 threads in a group to earn a Bronze Achievement Popular White Papers In the Spotlight _.____.__ |