2023 Aug 21 7:57 AM
Hi All,
I have one requirement. We receive an XML file, and we need to read that XML file and map those fields to invoice.
Can you please help me on this how to approach.
Thanks.
2023 Aug 21 9:09 AM
Should we assume that you know nothing at all in ABAP? Read any kind of file, etc.
OPEN DATASET, CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD, etc.
2023 Aug 21 11:59 AM
Where are you stuck (what did you already try)