Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

COMMON PART

Former Member
0 Likes
652

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

3 REPLIES 3
Read only

Former Member
0 Likes
568

<b>DATA: BEGIN OF COMMON PART IFAT. "#EC PART_OK</b>

|

|

DATA: END OF COMMON PART IFAT.

Make the highlighted change.

Regards,

Ravi

Read only

0 Likes
568

Thanks,

Is Any other way to resolve it.

Regds,

Rajesh P

Read only

sridhar_k1
Active Contributor
0 Likes
568

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