2014 Feb 12 11:53 AM
hi all,
I have to change 'STREET' field on ALV with using BAPI function. (BAPI_CUSTOMER_CHANGEFROMDATA1)
How can I use BAPI_CUSTOMER_CHANGEFROMDATA1 to update KNA1-(a field) ?
i am trying a lot way but I can't be successful so i need a BAPI_CUSTOMER_CHANGEFROMDATA1 example.
thanks advance.
2014 Feb 12 12:15 PM
you're likely not passing the data for the X tables check out this posting Update KNA1-NAME4 using BAPI_CUSTOMER_CHANGEFRO... | SCN
2014 Feb 12 12:39 PM
i saw and I've studied this tittle but i need a bapi function example.
2014 Feb 12 1:06 PM
Hi Anya
Did you search on sCN for sample code... or just do a where used list on BAPI for an example
Nabheet
2014 Feb 12 1:26 PM
I searched a lot.
CALL FUNCTION 'BAPI_CUSTOMER_CHANGEFROMDATA1'
EXPORTING
pi_personaldata = ?
pi_personaldatax = ?
pi_salesorg = ?
customerno = ?
what's next '?' these lines.
how to using ?
2014 Feb 13 4:50 PM