‎2009 Apr 21 11:37 AM
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
‎2009 Apr 21 11:39 AM
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
‎2009 Apr 21 11:48 AM
Hai Ravi,
Thank you for your response, so do u mean does it take care of inserting new field values into corresponding tables.
‎2009 Apr 21 11:53 AM
Hai Ravi,
Do u mean does the BAPI take care of inserting new field values into correspong tables without adding code to standard BAPI.