cancel
Showing results for 
Search instead for 
Did you mean: 

Value Mapping Group update in SAP PI 7.4

0 Kudos
1,797

Hi,

     Now, I need to update some mass key value pairs into valuemapping table .But , i am not finding the option import value mapping group in SAP PI 7.4.If anyone knows about this option in SAP PI 7.4 (java stack),please provide your feedback to go a head on this .

Regards

Sudhan

View Entire Topic
Former Member
0 Kudos

Hello Sudhan,

Is it a standard Value Mapping context or a custom one ?

For Standard - You will find the corresponding entries in ID in the folder Value Mapping Group. You can find a suitable context and add your entries there.

For Custom - You need to insert the entries by executing the corresponding proxy program for Value mapping interface. If you are able to execute the exact program, then depending upon the parameters entered in the selection screen, you will have them entered in your Value Mapping Context.

Kind Regards,

Souvik

0 Kudos

Hi Souvik,

   Thank you for your reply.I am going to use the standard value mapping context only.But , i have  N:1 entries (more than 1000 records ) .I have those values in excel and i need to import those at one time into that context.Don't we have any option to update value mapping table from excel or .csv files?

Thanks&regards

Sudhan

Former Member
0 Kudos

Hello Sudhan,

I have also in my experience gone through updation from excel sheet but they were not as many as 1000 records (only a few), so AFAIK, there is no such standard process. The reason behind it is, the standard value mapping context has name something like http://sap/xi/XI/System which is also the namespace for adapter engine. Doing any operation on adapter engine to update cache table is possible only through Dynamic configuration in JAVA mapping. However, this is only for updating file name or directory name etc. So updating N number of records is a bit difficult.

Kind Regards,

Souvik