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

MV96EF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

WWW_GET_MIME_OBJECT CALL FUNCTION 'WWW_GET_MIME_OBJECT' TABLES QUERY_STRING = QUERY_TABLE HTML = HTML_TABLE MIME = PIC_DATA CHANGING RETURN_CODE = RETURN_CODE CONTENT_TYPE = CONTENT_TYPE CONTENT_LENGTH = CONTENT_LENGTH EXCEPTIONS OBJECT_NOT_FOUND = 1 PARAMETER_NOT_FOUND = 2 OTHERS = 3.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING REPORT = LOC_REPORT POP_UP = CHARX IMPORTING SEL_VARIANT = LOC_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.

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

GUI_HAS_JAVABEANS CALL FUNCTION 'GUI_HAS_JAVABEANS' IMPORTING RETURN = P_HLP_GUI_STATUS.

GUI_HAS_ACTIVEX CALL FUNCTION 'GUI_HAS_ACTIVEX' IMPORTING RETURN = P_HLP_GUI_STATUS.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = CON_TXT_ID LANGUAGE = STRUC_AREA_SETUP-TDSPRAS NAME = STRUC_AREA_SETUP-TDOBNAME OBJECT = CON_TXT_OBJECT TABLES LINES = LOC_INT_TAB_LINES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CONVERT_ITF_TO_STREAM_TEXT CALL FUNCTION 'CONVERT_ITF_TO_STREAM_TEXT' TABLES ITF_TEXT = LOC_INT_TAB_LINES TEXT_STREAM = P_INT_TAB_TEXT.

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.

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.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = LV_PROG VARIANT = LV_VAR IMPORTING R_C = HLP_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'.

DOC_DISPLAY_UNHIDE CALL FUNCTION 'DOC_DISPLAY_UNHIDE'.

DOC_DISPLAY_HIDE CALL FUNCTION 'DOC_DISPLAY_HIDE'.

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