Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Read XML and map field to invoice

manichand_ale
Explorer
0 Kudos
334

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.

2 REPLIES 2

Sandra_Rossi
Active Contributor
289

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.

raymond_giuseppi
Active Contributor
289

Where are you stuck (what did you already try)

  • Receipt of xml
  • Parse xml data to Abap variables
  • Creation of invoice (IDOC, BAPI, etc.)
  • Error management, log handling