IEIDOC_FORMS_OUT_VDEW is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter IEIDOC_FORMS_OUT_VDEW into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include: Form Routines for VDEW Outbound Function Modules
INCLUDE: EMSG.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_ESERVPROV_SINGLE CALL FUNCTION 'ISU_DB_ESERVPROV_SINGLE' EXPORTING x_serviceid = x_provider IMPORTING y_eservprov = wa_eservprov y_sp_name = wa_sp_name EXCEPTIONS not_found = 1.
ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'B' x_partner = x_ekun_ext-partner x_ekun_ext = x_ekun_ext IMPORTING y_eadrdat = wa_eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5.
T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING t005u_spras = sy-langu t005u_land1 = wa_eadrdat-country t005u_bland = wa_eadrdat-region IMPORTING wt005u = wa_t005u EXCEPTIONS not_found = 1.
ISU_DB_ESERVPROVP_SINGLE CALL FUNCTION 'ISU_DB_ESERVPROVP_SINGLE' EXPORTING x_serviceid = x_serviceid IMPORTING y_eservprovp = wa_eservprovp EXCEPTIONS not_found = 1 OTHERS = 2.
ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'B' x_partner = wa_eservprovp-bpart IMPORTING y_eadrdat = y_eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5.
T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING t005u_spras = sy-langu t005u_land1 = y_eadrdat-country t005u_bland = y_eadrdat-region IMPORTING wt005u = y_t005u EXCEPTIONS not_found = 1.
ISU_NUMBER_GET CALL FUNCTION 'ISU_NUMBER_GET' EXPORTING * NR_RANGE_NUMBER = object = 'ISU_CREFNO' * QUANTITY = '1' * NUMBER_IN = * UPD_KZ = 'X' * NO_MESSAGE = IMPORTING number = y_refno * QUANTITY = * EXTINTKZ = * NR_RANGE_NUMBER = EXCEPTIONS OTHERS = 1.
ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'I' x_anlage = wa_euiinstln-anlage IMPORTING y_eadrdat = wa_eadrdat EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.
T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING t005u_spras = sy-langu t005u_land1 = wa_eadrdat-country t005u_bland = wa_eadrdat-region IMPORTING wt005u = wa_t005u EXCEPTIONS not_found = 1.
ISU_DB_ESERVPROV_SINGLE CALL FUNCTION 'ISU_DB_ESERVPROV_SINGLE' EXPORTING x_serviceid = x_provider IMPORTING y_eservprov = wa_eservprov y_sp_name = wa_sp_name EXCEPTIONS not_found = 1.
ISU_DATEX_IDENT_CODELIST CALL FUNCTION 'ISU_DATEX_IDENT_CODELIST' EXPORTING X_EXT_IDTYP = wa_eservprov-EXTERNALIDTYP X_IDOC_CONTROL = idoc_control IMPORTING Y_EXTCODELISTID = y_nad-codelistagency EXCEPTIONS NOT_SUPPORTED = 1 ERROR_OCCURED = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IEIDOC_FORMS_OUT_VDEW - Include: Form Routines for VDEW Outbound Function Modules IEIDOC_FORMS_IN_VDEW - Include: Form Routines for Inbound Function Modules IEIDOC_CONSTANTS_VDEW - Include: Constants Used During IDOC Processing IEIDOC_CONSTANTS - Include: Constants Used During IDOC Processing IEIDOCSEGNAM - IS-U Deregulation: Constants for Segment Namen IEIDE_PODCHECK_DATA - Include IEIDE_PODCHECK_DATA