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

update customer fields bapi_network_maintain

0 Kudos
1,370

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

9 REPLIES 9
Read only

Former Member
0 Kudos
1,076

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

Read only

0 Kudos
1,076

Its not relevant

i am dealing with AFVC AFVV and AFVU tables

Read only

0 Kudos
1,076

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

Read only

0 Kudos
1,076

can i create network / activity with this  function?

Read only

0 Kudos
1,076

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


Read only

0 Kudos
1,076

thank you very much.

by the way the name of the function to create activity is BAPI_BUS2002_ACT_CREATE_MULTI

Read only

nabheetscn
SAP Champion
SAP Champion
0 Kudos
1,076

Hi Omer

A small question there are so many USR01 to USR10 fields why you have not used them any specific reason?

Nabheet


Read only

0 Kudos
1,076

we also use all of them.

we need extra 5 fields

Read only

0 Kudos
1,076

SAP give us the opportunity to add fields in AFVU - CI_AFVU