Hello Guru,
I'm building a function builder that should transform any structure- or table-field to its corresponding component in the internal table.
e.g.
BAPI_MARA_GA-MATERIAL should be transformed in MATNR.
My priority is concentrated by BAPI_MATERIAL_GETALL.
I should MAP all the structure or table fields to their corresponding internal element.
e.g.
BAPI_MARA_GA should be mapped to MARA
BAPI_MARA_GA-MATERIAL should be mapped to MATNR.
Thanks for your help.
Regards,
Kais