SlideShare a Scribd company logo
1 of 21
Intermediate Documents
(IDOCs)
• What is an IDoc
• An IDoc is simply a data container that is used to
exchange information between any two processes
that can understand the syntax and semantics of the
data.
• IDoc is not a process.
Intermediate Document
• IDOCs are stored in the database. In the SAP
system, IDOCs are stored in database tables.
• IDOCs are independent of the sending and receiving
systems.
• IDOCs are independent of the direction of data
exchange.
Process
• The two available process for IDOCs are
• Outbound Process
• Inbound Process
Outbound Process
• Sending out the data from our system. The IDOC which
is called as Outbound IDOC.
Application Object
Appln data
Selection Program
IDoc_output_<messagetype>
Outbound Trigger Program
Idoc in text format
idoc
Inbound Process
• When the data is coming in, the process is called
Inbound Process and the IDoc is known as Inbound
IDoc.
Application Object Appln data
Posting Program
Idoc_inbound_<messagetype>
Inbound trigger program
idoc
Idoc in text format
IDoc Applications
• Several SAP applications use the robust IDOC
interface. IDocs serve the basic purpose of
transferring data from one application to another.
 EDI Integration
 ALE Integration
 Legacy System Integration
 Third-party Product Integration
 Workflow Integration
 SAP R/2 Integration
 Internet Integration
Idoc Applications
 OCR Application Integration
• OCR (Optical Character Recognition) is a
technology that scans and interprets
printed matter using pattern recognition.
We can integrate an OCR application
with SAP via IDOCs. Documents in a
standard format can be scanned to
generate IDOCs, which then can be
transferred to the SAP System for
processing.
Idoc Applications
• ICR Application Integration
– A barcode system is an example of ICR (Intelligent
Character Recognition) technology. Data encoded
using barcodes can be captured and stored as an
IDOC which then can be passed to SAP for further
processing.
Idoc Components
• There are basically two types of IDOCs.
• Basic IDOCs
• Extended IDOCs
Idoc Components
• Basic Idoc
• Basic IDOC type defines the structure and format of the
business document that is to be exchanged between two
systems.
• Extension Idoc
• Extending the functionality by adding more segments to
existing Basic IDOCs.
Creation of IDoc
• To Create Idoc we need to follow these steps:
• Create Segment ( WE31)
• Create Idoc Type ( WE30)
• Create Message Type ( WE81)
• Assign Idoc Type to Message Type ( WE82)
Creating a Segment
• Go to transaction code WE31
• Enter the name for your segment type and click on the
Create icon
• Type the short text
• Enter the variable names and data elements
• Save it and go back
• Go to Edit -> Set Release
• Follow steps to create more number of segments
Create IDOC Type
• Go to transaction code WE30
• Enter the Object Name, select Basic type and click
Create icon
• Select the create new option and enter a description for
your basic IDOC type and press enter
• Select the IDOC Name and click Create icon
• The system prompts us to enter a segment type and its
attributes
• Choose the appropriate values and press Enter
• The system transfers the name of the segment type to
the IDOC editor.
Create IDOC Type
• Follow these steps to add more number of segments to
Parent or as Parent-child relation
• Save it and go back
• Go to Edit -> Set release
Create Message Type
• Go to transaction code WE81
• Change the details from Display mode to Change
mode
• After selection, the system will give this message “The
table is cross-client (see Help for further info)”. Press
Enter
• Click New Entries to create new Message Type
• Fill details
• Save it and go back
Assign Message Type to IDoc Type
• Go to transaction code WE82
• Change the details from Display mode to Change
mode
• After selection, the system will give this message “The
table is cross-client (see Help for further info)”. Press
Enter.
• Click New Entries to create new Message Type.
• Fill details
• Save it and go back
Runtime Components
• There are three types of records
• Control Record
• Data Record
• Status Record
• Control Record - contains the key information like
destination, IDoc type, message type, port and sender
information.
• Control records are of EDIDC type of structure
Runtime Components
• Data Records - This contains two parts
• Administrative Section and Data Section
• Administrative Section consists of Idoc number,
Segment Name, Segment number, Version, Segment
Hierarchy etc.
• Data Section contains the data of respective segment
• Data records are of EDIDD type of structure
Runtime Components
• Status Record - whenever a process is taken
place, system will generate status records.
• We can identify the process with the number of
status record.
• 01 - 49 for Outbound Process
• 50 - 75 for Inbound Process
• when IDoc is processed the messages are:
• 01 - IDoc is created
• 30 - IDoc is ready for dispatch
• 03 - IDoc is processed
Runtime Components
• We need to write a Selection Program to create a
Physical structure of IDoc
• Import Parameters
• Define a parameter of type NAST
• Define a parameter of type EDIDC (for control record)
• Export Parameters
• Define a parameter of type WFAS1-ASGTP
• Define a parameter of type EDIDC (for control record)
• Tables
• Define a parameter of type EDIDD (for Data record)
Thanks

