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

Calling BAPI remotely (BAPI_PBSRVAPS_GETDETAIL2)

0 Likes
424

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?


1 REPLY 1
Read only

sard
Participant
0 Likes
338

Have you looked at FUNCTION 'RFC_READ_TABLE'