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

Reg : A short dump

Former Member
0 Likes
564

Hi Experts,

When I am running a program to display the output as a hierarchial list format it is throwing a short dump saying that in the standard program 'SAPLSKBH' the function K_KKB_FIELDCAT_MERGE the importing data where source code is being passed in to the field DATA in the form of internal table L_ABAP_SOURCE[]. The internal table width is less than the sourcecode.

As a result the program is going to dump.

Please suggest a solution for this.

Regards,

Ramkishore.

Hi Experts,

When I am running a program to display the output as a hierarchial list format it is throwing a short dump saying that in the standard program 'SAPLSKBH' the function K_KKB_FIELDCAT_MERGE the importing data where source code is being passed in to the field DATA in the form of internal table L_ABAP_SOURCE[]. The internal table width is less than the sourcecode.

As a result the program is going to dump.

Please suggest a solution for this.

Regards,

Ramkishore.

1 REPLY 1
Read only

Former Member
0 Likes
526

Hi,

Break your code of line to 72 characters.

Regards,

Satish