cancel
Showing results for 
Search instead for 
Did you mean: 

File to SAP RFC and SAP RFC to DATA BASE.Scenario.

Former Member
0 Kudos

Hi,

I have scenario where a trigger file will call the RFC Function module which inturn will call the BAPI in R/3 system and sends the responce back to sapxi and connects the DATABASE(update or insert the data in Seibel Data Base.)

It will great if you can provide me the RFC stuctures as well from R/3 side.

XMLFile --->SAP XI ---> SAP (R/3) (RFC communication Request interface)

SAP (R/3) ---> SAP XI ---> DATABASE (Responce Message)

Thanks in Advance.

Best Regards,

Jose.

Accepted Solutions (0)

Answers (4)

Answers (4)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Request Bapi message type would be your BAPI Name

Ex-> BAPI_GETCOMPAY_DETAIL

and Response message type would be BAPI Name.response

EX->BAPI_GETCOMPAY_DETAIL.response

Former Member
0 Kudos

Hey,

if you are using a standard bapi you just need to imort it to XI.

If you have to customize your bapi. request structure will be based on the file input structure and response structure will be based on the database strucure.

regards,

Milan.

Former Member
0 Kudos

Hi,

Do we need to use BPM for this scenario? or can go ahead without BPM, if so how without BPM?

Best Regards,

Jose

Former Member
0 Kudos

Hi Joseph

you can import the RFC metadata from R/3 system itself

Check on your SWCV

interface import -> Import of RFC & IDOC should be permitted

Provide connection details System and Client here thats it,

Your RFC should be remote enables at R/3. You can import the structure and use it.

Thanks

Gaurav

Former Member
0 Kudos

Hi All,

Sorry, I know how to import the RFC Structure. I just want to know what was the RFC Request and Responce stucture names.

Jose

Former Member
0 Kudos

Hi Joseph

If you are using any BAPI then directlty use the name

eg - BAPI_GOODSMVT_GETITEMS and response will have automatically BAPI_GOODSMVT_GETITEMS.Response

and if you have used a wrapper class with Z then it will have prefix accordingly. But above naming remain same

Thanks

Gaurav

Former Member
0 Kudos

hi Joseph,

what do you mean by "It will great if you can provide me the RFC stuctures as well from R/3 side."?

usually RFC structures must be imported from R/3, do you want to know how to import them?

Regards,

Sukarna.ch