line 1 too long in file 怎么办

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了line 1 too long in file 怎么办相关的知识,希望对你有一定的参考价值。

参考技术A 文件中第一行太长,那就分段就可以了,如果是word文件,那可自动排版换行。

CX_SY_READ_SRC_LINE_TOO_LONG解决

1, dump描述

在调用alv的function REUSE_ALV_FIELDCATALOG_MERGE时发生 CX_SY_READ_SRC_LINE_TOO_LONG 的dump,ST22中显示dump信息如下:

技术图片

提示程序行中的字符超过了72个字符导致dump,dump点在K_KKB_FIELDCAT_MERGE函数。

技术图片

2, dump解决

在ABAP程序编辑器中,确保每行的字符数小于72个,将光标放到行结尾,就能在右下角能看到字符总数。

技术图片

只要行字符都小于72个,dump就不会再出现了。。。。

还有一种方法就是调整一下abap editor的配置,勾上Downwards-Compatible Line Length(72)。

技术图片

技术图片

以上。

以上是关于line 1 too long in file 怎么办的主要内容,如果未能解决你的问题,请参考以下文章

解决:Command line is too long. In order to reduce its length classpath file can be used.

idea 启动shorten command line too long 错误解析

Delphi:如何屏蔽line too long这个错误

CX_SY_READ_SRC_LINE_TOO_LONG解决

运行 ‘XXXApiApplication‘ 出错: Command line is too long. Shorten command line for ShopApiApplication or

Command line is too long问题解决