cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 to File scenario

Former Member
0 Kudos

Hi,

I have a scenario, In that i need to send SAP data to a file.

Iam not given any BAPI or RFC. Becoz it doesnot have any standard BAPI or IDOC.

Please guide me how can I do it. Even to do it using Proxy we might be calling BAPI internally right.

or can i use without standard interface? If yes, pleae guide how can I do it

Thank You

Regards,

Radhika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

first find what is the business data , u r going to send to file...

based on that check whether Standard BAPI or IDOC exists or not?

if Std BAPI,IDOC, then decide how u r going to trigger in it.

if no std BAPi, then try to custom RFC or Proxy to send bussiness data to file.

Answers (3)

Answers (3)

Former Member
0 Kudos

resolved

Former Member
0 Kudos

Hi,

>> Even to do it using Proxy we might be calling BAPI internally right.

No need to call BAPI inside Proxy.

If you dont have the BAPI or Idoc means , use Proxies.

Extract the data from Tables and generate the Proxy data and send it to XI

How to Activate abap Proxy

ABAP Client Proxies

Regards

Seshagiri

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Even to do it using Proxy we might be calling BAPI internally right.

only bapi to get some data details but then if you do that

you can use the same BAPI as a container to send data to XI

I'd suggest using a proxy - create a proxy in XI with the structure you need

and fill it inside R3 with the data you have

then you can map the proxy to an XML file etc.

Regards,

Michal Krawczyk