SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

MJD40F02 SAP ABAP INCLUDE - Issue List







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


Text pool values


Title: Issue List


INCLUDES used within this REPORT MJD40F02

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:

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = 'JDVDATA ' TABLES X_HEADER = HEADER_JDVDATA X_NAMTAB = NAMTAB_JDVDATA SELLIST = RANGETAB_JDVDATA EXCEPTIONS NO_TVDIR_ENTRY = 3 TABLE_NOT_FOUND = 5.

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = 'JDVGENER' TABLES X_HEADER = HEADER_JDVGENER X_NAMTAB = NAMTAB_JDVGENER SELLIST = RANGETAB_JDVGENER EXCEPTIONS NO_TVDIR_ENTRY = 3 TABLE_NOT_FOUND = 5.

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = 'JDVSIZE ' TABLES X_HEADER = HEADER_JDVSIZE X_NAMTAB = NAMTAB_JDVSIZE SELLIST = RANGETAB_JDVSIZE EXCEPTIONS NO_TVDIR_ENTRY = 3 TABLE_NOT_FOUND = 5.

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = 'JDVSIZE1' TABLES X_HEADER = HEADER_JDVSIZE1 X_NAMTAB = NAMTAB_JDVSIZE1 SELLIST = RANGETAB_JDVSIZE1 EXCEPTIONS NO_TVDIR_ENTRY = 3 TABLE_NOT_FOUND = 5.

VIEWPROC_JDVDATA CALL FUNCTION 'VIEWPROC_JDVDATA' EXPORTING FCODE = 'READ' VIEW_ACTION = ACTION VIEW_NAME = 'JDVDATA' TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = JDVDATA_EXTRACT TOTAL = JDVDATA_TOTAL X_HEADER = HEADER_JDVDATA X_NAMTAB = NAMTAB_JDVDATA DBA_SELLIST = RANGETAB_JDVDATA DPL_SELLIST = RANGETAB_JDVDATA CORR_KEYTAB = E071K_TAB EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 2.

VIEWPROC_JDVGENER CALL FUNCTION 'VIEWPROC_JDVGENER' EXPORTING FCODE = 'READ' VIEW_ACTION = ACTION VIEW_NAME = 'JDVGENER' TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = JDVGENER_EXTRACT TOTAL = JDVGENER_TOTAL X_HEADER = HEADER_JDVGENER X_NAMTAB = NAMTAB_JDVGENER DBA_SELLIST = RANGETAB_JDVGENER DPL_SELLIST = RANGETAB_JDVGENER CORR_KEYTAB = E071K_TAB EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 2.

VIEWPROC_JDVSIZE CALL FUNCTION 'VIEWPROC_JDVSIZE' EXPORTING FCODE = 'READ' VIEW_ACTION = ACTION VIEW_NAME = 'JDVSIZE' TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = JDVSIZE_EXTRACT TOTAL = JDVSIZE_TOTAL X_HEADER = HEADER_JDVSIZE X_NAMTAB = NAMTAB_JDVSIZE DBA_SELLIST = RANGETAB_JDVSIZE DPL_SELLIST = RANGETAB_JDVSIZE CORR_KEYTAB = E071K_TAB EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 2.

VIEWPROC_JDVSIZE1 CALL FUNCTION 'VIEWPROC_JDVSIZE1' EXPORTING FCODE = 'READ' VIEW_ACTION = ACTION VIEW_NAME = 'JDVSIZE1' TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = JDVSIZE1_EXTRACT TOTAL = JDVSIZE1_TOTAL X_HEADER = HEADER_JDVSIZE1 X_NAMTAB = NAMTAB_JDVSIZE1 DBA_SELLIST = RANGETAB_JDVSIZE1 DPL_SELLIST = RANGETAB_JDVSIZE1 CORR_KEYTAB = E071K_TAB EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 2.



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