‎2008 Aug 25 11:33 AM
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?
‎2008 Aug 25 12:10 PM
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
‎2008 Aug 25 12:56 PM
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.