MEMIG_PROJEKTFACT 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 MEMIG_PROJEKTFACT 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: Include MEMIG_PROJEKTF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = temid-lastid IMPORTING output = temid-lastid EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = temid-lastid IMPORTING output = temid-lastid EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = ' ' textline2 = text-i08 titel = text-i07 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-i10 titel = text-i09 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-i12 titel = text-i11 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
ENQUEUE_EMI_ACTGRP CALL FUNCTION 'ENQUEUE_EMI_ACTGRP' EXPORTING actgrp = p_actgrp EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gclient = lv_mandt gname = 'TEMACTGRP' TABLES enq = lt_enq EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EMI_ACTGRP CALL FUNCTION 'DEQUEUE_EMI_ACTGRP' EXPORTING actgrp = p_actgrp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEMIG_PROJEKTFACT - Include MEMIG_PROJEKTF01 MEMIG_PROJEKTF01 - Include MEMIG_PROJEKTF01 MEMIG_PROJEKTEVENT - Include MEMIG_PROJEKTF01 MEMIG_PROJEKTCL1 - Include MEMIG_PROJEKTCL1 MEMIG_OBJECTTOP - Generated automatically. Fills import parameters of test module. MEMIG_OBJECTO01 - Generated automatically. Fills import parameters of test module.