MJR0FB04 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 MJR0FB04 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: FORMS for SELECT SINGLE Within Structures
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_JRTBEABST_MAINTAIN CALL FUNCTION 'ISP_JRTBEABST_MAINTAIN' EXPORTING AUFGABE = CON_BEABST_INSERT BEABSTART = GV_BEABST_ART INPUTADDRESS = JGTSADR INPUTBEABST = JRTBEABST IMPORTING OUTPUTADDRESS = JGTSADR OUTPUTBEABST = JRTBEABST RCODE = GV_SAV_SUBRC.
ISP_JRTBEABST_MAINTAIN CALL FUNCTION 'ISP_JRTBEABST_MAINTAIN' EXPORTING AUFGABE = CON_BEABST_UPDATE BEABSTART = GV_BEABST_ART INPUTADDRESS = JGTSADR INPUTBEABST = JRTBEABST IMPORTING OUTPUTADDRESS = JGTSADR OUTPUTBEABST = JRTBEABST RCODE = GV_SAV_SUBRC.
BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'. "note 1368496
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJR0FB04 - FORMS for SELECT SINGLE Within Structures MJR0FB02 - FORMS for SELECT SINGLE Within Structures MJR0FB01 - FORMS for SELECT SINGLE Within Structures MJR0FA04 - IS-M: FORMS for SELECT SINGLE Within Structures MJR0FA02 - FORMS for SELECT SINGLE Within Structures MJR0FA01 - IS-M: FORMS for SELECT SINGLE Within Structures