cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP code are cut by the system

Former Member
0 Kudos

Hello

I created ABAP code in start of update rules. After saving and re-opening, 10-12 right symbols of the code are cut by the system (see example) :

ABAP mmmmmmmmmmmmmmmmmmmm (before saving)

ABAP mmmmmm (after saving)

Can somebody knows how I can correct it?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In alternative write code like this:

mmmmmm mmmmm mmmmm mmmmm

mmmmm mmmm.

Hope it helps.

Regards

Answers (3)

Answers (3)

udayabhanupattabhiram_cha
Active Contributor
0 Kudos

Hi:

In start routine, don't write Code longer than the COde written by SAP (72 characters). use the next line because you can safewly break ABAP logic into 2 lines.

Ram C.

Former Member
0 Kudos

may be the editor display is causing this problem..

not sure if this helps or not..

Go to Utilities>User specific settings>ABAP editor..check the options like front end editor..etc

Regards

Manga

former_member188975
Active Contributor
0 Kudos

Hi,

May be you can try the following in the ABAP editor screen: Menu Utilities > Settings > ABAP editor tab > Editor sub tab > Uncheck Std line length (72)

Hope this helps...

Former Member
0 Kudos

It was unchecked before

Nothing helps!

Former Member
0 Kudos

Hi Commandante,

Ram is correct. In Update rules, restrict the number of characters per line to less than 72. If your statement is long, continue the same in the next line. That should solve the problem. Hope this helps.

Thanks and Regards

Subray Hegde