cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI

Former Member
0 Kudos

Hi

In file to rfc scenario without BPM, what does the BAPI

BAPI_COMPANY_GETDETAIL do?

How can we check the output in R3 system.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can execute this BAPI by going into Tcode SE37 and then provide the name of the BAPI to execute. then provide the details of the company code it wil show the response with the details of the compan.

Regards,

Nithiyanandam

Answers (4)

Answers (4)

former_member238007
Contributor
0 Kudos

Hi Pratichi,

This BAPI_Company_Getdetail this bapi takes the company code as input and gives the details of the company.. such as company name, address, street etc..

to view the output of the BAPI go to TCode SE37 function module specify the bapi name and choose display and execue the bapi give the inputs there as company code and check whether the details are available and then test with XI..

regards,

Kishore..

former_member192295
Active Contributor
0 Kudos

Hi,

It is standard SAP BAPI, it will take company code and return company details, make simple scenario file to rfc. No need bmp. Under rfc define 2 structures request(company code) and response (company details).

sync mode

file----


>rfc(request)

file <----


rfc(response)

Former Member
0 Kudos

Hi,

Basically this BAPI will siut for Sync Process.

If we provide the Company code as request menas we can get the company details as Response.

Regards

Seshagiri

Former Member
0 Kudos

hi pratichi,

this bapi will check the deatials of company. if you give the comapny ID it will check the company deatils. it will be use full for doing a synchronous scenarios.

Thanks,

Madhav