cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Structure Defintion Problem

Former Member
0 Kudos

Dear All

Iam new to ABAP.

My scenario is File To Proxy . I have Defined My proxy structure

DT_RefundToSAP_Proxy

RecordSet

DOC_TYPE

DOC_DATE

PSTNG_DATE

Etc ........

I have Generated proxy in R/3 Generated Proxy Objects like this

Interface ZII_MI_REFUND_TO_SAP_PROXY Proxy Interface

Structure ZDT_REFUND_TO_SAP_PROXY Proxy Structure

Structure ZDT_REFUND_TO_SAP_PROXY_RECORD Proxy Structure

Structure ZMT_REFUND_TO_SAP_PROXY Proxy Structure

But in ZII_MI_REFUND_TO_SAP_PROXY~EXECUTE_ASYNCHRONOUS Method

which Structure I need to take For my Reference as ainternal Table .

Please help me peace of Code.

Regards

KUMAR

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Refer the following blogs:

File to R/3 via ABAP Proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Puneet

former_member267355
Active Participant
0 Kudos

Hi,

Choose EXECUTE_ASYNCHRONOUS method and click on parameter.

It will have a parameter INPUT with associated type.

You have to use that associated type as reference for your internal table.

That associated type will be structure of your Message type.

Refer this blog.

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

Regards,

Sakthi

former_member556412
Active Participant
0 Kudos

Hi ,

Refer to this Blog

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Former Member
0 Kudos

Hi Kumar,

Your Internal Table should be referenced as the proxy table type.You can find it under the generation tab.

Regards,

Manju.

Message was edited by:

Manjusha Nair

arunneerolil
Contributor
0 Kudos

Hi

Refer the proxy coding in this blog

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Rgds

Chemmanz