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

Payment terms in bapi

Former Member
0 Likes
763

Hi im trying to change customer data using the BAPI BAPI_CUSTOMER_CHANGEFROMDATA1.

I manage to change all the fields except the payment terms field.

Whay is it hapenning?

2 REPLIES 2
Read only

Former Member
0 Likes
497

Hi,

Pls check that you are properly passing

PI_OPT_PERSONALDATA

PI_OPT_PERSONALDATAX internal tables..

if your are passing only PI_OPT_PERSONALDATA without passing PI_OPT_PERSONALDATAX, then it will not have any effect. So check you are passing both tables with same fields.

Regards,

Meet

Read only

Former Member
0 Likes
497

Hi,

Pass Payment termas data into Structure.

PI_OPT_PERSONALDATA and field is PMNTTRMS.

And Status data in

PI_OPT_PERSONALDATAX and Fiels name is PMNTTRMS

But value X should be passed in staus field.

Regards,

Shyam.