cancel
Showing results for 
Search instead for 
Did you mean: 

Field catalog GATP product allocation

Former Member
0 Kudos

Hi Experts,

We added Z* fields in /SAPAPO/KOMGO structure for product allocations and activated the user exit. But not sure ,why this is not working. I mean data is not passing from ECC to APO to that particular field , hence showing no selection in AC42. Can you please suggest if i missed something.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

tibor_nagy
Contributor
0 Kudos

Hi,

you can check note 385039 how to transfer additional fields via the R/3 APO. The data transferred from the R/3 system is passed on to structure

/SAPAPO/KOMGOZ.

In order to ensure this for the additionally transferred fields, you must carry out the following steps:

- Create a new data type in the ABAP Dictionary (Transaction: SE11). Bear in mind that the new data element is in the customer name range. Example: "Z_KANNR". Do not forget to maintain expressive field labels so that you can recognize the field later.

- In structure /SAPAPO/KOMGOZ, you should appropriately insert a new line, however the just created data element should be used as a component type. (Also transaction code SE11).

I hope this helps.

Regards,

Tibor