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

Exit M06E0004

Former Member
0 Likes
488

Hi All,

I am using exit M06E0004 to trigger the Release strategy. I need to know by which method the PO is getting created. For this EKKO-STATU field contains this information.

But i dodnt get the EKKO(Header) information in the import paramters of the exit.

How can i get the header information at runtime in the exit.

Helpful answers will be rewarded.

Thanks

Kapil

1 ACCEPTED SOLUTION
Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
413

Add the field STATU to structure CEKKOZZ. Define it the same way as it is in EKKO. Then you can refer to this in the enhancement as CEKKO-STATU.

Hi All,

I am using exit M06E0004 to trigger the Release strategy. I need to know by which method the PO is getting created. For this EKKO-STATU field contains this information.

But i dodnt get the EKKO(Header) information in the import paramters of the exit.

How can i get the header information at runtime in the exit.

Helpful answers will be rewarded.

Thanks

Kapil

1 REPLY 1
Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
414

Add the field STATU to structure CEKKOZZ. Define it the same way as it is in EKKO. Then you can refer to this in the enhancement as CEKKO-STATU.