MJD10FFB 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 MJD10FFB 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: IS-M: PAI INCLUDE for Object Checks (Sample PGM)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_PROSPECT_CHECK_DEL_OK CALL FUNCTION 'ISP_PROSPECT_CHECK_DEL_OK' EXPORTING PROSPECT_ID = JDTVAUSGB-VAUSGB IMPORTING DEL_OK = DEL_OK REACTION_MSG_ID = MSG_ID REACTION_MSG_NR = MSG_NR REACTION_MSG_TYPE = MSG_TYPE REACTION_MSG_VAR1 = MSG_VAR1 REACTION_MSG_VAR2 = MSG_VAR2 REACTION_MSG_VAR3 = MSG_VAR3 REACTION_MSG_VAR4 = MSG_VAR4 EXCEPTIONS PROSPECT_NOT_FOUND = 01 NO_VALID_STATUS_FOUND = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJD10FFB - IS-M: PAI INCLUDE for Object Checks (Sample PGM) MJD10FDI - IS-M: Init FORMs (Sample PGM) MJD0TA04 - Further ATAB Table Definitions - Publication/Edition MJD0FE06 - Lock Packing Rules MJD0FE05 - FORMS for SELECT SINGLE Within Structures MJD0FE04 - FORMS for SELECT SINGLE Within Structures