2011 Jun 30 12:39 PM
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
2011 Jun 30 12:56 PM
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
2011 Jun 30 12:50 PM
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
2011 Jun 30 12:56 PM
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
2011 Jun 30 1:03 PM