ā2016 May 03 3:52 PM
Hello,
I'm trying to call BAPI_PBSRVAPS_GETDETAIL2 remotely from ECC to get planning book data out of APO (SCM). The call in ECC is:
CALL FUNCTION 'BAPI_PBSRVAPS_GETDETAIL2' IN BACKGROUND TASK DESTINATION 'SCDCL093'
Just as a note, the BAPI is remote enabled.
My issue is that I need to use the tables available in the BAPI but I cannot create internal tables in ECC with the same table types because they only exist in SCM. Does anyone have any ideas on how to handle this?
ā2016 May 03 4:09 PM