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

bapi

Former Member
0 Likes
212

i want get the prioduction order deatis using bapi_order_get_details how to do this plz telme give a sample code.

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
193

Hello Jaya

Use BAPI <b>BAPI_PRODORD_GET_DETAIL</b> to read production orders. If you want to read the header and positions set

- ORDER_OBJECTS-HEADER = 'X'        and 
- ORDER_OBJECTS-POSITIONS = 'X'

Regards

Uwe