More Related Content

Similar to idoc.ppt (20)

Idocs
IdocsIdocs
Idocs
 
IDOCS ALE
IDOCS ALEIDOCS ALE
IDOCS ALE
 
I doc in SAP
I doc in SAPI doc in SAP
I doc in SAP
 
Idocs
IdocsIdocs
Idocs
 
Ale Idoc Edi
Ale Idoc EdiAle Idoc Edi
Ale Idoc Edi
 
IDOC , ALE ,EDI
IDOC , ALE ,EDIIDOC , ALE ,EDI
IDOC , ALE ,EDI
 
Ale Idoc
Ale IdocAle Idoc
Ale Idoc
 
Edi,idoc,ale
Edi,idoc,aleEdi,idoc,ale
Edi,idoc,ale
 
Sujith ~ cross applications
Sujith ~ cross applicationsSujith ~ cross applications
Sujith ~ cross applications
 
ALE EDI.pdf
ALE EDI.pdfALE EDI.pdf
ALE EDI.pdf
 
IDOC
IDOC IDOC
IDOC
 
Online Voting System-using Advanced Java
Online Voting System-using Advanced JavaOnline Voting System-using Advanced Java
Online Voting System-using Advanced Java
 
Sap abap ale idoc
Sap abap ale idocSap abap ale idoc
Sap abap ale idoc
 
Ps02 eint21 electronic data interchange
Ps02 eint21 electronic data interchangePs02 eint21 electronic data interchange
Ps02 eint21 electronic data interchange
 
Using idoc method in lsmw
Using idoc method in lsmwUsing idoc method in lsmw
Using idoc method in lsmw
 
EDI (electronic data interchange)
EDI (electronic data interchange)EDI (electronic data interchange)
EDI (electronic data interchange)
 
Common Data Service – A Business Database!
Common Data Service – A Business Database!Common Data Service – A Business Database!
Common Data Service – A Business Database!
 
eCTD
eCTDeCTD
eCTD
 
34200119030.pptx
34200119030.pptx34200119030.pptx
34200119030.pptx
 
Ale IDOC
Ale IDOCAle IDOC
Ale IDOC
 

Recently uploaded

Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663Call Girls Mumbai
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of indiaimessage0108
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdfkeithzhangding
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 

Recently uploaded (20)

Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of india
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 

