I need to get some data from one system to another.
So far, I used the function module (FM) RFC_READ_TABLE
where I filled all required fields and got data that I needed from another system's table.
I can't use RFC_READ_TABLE
in task that I'm working on right now, because of interface agreement. I need to get posting status of invoice; I also found FM BAPI_BILLINGDOC_GETDETAIL
, but this FM isn't on development system that I'm working on, but it is on system where confidential data are stored. I tried to google stuff, but I couldn't find good example with getting data from another system.
My question is, how do I get data from another system with FM BAPI_BILLINGDOC_GETDETAIL
?