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: 

Getting DUMP Using 'REUSE_FIELD_CATALOG_MERGE'

Former Member
0 Kudos

Hi,

When im using the 'REUSE_FIELD_CATALOG_MERGE' FM im getting a dump like The internal table "\FUNCTION=K_KKB_FIELDCAT_MERGE\DATA=L_ABAP_SOURCE[]" is 72

characters wide. The program line is

79 characters wide.

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Make sure that all lines of your source code are less than 72 characters long. This will fix the issue. The reason is that that function module is reading the source code of your program, and it can not handle lines that are > 72 characters long.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Kishore,

Do the following:

Go to Utilities -> Settings -> Select the tab ABAP EDITOR ->

Check the checkbox of Downward-Compat. Line length (72).

I hope this will remove that error.

Regards,

Nitin.