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

MJN01FFB SAP ABAP INCLUDE - FORMS for SELECT SINGLE Within Structures







MJN01FFB 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 MJN01FFB 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 MJN01FFB. "Basic submit
SUBMIT MJN01FFB AND RETURN. "Return to original report after report execution complete
SUBMIT MJN01FFB 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 SELECT SINGLE Within Structures


INCLUDES used within this REPORT MJN01FFB

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:

RV_MESSAGES_REFRESH CALL FUNCTION 'RV_MESSAGES_REFRESH' exporting msg_kappl = na_kappl.

COMMUNICATION_AREA_KOMKBJ8 CALL FUNCTION 'COMMUNICATION_AREA_KOMKBJ8' EXPORTING IKOMKBJ8 = KOMKBJ8.

COMMUNICATION_AREA_KOMKBJ7 CALL FUNCTION 'COMMUNICATION_AREA_KOMKBJ7' EXPORTING IKOMKBJ7 = KOMKBJ7.

MESSAGING CALL FUNCTION 'MESSAGING' EXPORTING APPLIKATION = NA_KAPPL MSG_OBJKY = OBJKY_OLD SCHEMA = TJN01-KALSM pi_objtype = l_objtype TABLES MSG_PART = PART.

RV_MESSAGES_RENAME CALL FUNCTION 'RV_MESSAGES_RENAME' EXPORTING MSG_KAPPL = NA_KAPPL MSG_OBJKY_OLD = OBJKY_OLD MSG_OBJKY_NEW = NAST_OBJKY MSG_LENG = 10.

ISP_JNTRECH_INSERT CALL FUNCTION 'ISP_JNTRECH_INSERT' IN UPDATE TASK EXPORTING RECHERCHE = JNTRECH.

ISP_JNTRECH_INSERT CALL FUNCTION 'ISP_JNTRECH_INSERT' "Rel.3.03

SWE_EVENT_CREATE *CALL FUNCTION 'SWE_EVENT_CREATE' * EXPORTING * OBJTYPE = JYOBJ_CON_TYPE_INQUIRY * OBJKEY = OBJKEY * EVENT = 'created' * TABLES * EVENT_CONTAINER = CONTAINER_INSTANZ.

ISP_MESSAGES_SORT_FIELDS_J7 CALL FUNCTION 'ISP_MESSAGES_SORT_FIELDS_J7' EXPORTING COM_JNTRECH = JNTRECH EXCEPTIONS OTHERS = 1.

ISP_MESSAGES_SORT_FIELDS_J8 CALL FUNCTION 'ISP_MESSAGES_SORT_FIELDS_J8' EXPORTING COM_JNTRECH = JNTRECH EXCEPTIONS OTHERS = 1.

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE' EXPORTING MSG_OBJKY = NAST_OBJKY MSG_NO_UPDATE_TASK = SY-BINPT.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING SAVEMODE_DIRECT = SY-BINPT.

COMMUNICATION_AREA_KOMKBJ8 CALL FUNCTION 'COMMUNICATION_AREA_KOMKBJ8' EXPORTING IKOMKBJ8 = KOMKBJ8.

COMMUNICATION_AREA_KOMKBJ7 CALL FUNCTION 'COMMUNICATION_AREA_KOMKBJ7' EXPORTING IKOMKBJ7 = KOMKBJ7.

MESSAGING CALL FUNCTION 'MESSAGING' EXPORTING APPLIKATION = NA_KAPPL MSG_OBJKY = NAST_OBJKY SCHEMA = TJN01-KALSM pi_objtype = l_objtype TABLES MSG_PART = PART.

ISP_JNTRECH_UPDATE CALL FUNCTION 'ISP_JNTRECH_UPDATE' IN UPDATE TASK EXPORTING RECHERCHE = JNTRECH.

ISP_JNTRECH_UPDATE CALL FUNCTION 'ISP_JNTRECH_UPDATE' "Rel.3.03

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE' EXPORTING MSG_OBJKY = NAST_OBJKY MSG_NO_UPDATE_TASK = SY-BINPT.

COMMIT_TEXT





CALL FUNCTION 'COMMIT_TEXT' EXPORTING SAVEMODE_DIRECT = SY-BINPT.

ISP_JNTRECH_DELETE CALL FUNCTION 'ISP_JNTRECH_DELETE' IN UPDATE TASK EXPORTING RECHERCHE = JNTRECH.



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