idoc.ppt

  • 1. Intermediate Documents (IDOCs) • What is an IDoc • An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data. • IDoc is not a process.
  • 2. Intermediate Document • IDOCs are stored in the database. In the SAP system, IDOCs are stored in database tables. • IDOCs are independent of the sending and receiving systems. • IDOCs are independent of the direction of data exchange.
  • 3. Process • The two available process for IDOCs are • Outbound Process • Inbound Process
  • 4. Outbound Process • Sending out the data from our system. The IDOC which is called as Outbound IDOC. Application Object Appln data Selection Program IDoc_output_<messagetype> Outbound Trigger Program Idoc in text format idoc
  • 5. Inbound Process • When the data is coming in, the process is called Inbound Process and the IDoc is known as Inbound IDoc. Application Object Appln data Posting Program Idoc_inbound_<messagetype> Inbound trigger program idoc Idoc in text format
  • 6. IDoc Applications • Several SAP applications use the robust IDOC interface. IDocs serve the basic purpose of transferring data from one application to another.  EDI Integration  ALE Integration  Legacy System Integration  Third-party Product Integration  Workflow Integration  SAP R/2 Integration  Internet Integration
  • 7. Idoc Applications  OCR Application Integration • OCR (Optical Character Recognition) is a technology that scans and interprets printed matter using pattern recognition. We can integrate an OCR application with SAP via IDOCs. Documents in a standard format can be scanned to generate IDOCs, which then can be transferred to the SAP System for processing.
  • 8. Idoc Applications • ICR Application Integration – A barcode system is an example of ICR (Intelligent Character Recognition) technology. Data encoded using barcodes can be captured and stored as an IDOC which then can be passed to SAP for further processing.
  • 9. Idoc Components • There are basically two types of IDOCs. • Basic IDOCs • Extended IDOCs
  • 10. Idoc Components • Basic Idoc • Basic IDOC type defines the structure and format of the business document that is to be exchanged between two systems. • Extension Idoc • Extending the functionality by adding more segments to existing Basic IDOCs.
  • 11. Creation of IDoc • To Create Idoc we need to follow these steps: • Create Segment ( WE31) • Create Idoc Type ( WE30) • Create Message Type ( WE81) • Assign Idoc Type to Message Type ( WE82)
  • 12. Creating a Segment • Go to transaction code WE31 • Enter the name for your segment type and click on the Create icon • Type the short text • Enter the variable names and data elements • Save it and go back • Go to Edit -> Set Release • Follow steps to create more number of segments
  • 13. Create IDOC Type • Go to transaction code WE30 • Enter the Object Name, select Basic type and click Create icon • Select the create new option and enter a description for your basic IDOC type and press enter • Select the IDOC Name and click Create icon • The system prompts us to enter a segment type and its attributes • Choose the appropriate values and press Enter • The system transfers the name of the segment type to the IDOC editor.
  • 14. Create IDOC Type • Follow these steps to add more number of segments to Parent or as Parent-child relation • Save it and go back • Go to Edit -> Set release
  • 15. Create Message Type • Go to transaction code WE81 • Change the details from Display mode to Change mode • After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter • Click New Entries to create new Message Type • Fill details • Save it and go back
  • 16. Assign Message Type to IDoc Type • Go to transaction code WE82 • Change the details from Display mode to Change mode • After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter. • Click New Entries to create new Message Type. • Fill details • Save it and go back
  • 17. Runtime Components • There are three types of records • Control Record • Data Record • Status Record • Control Record - contains the key information like destination, IDoc type, message type, port and sender information. • Control records are of EDIDC type of structure
  • 18. Runtime Components • Data Records - This contains two parts • Administrative Section and Data Section • Administrative Section consists of Idoc number, Segment Name, Segment number, Version, Segment Hierarchy etc. • Data Section contains the data of respective segment • Data records are of EDIDD type of structure
  • 19. Runtime Components • Status Record - whenever a process is taken place, system will generate status records. • We can identify the process with the number of status record. • 01 - 49 for Outbound Process • 50 - 75 for Inbound Process • when IDoc is processed the messages are: • 01 - IDoc is created • 30 - IDoc is ready for dispatch • 03 - IDoc is processed
  • 20. Runtime Components • We need to write a Selection Program to create a Physical structure of IDoc • Import Parameters • Define a parameter of type NAST • Define a parameter of type EDIDC (for control record) • Export Parameters • Define a parameter of type WFAS1-ASGTP • Define a parameter of type EDIDC (for control record) • Tables • Define a parameter of type EDIDD (for Data record)