Application Development 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: 

Modification in user Exit PPCO0006 (EXIT_SAPLCOZF_003)

Former Member
0 Kudos

Dear all

I try to fill a fiel in the user exit PPCO0006 (EXIT_SAPLCOZF_003) simply as this:

afpod_imp-ablad = 'XXX'...

but nothing happens.

i see that there is an exporting parameter defined.

REFERENCE(HEADER_CUST_EXP) LIKE HEADER_CUST STRUCTURE

But this structure is really small.

Question: Do I have to extend this structure with my field ablad I need and it should work? Or what can I do to make this work?

Herbert

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

This customer exit is for changing the Order header data. The field mentioned by you (ABLAD - Unloading Point) is part of Item structure. I don't think you can change the Item data using this customer exit.

Regards

Vinod

2 REPLIES 2

Former Member
0 Kudos

Hi,

This customer exit is for changing the Order header data. The field mentioned by you (ABLAD - Unloading Point) is part of Item structure. I don't think you can change the Item data using this customer exit.

Regards

Vinod

Former Member
0 Kudos

Hi Herbert,

Yes you can extend the structure HEADER_CUST.But this will reflect the other program also and this stucture only come under export parameters.

Thanks,

AMS