SAPFCJGR_GETDATA_MODIFY_DATA_M 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 SAPFCJGR_GETDATA_MODIFY_DATA_M 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!
CJWB_MILESTONE_INDEX_READ * call function 'CJWB_MILESTONE_INDEX_READ' * exporting * index_imp = msind-msind * importing * mlstb_exp = mlst_bt * exceptions * not_found = 1 * others = 2.
CJDW_PRPS_GET CALL FUNCTION 'CJDW_PRPS_GET' EXPORTING INDEX = MSIND-PSIND IMPORTING E_PRPS = LA_PRPS AUT_CHNGE = PSTAB-AUTHC AUT_DISPL = PSTAB-AUTHD EXCEPTIONS CANCEL = 1 NOT_FOUND = 2 OTHERS = 3.
CJWB_PRE_READ CALL FUNCTION 'CJWB_PRE_READ' EXPORTING FLG_MLST = GC_CON_YES TABLES TAB_DISP = LT_DISP_TAB T_MLSTB = BT_MLST.
STATUS_CHECK * call function 'STATUS_CHECK' * EXPORTING * objnr = la_prps-objnr * status = 'I0002' "frei * EXCEPTIONS * object_not_found = 1 * status_not_active = 2 * others = 3.
STATUS_CHECK * call function 'STATUS_CHECK' * EXPORTING * objnr = la_prps-objnr * status = 'I0042' "teilfrei * EXCEPTIONS * object_not_found = 1 * status_not_active = 2 * others = 3.
PSSV_ATTR_INVALIDATE * call function 'PSSV_ATTR_INVALIDATE' * EXPORTING * i_tabname = 'MLSTD' * i_values = la_mlstd.
PSSV_ATTR_GET * call function 'PSSV_ATTR_GET' * EXPORTING * i_tabname = 'MLSTD' * i_context = l_context_mlstd * i_values = la_mlstd * TABLES * i_fieldnames = gt_mstw_fields * e_field_attr = l_attrapp_t.
CO_BT_AFVG_READ_WITH_INDEX CALL FUNCTION 'CO_BT_AFVG_READ_WITH_INDEX' EXPORTING INDEX = msind-acind IMPORTING objnr_exp = lv_objnr EXCEPTIONS ERROR_READ_AFVG = 1 OTHERS = 2.
NW_BT_MLST_READ_WITH_INDEX CALL FUNCTION 'NW_BT_MLST_READ_WITH_INDEX' EXPORTING INDEX_IMP = MSIND-MSIND IMPORTING AUTH_EXP = LA_MSTAUTH EXCEPTIONS NOT_FOUND = 01.
CO_BT_AFVG_READ_WITH_INDEX CALL FUNCTION 'CO_BT_AFVG_READ_WITH_INDEX' EXPORTING INDEX = msind-acind IMPORTING objnr_exp = lv_objnr EXCEPTIONS ERROR_READ_AFVG = 1 OTHERS = 2.
NW_BT_MLST_READ_WITH_INDEX CALL FUNCTION 'NW_BT_MLST_READ_WITH_INDEX' EXPORTING INDEX_IMP = MSIND-MSIND IMPORTING AUTH_EXP = LA_MSTAUTH EXCEPTIONS NOT_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPFCJGR_GETDATA_MODIFY_DATA_M - SAPFCJGRGETDATAMODIFYDATAM SAPFCJGR_GETDATA_MODIFY_DATA_D - SAPFCJGRGETDATAMODIFYDATAD SAPFCJGR_GETDATA_MODIFY_DATA_A - SAPFCJGRGETDATAMODIFYDATAA SAPFCJGR_GETDATA_MODIFY_DATA09 - CJPN_PROJEKTNUMMER_EDIT SAPFCJGR_GETDATA_GET_TIME_AXIS - SAPFCJGRGETDATAGETTIMEAXIS SAPFCJGR_GETDATA_GET_SUBNETS - Include LMLCCS_MATERIAL_MASTERF11