SAP Reports / Programs

RCFCO100 SAP ABAP Report - Production Resources/Tools Usage in Orders







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


Text pool values


Selection Text: P_DOKAR = Document type
Selection Text: P_DOKNR = Document
Selection Text: P_DOKTL = Document part
Selection Text: P_DOKVR = Document version
Selection Text: P_EQUNR = Equipment
Selection Text: P_FHMAR = PRT category
Selection Text: P_FHWRK = Plant
Selection Text: P_MATNR = Material
Selection Text: P_SELID = Selection profile status
Selection Text: P_SFHNR = Prod. resources/tools
Selection Text: S_AUART = Order type
Selection Text: S_AUFNR = Order
Selection Text: S_AUTYP = Order category
Selection Text: S_DISPO = MRP controller group
Selection Text: S_ERNAM = Person in charge
Selection Text: S_FEVOR = Production scheduler
Selection Text: S_GLTRS = Scheduled delivery date
Selection Text: S_GSTRS = Scheduled start date
Selection Text: S_MATNR = Material
Selection Text: S_WERKS = Plant
Title: Production Resources/Tools Usage in Orders
Text Symbol: 200 = The production resource/tool is not used.
Text Symbol: 118 = WBS element ;;
Text Symbol: 117 = Project def. ;;
Text Symbol: 116 = Item ;;
Text Symbol: 115 = Customer order;;
Text Symbol: 114 = Finish date ;;
Text Symbol: 001 = Production resource/tool -------------------------------------------------------
Text Symbol: 002 = Selection criteria -----------------------------------------------------------
Text Symbol: 003 = PRT ;;
Text Symbol: 004 = Material ;;
Text Symbol: 005 = Plant ;;
Text Symbol: 006 = Document ;;
Text Symbol: 007 = Document type ;;
Text Symbol: 008 = Document part ;;
Text Symbol: 009 = Document version ;;
Text Symbol: 010 = Equipment ;;
Text Symbol: 100 = Order ;;





Text Symbol: 101 = Start date ;;
Text Symbol: 102 = Delivery date ;;
Text Symbol: 103 = Plant ;;
Text Symbol: 104 = Planned qty. ;;
Text Symbol: 105 = Produced qty. ;;
Text Symbol: 106 = Material ;;
Text Symbol: 107 = Description ;;
Text Symbol: 108 = WrkSched;;
Text Symbol: 109 = MRP grp.;;
Text Symbol: 110 = Status ;;
Text Symbol: 111 = U/M;;
Text Symbol: 112 = Cat.;;
Text Symbol: 113 = Network ;;
002 _ Type Text Start Finish
001 Order Material Status Target Qty


INCLUDES used within this REPORT RCFCO100

INCLUDE CF00CONS.
INCLUDE LCOKOTYP.


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:

CF_NR_FHM_MASTER_READ CALL FUNCTION 'CF_NR_FHM_MASTER_READ' EXPORTING CRFHD_IMP = CRFHD TRTYP_IMP = TRTYP-ANZEIGEN IMPORTING CRFHD_EXP = CRFHD TABLES CRTXD_EXP = CRTXD_TAB.

CF_DB_V_AFFH1_TO_PRT_READ CALL FUNCTION 'CF_DB_V_AFFH1_TO_PRT_READ' EXPORTING OBJID_IMP = OBJID_IMP OBJTY_IMP = OBJTY_IMP DELETED_INCL_IMP = DELETED_INCL TABLES V_AFFH1_TAB = V_AFFH1_TAB.

STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES JSTO_PRE_TAB = OBJNR_TAB_TMP.

STATUS_CHECK_BY_SELSCHEM CALL FUNCTION 'STATUS_CHECK_BY_SELSCHEM' EXPORTING OBJNR = CAUFV_TAB-OBJNR SELID = P_SELID IMPORTING FULLFILL = FLG_STATUS_OK EXCEPTIONS NO_STAT_SCHEME = 01 NO_STAT_TAB = 02.

MATERIAL_PRE_READ_MAKT CALL FUNCTION 'MATERIAL_PRE_READ_MAKT' TABLES IPRE03 = MAT_KTEXT_PRE_TAB.

CF_TA_T001W_READ CALL FUNCTION 'CF_TA_T001W_READ' EXPORTING WERKS_IMP = CRFHD-FHWRK IMPORTING T001W_EXP = T001W_TMP.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = CAUFVD-OBJNR SPRAS = SY-LANGU IMPORTING LINE = CAUFVD-STTXT EXCEPTIONS OBJECT_NOT_FOUND = 01.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM_TMP IMPORTING MATDATEN = MAKT_TMP RETURN = MTCOR_TMP TABLES SEQMAT01 = DUMMY_TAB EXCEPTIONS MATERIAL_NOT_FOUND = 01 TEXT_NOT_FOUND = 02.

CF_UT_ORDER_DISPLAY CALL FUNCTION 'CF_UT_ORDER_DISPLAY' EXPORTING AUFNR_IMP = CAUFVD-AUFNR AUTYP_IMP = CAUFVD-AUTYP OKCODE_IMP = OK-CODE.

CF_UT_ORDER_UPDATE CALL FUNCTION 'CF_UT_ORDER_UPDATE' EXPORTING AUFNR_IMP = CAUFVD-AUFNR AUTYP_IMP = CAUFVD-AUTYP OKCODE_IMP = OK-CODE.






CO_KO1_SET_HEADER CALL FUNCTION 'CO_KO1_SET_HEADER' EXPORTING CAUFVD_IMP = CAUFVD.

CO_KO_SET_HEADER CALL FUNCTION 'CO_KO_SET_HEADER' EXPORTING CAUFVD_IMP = CAUFVD.

STATUS_MAINTAIN CALL FUNCTION 'STATUS_MAINTAIN' EXPORTING DISPLAY_ONLY = FH_CONST-KREUZ FLG_NO_STSMA_CHANGE = FH_CONST-KREUZ OBJNR = CAUFVD-OBJNR EXCEPTIONS OBJECT_NOT_FOUND = 01.



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