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

modifications to standard BAPI

Former Member
0 Likes
465

Hai Experts,

In our sales order create screen we created two enhnced(new) fields. Do we need to write any new code to BAPI_SALESORDER_CREATEFROMDAT2 or is it enough append/insert the related tables/structures. By enhancing these structures does the data relating to these new fields get inserted into these or do we need to modify code of this BAPI to insert the data of these new fields.

Thank you

Regards

Srinivas

3 REPLIES 3
Read only

Former Member
0 Likes
442

No need to modify any code in the standard bapi.

Read more here:

http://help.sap.com/saphelp_nw04/helpdata/EN/3e/0e1089c24611d1ad09080009b0fb56/content.htm

regards,

Ravi

Read only

0 Likes
442

Hai Ravi,

Thank you for your response, so do u mean does it take care of inserting new field values into corresponding tables.

Read only

0 Likes
442

Hai Ravi,

Do u mean does the BAPI take care of inserting new field values into correspong tables without adding code to standard BAPI.