cancel
Showing results for 
Search instead for 
Did you mean: 

GDS:Adding Fields in Console

Former Member
0 Kudos

Hi SDNers,

While working on GDS-Console need to add some fields. As per SAP MDM 5.5 SP05 GDS 1.0 SP 06 Console User Guide, we need to ADD RELEVANT XSLT TRANSFORMAION CODE:

Questions:

a) What is exact meaning of XSLT Transformation Code?

B) Where this code is to be added?

Help will be appreciated in this regards.

Krutarth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krutarth,

1. We require XSLT Transformation code in GDS to transform the data from IDoc structure to a structure which is understood by the GDS Application. It can be considered to map the data from the IDoc to the GDS Repository.

2. The code is to be added in MatmasToGDS.xsl.

Whatever fields value you want to send from your IDoc to the GDS Application you have to add the code in the MatmasToGDS.xsl.

Consider e.g. The Standard xslt handles few fields of MATMAS IDoc.i.e. if you extract material information then the fields which are present in the MatmasToGDS.xsl will be transfered to GDS Application.

But if you want to map some more fields of your IDoc to the GDS repository then you will have to add the code for same in the standard xslt.

Thanks and Regards,

Sagar Sonje.

Reward points if found useful.