cancel
Showing results for 
Search instead for 
Did you mean: 

JSON to ABAP

0 Kudos
908

I am having trouble reading JSON to ABAP internal table. I am working on BW system the class were used in ECC not available in BW ABAP system. Below is the JSON format i need to read: Please advise.

{ "Report_Entry": [{ "Employee_ID": "000004819", "firstName": "Dave Hendrickson", "Worker_Type": "Employee", "Pay_Rate_Type": "Salaried", "Time_Type": "Full time", "Job_Category": "Indirect Labor", "Cost_Center_-_ID": "85005", "Target_Bonus_-_Percent": "0.15", "Total_Pay_with_Geographic_Differential_-_Annualized": "000000", "Total_Base_Pay_Annualized_-_Currency": "USD" }, { "Employee_ID": "100025159", "firstName": "", "Worker_Type": "Employee", "Pay_Rate_Type": "Salaried", "Time_Type": "Full time", "Job_Category": "Indirect Labor", "Cost_Center_-_ID": "", "Target_Bonus_-_Percent": "0.15", "Total_Pay_with_Geographic_Differential_-_Annualized": "0000000", "Total_Base_Pay_Annualized_-_Currency": "USD" }, { "Employee_ID": "100033309", "firstName": "", "Worker_Type": "Employee", "Pay_Rate_Type": "Salaried", "Time_Type": "Full time", "Job_Category": "Indirect Labor", "Cost_Center_-_ID": "850800", "Target_Bonus_-_Percent": "0.2", "Total_Pay_with_Geographic_Differential_-_Annualized": "000000", "Total_Base_Pay_Annualized_-_Currency": "USD" } ] }

Accepted Solutions (0)

Answers (1)

Answers (1)

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos