‎2009 Nov 18 5:38 AM
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.
‎2009 Nov 18 5:50 AM
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.
‎2009 Nov 18 5:50 AM
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.
‎2009 Nov 19 7:29 AM
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