SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

IEIDOC_FORMS_OUT_VDEW SAP ABAP INCLUDE - Include: Form Routines for VDEW Outbound Function Modules







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT IEIDOC_FORMS_OUT_VDEW. "Basic submit
SUBMIT IEIDOC_FORMS_OUT_VDEW AND RETURN. "Return to original report after report execution complete
SUBMIT IEIDOC_FORMS_OUT_VDEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include: Form Routines for VDEW Outbound Function Modules


INCLUDES used within this REPORT IEIDOC_FORMS_OUT_VDEW

INCLUDE: EMSG.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IEIDOC_FORMS_OUT_VDEW or its description.