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: 

Mandatory fields in BAPI_CUSTOMER_CHANGEFROMDATA1?

former_member502730
Participant
0 Kudos

Dear all,

While I am using FM - "BAPI_CUSTOMER_CHANGEFROMDATA1"

every time i m getting same error message - "Make an entry in all fields where required".

So, Please tell me which r the mandatory fields in all structure....?

regards,

dharmesh

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Dharmesh

The address data have to be complete, i.e.:

- LASTNAME (if you have a personal address)

- NAME (if you have a company address)

- CITY

- POSTL_COD1

- STREET

- COUNTRY

- LANGU_P

- CURRENCY

And of course you will need PI_SALESORG and CUSTOMERNO. Do not forget to set the required 'X' in the update structure (e.g. PI_COMPANYDATAX).

Regards

Uwe