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: 

Fields in Sales order

Former Member
0 Kudos
142

Hi Experts,

I am trying to create sales orders through

BAPI_SALESORDER_CREATEFROMDAT1

BAPI_SALESORDER_CREATEFROMDAT2

The sales orders are getting created, but I am unable to pass Cheque Number(XBLNR) and Cheque amount(ZUONR) through any of the structures of the standard BAPI'S, can any you you help how to pass on both this fields.

Thank You,

KishoreJ.

2 REPLIES 2

Former Member
0 Kudos
62

Hi,

Check ORDER_CCARD in tables. It is of structure BAPICCARD. I think here you can process cheque no and amount.

Regards,

Former Member
0 Kudos
62

Hi,

Thank you.