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

View Entire Topic
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