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

How to update newly added custom by using BAPI

Former Member
0 Likes
1,439

Hi,

     By using BAPI : BAPI_PROJECT_MAINTAIN  & BAPI_NETWORK_MAINTAIN we are doing project assignment to the employee.

      i.e. these BAPIs internally will update the data in standard table PRPS.

      But we have done enhancement & have added new custom field Purchase Order (EBELN) in transaction CJ20N &

     & added the same field in table PRPS.

     

      So, Is there any way we can update the custom field by using BAPI : BAPI_PROJECT_MAINTAIN ???

      I can do BDC recording for the same, but in future they will add some more custom fields in newly added tab in CJ20N so again I have change

      the BDC recording.

     

Hi,

     By using BAPI : BAPI_PROJECT_MAINTAIN  & BAPI_NETWORK_MAINTAIN we are doing project assignment to the employee.

      i.e. these BAPIs internally will update the data in standard table PRPS.

      But we have done enhancement & have added new custom field Purchase Order (EBELN) in transaction CJ20N &

     & added the same field in table PRPS.

     

      So, Is there any way we can update the custom field by using BAPI : BAPI_PROJECT_MAINTAIN ???

      I can do BDC recording for the same, but in future they will add some more custom fields in newly added tab in CJ20N so again I have change

      the BDC recording.

     

3 REPLIES 3
Read only

Former Member
0 Likes
896

please help.

i also have to update customer fields that we added in AFVU.

Read only

0 Likes
896

Hi

u can use bapi extension, in that we can update newly added fields

check particulur bapi documentation.

thanks

srini

Read only

former_member226419
Contributor
0 Likes
896

Hi Imran,

As suggested above by srinivas you can go for BAPI extension but thing is that BAPI_PROJECT_MAINTAIN doesnt contain any extension so you can go for  BAPI_BUS2054_CREATE_MULTI. I think this will help in solving your problem.

Kindly let me know if you face any difficulties and also update your exact requirement for the same.

BR

Sumeet