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: 

BAPI Sales Order

hkmaradana
Active Participant
0 Kudos

Hi All,

Can we see the sales order creation process in foreground by using BAPI_SALESORDER_CREATEFROMDAT1.If so please guide me how to do that.

In debug mode need i have to change any parameters.

Thanks

Cris

5 REPLIES 5

Former Member
0 Kudos

Hi,

BAPI is nothing but it works like a Function Module,

when you execute the BAPI from SE37 like function module you have to pass the values then if you want you can debug, it will creates a Sales order.

Regards

Ganesh

former_member588853
Active Contributor
0 Kudos

hi,

BAPI works like a Function Module..

What is your actual requirement?

Once you pass the parameters to the BAPI, and once the sales order is created the BAPI will return errors in RETURN TABLE PARAMETER if any erros found

and

ORDER_ITEMS_IN -- This paramter contains the item entry data for the sales order.

and some more information you need..

And See the Transaction VA03 you will find the Orders created for the parameters you have passed..

Reward if useful,

regards,

nazeer

Message was edited by:

nazeer shaik

Former Member
0 Kudos

i think that bapi is processed without any screen dialog

0 Kudos

All,

Thanks for your inputs, basically i am looking screen by screen process when we run the bapi like we19 foreground process.

I think its not possible to see. Am i right?

Thanks

Cris

Former Member
0 Kudos

hi

bapi can also call screens but if we r using any change or display bapi

example bapi_material_edit