‎2009 Feb 12 7:22 AM
Hi gurus,
I am getting the error while doing the post goods issue in delivery,
Error as follows,
Runtime Errors: GETWA_NOT_ASSIGNED
Short text: Field symbol has not yet been assigned.
Can anybody help me,
Regards,
pavan.
‎2009 Feb 12 7:28 AM
Hi,
i think u did not assign the created field symbol to GETWA_NOT_ASSIGNED in function module or else u did not created the field symbol or field yet.Just check it out once..
Regards
Kiran
‎2009 Feb 12 7:33 AM
Hi kiran,
Thankyou for the reply,
where to create the field symbol and assign
could you guide me step by step..
Regards,
pavan.
‎2009 Feb 12 7:31 AM
Hi,
Are you assigning field symbols properly for GETWA_NOT_ASSIGNED. Check it once.
Regards,
Jyothi CH.
‎2009 Feb 12 7:35 AM
Hi Jyothi,
Thankyou for the reply,
Could you tell me how to create and assign field symbol.
Regards,
pavan
‎2009 Feb 12 7:37 AM
First of all: Is this standard functionality, or have you created your own custom program.
The question would be: What exactly are you doing here?
‎2009 Feb 12 7:44 AM
Hi Micky,
You might have understood by question it self that i am not a abaper,
what i am doing is creating delivery & post goods issue and gettirng the abap error .
Regards,
pavan.
‎2009 Feb 12 7:41 AM
Hi,
what is your requirement?
Can you paste your piece of code here. What are the parameters you are passing in this FM.
Regards,
Jyothi CH.
‎2009 Feb 12 7:47 AM
Hi Jyothi,
This is error details please go through it,
Short text
Field symbol has not yet been assigned.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLSLVC" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
What can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
‎2009 Feb 12 7:55 AM
I did understand, however I don't think you understood correctly. This ABAP dump, is it occuring when performing some standard actions like in a transaction posting goods. Or are you tyring to display some sort of report (ALV list or whatever). It the latter is the case, then you are probably passing some sort of parameter incorrectly to a function module, class or....
If however, this is a standard transaction, you might want to consider searching for a note relating to this problem.
My guess is that your are creating a ALV based report and are doing something wrong in passing parameters. So would be better to post some code extract.
‎2009 Feb 12 7:49 AM
Hi,
I think configuration settings has not done peoperly. Check that one.
Regards,
Jyothi CH.