XI - Step-By-step Guide To Develop Adapter Module To Read Excel File
XI - Step-By-step Guide To Develop Adapter Module To Read Excel File
Home • Trainings • Quiz • Tips • Tutorials • Functional • Cert Q's • Interview Q's • Jobs • Testimonials • Advertise • Contact Us
SAP Virtual/Onsite
Trainings
Document Categories:
First book
ABAPTM
Adobe Forms
ABAP-HR
on SAP
ALE & IDocs
ALV
Commerce
BAPI issuu.com
BASIS
BSP
Business Objects Get "hybris Project
Business Workflow Patterns"
CRM NEW
LSMW Become highly
SAP Script/Smart Forms
BI/BW
Step-by-step guide to develop Adapter Module to read Excel effective in
executing your SAP
eXchange Infrastructure (XI) file in PI/XI hybris projects.
Enterprise Portals (EP)
eCATT ...Previous Learn from an
Object Oriented Programming expert.
SAP Query Define the Interface Mapping which we will be needed in Directory. Pick up the source Message
Userexits/BADIs
WebDynpro for Java/ABAPTM interface & target message interface as shown and assign the Message Mapping
Others
What's New?
Contribute?
Sample Specs
What's Hot?
saptechnical.com/Tutorials/XI/Adapter/Page3.htm 1/4
12/23/2020 SAPTechnical.COM - XI - Step-by-step guide to develop Adapter Module to read Excel file
Email:
Subscribe Unsubscribe
GO
Here we are reading the message type and name space. By using these we will create XML
inside the Module.
Whatever the ModuleKey you are specifiying in the Processing Sequence, the same you have to
use in Module Configuration. (As shown in the above figure[yellow color])
saptechnical.com/Tutorials/XI/Adapter/Page3.htm 2/4
12/23/2020 SAPTechnical.COM - XI - Step-by-step guide to develop Adapter Module to read Excel file
Input File
saptechnical.com/Tutorials/XI/Adapter/Page3.htm 3/4
12/23/2020 SAPTechnical.COM - XI - Step-by-step guide to develop Adapter Module to read Excel file
First Row Cell values will become the Element tag names in the XML File
Cell Values in each Row will become text content within the element tag name respectively.
This Module can read multiple records each having multiple columns and creates the xml
structure using the cell values specified in the First Record.
Eg: If the first record contains 3 cells like Name, EmpId, Design then it creates 3 element
tags with the same name inside Record node in xml structure as shown below.
Similarly if it contains 5 cells then it creates 5 element tags inside the Record node in xml
structure.
saptechnical.com/Tutorials/XI/Adapter/Page3.htm 4/4