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

FK21RE08 SAP ABAP INCLUDE - Form Class Library







FK21RE08 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 FK21RE08 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 FK21RE08. "Basic submit
SUBMIT FK21RE08 AND RETURN. "Return to original report after report execution complete
SUBMIT FK21RE08 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 FK21RE08

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_CONVERT_TO_OBJNR CALL FUNCTION 'ROMU_OM_CONVERT_TO_OBJNR' TABLES i_cosel = lt_obj_cosel r_objnr = tab_objnr r_obart = lr_obart EXCEPTIONS OTHERS = 1.

K_KKB_ORDER_PO_CO_NUMBERS_READ CALL FUNCTION 'K_KKB_ORDER_PO_CO_NUMBERS_READ' TABLES t_objnr_pos = tab_objnr t_aufnr = tab_aufnr EXCEPTIONS no_position = 1 OTHERS = 2.

GET_PS_OBJECTNUMBER CALL FUNCTION 'GET_PS_OBJECTNUMBER' EXPORTING I_PRONR = PROJ-PSPNR I_WITH_HIERARCHY = INT-PHIER I_WITH_NETWORK = INT-PNETS I_WITH_ORDERS = INT-PORDS TABLES T_OBJECTS = T_OBJECTS.

CJPN_FILL_PRPS_BUFFER CALL FUNCTION 'CJPN_FILL_PRPS_BUFFER' TABLES T_PRPS_BUF = T_PRPS_S EXCEPTIONS BUFFER_CONTAINS_DATA = 1.

CJPN_FILL_PRPS_BUFFER CALL FUNCTION 'CJPN_FILL_PRPS_BUFFER' TABLES T_PRPS_BUF = T_PRPS_S EXCEPTIONS BUFFER_CONTAINS_DATA = 1.

GET_PS_OBJECTNUMBER CALL FUNCTION 'GET_PS_OBJECTNUMBER' EXPORTING I_PSPNR = T_PRPS_S-PSPNR I_WITH_HIERARCHY = INT-PHIER I_WITH_NETWORK = INT-PNETS I_WITH_ORDERS = INT-PORDS TABLES T_OBJECTS = T_OBJECTS.

GET_PS_OBJECTNUMBER CALL FUNCTION 'GET_PS_OBJECTNUMBER' EXPORTING I_PSPNR = PRPS-PSPNR I_WITH_HIERARCHY = INT-PHIER "K11K088954 I_WITH_NETWORK = INT-PNETS "K11K088954 I_WITH_ORDERS = INT-PORDS "K11K088954 TABLES T_OBJECTS = T_OBJECTS.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = 'COAS_BUF' TABLES NAMETAB = I_NAMETAB EXCEPTIONS OTHERS = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = 'COAS_BUF' TABLES NAMETAB = I_NAMETAB EXCEPTIONS OTHERS = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = 'COAS_BUF' TABLES NAMETAB = I_NAMETAB EXCEPTIONS OTHERS = 1.

ROMU_RS_CONVERT_ICSEL_TO_COSEL CALL FUNCTION 'ROMU_RS_CONVERT_ICSEL_TO_COSEL' TABLES I_SELECTION_TABLE = LT_IN I_COSEL = LT_OUT EXCEPTIONS MATCHING_FAILED = 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 FK21RE08 or its description.