SAP Reports / Programs | Controlling | Overhead Cost Controlling(CO-OM) SAP CO

FK21RE1A SAP ABAP INCLUDE - Calculation of Virtual Characteristics in CCR1S







FK21RE1A 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 FK21RE1A 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 FK21RE1A. "Basic submit
SUBMIT FK21RE1A AND RETURN. "Return to original report after report execution complete
SUBMIT FK21RE1A VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Calculation of Virtual Characteristics in CCR1S


INCLUDES used within this REPORT FK21RE1A

No INCLUDES are used within this REPORT code!


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:

ROMU_OM_FILL_BELKZ CALL FUNCTION 'ROMU_OM_FILL_BELKZ' EXPORTING BEKNZ = COEP-BEKNZ VRGNG = COEP-VRGNG IMPORTING BELKZ = BELKZ EXCEPTIONS OTHERS = 1.

ROMU_OM_FILL_BELKZ CALL FUNCTION 'ROMU_OM_FILL_BELKZ' EXPORTING BEKNZ = COVP-BEKNZ VRGNG = COVP-VRGNG IMPORTING BELKZ = BELKZ EXCEPTIONS OTHERS = 1.

ROMU_OM_FILL_BELKZ CALL FUNCTION 'ROMU_OM_FILL_BELKZ' EXPORTING BEKNZ = COEJ-BEKNZ VRGNG = COEJ-VRGNG IMPORTING BELKZ = BELKZ EXCEPTIONS OTHERS = 1.

OBJECT_KEY_GET CALL FUNCTION 'OBJECT_KEY_GET' EXPORTING I_OBJNR = OBJNR IMPORTING E_IONRA = LD_IONRA.

CO_DB_HEADER_READ CALL FUNCTION 'CO_DB_HEADER_READ' EXPORTING AUFNR = LD_IONRA-AUFNR IMPORTING CAUFVWA = LD_CAUFV EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

OBJECT_KEY_GET CALL FUNCTION 'OBJECT_KEY_GET' EXPORTING I_OBJNR = OBJNR IMPORTING E_IONRA = LD_IONRA.

CO_DB_AFVG_SELECT_SINGLE CALL FUNCTION 'CO_DB_AFVG_SELECT_SINGLE' EXPORTING APLZL_IMP = LD_IONRA-APLZL AUFPL_IMP = LD_IONRA-AUFPL IMPORTING AFVGD_EXP = LD_AFVGD EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

OBJECT_KEY_GET CALL FUNCTION 'OBJECT_KEY_GET' EXPORTING I_OBJNR = OBJNR IMPORTING E_IONRA = LD_IONRA EXCEPTIONS OTHERS = 1.

SD_DOCUMENT_ACCOUNT_ASSIGNMENT CALL FUNCTION 'SD_DOCUMENT_ACCOUNT_ASSIGNMENT' EXPORTING I_DOCUMENT_NUMBER = LD_IONRA-VBELN I_ITEM_NUMBER = LD_IONRA-POSNR IMPORTING E_BUKRS = BUKRS EXCEPTIONS DIFFERENT_DOCUMENT_TYPE = 1 DIFFERENT_MATERIAL = 2 DIFFERENT_PLANT = 3 DOCUMENT_BLOCKED = 4 DOCUMENT_NOT_FOUND = 5 DOCUMENT_TYPE_NOT_ALLOWED = 6 ITEM_NOT_FOUND = 7 ITEM_NUMBER_MISSING = 8 NOT_ALLOWED = 9 OBJECT_NOT_FOUND = 10 PROJECT_DEF_DIFF = 11 PROJECT_IN_ORDER = 12 PROJECT_NOT_ALLOWED = 13 SALES_ORGANISATION_NOT_FOUND = 14 SCHEDULE_LINE_NOT_FOUND = 15 DIFFERENT_NUMBER = 16 PLANT_NOT_FOUND = 17 OTHERS = 18.

CJDW_PRPS_SELECT_SINGLE CALL FUNCTION 'CJDW_PRPS_SELECT_SINGLE' EXPORTING objnr = objnr IMPORTING e_prps = ls_prps EXCEPTIONS missing_parameter = 1 not_found = 2 OTHERS = 3.

CJDW_PROJ_SELECT_SINGLE CALL FUNCTION 'CJDW_PROJ_SELECT_SINGLE' EXPORTING pspnr = ld_pspnr IMPORTING e_proj = ls_proj EXCEPTIONS missing_parameter = 1 not_found = 2 OTHERS = 3.

K_VRGNG_CLASSIFY CALL FUNCTION 'K_VRGNG_CLASSIFY' EXPORTING i_vrgng = i_vrgng i_uspob = i_uspob IMPORTING e_rkact_cl = i_rkact_cl EXCEPTIONS not_found = 1 OTHERS = 2.

K_DECRYPT_RESOURCE CALL FUNCTION 'K_DECRYPT_RESOURCE' EXPORTING i_subkey = ld_hrkft IMPORTING e_resrc = resrc EXCEPTIONS subkey_not_found = 1 no_resource_found = 2 OTHERS = 3.

K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = ld_hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = ld_hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = ld_hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = ld_hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = ld_hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

K_SUBKEY_INTERPRET





CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = ld_hrkft IMPORTING MERKMALE = ls_merkmale EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .



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 FK21RE1A or its description.