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: 

FM "REUSE_ALV_FIELDCATALOG_MERGE" BUG ----

former_member181966
Active Contributor
0 Kudos
94

Hi folks,

We were using the FM "REUSE_ALV_FIELDCATALOG_MERGE" . we just started getting dup and we have investigate this problem and come to know that there is bug in SAP standard program . The dump is occurring in the SAP code where it tries to read the current program into an internal table with a filed length of 72 characters, where as our program code lines could be more than 72 characters depending on the setting in the ABAP editor.

Are you guys aware of this problem. Any body ever comes across of this problem.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos
68

Hi

Yes I had that problem using release 4.7.

This depends on ABAP Editor, if it uses Front-end editor it can write on line longer than 72 char.

The only solution I know is to set the flag Default Line Length (72), I coudn't find any SAP note.

Max

2 REPLIES 2

Former Member
0 Kudos
69

Hi

Yes I had that problem using release 4.7.

This depends on ABAP Editor, if it uses Front-end editor it can write on line longer than 72 char.

The only solution I know is to set the flag Default Line Length (72), I coudn't find any SAP note.

Max

0 Kudos
68

Yes we also did the same thing ... Any other thoughts ,

Thanks