Hi All,
I am facing an issue with ABAP Server proxies.
The message is having the nested structure as below:
PayrollResults
>PayResult
>Header
>ABKRS
PERSNO
:
:
NI_Paid
>PayDedDetails
>ABKRS
PERSNO
Wage Type
:
:
Amount
I have generated server proxy in application system but code fails to populate input data.
The input structure is coming blank with no data and return code when control enters proxy code is 4.
l_it_pay_results = input-payroll_results-pay_result.
Can you please suggest what could be the reason?
I have compared the xml structures and they are identical.
Regards
Prashant Rajani