Application Development 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: 

RUN TIME ERROR

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

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

Max

former_member201275
Active Contributor
0 Kudos

There are many notes for this. Have you searched?

For example:

Note 926446 - Dump "GETWA_NOT_ASSIGNED" in program LKKBLF99


rajkumarnarasimman
Active Contributor
0 Kudos

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

Lakshmipathi
Active Contributor
0 Kudos

Check the following note:-

  • Note 1704414 - Background job terminates with short dump GETWA_NOT_ASSIGNED

G. Lakshmipathi

raymond_giuseppi
Active Contributor
0 Kudos

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

Regards,

Raymond

vikas_mulay2
Participant
0 Kudos

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

Former Member
0 Kudos

thank u friends. i got the solution.

Regards,

Muralidhar

0 Kudos

Hi muralidhar,

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

Regards

Rajkumar Narasimman

0 Kudos

In populating fieldcat  i have mismatched the FIELDNAME      and  SELTEXT_M.

Regards,

Muralidhar