cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Adding Annual Salary to EmpDetailsCombined in OrgChart

Former Member
0 Kudos

Hello,

I've been customizing Nakisa Orgchart and have successfully added numerous fields to the EmpDetailsCombined field in Nakisa OrgChart. However, when I add the ANSAL field from the Basic Pay table (joining on personnel number) the data does not come through on the OrgChart. Instead I get "n/a' even when an annual salary is displayed in the corresponding table and field in SAP. I'm wondering if this could be a security issue and if so how I can get around it. I also cannot see the data using RFC-READ-TABLE, but CAN see it using SE16.

Thanks for any suggestions!

Zaj

Accepted Solutions (1)

Accepted Solutions (1)

lukemarson
Active Contributor
0 Kudos

Hi Zaj,

Does your SAP extractor user have sufficient privileges to extract this information? Are there any messages in the log file? Have you checked the data in SE16 with the exact same conditions you have in the downloadSchema.xml? Have you checked the table in your DB to see if it contains any data?

Cheers,

Luke

Former Member
0 Kudos

Hi Luke,

I was getting the information from the BasicPayLT1000 table, but realized there was a condition parameter of BSGRD being < 100 and our employees = 100 for this field, so I was able to get around it by creating a new function without this condition.

Thanks!

Zaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Zaj,

I have succefully populated the EmpDetailsCombined with data from additional tables. However, I don't know how to make this data appear in the details designer of the Orgunit Hierarchy. Any ideas?

Thanks,

Vibhu

Former Member
0 Kudos

Hi Vibhu,

After you add the fields to EmpDetailsCombined you need to make additional changes in AppResources.XML. Find the data elemnt section with the name "EmployeeDetailsDataElement" and add the fields to the <fields> section. The field name in quotation marks needs to be the name of the field as it will be read from EmpDetailsCombined. The field name in the CDATA[] is the name as you'd like it displayed in Nakisa. Once you've made the changes these fields should show up as options when you click Edit on any section of the Details Design which is linked to EmpDetailsCombined. I'm not sure if you need to run and extraction and publish before this goes into effect or not. I hope this helps.

Zaj