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

Mandatory fields in BAPI_CUSTOMER_CHANGEFROMDATA1?

Former Member
0 Likes
867

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
Read only

uwe_schieferstein
Active Contributor
0 Likes
382

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