Posts tagged ‘IDOC’

Deletion / Archiving of IDOCs

There is no special deletion program for IDocs. Use the archiving programs. IDoc is a separate archiving class. The following programs are available: 1. Archive RSEXARCA and RSEXARCB (as of Release 3.0C) 2. Delete RSEXARCD 3. Read archiveRSEXARCR 4. Restore RSEXARCL RSEXARCB is similar to RSEXARCA except for the selection screen. The selection options for [...]

Program To Generate IDoc

Report  ZZ_Program_To_Create_Idoc report  zz_program_to_create_idoc                     . tables: ekko,ekpo. selection-screen skip 3. selection-screen begin of block b1 with frame title titl. selection-screen skip. select-options s_ebeln for ekko-ebeln. selection-screen skip. selection-screen end of block b1. data: header_segment_name like edidd-segnam value ‘Z1EKKO’,       item_segment_name like edidd-segnam value ‘Z1EKPO’,       idoc_name like edidc-idoctp value ‘Z19838IDOC1′. data: header_segment_data like z1ekko,       [...]

IDOC / BAPIs

There are many differences between IDOCs and BAPIs. BAPIs in 3.1 are synchronous; in 4.+ they can be asynchronous (and I believe they then drive certain ALE/IDOCs). BAPIs are called from the outside-in.  That is, an external program invokes a BAPI that gets data from SAP to display or updates data in SAP.  The BAPI [...]

What is the different between ALE, IDOC and BAPI?

ALE (click here for documentation) ALE is SAP proprietary technology that enables data communications between two or more SAP R/3 systems and/or R/3 and external systems. When a new enterprise resource planning (ERP) solution such as R/3 is implemented, companies have to interface the ERP system with legacy systems or other ERP systems. ALE provides [...]

Difference Between EDI and IDOC

EDI is nothing but Electronic data interchange. SAP will support EDI through Intermediate documents (IDOCS).EDI (Electronic Document interchange) – EDI is the electronic exchange of business documents between the computer systems of business partners, using a standard format over a communication network. EDI is also called paperless exchange. Advantages:  Reduced Data entry errors Reduced processing [...]

IDOC

What is IDOC • IDOC = Intermediate Document • IDOC is simply a data container used to exchange information between any two processes that can understand the syntax and semantics of the data. • When we execute an outbound ALE or EDI Process, an IDOC is created • In an inbound ALE or EDI process, [...]

Follow

Get every new post delivered to your Inbox.

Join 72 other followers