MJJB7FVR 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 MJJB7FVR into the relevant SAP transactions such as SE38 or SE80
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.
Title: INCLUDE MJJB7FVR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING CUCOL = 0 CUROW = 0 DIMID = CON_ZEIT_DIMENSION DISPLAY = ' ' LANGUAGE = SY-LANGU SELECT_UNIT_EXTERN = ' ' SELECT_UNIT_LONG = ' ' IMPORTING SELECT_UNIT = ACT_FIELD.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMJJB7' DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPTAB.
ISP_JJTIKO_BUFFER CALL FUNCTION 'ISP_JJTIKO_BUFFER' EXPORTING INHALTSKOM = LT_INHALTSKOM-INHK_LEV1 MSGTY = CON_ERROR IMPORTING JJTIKO_WA = IKO_WA MELDUNG = MELDUNG EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.
ISP_JJTIKO_BUFFER CALL FUNCTION 'ISP_JJTIKO_BUFFER' EXPORTING INHALTSKOM = LT_INHALTSKOM-INHALTSKOM MSGTY = CON_ERROR IMPORTING JJTIKO_WA = IKO_WA MELDUNG = MELDUNG EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING I_TITLE = TITEL I_TABNAME = 'LT_INHALTSKOM' IT_FIELDCAT = LT_FIELDCAT IMPORTING ES_SELFIELD = LS_SELFIELD TABLES T_OUTTAB = LT_INHALTSKOM EXCEPTIONS PROGRAM_ERROR OTHERS.
ISP_JJTIKO_BUFFER CALL FUNCTION 'ISP_JJTIKO_BUFFER' EXPORTING INHALTSKOM = LT_INHK_LEV1-INHK_LEV1 MSGTY = CON_ERROR IMPORTING JJTIKO_WA = IKO_WA MELDUNG = MELDUNG EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.
ISM_ALV_POPUP_CALL CALL FUNCTION 'ISM_ALV_POPUP_CALL' EXPORTING PV_OBJECT_TABNAME = 'JJTOBJIN' PV_TEXT_TABNAME = 'JJVIKO' PV_OBJECT_FIELDNAME = 'INHK_LEV1' PV_TEXT_FIELDNAME = 'KURZTEXT' PV_OUT_TABNAME = 'LT_INHK_LEV1' PV_CALLBACK_PROGRAM = 'SAPMJJB1' IMPORTING PS_SELFIELD = LS_SELFIELD TABLES PT_OUTTAB = LT_INHK_LEV1 EXCEPTIONS PROGRAM_ERROR OTHERS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.