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: 

OIC Fields not populated from PI

Former Member
0 Kudos


Hi Experts,

We have a requirement to populate OIC_TRUCKN field. Value will be coming from PI. This field is already in EKPO but not in CI_EKPODB.

We cannot add the field due to duplicate field error.

My question in, how to populate this field? What should be done?

Thanks in advance!

3 REPLIES 3

Former Member
0 Kudos

I don't understand your question. If OIC_TRUCKN is already in EKPO, why do you want to add it in CI_EKPODB? Also, to add a field in a custom include, you should prefix the fieldname with ZZ according to guidelines.

But why are you not directly storing value in OIC_TRUCKN if you want to populate the same anyway? Where does CI_EKPODB come into picture?

0 Kudos

HI Chinmay,

Appreciate your response here.

I need to populate the OIC_TRUCKN using BAPI_PO_CREATE1 Extensionin structure.

Thanks,

Che

Former Member
0 Kudos

Solved myself..