博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ECC 6.0 Syntax Correction Message.5 There should only be definitions in the TOP include
阅读量:5243 次
发布时间:2019-06-14

本文共 1303 字,大约阅读时间需要 4 分钟。

Message Code MESSAGEG.5

==> There should only be definitions in the TOP include (or

nested includes within it). This means that all kinds of

implementation (CLASS... IMPLEMENTATION, not meaningful. is

not meaningful.

 

 

Assuming that the error is caused by a function group then it means that the TOP include of this function group should contain data type definitions only. If the TOP include contains local class definitions and implementations then move the implementations in ...Fxx includes.

 

For an example have a look at function group MEREQ:

- TOP include -> contains INCLUDE LMEREQDXX -> contains local class definitions

- main report -> contains   INCLUDE LMEREQFXX -> contains further includes with local classimplementations

It seems you have defined a class & implemented as well in the TOP INCLUDE of your program.

Remove the IMPLEMENTATION part of your class from Top Inlcude & add it to the main program.

TOP INCLUDE should only have definition/data declarations.

 

 

 

The message which SAP provides is misleading. But, When you click on display / change on the message, it points towards the segment which is not supposed to be in TOP include.

In my scenario, It was a selection screen event which was in the TOP include.

Digest: 

转载于:https://www.cnblogs.com/VerySky/archive/2012/03/13/2393966.html

你可能感兴趣的文章
vue route 跳转
查看>>
Device Tree Usage
查看>>
【雷电】源代码分析(二)-- 进入游戏攻击
查看>>
POJ 1220 高精度/进制转换
查看>>
cocos2d-x中CCLabelAtlas的小图片拼接
查看>>
【学习笔记】深入理解js原型和闭包系列学习笔记——精华
查看>>
深入理解js——prototype原型
查看>>
Entityframework:“System.Data.Entity.Internal.AppConfig”的类型初始值设定项引发异常。...
查看>>
Ubuntu 安装之python开发
查看>>
恶心的struts标签,等我毕业设计弄完了,瞧我怎么收拾你。
查看>>
Linux中防火墙centos
查看>>
hudson+apachecontinuum+ant
查看>>
mysql新建用户,用户授权,删除用户,修改密码
查看>>
实验五 TCP传输及加密
查看>>
【iOS】build diff: /../Podfile.lock: No such file or directory
查看>>
【Android Studio】使用 Genymotion 调试出现错误 INSTALL_FAILED_CPU_ABI_INCOMPATI
查看>>
FancyCoverFlow
查看>>
教你一分钟实现动态模糊效果
查看>>
C++中explicit的用法
查看>>
java 企业站源码 兼容手机平板PC 响应式 主流SSM框架 freemaker 静态引擎
查看>>