|
|
|
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:
|
|
|
|