Hello,
I'm using BAPI_PBSRVAPS_GETDETAIL2 to get planning book data from APO (SCM) into ECC. I am developing this program in ECC and am calling the FM as follows:
CALL FUNCTION 'BAPI_PBSRVAPS_GETDETAIL2' IN BACKGROUND TASK DESTINATION 'SCDCL093'
The BAPI is a Remote-Enabled module.
My question is I need to use the tables available in the BAPI but cannot define internal tables with the same table type as those in the BAPI because those structures do not exist in ECC.
Does anyone have any advice on how to handle this?