Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Sample Code arrow IDocs / BDocs arrow Reading IDoc tables
Reading IDoc tables PDF Print E-mail
User Rating: / 3
PoorBest 
Written by Kevin Wilson   
Wednesday, 14 February 2007
What function module do you call to read the relevant IDoc tables? EDID4, EDIDS and EDIDC. *** Read the IDoc detail from the database
  CALL FUNCTION 'IDOC_READ_COMPLETELY'
       EXPORTING
            document_number         = p_docnum
       IMPORTING
            idoc_control            = s_edidc
       TABLES
            int_edidd               = itab_edidd
       EXCEPTIONS
            document_not_exist      = 1
            document_number_invalid = 2
            OTHERS                  = 3.

Related Items:

 
< Prev   Next >

Google Search

Google Ads