Skip to Content
Author's profile photo Rashmi Joshi

Value Mapping using NWDS for Mass Upload

Hi All,

As we all know there are many ways for creating Value Mapping in SAP PI like creating table directly in ID or by making use of Value Mapping Replication.. In some cases we may have requirement to maintain Value Mapping tables with huge data for e.g. 1000 records. To perform mass upload of records we can make use of NWDS. By using this method we can maintain the table at runtime cache.

Below are the steps for the same –

1. Get the required records in CSV file format –

 

         SourcePayload.PNG

2. I assume the reader of this document is aware how to configure PI system in NWDS. Open the NWDS –> Connect to ID –> From Menu select option              Process Integration –> Value Mapping –> Import Value Mapping. This will lead to below pop up window –

        ImportCSVFile.png

           Browse the required .CSV file and select Next.

3. It will show the status if import successful –

          ImportSuccessful.PNG

      Make sure the file is in correct format else importing file will be trouble.

4. After file is imported successfully, we can see the imported value in cache mapping. Below is the path to be followed –

     http://<host>:<port>/rwb –> Cache Monitoring

            CacheMonitoring.PNG

       Select Cache Instance and Cache Object, it will pop up new window.Here provide the required agency and schema. It will show the table in which               we have passed our records –

                SearchTable.PNG

                    TableRecords.PNG

5. Lets try to test it end to end. I have used SOAP UI for testing purpose. Below is source payload –

                    SourcePayload.PNG

6. File at target side –

                     TargetPayload.PNG

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      It is helpful.


      Regards,

      Keerti

      Author's profile photo Ravi Carpenter
      Ravi Carpenter

      Thanks for the article. Its helpful
       

      Author's profile photo Former Member
      Former Member

      Hello.

      I am trying to upload VM using CSV file but it fails everytime. The file is attached below. I tried to put vaue mapping group name before every entry but that gives error.

      Author's profile photo Pratyus Ganguly
      Pratyus Ganguly

      Hello Aprajita,

       

      Please try with different group names for each pair. I have tried with the sample data as below and it got imported.

       

      Hope it helps.

       

      Thanks & Regards,

      Pratyus

      Author's profile photo Rajat Kumar
      Rajat Kumar

      How to mass upload with the same group name? I want to have the same group name.