Hello
I am consuming Web services in sap of third party non sap system Point to point communication without PI, When I generated proxy object in sap i have found my data embedded in deep structure, like get_data_result(main structure)-> get_employee_details(table line type)-> required fields.
I unable to fetch data into internal table with conventional way like.
write:/ output-get_data_result-get_employee_details-p_doc. it said this statement is not defined,
Please help me how can i read required data from this deep structure, as I googled this problem but couldn't find satisfactory answer