2014 Jan 19 4:39 PM
hi,
i have to create new activity and also update ZZ customer fields that we added in AFVU table.
i dont see this fields in BAPI_NETWORK_ACTIVITY structure.
can anybody help me?
thank you,
omer g
2014 Jan 19 5:13 PM
Hi Omer,
i have done this requirement i.e updating network and activity fields into sales order. one week back, i have updated using SD_CUSTOMER_MAINTAIN_ALL
i will upload the code if u want tomorrow once i will be in office
Thanks
srini
2014 Jan 20 7:55 AM
2014 Jan 20 9:06 AM
Hi Omer,
Just check was this useful.
Try calling the BAPI BAPI_ALM_ORDER_MAINTAIN... this BAPI / RFC function has an table parameter called EXTENSION_IN using which you can update the custom fields.
BAPI_ALM_ORDER_MAINTAIN doesn't work for update EXTENSION fields.
If that doesn't help check this BAPI BAPI_NETWORK_CONF_ADD.
Hope that helps.
Happy Coding,
Santhosh Yadav
2014 Jan 20 12:23 PM
2014 Jan 20 12:37 PM
Hi Omer,
Try with the below BAPI
BAPI_BUS2002_CREATE -- Create Network Header.
Read the documentation of the BAPI.
Also refer to https://wiki.sdn.sap.com/wiki/display/PLM/HowtouseBAPIinProjectSystem+Module
Regards,
Santhosh Yadav
2014 Jan 21 4:34 PM
thank you very much.
by the way the name of the function to create activity is BAPI_BUS2002_ACT_CREATE_MULTI
2014 Jan 20 8:28 AM
Hi Omer
A small question there are so many USR01 to USR10 fields why you have not used them any specific reason?
Nabheet
2014 Jan 20 8:42 AM
2014 Jan 20 8:49 AM