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

Call Function

Former Member
0 Likes
789

Hello Felows,

Im trying to make a Report, that include parameters from AUFK.

well I did it but still, using the call function ´´bapi_alm_order_get_detail´´ dont bring me everything that I need.

I need also vornr, and I cant get it from aufk, because its no exist there...

i need ktext and I cant get it from the same reason.

How can I get those parameters??

thx in advanced

Moderator message: please choose more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Jun 30, 2011 3:04 PM

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
658

Hi,

To get Vornr and LTXA1 you can use the table AFVC.

In the bapi BAPI_ALM_ORDER_GET_DETAIL , you will get the above fields in the table parameter ET_OPERATIONS having fields ACTIVITY and DESCRIPTION.

Regards,

Nagaraj

3 REPLIES 3
Read only

Former Member
0 Likes
658

for purchase order details use BAPI_PO_GETDETAIL1 Fm.

for Production Order details use BAPI_PRODORD_GET_DETAIL FM

Edited by: avis_ramuk_g on Jun 30, 2011 1:53 PM

Read only

former_member404244
Active Contributor
0 Likes
659

Hi,

To get Vornr and LTXA1 you can use the table AFVC.

In the bapi BAPI_ALM_ORDER_GET_DETAIL , you will get the above fields in the table parameter ET_OPERATIONS having fields ACTIVITY and DESCRIPTION.

Regards,

Nagaraj

Read only

0 Likes
658

thx