How can I trigger the outbound IDOC?

Answer Posted / babu

It depends on business case:



Case 1: A customer wants a order acknowledgment for his
order, another wants a invoice in EDI formats. In this case
you will enable IDoc output through output determination in
VA01 and VF01 transactions, you will assign ORDERS, INVOIC
message types. The triggering function module would be
EDI_PROCESSING



Case 2: A business wants to distribute its material data
from its main ERP system where all materials are maintained
to non SAP warehouse management systems, price cataloging
systems, all of which require some part of material master.
For this you will enable ALE, create distribution model with
the other systems as receivers, generate partner profiles
and activate change pointers, which will trigger MATMAS idoc
type whenever important fields on material master are
changed via MM* trxns. Here internally you are using
MASTER_IDOC_DISTRIBUTE or externally BD10 transaction.



Case 3: You are getting EDI messages from your business
partners like payment advices, orders etc. You would need to
create IDocs and post the documents to respective
transactions like VA01 etc. You are getting the EDI message
in a file and map it to ORDERS idoc file on OS. Now you can
use EDI_INCOMING data, and if all other configurations like
partner profile, inbound process code, message and idoc
types are setup, you will be able to post the payment advice
or create a sales order



Case 4: You have to post a transaction internally within the
system, then you will use IDOC_INBOUND_ASYNCHRONOUS or
SYNCHRONOUS.



Case 5: You want to directly trigger SAP from an external
system, posting an inbound IDoc, you would need to call
IDOC_INBOUND_ASYNCHRONOUS via tRFC connection and ALE



So it all depends on what the business requirement is.

Case 3.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the classifications of the sap abap data classes?

614


What are the kinds of foreign key fields?

535


What is the disadvantage of a call by reference?

642


What two statements are required in an abap program to output an icon using a write statement?

543


What are secondary indexes. How can we know which index is being used in a select query?

1004






Did you create any joins?

553


How do we handle multiple line items in BDC's.

6393


What is an “on request field” statement?

660


What are the components in sap application server?

638


What is page window?

580


How to eliminate duplicate entries in internal tables?

685


What are the differences between macro and subroutine?

620


Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?

1625


What is primary index?

538


How many detail lists can be created in interactive reporting?

747