cancel
Showing results for 
Search instead for 
Did you mean: 

Nakisa 3.0 - Extended EE Profile: Same field names, different data sources

Former Member
0 Kudos

Hello experts,

I'm on Nakisa 3.0 SP3, Live build.

I'm trying to add new fields to the Extended EE Profile, and I got to the point where I select the fields that will appear in my newly defined section of the Extended EE profile. The file I'm listing the fields into is <MyLinkedDetailsName>_Data.xml, and I have 2 fields (taken from my data element) that have the same field name (USRID). How do I make the difference between the two?

Snapshot of my <MyLinkedDetailsName>_Data.xml :

<field name="PRBEH"/>

<field name="CTTYP"/>

<field name="USRID"/>

<field name="USRID"/>

<field name="PERNR"/>

Accepted Solutions (1)

Accepted Solutions (1)

StephenBurr
Active Contributor
0 Kudos

If you've used OTF (NakisaRFC) then it will have created an XML file in the OTFSchema folder.

Within this file, in the output table section, each field is listed.  Each field has a name (technical name of the field from SAP) and an alias (whatever you want!).  By default it has set them the same (or not set the alias).

For each USRID field I suggest you set an alias so you can distinguish. Then use this (alias) name in the data element and detailsdata.

Stephen

Former Member
0 Kudos

Thanks for this Stephen. It works . But then I have another problem: the data doesn't show in the Extended EE Profile window of the details. I will start another thread.

Thank you!

Olivier

Answers (0)