cancel
Showing results for 
Search instead for 
Did you mean: 

FILE TO PROXY

Former Member
0 Kudos

HI FRIENDS,

I Have one requirement for that i'm doing FILE -TO PROXY scenario.. i'm taking some STUDENT information from a FILE and i have to load this data into R/3 system through PROXY's... in XI side.. i finished every thing... but in R/3 side.. i was stucked..

after went to SPROXY (tcode) i create the class also.. but in methods what i have to write the code for inserting the data into particular ZTABLE.. ..

i'm not an ABAPER.. so, could you plz suggest me the coding... i followed some webblogs also.. but i did't understood .. what i have to write the exact code..

help ful answesr will be highly appriciated..

thanks

Babu

Accepted Solutions (1)

Accepted Solutions (1)

former_member614185
Contributor
0 Kudos

go thru this blog,

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

do some changes in ur code

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

hi BABU,

check here.. someone was having same problem...see my replies...

regards

biplab

Former Member
0 Kudos

Hi Babu,

As you mentioned, your problem is to update the Ztable. What you can do is:

1. Inside the class, create one internal table say IT_STUDENT.

2. Go to structure tab (the very first screen when you call the transaction sproxy & double clicks on your inbound message interface you will get this TAB) in which see the INPUT structure. Here you can see Message Type structure which you have created in XI. Say you message type name is MTI_STUDENT then flow step 3.

3. Loop at INPUT-MTI_STUDEND and move all the data to your internal table IT_STUDENT.

4. Now you have all the data into your internal table, so you can now put a loop in the internal table and updat the Ztable.

I hope this will help you.

Regards,

Sarvesh

**Reward Points, if it helped you.

santhosh_kumarv
Active Contributor
0 Kudos

Hi BABU,

Have u refered this blog...

<a href="/people/siva.maranani/blog/2005/04/03/abap-server-proxies Server Proxies</a> By Siva Maranani

Regards

San

<a href=" to set the thread to solved when you have received a solution</a>

Where There is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.