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

EPC Error:-

Former Member
0 Likes
591

Hi Everybody,

In one of my reports I am having an EPC error .... The error is as below.

"At position OUTPUT, parameter transfer may no longer be allowed after a structure

enhancement. ".

and the code wher ioits showing this error is as below....

try.

CALL METHOD obj_vendmas->naagsapvendor_master_async_out

EXPORTING

output = i_output. <----


(This is the point of error)

COMMIT WORK.

CATCH cx_ai_system_fault INTO l_exc_ref .

Please guide me.......

1 ACCEPTED SOLUTION
Read only

praveen_hannu
Contributor
0 Likes
528

It may be due to that both the structures are not same, check out the structure in the method and the structure which you are passing to the method

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
528

Check the i_output structure both in the method as well as in your program.

Read only

praveen_hannu
Contributor
0 Likes
529

It may be due to that both the structures are not same, check out the structure in the method and the structure which you are passing to the method