cancel
Showing results for 
Search instead for 
Did you mean: 

pickking data from ALV List diractly into XI

Former Member
0 Kudos

HI experts !

I have a scenario in which the client is executing some tcodes ( Some hourly, some daily , some weekly, ome monthly ) and all the data gets displayed in alv list . The requirement is that is it possible for XI to pick that data directly from alv and update the data base?

OR

If the above case is not possible then the client is thinking of putting the data in a spool and then by running some program they fetch the data ?

Guide me on this ? how to execute such scenario?

Regards

saras jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Option 1 : As a standard you can go for client ABAP proxies. When ever the tcode is executed, in the ABAP code that gets executed in the back ground add a part that will pass all the required values to the client proxy which triggers a message to XI.

Option 2 : Write all the data you want to a flat/xml file and make File adapter poll this directory.

Option 1 is more perfomant than 2.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi Jai,

Your answer was very helpful but can you please explain how to use the ABAP Proxies for getting data from ALV List and updating the data base.

i have never worked on proxies.

Regards

Saras jain

Shabarish_Nair
Active Contributor
0 Kudos

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

try to refer the above blogs. They give you an idea about both Server and Client proxies.

Former Member
0 Kudos

Hi,

Can someone explain how to use proxies with ALV lists .

Saras