SAP Reports / Programs | Supplier Workplace | Industry Solution Automotive | Supplier Workplace(IS-A-SWP) SAP IS

OPENWEBF03 SAP ABAP INCLUDE - Include OPENWEBF03







OPENWEBF03 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 OPENWEBF03 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 OPENWEBF03. "Basic submit
SUBMIT OPENWEBF03 AND RETURN. "Return to original report after report execution complete
SUBMIT OPENWEBF03 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 OPENWEBF03


INCLUDES used within this REPORT OPENWEBF03

No INCLUDES are used within this REPORT code!


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:

FI_VENDOR_DATA CALL FUNCTION 'FI_VENDOR_DATA' "buffers 2 entries EXPORTING I_LIFNR = ls_flaber-LIFNR * I_BUKRS = EKKO-BUKRS IMPORTING E_KRED = LS_KRED EXCEPTIONS OTHERS = 1.

ADDR_GET_COMPLETE CALL FUNCTION 'ADDR_GET_COMPLETE' EXPORTING ADDRNUMBER = ls_flaber-ADDRNUM IMPORTING ADDR1_COMPLETE = LS_ADDR1_COMPLETE EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 INTERNAL_ERROR = 3 WRONG_ACCESS_TO_ARCHIVE = 4 OTHERS = 5.

MATNR_BAPI_CONV_FROM_INTERNAL CALL FUNCTION 'MATNR_BAPI_CONV_FROM_INTERNAL' EXPORTING MATNR_INT = lf_matnr IMPORTING MATNR_EXT = lf_mat40.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = lF_OWN_LOG_SYS EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1 OTHERS = 2.

CREATE_URL_TRANSACTION CALL FUNCTION 'CREATE_URL_TRANSACTION' EXPORTING * SERVICE_LOGSYS = lF_OWN_LOG_SYS SERVICE_ID = 'ISAUTO_SICSR' * SERVICE_ATTR = ' ' * USERNAME = ' ' LANGUAGE = LS_KRED-spras * USAGE_MODE = ' ' IMPORTING SERVICE_URL = lf_SERVICE_URL * WP_URL_TYPE = * TABLES * URL_PARAM_TBL = EXCEPTIONS NO_WEBSERVER_FOUND = 1 NO_SERVICE_FILE_FOUND = 2 MISSING_DATA = 3 UNKNOWN_PROBLEM = 4 OTHERS = 5.

SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' EXPORTING USER_NAME = lf_user IMPORTING USER_ADDRESS = ls_ADDR3_VAL EXCEPTIONS OTHERS = 1.

SO_DYNP_DOCUMENT_TRANSFER_API1 CALL FUNCTION 'SO_DYNP_DOCUMENT_TRANSFER_API1' EXPORTING DOCUMENT_DATA = ls_DOCUMENT_DATA DOCUMENT_TYPE = 'RAW' " 'OBJ' METHOD = 'COMP' " 'SEND' " 'SNDA' " * DEFAULT_RECEIVER = ls_receiver STARTING_AT_X = 5 STARTING_AT_Y = 10 ENDING_AT_X = 80 ENDING_AT_Y = 40 * IMPORTING * DOCUMENT_INFO = * SEND_OKCODE = TABLES OBJECT_HEADER = lt_header OBJECT_CONTENT = LT_TEXT * OBJECT_PARA = * OBJECT_PARB = RECEIVERS = lt_receiver APPLICATION_OBJECT = lt_OBJECT * EXCLUDE_FCODE = * ATTACHMENTS = EXCEPTIONS DOCUMENT_TYPE_NOT_EXIST = 1 OPERATION_NO_AUTHORIZATION = 2 PARAMETER_ERROR = 3 X_ERROR = 4 DOCUMENT_NOT_SENT = 5 OTHERS = 6.

ME_SCR_NEW_MAIL * CALL FUNCTION 'ME_SCR_NEW_MAIL' * EXPORTING * I_KEEP_MODE = SPACE ** I_RECEIVER = ' ' * I_SO_NAME = lf_adress * I_HEAD = lf_head * TABLES * IT_TEXT = LT_TEXT .



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 OPENWEBF03 or its description.