cancel
Showing results for 
Search instead for 
Did you mean: 

how can i write code in Inbound ABAP proxy method

Former Member
0 Kudos

Hi,

All

Iam doing server proxy ascenario

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

i have done

steps:

1:I have done inbound proxy interface in xi

2:i have created a inbound abap proxy in my SAP WEB AS6.4 using SPROXY.

3:I need to write code in Z11_EMPDETAILS_IN~EXEXUTE_ASYNCHRONOUS method

if i double click on that method it is not opening how can I write code.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You have to goto the class

<b>ZCL</b>_EMPDETAILS_IN~EXEXUTE_ASYNCHRONOUS not

<b>Z11</b>_EMPDETAILS_IN~EXEXUTE_ASYNCHRONOUS

Check on the third step.

Regards

Vijaya