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 t use BAPI for modified standard table

Former Member
0 Likes
397

Hi,

We have modified a standard table and added some fields as per our business requirement .

Now we have to use Bapi for that standard table.

Can any one help me to know how to do that.

1 ACCEPTED SOLUTION
Read only

nirajgadre
Active Contributor
0 Likes
370

Hi,

1. You also need to add the newly added fields in the bapi..

2. add the check filed in the form of structure in that table in the form of include and pass the values to those fields.

For more details of how to add the new fields check the bapi documentation BAPI_SALESORDER_CHANGE and for table EXTENSIONIN.

2 REPLIES 2
Read only

nirajgadre
Active Contributor
0 Likes
371

Hi,

1. You also need to add the newly added fields in the bapi..

2. add the check filed in the form of structure in that table in the form of include and pass the values to those fields.

For more details of how to add the new fields check the bapi documentation BAPI_SALESORDER_CHANGE and for table EXTENSIONIN.

Read only

Former Member
0 Likes
369

Hi u have to use the table extensionin for the same of the bapi .

For ex , u can refer the bapi BAPI_SALESORDER_CREATEFROMDAT2

table extensionin documentaion.

U see wht bapi ur going to use , extension will be same.

Reagrds