cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the responce from zbapi

S0004343680
Explorer
0 Kudos

hi,

all

i am doing a scenario where i am sending data from 3rd party to sap(zbapi).

now i want the response of the zbapi, i am sending it through a table from zbapi,

how should i config my IR & ID for responce bapi

thanx

kalyan

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

If ur sender side supports sync scenario, then first check thr structure of RFC. If it has both import and export params, then u can see the Request and Response tab in Imported objects. Ur RFC code should populate the export params.

Regards,

Prateek

S0004343680
Explorer
0 Kudos

hi prateek,

i have the xx.response in my imported objects.

i want to get the response how should i define it in the IR-->IM, MM & MI

thanx

kalyan

prateek
Active Contributor
0 Kudos

As i said earlier, if ur sender side supports sync scenario, then following things should be done.

1. Create MI for sender side data for response.

2. No need to create MI for RFC

3. One more message mapping for source RFC response and target sender response.

4. Use same interface Mapping that u had used in Request case. There would be 2 tabs there Requset and response. Provide the detauls there.

Regards,

Prateek

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>>i am doing a scenario where i am sending data from 3rd party to sap(zbapi).

Declare the Source structure as 3 rd Party and Bapi structure as target field.

Regards

Agasthuri Doss

S0004343680
Explorer
0 Kudos

hi,

baladandpani

where should i declare the 3rd party & bapi structure.

i want to know how to define the response for a bapi in IR