Hello,
we are working on one project which is laredy developed in ECC6.
We re copying everything from that ECC6 system.
In ECC the BAPI BAPI_PRODORD_GET_DETAIL is used. But we dont the same BAPI in 4.6 version.
Could please provide me the alternative FM for this BAPI in 4.6 version. or provide me the table name to fetch the equalent data from database.
ECC6 BAPI Code:
CALL FUNCTION 'BAPI_PRODORD_GET_DETAIL' "#EC *
EXPORTING
number = gwa_aufnr-aufnr
order_objects = gwa_order_objects
TABLES
header = lit_header
position = lit_position
operation = lit_operation
prod_rel_tool = lit_prod_rel_tool.
Thanks,
Khasimsa.
Edited by: khasimsa shaik on Feb 4, 2011 7:13 PM
Edited by: khasimsa shaik on Feb 4, 2011 7:15 PM