cancel
Showing results for 
Search instead for 
Did you mean: 

Keep Data in XI box table

former_member240483
Contributor
0 Kudos

Hi there,

in one interface we have to keep some amount of XI data in XI table with the help of proxy...

could any one tell me how we can achieve that?

Regards

Rao

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

Hi,

Proxys generally execute on Application/Business Systems. Not on XI. If you want to store some data for look up or some thing, you can use a proxy. For this you need have your XI system as business system in you SLD and accordingly the configuration must be completed. You would need BPM if the process is sequential.

VJ

former_member240483
Contributor
0 Kudos

Hi there ,

Some data is cming into XI and tempo stores in XI box for some time and after some time it send that data to target.

Here two interfaces included.

one is from source to XI and other one XI to Target.

In XI recieivg and sender side we using proxies .

we have to store data for some client requirements.

Can any one explain me how this Proxies can be configured for receiving side and sender side,

regards

Rao

Former Member
0 Kudos

>>Proxys generally execute on Application/Business Systems. Not on XI

not 100% true,you can have another client of XI system and generate proxy in it.

you don't always need R/3 or Java system to generate proxy

@PT Rao,why do you want to use proxy?can't you simply store in the form of a file(XML or Flat file)?

Thanx

Aamir

former_member240483
Contributor
0 Kudos

Yes aamirv we using diff clients for that.

for some business requirements bla bla ..we using proxies here..

it is first time i am working with proxies that why totally messed up..

could any gove me some inputs ..

Regards

Rao

Former Member
0 Kudos

have a look at the following link,it shows you how to use two different clients of XI itself

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

if you want to hold messages in XI for some time,then you can split your scenario into two parts,first one being sender to XI(proxy) and second one being XI(proxy) to receiver.

i won't suggest using BPM here due to performance issues and time delay

Thanx

Aamir

former_member240483
Contributor
0 Kudos

Interface is all ready in place ,i have to understand the interfaces..here they used proxies on rec and sender sides of the XI.....could you please explain me how can with the help of proxies we can upload some data into tables.

and how with the help of proxies we can extract data..

Regards

Rao

Former Member
0 Kudos

well you need to write ABAP code for that:)

suppose you need to do the sender to XI(proxy)

then you need to go in SPROXY on XI system,and select your inbound interface,it will automatically generate a proxy class for you,then you need to write a ABAP code or Function module etc and this class will be called there async and store data in tables.

similarly for XI(proxy) to receiver you need to generate proxy class for the outbound side and call this from some code which will pull data from table and send to XI.

get in touch with ABAP guys and they will generate it for u

Thanx

Aamir

former_member240483
Contributor
0 Kudos

Thanks Aamir..

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Could you ealborate your requirement?

regards,

Mili.