<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: idocs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490611#M562119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419" target="test_blank"&gt;http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netweaverguru.com/EDI/HTML/IDocBook.htm" target="test_blank"&gt;http://www.netweaverguru.com/EDI/HTML/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/index.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hope this will help.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhay Singh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards point for useful answer.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 12:58:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-18T12:58:22Z</dc:date>
    <item>
      <title>idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490609#M562117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one help me what real time questions wil be raised on ale idoc i.e errors like syntax,transfer errors etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490609#M562117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T12:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490610#M562118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;better u go with the concepts rather than mugging the interview questions. give me your mail id. i'll forward the IDoc cook book.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Are IDOC&amp;#146;s?&lt;/P&gt;&lt;P&gt;Last edited:&lt;/P&gt;&lt;P&gt;IDOC&amp;#146;s are structured ASCII files (or a virtual equivalent) that adhere to some well-defined conventions. These conventions are known to sender and receiver. &lt;/P&gt;&lt;P&gt;IDOC&amp;#146;s Are SAP's Implementation of Structured Text Files	IDOC&amp;#146;s are by no means anything special. They are physically ASCII data streams like simple flat files with lines of text, where the lines are structured into data fields. The typical structured file has records, where each record starts with a leading string, which identifies the record type, e.g. if it is a header record or an item record. The only precondition for an IDoc is, that the meaning of every field must be recognizable without interpreting the contents, so that the data can be mapped into a database structure without semantical interpretation of the content.&lt;/P&gt;&lt;P&gt;Electronic Interchange Document	IDOC&amp;#146;s is the acronym for Interchange Document, meaning a set of (electronic) information which builds a logical entity. Because an IDoc is meant to be exchanged (or interchanged) between two independently existing partners, an IDoc must adhere to a mutually accepted format or language.  An IDoc is e.g. all the data of a single customer in your customer master data file. If you send data for multiple customer at the same time, we shall regard this as sending multiple IDOC&amp;#146;s. &lt;/P&gt;&lt;P&gt;Data Is Transmitted In ASCII Format, i.e. Human Readable Form	Idoc data is usually exchanged between systems and partners who are completely independent. Therefore the data should be tfransmitted in a format, that can easily be corrected by the humans who operate the computers. It is therefore mandatory to post the data in a human readable form. Nowadays, this means that data is coded in ASCII fomat, including number, which are sent as string of figures 0 to 9. Such data can easily be read with any text editor on any computer, be it a PC, Macintosh a UNIX System or any internet browser.r&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get A Feeling For IDOC&amp;#146;s&lt;/P&gt;&lt;P&gt;Last edited:  &lt;/P&gt;&lt;P&gt;For the beginning we want to give you a feeling of what IDOC&amp;#146;s are. &lt;/P&gt;&lt;P&gt;IDOC&amp;#146;s can be seen as plain ASCII files	Keep this in mind: IDOC&amp;#146;s are basically a small number of records in ASCII format, building altogether a logical entity. In order to sharpen your imagination, you should always see an IDoc as a plain ASCII text file. E.g. an IDoc may contain the data of a purchase or sales order, resp. or it may contain the data of a material master or of a customer master. See the illustration MATMAS for an example of a material master IDoc or illustration ORDERS for an example of a purchase order IDoc.&lt;/P&gt;&lt;P&gt;	We will discuss the example of the material master IDoc MATMAS in the paragraphs below. The contents of such an IDoc is shown in the illustration MATMAS .&lt;/P&gt;&lt;P&gt;IDOC&amp;#146;s are defined in WE31	The definition of the IDoc structure MATMAS01 is deposited in the data dictionary and can be viewed with  WE30 .&lt;/P&gt;&lt;P&gt;Header record plus many data records = 1 Idoc	Any IDoc consists of two sections ·	the header record which is always the first line of the file and provides the adminstrative information. The rest of the file is made up by ·	the data records which contain the application dependent data, in our example the material master data.&lt;/P&gt;&lt;P&gt;	The IDoc Header Record&lt;/P&gt;&lt;P&gt;Header Record with context information	Each IDoc is trailed by a header record, which provides important information about the context under which the IDoc package has been received. The header record has a fixed pre-defined structure, which is defined in the data dictionary as  EDIDC and can viewed with SE11 in the R/3 data dictionary. The header of our example will tell us, that the IDoc has been received from a sender with the name PROCLNT100   and sent to the system with the name DEVCLNT100 . It further tells us that the IDoc is to be interpreted according to the IDoc definition called MATMAS01 .&lt;/P&gt;&lt;P&gt;Header EDIDC	    MATMAS01 ... DEVCLNT100 PROCLNT100 ...&lt;/P&gt;&lt;P&gt;·	Sender	The sender's identification PROCLNT100 tells the receiver who sent the IDoc. This serves the purpose of filtering unwanted data and gives also the opportunity to process IDOC&amp;#146;s differently with respect to the sender.&lt;/P&gt;&lt;P&gt;·	Receiver	The receiver's identification DEVCLNT100 should be included in the IDoc header to make sure, that the data has reached the intended recepient.&lt;/P&gt;&lt;P&gt;·	IDoc Type	The name of the IDoc type MATMAS01 is the key information for the IDoc processor. It is used to interpret the data in the IDoc records, which otherwise would be nothing more than a sequence of meaningless characters.&lt;/P&gt;&lt;P&gt;	The IDoc Data&lt;/P&gt;&lt;P&gt;View MATMAS01 with WE30	The IDoc type MATMAS01 stands for material master and defines the data structure of the file. It has been designed to exchange data of the material master. You can view the definition of any IDoc data structure directly within R/3 with transaction WE30. The result could look like in the illustration.&lt;/P&gt;&lt;P&gt;Data and segment info is stored in  EDID4	The data records have to match the DDIC structure EDID4, which you can view with SE11. They are made up of two parts. Every record hence is led in by a segment info. The remaining part of the record is filled with the actual IDoc data. These data is stored in the field EDID4-SDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Segment Info...E1MARAM .......E1MARCM .......E1MARDM ....	Segment Data010000000012345670100000000123456701000000001234567&lt;/P&gt;&lt;P&gt;Segment name tells the data structure	The segment info tells the IDoc processor how the following segment should be interpreted. Most of the information in the segment info can be regarded as redundant information for eventual non-SAP-compliant partners, because this information is also stored in R/3s IDoc definition storage. The only interesting information is the name of the segment EDID4-SEGNAM. &lt;/P&gt;&lt;P&gt;	The segment name EDID4-SEGNAM denominates a corresponding data dictionary structure with the same name, which has been cvreated by transaction WE31 automatically when defining the IDoc segment definition. You would usually do something like the following: &lt;/P&gt;&lt;P&gt;Data in EDID4-SDATA	MOVE edidd-sdata TO my_segment.&lt;/P&gt;&lt;P&gt;	Then you can access the fields of the IDoc segment EDIDD-SDATA as fields of the structure my_segment  .&lt;/P&gt;&lt;P&gt;Sample coding	The following coding sample, shows how you may read a MATMAS IDoc and extract the data for the MARA and MARC segments to some internal variables and tables.&lt;/P&gt;&lt;P&gt;	DATA: xmara LIKE mara.DATA: tmarc LIKE marc             OCCURS 0             WITH HEADER LINE.LOOP AT edidd.   CASE edidd-segnam.	WHEN 'E1MARAM'.          MOVE edidd-sdata TO xmara.	WHEN 'E1MARCM'.	  MOVE edidd-sdata TO tmarc.          APPEND tmarc.   ENDCASE.ENDLOOP.now do something with xmara and tmarc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contents of an Idoc Package&lt;/P&gt;&lt;P&gt;Last edited:  &lt;/P&gt;&lt;P&gt;This shall give you a feeling how an IDoc could look like, when you receive it as a plain text file. &lt;/P&gt;&lt;P&gt;An IDoc package consists of one or more records of data in ASCII format and is accompanied by a control record	An SAP IDoc is always made up out of two logical blocks.&lt;/P&gt;&lt;P&gt;	·	A Control Record ·	A Table With The IDoc Data &lt;/P&gt;&lt;P&gt;Example of of a control record:&lt;/P&gt;&lt;P&gt;IDOC Number	Sender	Receiver	Port	Message Type	IDoc Type&lt;/P&gt;&lt;P&gt;0000123456	R3PARIS	R3MUENCHEN	FILE	ORDERS	ORDERS01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simplified example of an IDoc data array:&lt;/P&gt;&lt;P&gt;SegmentType	Aufraggeber	Warenempfänger	Auftragswert	Lieferdatum	Sachberabeiter&lt;/P&gt;&lt;P&gt;ORDERHEADER	1088	1089	12500,50	24121998	Micky Maus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Control record serves as cover slip for the transport	The control record carries all the administrative information of the IDoc, such as its origin and its destination and a catagorial description of the contents and context of the attached IDoc data. This is very much like the envelope or cover sheet that would accompany any paper document sent via postal mail.&lt;/P&gt;&lt;P&gt;Control record necessary to find its destination and the processing FB	The control record is necessary to find the correct destination of the IDoc and to determine the processing FB. The control record tells you who sent the IDoc, who is the designated receiver and what kind of data you will see. With these three information bits, the SAP standard workflow facility will determine the FB, to process the IDoc.&lt;/P&gt;&lt;P&gt;Control record Not Necessary To Process IDoc Data	Once the IDoc data is handed over to a processing FB, you will no longer need the control record information. The FBs are usually designed in a way, that they are aware of the individual structure of the IDoc type and the meaning of the data. In other words: for every context and syntax of an IDoc, you would write a proper FB to deal with.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IDoc Base - Database Tables used to store IDOC&amp;#146;s and related information&lt;/P&gt;&lt;P&gt;Last edited:  &lt;/P&gt;&lt;P&gt;IDOC&amp;#146;s are stored in a couple of database tables EDI* for the data, control data and the log files. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;All inbound and outbound Docs are stored in EDID4	All IDoc, whether sent or received are stored in the table EDID4. The corresponding control file header goes into EDIDC. There are standard programs who read and write the data to and from the IDoc base. These programs and transaction are heavily dependent on the customzing, where rules are defined which tell how the IDOC&amp;#146;s are to be processed.&lt;/P&gt;&lt;P&gt;Outbound customizing agrees how data is electronically exchanged	For outbound processing, the customzing mainly sets the media to transport the data to its receiver, e.g. an operating system file, automated FTP, XML or EDIFACT transmission via a broker/converter and the internet direct remote function call The mean of transport depends on the receiving partner, the IDoc type and message type (context). So you may determine to send the same data as a file to your vendor and via FTP to your remote plant. Also you may decide to exchange purchase data with a vendor via FTP but send payment notes to the same vendor in a file. &lt;/P&gt;&lt;P&gt;Inbound customzing determines the processing function module	For inbound processing, the partner profile customizing will mainly determine a function module from the function pool, which is written to process an IDoc of the respective type.  &lt;/P&gt;&lt;P&gt;Reinventing the wheelI	Of course, as IDOC&amp;#146;s are nothing than structured file data, you could always process it directly with an ABAP. This is certainly the quick and dirty solution, bypassing all the internal check and processing mechanism. We will not deal here, how to reinvent the wheel, see preamble.&lt;/P&gt;&lt;P&gt;Customzing TA: WEDI	To do this customizing setting, check with transaction WEDI and see the points, dealing with ports, partner profiles, and all under IDoc development.&lt;/P&gt;&lt;P&gt;Links to pictures:&lt;/P&gt;&lt;P&gt;idocin_visio  idoc_out_visio  idoc_flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some Sample IDOC&amp;#146;s&lt;/P&gt;&lt;P&gt;Last edited:  &lt;/P&gt;&lt;P&gt;Here are some more samples of standard IDOC&amp;#146;s to give you a better impression, how IDOC&amp;#146;s are designed.. &lt;/P&gt;&lt;P&gt;Check EDID4 with SE16	All IDOC&amp;#146;s are stored in the IDoc base tables. All received or send IDOC&amp;#146;s are stored in the table EDID4 (EDID3 for release 3.x and EDIDD for all releases 2.x). Check with the table browser SE16 if there are already IDOC&amp;#146;s in the table EDID4. We will assume that there are already some IDOC&amp;#146;s stored, which we can examine.&lt;/P&gt;&lt;P&gt;Display IDOC&amp;#146;s with WE05	The transaction WE05 displays the status of all IDOC&amp;#146;s found in the system in a more systematic way. Call this transaction, fill in proper selection criteria and execute the selection. If there are any matching IDOC&amp;#146;s you will receive a listing. When you click on any line you will have a detailed display of the respective IDoc.&lt;/P&gt;&lt;P&gt;	MATMAS01&lt;/P&gt;&lt;P&gt;	Here is the display of an IDoc of type MATMAS01 which we found in our system. When you click it open to the full detail, you will see something like the following.&lt;/P&gt;&lt;P&gt;	&amp;lt;&amp;lt;&amp;lt; image of WE05 - MATMAS01 - &amp;gt;&amp;gt;&amp;gt; &lt;/P&gt;&lt;P&gt;	MATMAS01 mirrors widely the structure of R/3s material master, if not to say: the IDoc MATMAS01 is a one-to-one copy of the material master entity. A hint by the way: view the function module function MATERIAL_MAINTAIN_DARK. It's parameters reflect most tables of the material master entity.&lt;/P&gt;&lt;P&gt;Content of IDoc file	If this IDoc would have been written to a file, the file content would have looked like that:&lt;/P&gt;&lt;P&gt;	MATMAS01 HEADER DEVCLNT100 PROCLNT100 RECORD&lt;/P&gt;&lt;P&gt;	...E1MARAM .......E1MARCM .......E1MARDM ....&lt;/P&gt;&lt;P&gt;IDoc structure can be seen with WE30	You can call transaction WE30 to display the structure of the IDoc type of the found IDoc&lt;/P&gt;&lt;P&gt;	&amp;lt;&amp;lt;&amp;lt; image of WE30 - MATMAS01 - &amp;gt;&amp;gt;&amp;gt; &lt;/P&gt;&lt;P&gt;	ORDERS01&lt;/P&gt;&lt;P&gt;	To allow an interference, here is a sample of IDoc type ORDERS01 which is used for purchase orders and sales orders. Purchasing and sales share naturally the same IDoc type, because what is a purchase order on sender side will become a sales order on the receiver side and vica versa.&lt;/P&gt;&lt;P&gt;	&amp;lt;&amp;lt;&amp;lt; image of WE05 - ORDERS01 - &amp;gt;&amp;gt;&amp;gt; &lt;/P&gt;&lt;P&gt;	Other than MATMAS01, the IDoc type ORDERS01 does not reflect the structure of the order entity, neither the one of SD (VA01) nor the one of MM (ME21). The structure is rather derived from the standard EDIFACT. Unfortunately, this does not make it easier to read. &lt;/P&gt;&lt;P&gt;Content of IDoc file	If this IDoc would have been written to a file, the file content would have looked like that:&lt;/P&gt;&lt;P&gt;	ORDERS01 HEADER DEVCLNT100 PROCLNT100 RECORD&lt;/P&gt;&lt;P&gt;	...E1MARAM .......E1MARCM .......E1MARDM ....&lt;/P&gt;&lt;P&gt;IDoc structure can be seen with WE30	You can call transaction WE30 to display the structure of the IDoc type of the found IDoc&lt;/P&gt;&lt;P&gt;	&amp;lt;&amp;lt;&amp;lt; image of WE30 - ORDERS01 - &amp;gt;&amp;gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Processing Routines&lt;/P&gt;&lt;P&gt;Last edited:  &lt;/P&gt;&lt;P&gt;Creating and processing IDOC&amp;#146;s are a widely mechanical task, as it is true for all interface programming. We will show a short example that packs SAP R/3 SapScript standard text elements into IDOC&amp;#146;s and stores them back to texts in a second routine. The text elements can be edited with SO10. &lt;/P&gt;&lt;P&gt;Outbound function	IDoc outbound functions are function modules with a standard interface which will read data from an application database and convert the data into IDoc format.   &lt;/P&gt;&lt;P&gt;	The interface parameters need to be compatible with a well defined standard, because the function module will be called from within another program.&lt;/P&gt;&lt;P&gt;Inbound function	IDoc inbound functions are function modules with a standard interface, which will interpret the received IDoc data and prepare for processing by an application.&lt;/P&gt;&lt;P&gt;	The received IDoc data is processed record by record and interpreted according the segment information provided with each record. The prepared data can then be processed by an application, a function module or a self-written program.&lt;/P&gt;&lt;P&gt;	The example programs in the following chapters will show you how texts from the text pool can be converted into an IDoc and processed by an inbound routine to be stored into another system. The following will give you the basics to understand the example.&lt;/P&gt;&lt;P&gt;Text from READ_TEXT	SAP R/3 allows the creation of text elements, e.g. with transaction SO10. Each standard text elements has a header record which is stored in table STXH. The text lines itself are stored in a special cluster table. To retrieve the text from the cluster, you will use the standard function module function READ_TEXT . We will read such a text and  pack it into an IDoc. That is what the following simple function module does.&lt;/P&gt;&lt;P&gt;	If there is no convenient routine to process data, the easiest way to hand over the data to an apllication is to record a transaction with transaction SHDB and create a simple processing function module from that recording. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Outbound  Routines&lt;/P&gt;&lt;P&gt;Last edited:  &lt;/P&gt;&lt;P&gt;The most difficult work when creating outbound IDOC&amp;#146;s is the retrieval of the application data which needs to be sent. Once the data is well retrieved, the data needs to be converted to IDoc format, only. &lt;/P&gt;&lt;P&gt;	We will show a short example that packs SAP R/3 SapScript standard text elements into IDOC&amp;#146;s and stores them back to texts in a second routine. The text elements can be edited with SO10.&lt;/P&gt;&lt;P&gt;Text from READ_TEXT	SAP R/3 allows the creation of text elements, e.g. with transaction SO10. Each standard text elements has a header record which is stored in table STXH. The text lines itself are stored in a special cluster table. To retrieve the text from the cluster, you will use the standard function module function READ_TEXT . We will read such a text and  pack it into an IDoc. That is what the following simple function module does.&lt;/P&gt;&lt;P&gt;	Check out chapters on RFC programming of this cookbook to learn more about the SapScript texts.&lt;/P&gt;&lt;P&gt;Outbound processing	The program below will retrieve a text document from the text pool, convert the text lines into IDoc format and create the necessary control information.&lt;/P&gt;&lt;P&gt;FUNCTION *"----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;STRONG&gt;"       IMPORTING&lt;/STRONG&gt;"             VALUE(I_TDOBJECT) LIKE  THEAD-TDOBJECT DEFAULT 'TEXT'&lt;STRONG&gt;"             VALUE(I_TDID) LIKE  THEAD-TDID DEFAULT 'ST'&lt;/STRONG&gt;"             VALUE(I_TDNAME) LIKE  THEAD-TDNAME&lt;STRONG&gt;"             VALUE(I_TDSPRAS) LIKE  THEAD-TDSPRAS DEFAULT SY-LANGU&lt;/STRONG&gt;"       EXPORTING&lt;STRONG&gt;"             VALUE(E_THEAD) LIKE  THEAD STRUCTURE  THEAD&lt;/STRONG&gt;"       TABLES&lt;STRONG&gt;"              IDOC_DATA STRUCTURE  EDIDD OPTIONAL&lt;/STRONG&gt;"              IDOC_CONTRL STRUCTURE  EDIDC OPTIONAL&lt;STRONG&gt;"              TLINES STRUCTURE  TLINE OPTIONAL&lt;/STRONG&gt;"       EXCEPTIONS&lt;STRONG&gt;"              FUNCTION_NOT_EXIST&lt;/STRONG&gt;"              VERSION_NOT_FOUND*"----&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;*** --- Reading the application Data --- ****  CALL FUNCTION 'READ_TEXT'       EXPORTING            ID                      = T_HEAD-TDID            LANGUAGE                = T_HEAD-TDSPRAS            NAME                    = T_HEAD-TDNAME            OBJECT                  = T_HEAD-TDOBJECT       IMPORTING            HEADER                  = E_THEAD       TABLES            LINES                   = TLINES.* *** --- Packing the application data into IDoc      MOVE E_THEAD TO IDOC_DATA-SDATA.     MOVE 'YAXX_THEAD' TO IDOC_DATA-SEGNAM.     APPEND IDOC_DATA.     LOOP AT TLINES.	MOVE E_THEAD TO IDOC_DATA-SDATA.* ***	-- we still need to fill more segment info	MOVE 'YAXX_TLINE' TO IDOC_DATA-SEGNAM.        APPEND IDOC_DATA.     ENDLOOP.* *** --- Packing the IDoc control record --- ****  CLEAR IDOC_CONTRL.  IDOC_CONTRL-IDOCTP = 'YAXX_TEXT'.* *** -- we still should fill more control record info  APPEND IDOC_CONTRL.ENDFUNCTION.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Reading data from the application	The first step is reading the data from the application database. In the case of the standard texts, this is easily done by calling the function module READ_TEXT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;*** --- Reading the application Data --- ****  CALL FUNCTION 'READ_TEXT'       EXPORTING            ID                      = T_HEAD-TDID            LANGUAGE                = T_HEAD-TDSPRAS            NAME                    = T_HEAD-TDNAME            OBJECT                  = T_HEAD-TDOBJECT       IMPORTING            HEADER                  = E_THEAD       TABLES            LINES                   = TLINES.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Converting application data into IDoc format	Our next duty is to pack the data into the IDoc record. This means moving the application data to the data part of the IDoc record structure EDIDD and fill the corresponding segment information.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;*** --- Packing the application data into IDoc     MOVE E_THEAD TO IDOC_DATA-SDATA.*     the receiver needs the segment name       in order to interpret the segment     MOVE 'YAXX_THEAD' TO IDOC_DATA-SEGNAM.     APPEND IDOC_DATA.     LOOP AT TLINES.	MOVE E_THEAD TO IDOC_DATA-SDATA.* ***	-- we still need to fill more segment info	MOVE 'YAXX_TLINE' TO IDOC_DATA-SEGNAM.        APPEND IDOC_DATA.     ENDLOOP.		&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Filling control record information	Finally we have to provide a correctly filled control record for this IDoc. If the IDoc routine is used in a standard automated environment, it is usually sufficient to fill the field EDIDC-IDOCTP with the IDoctype and EDIDC-MESTYP with the context message type and eventually the receiver name. The remaining fields are automatically filled by the standard processing routines if necessary.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;*** --- Packing the IDoc control record --- ****  CLEAR IDOC_CONTRL.  IDOC_CONTRL-IDOCTP = 'YAXX_TEXT'.* ***	-- we still need to fill more control rec info  APPEND IDOC_CONTRL.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Inbound Routines&lt;/P&gt;&lt;P&gt;Last edited:  &lt;/P&gt;&lt;P&gt;Inbound processing is widely the reverse process of an outbound.. The received IDoc has to be unpacked, interpreted and transferred to an application for further processing. &lt;/P&gt;&lt;P&gt;Inbound processing function module	Below is the example of an inbound function module. This module expects an IDoc with rows of plain text and will save this text under a given name to SAP's text database. The procedure will extract the text name and the text line from the IDoc and hand over the text data to the function module READ_TEXT which will store the text in the text pool.&lt;/P&gt;&lt;P&gt;FUNCTION *"----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;STRONG&gt;"       IMPORTING&lt;/STRONG&gt;"             VALUE(INPUT_METHOD) LIKE  BDWFAP_PAR-INPUTMETHD&lt;STRONG&gt;"             VALUE(MASS_PROCESSING) LIKE  BDWFAP_PAR-MASS_PROC&lt;/STRONG&gt;"       EXPORTING&lt;STRONG&gt;"             VALUE(WORKFLOW_RESULT) LIKE  BDWFAP_PAR-RESULT&lt;/STRONG&gt;"             VALUE(APPLICATION_VARIABLE) LIKE  BDWFAP_PAR-APPL_VAR&lt;STRONG&gt;"             VALUE(IN_UPDATE_TASK) LIKE  BDWFAP_PAR-UPDATETASK&lt;/STRONG&gt;"             VALUE(CALL_TRANSACTION_DONE) LIKE  BDWFAP_PAR-CALLTRANS&lt;STRONG&gt;"       TABLES&lt;/STRONG&gt;"              IDOC_CONTRL STRUCTURE  EDIDC&lt;STRONG&gt;"              IDOC_DATA STRUCTURE  EDIDD&lt;/STRONG&gt;"              IDOC_STATUS STRUCTURE  BDIDOCSTAT&lt;STRONG&gt;"              RETURN_VARIABLES STRUCTURE  BDWFRETVAR&lt;/STRONG&gt;"              SERIALIZATION_INFO STRUCTURE  BDI_SER*"----&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;  DATA: XTHEAD   LIKE THEAD  .  DATA: TLINES LIKE TLINE    OCCURS 0 WITH HEADER LINE.  CLEAR XTHEAD.   REFRESH TLINES.* *** --- Unpacking the IDoc --- ***  LOOP AT IDOC_DATA.     CASE IDOC_DATA-SEGNAM.       WHEN 'YAXX_THEAD'.            MOVE IDOC_DATA-SDATA TO XTHEAD.       WHEN 'YAXX_TLINE'.            MOVE IDOC_DATA-SDATA TO TLINES.     ENDCASE.  ENDLOOP.* *** --- Calling the application to process the received data --- ***  CALL FUNCTION 'SAVE_TEXT'       EXPORTING            HEADER          = XTHEAD            SAVEMODE_DIRECT = 'X'       TABLES            LINES           = TLINES.    ADD SY-SUBRC TO OK.* füllen IDOC_Status* fill IDOC_Status    IDOC_STATUS-DOCNUM = IDOC_CONTRL-DOCNUM.    IDOC_STATUS-MSGV1  = IDOC_CONTRL-IDOCTP.    IDOC_STATUS-MSGV2  = XTHEAD.    IDOC_STATUS-MSGID  = '38'.    IDOC_STATUS-MSGNO  = '000'.    IF OK NE 0.      IDOC_STATUS-STATUS = '51'.      IDOC_STATUS-MSGTY  = 'E'.    ELSE.      IDOC_STATUS-STATUS = '53'.      IDOC_STATUS-MSGTY  = 'S'.      CALL_TRANSACTION_DONE = 'X'.    ENDIF.    APPEND IDOC_STATUS.ENDFUNCTION.&lt;/P&gt;&lt;P&gt;Unpacking the IDoc data	The received IDoc data is processed record by record and unpacking is a simple discrimination by case according the segment name provided with each record..&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;*** --- Unpacking the IDoc --- ***  LOOP AT IDOC_DATA.bb     CASE IDOC_DATA-SEGNAM.      WHEN 'YAXX_THEAD'.            PERFORM UNPACK_IDOC TABLES IDOC_DATA USING XTHEAD.      WHEN 'YAXX_TLINE'.            PERFORM UNPACK_TAB  TABLES IDOC_DATA TLINES.       ENDCASE.  ENDLOOP.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Application processing	When the IDoc is unpacked it needs to be passed to the application. In our case this will be a simple call to a standard function which is going to store the data to the text database.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;*** --- Calling the application to process the received data --- ***  CALL FUNCTION 'SAVE_TEXT'       EXPORTING            HEADER          = XTHEAD            SAVEMODE_DIRECT = 'X'       TABLES            LINES           = TLINES.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Writing a status log	Finally the processing routine needs to pass a status record to the IDoc processor. This status indicates successful or unsuccessful processing and will be added as a log entry to the table EDIDS.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;fill IDOC_Status    IF OK NE 0.      IDOC_STATUS-STATUS = '51'....    ELSE.      IDOC_STATUS-STATUS = '53'....    ENDIF.    APPEND IDOC_STATUS.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;	The status value '51' indicates a general error during application processing and the status '53' indicates everything is OK. There are numerous other status values, with distinct meanings, but '51' and '53' are the most common ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or go thru the links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://idocs.de/www3/cookbooks/idoc/cb10_idoc_03_firstlook/" target="test_blank"&gt;http://idocs.de/www3/cookbooks/idoc/cb10_idoc_03_firstlook/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419" target="test_blank"&gt;http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netweaverguru.com/EDI/HTML/IDocBook.htm" target="test_blank"&gt;http://www.netweaverguru.com/EDI/HTML/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/index.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale2.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/idoc_abap.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/idoc_abap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/idoc_sample.html" target="test_blank"&gt;http://www.allsaplinks.com/idoc_sample.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap.html" target="test_blank"&gt;http://www.sappoint.com/abap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419" target="test_blank"&gt;http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netweaverguru.com/EDI/HTML/IDocBook.htm" target="test_blank"&gt;http://www.netweaverguru.com/EDI/HTML/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/index.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/idoc_sample.html" target="test_blank"&gt;http://www.allsaplinks.com/idoc_sample.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale2.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/configuration.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/configuration.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale2.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/training" target="test_blank"&gt;http://www.sapdevelopment.co.uk/training&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/why_ale.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/why_ale.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/training" target="test_blank"&gt;http://www.sapdevelopment.co.uk/training&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490610#M562118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490611#M562119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419" target="test_blank"&gt;http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netweaverguru.com/EDI/HTML/IDocBook.htm" target="test_blank"&gt;http://www.netweaverguru.com/EDI/HTML/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/index.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hope this will help.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhay Singh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards point for useful answer.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490611#M562119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T12:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490612#M562120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should give you step by step approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappro.com/downloads/OneClientDistribution.pdf" target="test_blank"&gt;http://www.sappro.com/downloads/OneClientDistribution.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More details ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/idoc_abap.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/idoc_abap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b828943d711d1893e0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b828943d711d1893e0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/whitepaper.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/whitepaper.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards point for useful answer.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490612#M562120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T12:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490613#M562121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;check these also:-&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.onestopsap.com/interview-Question/ale/" target="test_blank"&gt;http://www.onestopsap.com/interview-Question/ale/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/career/sap-career/aleidoc-interview-questions-688290" target="test_blank"&gt;http://sap.ittoolbox.com/groups/career/sap-career/aleidoc-interview-questions-688290&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/faq/ale.htm" target="test_blank"&gt;http://www.erpgenie.com/faq/ale.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490613#M562121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T12:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490614#M562122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There have been a few references to SAPGenie.COM here. SAPGenie.COM is now ERPGenie.COM.&lt;/P&gt;&lt;P&gt;The link to the ALE area is &lt;A href="http://erpgenie.com/index.php?option=com_content&amp;amp;task=category&amp;amp;sectionid=6&amp;amp;id=62&amp;amp;Itemid=77" target="test_blank"&gt;http://erpgenie.com/index.php?option=com_content&amp;amp;task=category&amp;amp;sectionid=6&amp;amp;id=62&amp;amp;Itemid=77&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 18:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idocs/m-p/2490614#M562122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T18:40:02Z</dc:date>
    </item>
  </channel>
</rss>

