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

RUN TIME ERROR

Former Member
0 Likes
1,303

Hi Friends,

while running my program in fore ground it is working fine. when i schedule the job in background .it is getting error. please help on this and find the attached screen shot.

9 REPLIES 9
Read only

Former Member
0 Likes
1,252

Hi

It seems you have some problems with ALV, usually that error is due to some wrong catalog (fielcat) definitions

Max

Read only

former_member201275
Active Contributor
0 Likes
1,252

There are many notes for this. Have you searched?

For example:

Note 926446 - Dump "GETWA_NOT_ASSIGNED" in program LKKBLF99


Read only

rajkumarnarasimman
Active Contributor
0 Likes
1,252

Hi Muralidhar,

Please check the declaration in Field catalog statement. Use capital Letter for field name, check the same field available in Final Table structure(TY_FINAL).

wa_fieldcatalog-fieldname = 'MATNR'.

Regards

Rajkumar Narasimman

Read only

Lakshmipathi
SAP Champion
SAP Champion
0 Likes
1,252

Check the following note:-

  • Note 1704414 - Background job terminates with short dump GETWA_NOT_ASSIGNED

G. Lakshmipathi

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,252

If this is an ALV grid, execute it in forground, and perform the Consistency Check.

Regards,

Raymond

Read only

vikas_mulay2
Participant
0 Likes
1,252

Hi Muralidhar,

it seems like field symbol <fm05> is blank at runtime.
Do the assignment on line 2877 only if the field symbol <fm05> is not blank.

You can simply have a 'If --endif' stmt place before line 2877 to check if <fm05> is blank or not.

Regards,

Vikas

Read only

Former Member
0 Likes
1,252

thank u friends. i got the solution.

Regards,

Muralidhar

Read only

0 Likes
1,252

Hi muralidhar,

Can you please share the answer that may be helpful for reference in future.

Regards

Rajkumar Narasimman

Read only

0 Likes
1,252

In populating fieldcat  i have mismatched the FIELDNAME      and  SELTEXT_M.

Regards,

Muralidhar