cancel
Showing results for 
Search instead for 
Did you mean: 

How to call BAPI from ABAP Inbound Proxy

former_member182418
Participant
0 Kudos

Hi All

Can some one provide/giude a sample code on how to call a BAPI from generated Method (Inbound Proxy) and how are the table parameters passed from Proxy to BAPI.

Thanks

Ravi/

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

just like shown in this blog:

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Regards,

michal

former_member182418
Participant
0 Kudos

Thank Michal

I do not have a problem while sending the Export paramters.. but while passing the Table (Internal table) to the BAPI .

Thanks once again

Ravi

Former Member
0 Kudos

Hello Ravi,

In the proxy before calling the BAPI, construct the table, fill it with the appropiate values by lopping over the proxy request object. Now use this table for calling BAPI

Cheers,

Naveen

Answers (0)