cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC

Former Member
0 Kudos

Hi Team,

Where is IDOC Generated?

Regards,

saprules.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The intermediate document (IDoc) is a container for exchanging data between SAP systems and non-SAP systems. The LSM Workbench uses IDocs as standard interface for data transfer.

IDocs are generated during distribution of message types and (object) methods.

The message type is the format for the transfer of data for a specific business process.

The IDoc technology uses two basic steps to import data in a file: You can call these steps in the LSM Workbench:

· Starting IDoc Generation First, the file with the converted data is read. The packets of information in this file are then saved to the SAP database in IDoc format, but not to the database of the corresponding application. The system assigns a number to each IDoc. The file with the converted data is then deleted.

· Starting IDoc Processing The IDocs created in the first step are sent to the associated application program. This application program checks the data and updates it in the application database, if necessary.

Whether the second step is started automatically or not depends on the ALE/IDoc settings.

Hope this might be help

Answers (1)

Answers (1)

Former Member
0 Kudos

The following information is available in SAP library for the procedure prescribed for generating IDOC

1.Choose Tools ® Business Framework -> BAPI Development -> ALE Development -> BAPI -> Maintain ALE Interface

The ALE Interface for BAPI screen is then displayed.

2. Enter the object type of your BAPI in the BOR object field.

Enter the method you want to execute in the Method field.

3. Choose Create.

The Message Type dialog box appears.

4. Enter a name for your message type and choose Continue.

The Enter interface parameters dialog box appears. You must modify some of the default values displayed here.

5. Enter the abbreviation for your development class.

6. Delete the entries in the ALE outbound frame.

7. Choose Continue.

The Enter Change Request dialog box appears.

8. Enter the change request and choose Continue.

The ALE interface is then generated. The Results screen is then displayed for you to check the result.

Does this answer your question otherwise please be specific?