SAPFCJGR_GETDATA_FILL_DATA_DEF 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_DEF 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!
PSSV_ATTR_GET * call function 'PSSV_ATTR_GET' * EXPORTING * i_tabname = 'PROJ' * i_values = proj_imp * i_context = l_context * TABLES * i_fieldnames = gt_def_fields * e_field_attr = l_attrapp_t.
CX_SCHED_VIA_OPERATING_TIME CALL FUNCTION 'CX_SCHED_VIA_OPERATING_TIME' EXPORTING I_DATE_START = PROJ_IMP-PLFAZ I_DATE_END = PROJ_IMP-PLSEZ I_UNIT = PROJ_IMP-ZTEHT I_FCALID = PROJ_IMP-KALID IMPORTING E_DURATION = ALL_OBJ-EDAUER E_UNIT = PROJ_IMP-ZTEHT EXCEPTIONS PARAMETERS_NOT_VALID = 1 OTHERS = 2.
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_DEF - CJPN_PROJEKTNUMMER_UNEDIT SAPFCJGR_GETDATA_FILL_DATA_ACT - SAPFCJGRGETDATAFILLDATAACT SAPFCJGR_GETDATA_FILL_DATA_A0A - SAPFCJGRGETDATAFILLDATAA0A SAPFCJGR_GETDATA_FILL_BARS_PSP - SAPFCJGRGETDATAFILLBARSPSP SAPFCJGR_GETDATA_FILL_BARS_MST - SAPFCJGRGETDATAFILLBARSMST SAPFCJGR_GETDATA_FILL_BARS_ELM - CJPN_PROJEKTNUMMER_EDIT