cancel
Showing results for 
Search instead for 
Did you mean: 

Value Mapping Replication...need help.....

Former Member
0 Kudos

Hi everyone,

I want to get the value mapping table filled by the value stored in my excelsheet.

Would it be possible to do that without java proxy?

~Thanks

Pranav

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>Would it be possible to do that without java proxy?

yes and no

a) yes - you can read the excel file easily from ABAP

and start the call to XI from ABAP proxy

b) no XI will call java proxy to populate value mapping table

but you don't need to do anything to achive that

except register this proxy and nothing more

Regards,

michal

Former Member
0 Kudos

Thanks Michal for your valuable response.

I am not much comfortable with Java .... read some docs on java proxy and seems that its kind of time consuming to develop java proxy.

So for me, ABAP proxy is the only choice.. (which is also not my area)

I have gone through the eLearning link for Value mapping and I think, I have to create REPORT in ABAP which would invoke the ValueMappingReplication class.

Am I right ?

Do you have any doc link which could assist me writing code in ABAP to populate information into the valuemappingreplication objects...(fields) ?

I appreciate for your help and time.

Thanks,

Pranav

bhavesh_kantilal
Active Contributor
0 Kudos

This blog will help,

/people/sreekanth.babu2/blog/2005/02/23/value-mapping-replication

It provides u with the sample XML that is expected as the output of the proxy.

Regards

Bhavesh