‎2010 Feb 13 4:15 AM
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.
‎2010 Feb 13 8:40 AM
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
‎2010 Feb 13 8:40 AM
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
‎2013 Feb 25 8:22 PM
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
‎2014 Sep 26 4:56 AM
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!