Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting the ABAP runtime error

Former Member
0 Likes
1,181

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.

10 REPLIES 10
Read only

Former Member
0 Likes
1,149

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

Read only

0 Likes
1,149

Hi kiran,

Thankyou for the reply,

where to create the field symbol and assign

could you guide me step by step..

Regards,

pavan.

Read only

Former Member
0 Likes
1,149

Hi,

Are you assigning field symbols properly for GETWA_NOT_ASSIGNED. Check it once.

Regards,

Jyothi CH.

Read only

0 Likes
1,149

Hi Jyothi,

Thankyou for the reply,

Could you tell me how to create and assign field symbol.

Regards,

pavan

Read only

0 Likes
1,149

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?

Read only

0 Likes
1,149

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.

Read only

Former Member
0 Likes
1,149

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.

Read only

0 Likes
1,149

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.

Read only

0 Likes
1,149

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.

Read only

Former Member
0 Likes
1,149

Hi,

I think configuration settings has not done peoperly. Check that one.

Regards,

Jyothi CH.