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

FBL3N Dump Error (GETWA_NOT_ASSIGNED )

Former Member
0 Likes
716

Hi,

Please Help In Sorting out the Problem for the T-code FBL3N While executing for a Single G/L And Day give the following Dump

Termination occurred in the ABAP program "SAPLKKBL" - in "HEADER_FIELD_OUT"

The main program was "RFITEMGL ".

In the source code you have the termination point in line 1246

of the (Include) program "LKKBLF01".

if rs_layout-no_hotspot is initial.

format hotspot on.

endif.

concatenate 'RS_HEADER-TEXT' r_col into l_field.

assign (l_field) to <hf>.

<hf> = l_char.

l_tabname = g_tabname.

g_tabname = rs_fieldcat-tabname.

hide g_tabname.

Regards,

Priyanka M Jain.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

Hi Priyanka

Please check if there is sap note to fix this by search in services.sap.com. Also try to figure out if there is a cosutom code in the user exits which can create problem.

Regards

Gaurav

3 REPLIES 3
Read only

Former Member
0 Likes
629

Hi Priyanka

Please check if there is sap note to fix this by search in services.sap.com. Also try to figure out if there is a cosutom code in the user exits which can create problem.

Regards

Gaurav

Read only

0 Likes
628

Hi Priyanka,

I am facing same issue, may in know which note you ahave applied or how you have rectified the issue.

thanks in advance.

Regards,

Nandha

Read only

Former Member
0 Likes
628

Hi Priyanka,

The resaon is ALV LIST can only show no more than 99 fields while ALV GRID can show more,So when you switch the style from GRID to LIST,the bug show up!