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

MJN03F01 SAP ABAP INCLUDE - FDÜ: Vorlageprogramm für Zentrale Geschäftspartner







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

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:

ISM_RESEARCH_TO_INVOICE_CHECK CALL FUNCTION 'ISM_RESEARCH_TO_INVOICE_CHECK' EXPORTING VBELN = JNTRECH-VBELN RECHART = JNTRECH-REART IMPORTING JFRK_OUT = FL_JFRK EXCEPTIONS ERROR_INVOICE = 1 OTHERS = 2.

ISM_RESEARCH_TO_INVOICE_SAVE CALL FUNCTION 'ISM_RESEARCH_TO_INVOICE_SAVE' EXPORTING FL_TJN01 = TJN01 TABLES XJNTRECH = XJNTRECH EXCEPTIONS OTHERS = 1.

ENQUEUE_EVJFRKE CALL FUNCTION 'ENQUEUE_EVJFRKE' EXPORTING MANDT = SY-MANDT VBELN = JNTRECH-VBELN EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-001 TEXTLINE2 = TEXT-002 TITEL = TEXT-003 IMPORTING ANSWER = CH_ANSWER EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * FIELDNAME = 'TJN02' * TABNAME = 'RECHART' * IMPORTING * SELECT_VALUE = TJN01-RECHART * TABLES * FIELDS = FIELDT * VALUETAB = VALUES * EXCEPTIONS * FIELD_NOT_IN_DDIC = 01 * MORE_THEN_ONE_SELECTFIELD = 02 * NO_SELECTFIELD = 03.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'RECHART' DYNPPROG = 'SAPMJN03' DYNPNR = '0200' DYNPROFIELD = 'TJN01-RECHART' VALUE_ORG = 'S' WINDOW_TITLE = text-999 * DISPLAY = display TABLES VALUE_TAB = lt_value_tab RETURN_TAB = lt_return_tab EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2.

DEQUEUE_EVJFRKE CALL FUNCTION 'DEQUEUE_EVJFRKE' EXPORTING MANDT = SY-MANDT VBELN = P_VBELN .

ISP_SELECT_SINGLE_TJF27 CALL FUNCTION 'ISP_SELECT_SINGLE_TJF27' EXPORTING STOGRD = TJN07-STOGRD IMPORTING MELDUNG = MELDUNG TJF27_I = LOC_TJF27 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2 .

ISP_SELECT_SINGLE_T001 CALL FUNCTION 'ISP_SELECT_SINGLE_T001' EXPORTING BUKRS = US_BUKRS IMPORTING MELDUNG = MELDUNG T001_I = LOC_T001 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2 .

ISP_SELECT_SINGLE_T042Z CALL FUNCTION 'ISP_SELECT_SINGLE_T042Z' EXPORTING LAND1 = LOC_T001-LAND1 ZLSCH = US_TJN07-ZWSCHL IMPORTING MELDUNG = MELDUNG T042Z_I = LOC_T042Z EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2 .

ISP_SELECT_SINGLE_TJK42 CALL FUNCTION 'ISP_SELECT_SINGLE_TJK42' EXPORTING LAND1 = LOC_T001-LAND1 ZLSCH = US_TJN07-ZWSCHL IMPORTING MELDUNG = MELDUNG TJK42_I = LOC_TJK42 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 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 MJN03F01 or its description.