cancel
Showing results for 
Search instead for 
Did you mean: 

calling report from apo to Ecc

Former Member
0 Kudos

Hi,

I had a report in SCM APO now i want to call that report in ECC how to do it please help me.

Thanks...

Accepted Solutions (1)

Accepted Solutions (1)

former_member197994
Active Contributor
0 Kudos

Dear Macran,

In CIF area, we usually use remote-enabled function module to make remote function calls.

For example, in CIF_ORDER_SEND, you can see

CALL FUNCTION '/SAPAPO/CIF_ORDER_INBOUND'

IN BACKGROUND TASK

DESTINATION is_ctrlparams-logdestsys

Please press F1 on the coding line and you'll be branched to ABAP documentations.

YOu can also discuss with your BC-MID-RFC and ABAP colleagues to see if you can define your own

FM in which the report will be submit.

Best regards,

Tiemin

Answers (0)