You are on page 1of 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 First book on SAP
Commerce
Document Categories:
Get "hybris Project Patterns"
ABAPTM
Adobe Forms Become highly effective in executing your
ABAP-HR SAP hybris projects. Learn from an expert.
ALE & IDocs
ALV issuu.com
BAPI
BASIS
BSP
Business Objects OPEN
Business Workflow
CRM NEW
LSMW
SAP Script/Smart Forms Step-by-step guide to develop Adapter Module to read Excel file in
BI/BW
eXchange Infrastructure (XI) PI/XI
Enterprise Portals (EP)
eCATT ...Previous
Object Oriented Programming
SAP Query After saving the class it will create EJB Candidate
Userexits/BADIs
WebDynpro for Java/ABAPTM
Others EJB Candidate à Right Click on it à select Add to ejb jar.xml

What's New?

ABAP Test Cockpit HOT


SAP ABAP Pragmas
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 EJB Module Project à ejb-j2ee-engine.xml à Session Bean à Select Bean à Give JNDI Name
using enhancement framework
Differences between
polymorphism in JAVA and
ABAP
Passing multiline parameters
from an ABAP Class event to a
Workflow container
Concept of Re-evaluate agents
for active work items in SAP
Workflow
Dynamic creation of component
usage in ABAP WebDynpro
Adobe Forms: Display symbols
like copyright and others
Deactivate Hold functionality in
Purchase order (ME21N)
Quiz on OOABAP
Add fields in FBL5N using Right Click on EJB Module Project à Build EJB Archive
BADIs
Tutorial on Wide casting Now .jar file will be created with the same name as EJB Module Project name
Defining a Range in Module
Pool Program
Copy fields from one
Creating an Enterprise Application Archive (EAR)
structure/table into another
structure/table In order to deploy your adapter module to the SAP J2EE engine, you have to
Side Panel Usage in NWBC
Create an EAR file:
Contribute? Create a new project as File à New à Project à J2EE -> Enterprise Application Project.

Sample Specs

What's Hot?

Web Dynpro for ABAP Tutorials

Join the Mailing List

saptechnical.com/Tutorials/XI/Adapter/Page2.htm 1/4
12/23/2020 SAPTechnical.COM - XI - Step-by-step guide to develop Adapter Module to read Excel file

Enter name and email address below:


Name:

Email:

Subscribe Unsubscribe
GO

Select your EJB project(s) as reference by pressing Next in the above screen.

In this project, you need to assign references in application-j2ee-engine.xml.

Open this file, choose the source tab page, and apply the following code:

<?xml version="1.0" encoding="UTF-8"?>


<!DOCTYPE application-j2ee-engine SYSTEM "application-j2ee-engine.dtd">
<application-j2ee-engine>
<reference
reference-type="hard">
<reference-target
provider-name="sap.com"
target-type="library">com.sap.aii.af.lib</reference-target>
</reference>
<reference
reference-type="hard">
<reference-target
provider-name="sap.com"
target-type="service">com.sap.aii.adapter.xi.svc</reference-target>
</reference>
<reference
reference-type="hard">
<reference-target
provider-name="sap.com"
target-type="service">com.sap.aii.af.svc</reference-target>
</reference>
<reference
reference-type="hard">
<reference-target
provider-name="sap.com"
target-type="service">com.sap.aii.af.cpa.svc</reference-target>
</reference>
<fail-over-enable
mode="disable"/>
</application-j2ee-engine>

Right Click on Enterprise Application Project à Build Application Archive

Now EAR File will be created

Deploy the EAR file from the deploy service in the Visual Administrator tool, or with the Software
Deployment Manager (SDM).

saptechnical.com/Tutorials/XI/Adapter/Page2.htm 2/4
12/23/2020 SAPTechnical.COM - XI - Step-by-step guide to develop Adapter Module to read Excel file

Now we have the module ready.

Designing in Integration Repository

Import the Software component into Integration repository

Create the name space

Create a Data Type as shown below.

Create a Message Type and assign the data type created earlier

Create Outbound and Inbound Message Interfaces

saptechnical.com/Tutorials/XI/Adapter/Page2.htm 3/4
12/23/2020 SAPTechnical.COM - XI - Step-by-step guide to develop Adapter Module to read Excel file
The Message Mapping need to be defined between the Source Message Type & target message type
(Here it is Direct One to One Mapping)

Click here to continue....

First book on SAP


Commerce
Read "hybris Project Patterns"

Become highly effective in executing your SAP


Commerce projects. Learn from an expert.
issuu.com

OPEN

Please send us your feedback/suggestions at webmaster@SAPTechnical.COM


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/Page2.htm 4/4

You might also like