SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

MV98EF01 SAP ABAP INCLUDE - documentation and ABAP source code







MV98EF01 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 MV98EF01 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 MV98EF01. "Basic submit
SUBMIT MV98EF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MV98EF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MV98EF01

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:

FT_USER_LAST_SETUP_GET CALL FUNCTION 'FT_USER_LAST_SETUP_GET' EXPORTING I_USER_NAME = SY-UNAME TABLES I_T_ACTION = LT_ACTION E_T_LAST_SETUP_DATA = LT_FTUSES EXCEPTIONS NO_USER_NAME = 1 NO_FT_ACTION = 2 NO_LAST_SETUP_DATA = 3 OTHERS = 4.

DOC_DISPLAY_INITIALIZE CALL FUNCTION 'DOC_DISPLAY_INITIALIZE' EXPORTING REPID = GC_SAPMV98E DYNNR = GC_DYNNR_0100 DISPLAY_STATE = LV_STATUS CLOSE_BUTTON = SPACE TABLES DOC_ID_TAB = LT_DOC EXCEPTIONS INTERNAL_ERROR = 1.

DOC_DISPLAY_TEXT CALL FUNCTION 'DOC_DISPLAY_TEXT' EXPORTING DOCKEY = GC_DOC_KEY_ZLD.

FT_USER_CONTROL_DATA_READ CALL FUNCTION 'FT_USER_CONTROL_DATA_READ' EXPORTING I_USER_NAME = SY-UNAME I_FT_AREA = GC_ENZD IMPORTING E_R_USER_AREA_SETUP = GS_AREA_SETUP EXCEPTIONS WRONG_FT_AREA = 1 OTHERS = 2.

DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING TYPE = 'image' SUBTYPE = CNDP_SAP_TAB_UNKNOWN SIZE = GV_PIC_SIZE LIFETIME = CNDP_LIFETIME_TRANSACTION TABLES DATA = GT_PIC_DATA CHANGING URL = GV_URL EXCEPTIONS OTHERS = 1.

WWW_GET_MIME_OBJECT CALL FUNCTION 'WWW_GET_MIME_OBJECT' TABLES QUERY_STRING = LT_QUERY_TABLE HTML = LT_HTML_TABLE MIME = LT_PIC_DATA CHANGING RETURN_CODE = LV_RETURN_CODE CONTENT_TYPE = LV_CONTENT_TYPE CONTENT_LENGTH = LV_CONTENT_LENGTH EXCEPTIONS OBJECT_NOT_FOUND = 1 PARAMETER_NOT_FOUND = 2 OTHERS = 3.

GUI_HAS_JAVABEANS CALL FUNCTION 'GUI_HAS_JAVABEANS' IMPORTING RETURN = LV_GUI_STATUS.

GUI_HAS_ACTIVEX CALL FUNCTION 'GUI_HAS_ACTIVEX' IMPORTING RETURN = LV_GUI_STATUS.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = GC_TXT_ID LANGUAGE = LS_AREA_SETUP-TDSPRAS NAME = LS_AREA_SETUP-TDOBNAME OBJECT = GC_TXT_OBJECT TABLES LINES = LT_TAB_LINES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CONVERT_ITF_TO_STREAM_TEXT CALL FUNCTION 'CONVERT_ITF_TO_STREAM_TEXT' TABLES ITF_TEXT = LT_TAB_LINES TEXT_STREAM = LT_TAB_TEXT.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = LV_PROG VARIANT = LV_VAR IMPORTING R_C = LV_SUBRC EXCEPTIONS NOT_AUTHORIZED = 1 NO_REPORT = 2 REPORT_NOT_EXISTENT = 3 REPORT_NOT_SUPPLIED = 4 OTHERS = 5.

DOC_DISPLAY_TERMINATE CALL FUNCTION 'DOC_DISPLAY_TERMINATE'.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING REPORT = LV_REPORT POP_UP = CHARX IMPORTING SEL_VARIANT = LV_VARIANT EXCEPTIONS NO_REPORT = 1 REPORT_NOT_EXISTENT = 2 REPORT_NOT_SUPPLIED = 3 NO_VARIANTS = 4 NO_VARIANT_SELECTED = 5 VARIANT_NOT_EXISTENT = 6 OTHERS = 7.

DOC_DISPLAY_UNHIDE CALL FUNCTION 'DOC_DISPLAY_UNHIDE'.

DOC_DISPLAY_HIDE CALL FUNCTION 'DOC_DISPLAY_HIDE'.

FT_USER_LAST_SETUP_PUT CALL FUNCTION 'FT_USER_LAST_SETUP_PUT' TABLES I_T_LAST_SETUP_DATA = LT_FTUSES EXCEPTIONS WRONG_CLIENT = 1 NO_USER_NAME = 2 NO_FT_ACTION = 3 NO_FT_TYPE = 4 OTHERS = 5.

DOC_DISPLAY_TERMINATE CALL FUNCTION 'DOC_DISPLAY_TERMINATE'.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = I_STRUCTURE_NAME = GC_FTENZD * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = CHANGING CT_FIELDCAT = LT_FIELDCATALOG[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 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 MV98EF01 or its description.