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
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!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.