SAP Reports / Programs | Project System | Structures | Project Planning Board(PS-ST-OPR-PPB) SAP PS

FCOMCJGR_BELTAB SAP ABAP INCLUDE - FCOMCJGRBELTAB







FCOMCJGR_BELTAB 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 FCOMCJGR_BELTAB into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FCOMCJGR_BELTAB. "Basic submit
SUBMIT FCOMCJGR_BELTAB AND RETURN. "Return to original report after report execution complete
SUBMIT FCOMCJGR_BELTAB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FCOMCJGR_BELTAB

INCLUDE FCOMCJGR_BELTAB_PSP.
INCLUDE FCOMCJGR_BELTAB_PSP.
INCLUDE FCOMCJGR_BELTAB_NP.
INCLUDE FCOMCJGR_BELTAB_NP.
INCLUDE FCOMCJGR_BELTAB_ACT.
INCLUDE FCOMCJGR_BELTAB_MST.
INCLUDE FCOMCJGR_BELTAB_MST.
INCLUDE FCOMCJGR_BELTAB_MST.
INCLUDE FCOMCJGR_BELTAB_MST.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CO_BT_CAUFV_READ_WITH_KEY call function 'CO_BT_CAUFV_READ_WITH_KEY' EXPORTING aufnr_act = &1 IMPORTING caufvd_exp = ga_caufvd EXCEPTIONS not_found = 1 others = 2.

CO_BT_CAUFV_READ_WITH_KEY call function 'CO_BT_CAUFV_READ_WITH_KEY' EXPORTING aufnr_act = &4 IMPORTING caufvd_exp = ga_caufvd EXCEPTIONS not_found = 1 others = 2.

UNIT_OF_MEASURE_ISO_TO_SAP call function 'UNIT_OF_MEASURE_ISO_TO_SAP' exporting iso_code = gv_iso_code_day importing sap_code = gv_sap_code_day * UNIQUE = exceptions not_found = 1 others = 2.

UNIT_GET call function 'UNIT_GET' exporting * ADD_CONST = 0 * DECIMALS = 88 denominator = 1 dimension = 'TIME' * EXPONENT = 0 numerator = 86400 importing unit = gv_sap_code_day exceptions unit_not_found = 1 others = 2.

CONVERSION_EXIT_CUNIT_INPUT CALL FUNCTION 'CONVERSION_EXIT_CUNIT_INPUT' EXPORTING INPUT = -edaueh LANGUAGE = SY-LANGU IMPORTING OUTPUT = E_VEINH .

CX_SCHED_VIA_OPERATING_TIME CALL FUNCTION 'CX_SCHED_VIA_OPERATING_TIME' EXPORTING I_ARBID = ARBID I_DATE_END = SPAETER_D I_DATE_START = FRUEHER_D I_DURATION = DAUER * I_DURATION_SEC = E05 I_FCALID = KALID * I_POINT_IN_TIME_END = E07 * I_POINT_IN_TIME_START = E08 I_TIME_END = SPAETER_Z I_TIME_START = FRUEHER_Z * I_TYPE_OF_DFZ = E11 I_UNIT = DAUEREINH IMPORTING E_DATE_END = SPAETER_D E_DATE_START = FRUEHER_D * E_DURATION = I03 * E_DURATION_SEC = I04 E_MESSAGE_CODE = MESSAGE_CODE * E_MIN_NUM_CAPACITIES = I06 * E_POINT_IN_TIME_END = I07 * E_POINT_IN_TIME_START = I08 E_TIME_END = SPAETER_Z E_TIME_START = FRUEHER_Z.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FCOMCJGR_BELTAB or its description.