SAP Reports / Programs | Advertising Management | SAP Media | Advertising Management(IS-M-AM) SAP IS

MJJB7FVR SAP ABAP INCLUDE - INCLUDE MJJB7FVR







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


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


INCLUDES used within this REPORT MJJB7FVR

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:

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.



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