SAPDBC1F is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The selection criteria control the range of data selected in the logical database...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPDBC1F 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.
Selection Text: S_VBUKRS = FI company code
Selection Text: S_VBELNR = FI document number
Selection Text: S_TWR_MP = Transaction currency
Selection Text: S_TWA_BS = Transaction currency
Selection Text: S_TWAER = Transaction currency
Selection Text: S_POSID = WBS element
Selection Text: S_KOSTL = D Cost center
Selection Text: S_KOKRS = Controlling area
Selection Text: S_KBLNR = Payment transfer document no.
Selection Text: S_KBL2NR = Funds reservation document no.
Selection Text: P_YBP_FR = Fiscal year from
Selection Text: P_XOPIT = Include reduced commitment
Selection Text: P_PER_TO = To
Selection Text: P_PER_FR = Period from
Selection Text: P_PBS_TO = To
Selection Text: P_PBS_FR = Period from
Selection Text: P_PBP_TO = To
Selection Text: P_PBP_FR = Period from
Selection Text: P_KUM_IT = Summarized line items
Selection Text: P_FYR_TO = To
Selection Text: P_FYR_FR = Fiscal year from
Selection Text: P_FPOSUP = and all superior
Selection Text: P_FPOSDN = and all subordinate
Selection Text: S_BUKRS = D Company code
Selection Text: S_BUK_BS = D Company code
Selection Text: S_BUK_MP = D Company code
Selection Text: S_EBELN = Purchasing document number
Selection Text: S_FIKRS = D FM area
Selection Text: S_FIPOS = D Commitment item
Selection Text: S_GEBER = D Fund
Selection Text: S_GSBER = Business area
Selection Text: S_GSB_BS = Business area
Selection Text: S_BUDAT = D Posting date
Selection Text: S_AUFNR = Order number
Selection Text: P_YBY_TO = To
Selection Text: P_YBY_FR = Fiscal year from
Selection Text: P_YBS_TO = To
Selection Text: P_YBS_FR = Fiscal year from
INCLUDE DBC1FF01.
INCLUDE DBC1FF00.
No SAP DATABASE tables are accessed within this REPORT code!
FIPOS_INPUT_HELP CALL FUNCTION 'FIPOS_INPUT_HELP' EXPORTING IP_FIPOS = S_FIPOS-LOW IMPORTING OP_FIPOS = S_FIPOS-LOW EXCEPTIONS NO_SELECT = 1 OTHERS = 2.
FIPOS_INPUT_HELP CALL FUNCTION 'FIPOS_INPUT_HELP' EXPORTING IP_FIPOS = S_FIPOS-HIGH IMPORTING OP_FIPOS = S_FIPOS-HIGH EXCEPTIONS NO_SELECT = 1 OTHERS = 2.
FM_WRTTP_F4_HELP_CB CALL FUNCTION 'FM_WRTTP_F4_HELP_CB' EXPORTING I_ACTUALS = 'X' I_BUDGET = ' ' IMPORTING SELECTED_VALUE = S_WRT_MP-LOW.
FM_WRTTP_F4_HELP_CB CALL FUNCTION 'FM_WRTTP_F4_HELP_CB' EXPORTING I_ACTUALS = 'X' I_BUDGET = ' ' IMPORTING SELECTED_VALUE = S_WRTTP-LOW.
FM_WRTTP_F4_HELP_CB CALL FUNCTION 'FM_WRTTP_F4_HELP_CB' EXPORTING I_ACTUALS = 'X' I_BUDGET = ' ' IMPORTING SELECTED_VALUE = S_WRT_MP-HIGH.
FM_WRTTP_F4_HELP_CB CALL FUNCTION 'FM_WRTTP_F4_HELP_CB' EXPORTING I_ACTUALS = 'X' I_BUDGET = ' ' IMPORTING SELECTED_VALUE = S_WRTTP-HIGH.
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 SAPDBC1F or its description.