Application Development 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: 

adding custom fields to BAPI_SALESORDER_CREATEFROMDAT1

Former Member
0 Kudos

Hello Experts,

I have added three custom fields into table VBAP and enhanced the screen level and its working fine.

My actual requirement - BAPI_SALESORDER_CREATEFROMDAT1 call will be from mobility application. Now I need to add three custom fields to the standard BAPI. I dont want to create custom RFC and call this standard BAPI inside the RFC.

Please let me know the steps to proceed further.

Regards,

Vadamalai A.

1 REPLY 1

Phillip_Morgan
Contributor
0 Kudos

Hello,

It is possible to handle additional fields but you must use BAPI_SALESORDER_CREATEFROMDAT2.

This has a structure for the purpose: extensionin.

Check the interenet for help. An example here.