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

MJV41FUT SAP ABAP INCLUDE - Forms for Various Auxiliary Tasks







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


Text pool values


Title: Forms for Various Auxiliary Tasks


INCLUDES used within this REPORT MJV41FUT

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:

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_to = tc_0210-lines * ENTRY_TO = RJSTEPLOOP-ENTRIES LOOPS = RJSTEPLOOP-LOOPC OK_CODE = OK_CODE * entry_act = sl_cursor ENTRY_ACT = TC_0210-TOP_LINE LAST_PAGE_FULL = 'X' OVERLAPPING = 'X' IMPORTING * entry_new = sl_cursor ENTRY_NEW = TC_0210-TOP_LINE EXCEPTIONS NO_ENTRY_TO = 4.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING NO_VALUE_CHECK = ' ' POPUP_TITLE = TEXT-321 START_COLUMN = '22' START_ROW = '12' IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = POPUP_INFO.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'Y' DIAGNOSETEXT1 = TEXT-401 DIAGNOSETEXT2 = DTEXT DIAGNOSETEXT3 = TEXT-402 TEXTLINE1 = SY-ULINE TEXTLINE2 = TEXT-403 TITEL = TEXT-404 IMPORTING ANSWER = ANSWER.

ISP_JVTFEHLER_MISSING_INFO_GET CALL FUNCTION 'ISP_JVTFEHLER_MISSING_INFO_GET' EXPORTING VTFEHLER = JVTFEHLER XDIALOG = CON_ANGEKREUZT TRTYP = TJ180-TRTYP IMPORTING BEABLST = JVTFEHLER-BEABLST BEZIRK = JVTFEHLER-BEZIRK BEZRUNDE = JVTFEHLER-BEZRUNDE DRERZ = JVTFEHLER-DRERZ DRUCKEREI = JVTFEHLER-DRUCKEREI FEHLEXEMPL = JVTFEHLER-FEHLEXEMPL FEHLPAKETE = JVTFEHLER-FEHLPAKETE LFARTLOG = JVTFEHLER-LFARTLOG PVA = JVTFEHLER-PVA ROUTE = JVTFEHLER-ROUTE VKORG = JVTFEHLER-VKORG VRSNDDATUM = JVTFEHLER-VRSNDDATUM PKTTEILER = JVTFEHLER-PKTTEILER EXCEPTIONS NOT_CORRECT = 01 NOT_UNIQUE = 00. " z.B. bei Abbruch der Liste

ISP_JVTFEHLER_ABLADUNG_CHECK CALL FUNCTION 'ISP_JVTFEHLER_ABLADUNG_CHECK' EXPORTING VTFEHLER = JVTFEHLER TRTYP = TJ180-TRTYP IMPORTING XNBKZ = JVTFEHLER-XNBKZ XKEINEABLG = JVTFEHLER-XKEINEABLG EXCEPTIONS NO_PACKAGE_FOUND = 01.

ISP_JVTFEHLER_KONSISTENZ_CHECK CALL FUNCTION 'ISP_JVTFEHLER_KONSISTENZ_CHECK' EXPORTING VTFEHLER = JVTFEHLER EXCEPTIONS NOT_CORRECT = 01.

ISP_NAECHSTES_TRAGEDATUM_ZUST CALL FUNCTION 'ISP_NAECHSTES_TRAGEDATUM_ZUST' EXPORTING S_BEZIRK = JVTFEHLER-BEZIRK S_BEZIRKSRUNDE = JVTFEHLER-BEZRUNDE S_VERSANDDATUM = JVTFEHLER-VRSNDDATUM S_ZUSTELLER = JVTFEHLER-ZUSTELLER IMPORTING NEXT_DATE = JVTFEHLER-JZIVERSDAT.

ISP_JVTFEHLER_INPUT_CHECK CALL FUNCTION 'ISP_JVTFEHLER_INPUT_CHECK' EXPORTING VTFEHLER = JVTFEHLER IMPORTING XNBKZ = JVTFEHLER-XNBKZ EXCEPTIONS NOT_CORRECT = 01.

HELP_DOCU_SHOW_FOR_FIELD * CALL FUNCTION 'HELP_DOCU_SHOW_FOR_FIELD' * EXPORTING * DISPLAY = E01 * FIELDNAME = 'FVNR' * FIELDVALUE = E03 * KEYWORD = 'test' * TABNAME = 'JVTFEHLER'.

ISM_GET_ACTIVE_ACC_SWITCH CALL FUNCTION 'ISM_GET_ACTIVE_ACC_SWITCH' "Rel.6.04

ISP_SELECT_JVTBEZGP CALL FUNCTION 'ISP_SELECT_JVTBEZGP' EXPORTING BEZRNDPAR = XRJV2001 BIS_D = L_JVTFEHLER-VRSNDDATUM FLG_AKTIVE_ONLY = CON_ANGEKREUZT VON_D = L_JVTFEHLER-VRSNDDATUM TABLES BEZRNDGP_TAB = XRJV0401.

ISP_NAECHSTES_TRAGEDATUM_ZUST CALL FUNCTION 'ISP_NAECHSTES_TRAGEDATUM_ZUST' EXPORTING S_BEZIRK = JVTFEHLER-BEZIRK S_BEZIRKSRUNDE = JVTFEHLER-BEZRUNDE S_VERSANDDATUM = JVTFEHLER-VRSNDDATUM S_ZUSTELLER = JVTFEHLER-ZUSTELLER IMPORTING NEXT_DATE = JVTFEHLER-JZIVERSDAT.



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