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

sales order creation using bapi

Former Member
0 Likes
520

kindly help me.

I have created a program which uses a bapi

BAPI_SALESDOCU_CREATEFROMDATA. I fill the required data in a text file and the sales order gets created. but when I go to va03 transaction to check the data the payment terms column shows a different data than the one that I have entered .

what could be the issue.

could it be an user exit doing this.

if so please let me know which user exit is responsibel for this.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

hi,

it might be configuration dependant or as you said it is based on user-exit.

if it is user-exit then you should look in to <b>MV45AFZZ</b> incldue . then check inside in any of the forms are they doing any thing related to payment terms.

there are so many user-exits avaliable in that include.

regards

vijay

2 REPLIES 2
Read only

Former Member
0 Likes
491

hi,

it might be configuration dependant or as you said it is based on user-exit.

if it is user-exit then you should look in to <b>MV45AFZZ</b> incldue . then check inside in any of the forms are they doing any thing related to payment terms.

there are so many user-exits avaliable in that include.

regards

vijay

Read only

Former Member
0 Likes
490

Have u tried the latest release of bapi for creating Sales order : BAPI_SALESORDER_CREATEFROMDAT2 ?