<?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: triggering an idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196251#M761597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The methods we can use to trigger ALE distribution vary by the data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	&lt;STRONG&gt;Master data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;&lt;STRONG&gt;Manual Program&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	We can send data directly from an ABAP program. SAP provides such programs for most kinds of master data. You can access these programs with menu path Tools &amp;amp;#61664; ALE &amp;amp;#61664; Master Data Distribution. &lt;/P&gt;&lt;P&gt;	Enter the appropriate data on the master data send/fetch screen, which includes the master data to be sent, the message type, and the logical system of the receiving system (send only).&lt;/P&gt;&lt;P&gt;	If you do not enter a logical system, then any logical system that has the pertinent message type in the distribution model will be included in the ALE transmission. This is useful when there is one central system where the data is created and then transmitted out to multiple distributed systems via ALE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;&lt;STRONG&gt;Automatic Send&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	We can use Change Pointers to automatically distribute the data.&lt;/P&gt;&lt;P&gt;	If a user creates, changes, blocks, or deletes a master record, the Shared Master Data (SMD) system will send the record automatically.&lt;/P&gt;&lt;P&gt;	If multiple changes are made to a master record between distributions, the system will incorporate all of the changes into one change document for that master record.&lt;/P&gt;&lt;P&gt;	Automatic distribution will work for all the master data types available to ALE. &lt;/P&gt;&lt;P&gt;	IDoc distribution using the SMD is generally a batch (not real-time) process. The system does not send IDocs at once, but rather waits for the next scheduled send. However, with customization of the tool, you can achieve near-real-time distribution.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;#149;	&lt;STRONG&gt;Transaction data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;&lt;STRONG&gt;Direct ALE Call&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	The transaction program may contain a call to the ALE layer to send the IDoc directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;&lt;STRONG&gt;Message Control&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	We can use Message Control to automatically distribute the data. The message control system allows the sending of data in real-time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sathish Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 15:22:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-18T15:22:12Z</dc:date>
    <item>
      <title>triggering an idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196250#M761596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could someone explain me , different ways to trigger an idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;suma sailaja pvn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 12:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196250#M761596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: triggering an idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196251#M761597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The methods we can use to trigger ALE distribution vary by the data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	&lt;STRONG&gt;Master data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;&lt;STRONG&gt;Manual Program&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	We can send data directly from an ABAP program. SAP provides such programs for most kinds of master data. You can access these programs with menu path Tools &amp;amp;#61664; ALE &amp;amp;#61664; Master Data Distribution. &lt;/P&gt;&lt;P&gt;	Enter the appropriate data on the master data send/fetch screen, which includes the master data to be sent, the message type, and the logical system of the receiving system (send only).&lt;/P&gt;&lt;P&gt;	If you do not enter a logical system, then any logical system that has the pertinent message type in the distribution model will be included in the ALE transmission. This is useful when there is one central system where the data is created and then transmitted out to multiple distributed systems via ALE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;&lt;STRONG&gt;Automatic Send&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	We can use Change Pointers to automatically distribute the data.&lt;/P&gt;&lt;P&gt;	If a user creates, changes, blocks, or deletes a master record, the Shared Master Data (SMD) system will send the record automatically.&lt;/P&gt;&lt;P&gt;	If multiple changes are made to a master record between distributions, the system will incorporate all of the changes into one change document for that master record.&lt;/P&gt;&lt;P&gt;	Automatic distribution will work for all the master data types available to ALE. &lt;/P&gt;&lt;P&gt;	IDoc distribution using the SMD is generally a batch (not real-time) process. The system does not send IDocs at once, but rather waits for the next scheduled send. However, with customization of the tool, you can achieve near-real-time distribution.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;#149;	&lt;STRONG&gt;Transaction data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;&lt;STRONG&gt;Direct ALE Call&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	The transaction program may contain a call to the ALE layer to send the IDoc directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;&lt;STRONG&gt;Message Control&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	We can use Message Control to automatically distribute the data. The message control system allows the sending of data in real-time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sathish Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 15:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196251#M761597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T15:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: triggering an idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196252#M761598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idoc will be triggered majorly  in  3 ways .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.ALE&lt;/P&gt;&lt;P&gt;   a.Change Pointers &lt;/P&gt;&lt;P&gt;   b.Message controls &lt;/P&gt;&lt;P&gt;   c.Stand alone Programs &lt;/P&gt;&lt;P&gt;2.EDI&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;3.LSMW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 04:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196252#M761598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T04:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: triggering an idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196253#M761599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can re-trigger existing idoc using Transaction Code : WE19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Outbound is triggered by the application&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Outbound routines are called by the triggering application, e.g. the RSNAST00 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inbound is triggered by an external event&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Inbound processing is triggered by the central IDoc inbound handler, which is usually the function module IDOC_INPUT . This function is usually activated by the gatekeeper who receives the IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="501878"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="49109"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 04:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196253#M761599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T04:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: triggering an idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196254#M761600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDoc Types:&lt;/P&gt;&lt;P&gt;IDoc type structure can consist of several segments, and each segment can consist of several data fields. The IDoc structure defines the syntax of the data by specifying a list of permitted segments and arrangement of the segments. Segments define a set of fields and their format.&lt;/P&gt;&lt;P&gt;An IDoc is an instance of an IDoc Type and consists of three types of records.&lt;/P&gt;&lt;P&gt;i.	One Control record: each IDoc has only one control record. The control record contains all the control information about an IDoc, including the IDoc number, the sender and recipient information, and information such as the message type it represents and IDoc type. The control record structure is same for all IDocs.&lt;/P&gt;&lt;P&gt;ii.	One or Many Data records: An IDoc can have multiple data records, as defined by the IDoc structure. Segments translate into data records, which store application data, such as purchase order header information and purchase order detail lines.&lt;/P&gt;&lt;P&gt;iii.	One or Many Status records: An IDoc can have multiple status records. Status record helps to determine whether an IDoc has any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message in IDoc Type:&lt;/P&gt;&lt;P&gt;A Message represents a specific type of document transmitted between two partners. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound Process in IDocs:&lt;/P&gt;&lt;P&gt;Outbound process used the following components to generate an IDoc. A customer model, and IDoc structure, selection programs, filter objects, conversion rules, a port definition, an RFC destination, a partner profile, service programs, and configuration tables.&lt;/P&gt;&lt;P&gt;The Customer Model:&lt;/P&gt;&lt;P&gt;A customer model is used to model a distribution scenario. In a customer model, you identify the systems involved in a distribution scenario and the message exchanged between the systems.&lt;/P&gt;&lt;P&gt;Message control:&lt;/P&gt;&lt;P&gt;Message control is a cross application technology used in pricing, account determination, material determination, and output determination.  The output determination technique of Message control triggers the ALE for a business document. Message control separates the logic of generating IDocs from the application logic.&lt;/P&gt;&lt;P&gt;Change Pointers:&lt;/P&gt;&lt;P&gt;The change pointers technique is based on the change document technique, which tracks changes made to key documents in SAP, such as the material master, customer master and sales order. &lt;/P&gt;&lt;P&gt;Changes made to a document are recorded in the change document header table CDHDR, and additional change pointers are written in the BDCP table for the changes relevant to ALE.&lt;/P&gt;&lt;P&gt;IDoc Structure:&lt;/P&gt;&lt;P&gt;A message is defined for data that is exchanged between two systems. The message type is based on one or more IDoc structures.&lt;/P&gt;&lt;P&gt;Selection Program:&lt;/P&gt;&lt;P&gt;Is typically implemented as function modules, are designed to extract application data and create a master IDoc. A selection program exists for each message type. A selection program&amp;#146;s design depends on the triggering mechanism used in the process.&lt;/P&gt;&lt;P&gt;Filter Objects;&lt;/P&gt;&lt;P&gt;Filter Objects remove unwanted data for each recipient of the data basing on the recipients requirement.&lt;/P&gt;&lt;P&gt;Port Definition:&lt;/P&gt;&lt;P&gt;A port is used in an outbound process to define the medium in which documents are transferred to the destination system. ALE used a Transactional RFC port, which transfers data in memory buffers.&lt;/P&gt;&lt;P&gt;RFC Destination:&lt;/P&gt;&lt;P&gt;The RFC destination is a logical name used to define the characteristics of a communication link to a remote system on which a function needs to be executed.&lt;/P&gt;&lt;P&gt;Partner Profile:&lt;/P&gt;&lt;P&gt;A partner profile specifies the components used in an outbound process(logical name of the remote SAP system, IDoc Type, message type, TRFC port), an IDoc&amp;#146;s packet size, the mode in which the process sends an IDoc (batch versus immediate), and the person to be notified in case of error.&lt;/P&gt;&lt;P&gt;Service Programs and Configuration Tables:&lt;/P&gt;&lt;P&gt;The outbound process, being asynchronous, is essentially a sequence of several processes that work together. SAP provides service programs and configuration tables to link these programs and provide customizing options for an outbound process.&lt;/P&gt;&lt;P&gt;Process flow for Distributing Transactional Data:&lt;/P&gt;&lt;P&gt;Transactional data is distributed using two techniques: with Message control and without message control. &lt;/P&gt;&lt;P&gt;Process flow for Distributing Master Data:&lt;/P&gt;&lt;P&gt;Master data between SAP systems is distributed using two techniques: Stand alone Programs and Change Pointers.&lt;/P&gt;&lt;P&gt;Triggering the Outbound Process via Stand-Alone Programs:&lt;/P&gt;&lt;P&gt;Stand-Alone programs are started explicitly by a user to transmit data from one SAP system to another. Standard Programs for several master data objects exist in SAP.  Ex. The material master data can be transferred using the RBDSEMAT program or transaction BD10.&lt;/P&gt;&lt;P&gt;The stand-alone programs provide a selection screen to specify the objects to be transferred and the receiving system. After the stand-alone program is executed, it calls the IDoc selection program with the specified parameters.&lt;/P&gt;&lt;P&gt;Triggering the Outbound Process via Change Pointers:&lt;/P&gt;&lt;P&gt;The change pointer technique is used to initiate the outbound process automatically when master data is created or changed.&lt;/P&gt;&lt;P&gt;A standard program, RBDMIDOC, is scheduled to run on a periodic basis to evaluate the change pointers for a message type and start the ALE process for distributing the master data to the appropriate destination. The RBDMIDOC program reads the table TBDME to determine the IDoc selection program for a message type.&lt;/P&gt;&lt;P&gt;Processing in the Application Layer:&lt;/P&gt;&lt;P&gt;The customer distribution model is consulted to make sure that a receiver has been defined for the message to be transmitted. If not, processing ends. If at least one receiver exists, the IDoc selection program reads the master data object from the database and creates a master IDoc from it. The master IDoc is stored in memory. The program then calls the ALE service layer by using the function module MASTER_IDOC_DISTRIBUTE, passing the master IDoc and the receiver information. &lt;/P&gt;&lt;P&gt;Processing in the ALE Interface Layer:&lt;/P&gt;&lt;P&gt;Processing in the ALE Layer consists of the following steps:&lt;/P&gt;&lt;P&gt;&amp;#149;	Receiver Determination: The determination of the receiver is done through Customer Distribution Model.&lt;/P&gt;&lt;P&gt;&amp;#149;	IDoc Filtering: if an IDoc filter is specified in the distribution model for a receiver, values in the filter are compared against the values in the IDoc data records. If a data record does not meet the filter criteria, it is dropped.&lt;/P&gt;&lt;P&gt;&amp;#149;	Segment Filtering: For each sender and receiver combination, a set of segments that are not required can be filtered out.&lt;/P&gt;&lt;P&gt;&amp;#149;	Field conversion: Field values in data records are converted by using the conversion rules specified for the segment.&lt;/P&gt;&lt;P&gt;&amp;#149;	Version change for segments: Segments are version-controlled. A new version of a segment always contains fields from the preceding version and fields added for the new version. Release in IDoc type field of the partner profile to determine the version of the segment to be generated.&lt;/P&gt;&lt;P&gt;&amp;#149;	Version change for IDocs: IDocs are also version controlled. The version is determined from the Basic Type field of the partner profile.&lt;/P&gt;&lt;P&gt;&amp;#149;	Communication IDocs generated: The final IDoc generated for a receiver after all the conversions and filtering operations is the communication IDoc. One master IDoc can have multiple communication IDocs depending on the number of receivers identified and the filter operations performed. IDoc gets the status record with a status code of 01 (IDoc Created).&lt;/P&gt;&lt;P&gt;&amp;#149;	Syntax check performed: IDoc goes through a syntax check and data integrity validation. If errors found the IDoc get the status of 26 (error during syntax check of IDoc &amp;#150; Outbound). If no errors found the IDoc gets the status 30 (IDoc ready for dispatch &amp;#150; ALE Service).&lt;/P&gt;&lt;P&gt;&amp;#149;	IDoc dispatched to the communication Layer: In the ALE process, IDocs are dispatched using the asynchronous RFC method, which means that the sending system does not await for data to be received or processed on the destination system. After IDocs have been transferred to the communication layer, they get a status code 01 (Data Passed to Port OK).&lt;/P&gt;&lt;P&gt;Processing in the Communication Layer: &lt;/P&gt;&lt;P&gt;To dispatch an IDoc to a destination system, the system reads the port definition specified in the partner profile to determine the destination system, which is then used to read the RFC destination. The RFC destination contains communication settings to log o to the remote SAP system. The sending system calls the INBOUND_IDOC_PROCESS function module asynchronously on the destination system and passes the IDoc data via the memory buffers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound Process in IDocs:&lt;/P&gt;&lt;P&gt;An inbound process used IDoc structure, posting programs, filter objects, conversion rules, a partner profile, service programs, and configuration tables to post an application document from an IDoc.&lt;/P&gt;&lt;P&gt;Posting Program:&lt;/P&gt;&lt;P&gt;Posting programs, which are implemented as function modules, read data from an IDoc and create an application document from it. A posting program exists for each message. Each posting program is assigned a process code. A process code can point to a function module or a work flow. In the standard program process codes always point to a function module.&lt;/P&gt;&lt;P&gt;Ex. The posting program for message type MATMAS is IDOC_INPUT_MATMAS which has a process code MATM.&lt;/P&gt;&lt;P&gt;Workflow:&lt;/P&gt;&lt;P&gt;A workflow represents a sequence of customized steps to be carried out for a process. The workflow management system is used to model the sequence, identify information required to carry out the steps and identify the person responsible for the dialog steps.&lt;/P&gt;&lt;P&gt;Partner Profile;&lt;/P&gt;&lt;P&gt;A partner profile specifies the components used in an inbound process (partner number, message type, and process code), the mode in which IDocs are processed (batch versus immediate), and the person to be notified in case of errors.&lt;/P&gt;&lt;P&gt;Process flow for the Inbound process via a Function Module:&lt;/P&gt;&lt;P&gt;In this process, IDocs are received from another system and passed to the posting function module directly. &lt;/P&gt;&lt;P&gt;1.	Processing in the communication Layer:&lt;/P&gt;&lt;P&gt;The IDOC_INBOUND_ASYCHRONOUS program, triggered as a result of an RFC from the sending system, acts as the entry point for all inbound ALE processes. The IDoc to be processed is passed as an input parameter. Control is transferred to the ALE/EDI layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.	Processing in the ALE/EDI Interface Layer:&lt;/P&gt;&lt;P&gt;&amp;#149;	Basic integrity check: A basic integrity check is performed on the control record.&lt;/P&gt;&lt;P&gt;&amp;#149;	Segment Filtering and conversion: Filtering out unwanted segments and carry out any required conversion of field values.&lt;/P&gt;&lt;P&gt;&amp;#149;	Creation of Application IDoc: The application IDoc is created and stored in the database and a syntax check is performed. If there are errors it gets status code of 60 (Error during Syntax check of IDoc &amp;#150; Inbound). At this point a tangible IDoc, which can be monitored via one of the monitoring transactions, is created and the IDoc gets status code 50 (IDoc Added).&lt;/P&gt;&lt;P&gt;&amp;#149;	IDoc Marked ready for Dispatch: IDoc gets the status code 64 (IDoc ready to be passed to application).&lt;/P&gt;&lt;P&gt;&amp;#149;	IDoc is passed to the posting program: The partner profile table is read. If the value of the Processing field is set to Process Immediately, the IDoc is passed to the posting program immediately using the program RBDAPP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.	Processing in the Posting Module:&lt;/P&gt;&lt;P&gt;The process code in the partner profile points to a posting module for the specific message in the IDoc. The posting program implemented as a function module either calls a standard SAP transaction by using the Call Transaction command for posting the document or invokes a direct input function module. &lt;/P&gt;&lt;P&gt;The results of execution are passed back via the function module&amp;#146;s output parameters. If the posting is successful IDoc gets the status code 53 (Application Document Posted) or it gets status code 51 (Error: Application Document Not Posted).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 04:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196254#M761600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T04:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: triggering an idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196255#M761601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 09:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196255#M761601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T09:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: triggering an idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196256#M761602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 09:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-idoc/m-p/3196256#M761602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T09:14:45Z</dc:date>
    </item>
  </channel>
</rss>

