cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use selection screen in ABAP proxy

Former Member
0 Kudos

Hi Guru's ,

I have one doubt in ABAP proxy explained below:

Can i use Selection Screen in ABAP proxy program?

Is it possible? please clarify this doubt as early as possible

this is very urgent

thanks and regards

sai

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

you can have a report that uses selection screen and then implement the proxy class in the report. this can be done only in Client proxy.

More about proxies;

Client Proxy (Sender Proxy)- /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Server Proxy (Receiver Proxy)-

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

Answers (4)

Answers (4)

Former Member
0 Kudos

-->you can have a report that uses selection screen and then implement the proxy class in the report. this can be done only in Client proxy.

answered ..

Former Member
0 Kudos

Hi All,

this problem solved

Thanks to all and keep it up

prabhu_s2
Active Contributor
0 Kudos

Sai

#1: If in client proxy u can call the method from your client program. This call is valid after the selection screen process

#2. For server proxies you can have selection screen designed in se51 and called explicitly in the method.

Former Member
0 Kudos

Hi Sai!

Why do you want to do this??

What's you requirement?

A, if you use proxies for inbound interface, this is not possible

B, if you use abap proxies for outbound interface, you can call it of course with data you need, but remember - abap proxu is just abap class with one method, so u can use it just so.

For example, you can create a report, which will finally call abap outbound proxy with required data...

Peter

Former Member
0 Kudos

hi Sai,

you can probably do it in the client proxy (outbound interface)..

may not make sense with the server /inbound proxy.

Regards,

Raghu