I have been searching the whole internet trying to figure out the problem here without success.
I am trying to create a function module based on RSAX_BIW_GET_DATA_SIMPLE,
in the tables tab, I am trying to type the E_T_DATA to the extract structure I just created.
However, "TABLES parameters are obsoleted" won't just let me go through.
I tried:
1, Move E_T_DATA to changing , no success
2, delete all the three tables I_T_SELECT, I_T_FIELDS E_T_DATA no success
3,create a table type in tcode se11 with line ref to the same structure ,then put the table type in Associated Type for E_T_DATA no success.
I am just wondering if SAP completely bans the usages of TABLES, We have to create Function Module from scratch ?
Thanks in advance!