Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CALLING an abap proxy path in a function module

Former Member
0 Likes
1,889

Hi

I have to call a abap proxyurn://fcdre.com/PORTAL/ERTLLETIN001/00   in a functional module .I am not having any knowledge on PI and abap proxies .

Please help.

Regards,

Bharathi

`

1 ACCEPTED SOLUTION
Read only

sandroramos
Active Participant
3 REPLIES 3
Read only

sandroramos
Active Participant
Read only

0 Likes
1,281

Hi Sandro,

You need to create a structure in PI which suits your requirement then you have to generate ABAP proxy using T-code: SPROXY. After generating proxy a class will be generated which will be having the method with same name as the operation in PI. The structure you have created in PI will be there in the parameter of that method. Generally, it'll be  nested with many structures and table types. You need to populate the same in your custom FM.

Refer below mentioned thread. I hope it will help you.

Regards,

Sudeesh Soni

Read only

Former Member
0 Likes
1,281

Hi Bharathi,

Please close the thread by marking correct answer.

Regards,

Sudeesh Soni