‎2006 Jun 07 3:09 PM
Hi,
In EPC I am get this error in DATA Common part,
Messages for PERFORM/FORM interfaces(Error)
Program: ZFREXRATES Include: ZBIAU007 Row: 5
The COMMON PART IFAT has a different structure than the identically-named COMMON
PART in program YZIAN1 (include ZBIAU007, line 5)
(The message can be hidden with "#EC PART_OK)
But both the program "ZFREXRATES" and "YZIAN1" calls the same "include ZBIAU007" which has the
DATA: BEGIN OF COMMON PART IFAT.
DATA: END OF COMMON PART IFAT.
kindly guide me, why this error comes and the sol. to resolve it.
Regds,
Rajesh P
‎2006 Jun 07 3:12 PM
<b>DATA: BEGIN OF COMMON PART IFAT. "#EC PART_OK</b>
|
|
DATA: END OF COMMON PART IFAT.
Make the highlighted change.
Regards,
Ravi
‎2006 Jun 07 3:16 PM
‎2006 Jun 07 3:43 PM
Common part is obsolete statement in ABAP, may be that's the reason why u'r getting it, I think only way to hide the message is by using "#EC PART_OK.
Regards
Sridhar