MJKCOMPLF0D 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 MJKCOMPLF0D 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_FICA_VKONT_DETERMINE CALL FUNCTION 'ISM_FICA_VKONT_DETERMINE' EXPORTING I_GPNR = CH_RJKRG-GPNR I_BUKRS = T001-BUKRS I_ABO_KOPF = LOC_ABO_KOPF I_ABO_POS = LOC_ABO_POS I_WITH_DIALOG = CON_ANGEKREUZT I_WITH_CREATION = SPACE IMPORTING E_VKONT = CH_VKONT EXCEPTIONS WARNING = 1 ERROR = 2 MORE_THAN_ONE_CONTRACT_ACCOUNT = 3 OTHERS = 4.
ISM_VKONT_READ CALL FUNCTION 'ISM_VKONT_READ' EXPORTING VKONT = CH_VKONT GPNR = CH_RJKRG-GPNR IMPORTING E_FKKVKP = LOC_FKKVKP EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .
ENQUEUE_EJVFEHLER CALL FUNCTION 'ENQUEUE_EJVFEHLER' EXPORTING FVNR = LOC_FVNR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
RV_MESSAGES_READ CALL FUNCTION 'RV_MESSAGES_READ' EXPORTING MSG_KAPPL = CON_APPL_NACF_REKLAMATION MSG_OBJKY = LOC_NAST_OBJKY.
ISP_JVTFEHLER_CHECK CALL FUNCTION 'ISP_JVTFEHLER_CHECK' EXPORTING TRTYP = TJ180-TRTYP VTFEHLER = CH_JVTFEHLER IMPORTING XKEINEABLG = CH_JVTFEHLER-XKEINEABLG XNBKZ = CH_JVTFEHLER-XNBKZ EXCEPTIONS NOT_COMPLETE = 1 NOT_CORRECT = 2 NO_PACKAGE_FOUND = 3.
ISP_FVOBJEKT_INSERT CALL FUNCTION 'ISP_FVOBJEKT_INSERT' IN UPDATE TASK EXPORTING VTFEHLER = CH_JVTFEHLER TABLES VTPSTFEHL = LT_DUMMY_PSTFEHL.
ISP_FVOBJEKT_UPDATE CALL FUNCTION 'ISP_FVOBJEKT_UPDATE' IN UPDATE TASK EXPORTING VTFEHLER = CH_JVTFEHLER TABLES VTPSTFEHL = LT_DUMMY_PSTFEHL.
FIELD_SELECTION_MODIFY_ALL CALL FUNCTION 'FIELD_SELECTION_MODIFY_ALL' EXPORTING DYNPROGRUPPE = LOC_DYNGR MODULPOOL = LOC_REPID.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.