0% found this document useful (0 votes)
84 views

XI - Step-By-step Guide To Develop Adapter Module To Read Excel File

yes

Uploaded by

mohananudeep
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views

XI - Step-By-step Guide To Develop Adapter Module To Read Excel File

yes

Uploaded by

mohananudeep
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

12/23/2020 SAPTechnical.

COM - XI - Step-by-step guide to develop Adapter Module to read Excel file

Custom Search Search

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?

ABAP Test Cockpit HOT


SAP ABAP Pragmas OPEN
Understanding SE32 (ABAP
Text Element Maintenance)
Creating an IDoc File on SAP
Application Server
Understanding “Advance with
dialog” option of SAP Workflow
SAP Workflow Scenario:
Maintenance Notification
Approval
Enhancements to a standard
class
Working with Floating Field in
Adobe Forms
Inserting data from Internal
Table into the step “Send Mail”
Display GL Account long text Configuration in Integration Directory
using enhancement framework
Differences between
polymorphism in JAVA and Create a scenario & name it then save it.
ABAP
Passing multiline parameters Once the Scenario is created & saved, it is displayed in Left panel. Then the following steps need
from an ABAP Class event to a to be performed
Workflow container
Concept of Re-evaluate agents
for active work items in SAP Create Business Systems
Workflow
Dynamic creation of component The configuration on Sender Communication Channel (Integration Directory) is as follows. The
usage in ABAP WebDynpro
Adobe Forms: Display symbols key things to note are that the Adapter used is a File Adapter and the file is an Excel File.
like copyright and others
Deactivate Hold functionality in
Purchase order (ME21N)
Quiz on OOABAP
Add fields in FBL5N using
BADIs
Tutorial on Wide casting
Defining a Range in Module
Pool Program
Copy fields from one
structure/table into another
structure/table
Side Panel Usage in NWBC

Contribute?

Sample Specs

What's Hot?

Web Dynpro for ABAP Tutorials

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

Join the Mailing List

Enter name and email address below:


Name:

Email:

Subscribe Unsubscribe
GO

In the Communication channel Module tab specify as shown below.

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])

Configure Receiver Communication channel as shown below.

Create the receiver Determination

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

Create the Interface Determination

Create the Receiver Agreement

Create the Sender Agreement.

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

Each Row becomes one record from Second Row onwards

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.

Output of this module will look like this

Please send us your feedback/suggestions at [email protected]


Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us
©2006-2007 SAPTechnical.COM. All rights reserved.
All product names are trademarks of their respective companies. SAPTechnical.COM is in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver, and and any other SAP trademarks are registered trademarks of SAP AG in Germany and in several other countries.
Every effort is made to ensure content integrity. Use information on this site at your own risk.

Graphic Design by Round the Bend Wizards

saptechnical.com/Tutorials/XI/Adapter/Page3.htm 4/4

You might also like