SAPFCJGR_GETDATA_FILL_DATA_MST 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_FILL_DATA_MST 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!
CO_BT_AFVG_READ_WITH_INDEX CALL FUNCTION 'CO_BT_AFVG_READ_WITH_INDEX' EXPORTING INDEX =
-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 = mst_tab-msind IMPORTING AUTH_EXP = LA_MSTAUTH EXCEPTIONS NOT_FOUND = 01.
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.
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_FILL_DATA_MST - FILL_PRPS_BUFFER SAPFCJGR_GETDATA_FILL_DATA_M08 - SAPFCJGRGETDATAFILLDATAM08 SAPFCJGR_GETDATA_FILL_DATA_DEF - CJPN_PROJEKTNUMMER_UNEDIT SAPFCJGR_GETDATA_FILL_DATA_ACT - SAPFCJGRGETDATAFILLDATAACT SAPFCJGR_GETDATA_FILL_DATA_A0A - SAPFCJGRGETDATAFILLDATAA0A SAPFCJGR_GETDATA_FILL_BARS_PSP - SAPFCJGRGETDATAFILLBARSPSP