2006 Feb 07 10:59 PM
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
2006 Feb 08 12:30 AM
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
2006 Feb 08 12:30 AM
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
2006 Feb 08 12:34 AM
Yes we also did the same thing ... Any other thoughts ,
Thanks