RBPFCON1 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 RBPFCON1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
KO31 - Reconstruct Order Availability Cntrl
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: AUART = D Order type
Selection Text: AUFNR = D Order
Selection Text: BPROF = D Budget profile
Selection Text: KOKRS = D Controlling area
Selection Text: PROT_ALL = Detailed log
Title: Reconstruct Availability Control for Orders
Text Symbol: 016 = Permitted usage exceeded -> availability control activated
Text Symbol: 015 = No releases exist
Text Symbol: 014 = No budget exists
Text Symbol: 013 = Availability control activated, but error regarding tolerance limits
Text Symbol: 012 = Availability control activated, but mail about tolerance limits
Text Symbol: 011 = Availability control activated, but warning about tolerance limits
Text Symbol: 010 = Availability control deactivated
Text Symbol: 008 = Availability control already active
Text Symbol: 006 = Availability control not activated
Text Symbol: 005 = No tolerance limits maintained -> Activation canceled
Text Symbol: 004 = Profile does not exist or is not maintained
Text Symbol: 003 = Object has no elements
Text Symbol: 002 = Blocking error
Text Symbol: 001 = Object was locked
Text Symbol: 017 = Availability control activated
Text Symbol: 040 = Error: No assignment object on the path upwards
Text Symbol: 025 = Budget carryforward not prepared: Not valid in fiscal year
Text Symbol: 024 = Budget Carryover not prepared: Cover eligibility active but no budget objects
Text Symbol: 023 = Budget carryforward not prepared: Not valid in fiscal year
Text Symbol: 022 = Budget carryforward not prepared: Neither budget nor postings exist
Text Symbol: 021 = Bdgt carryfwd not prepared: AC against overall bdgt or annual bdgt maintainable
Text Symbol: 020 = Availability control not activated in any further objects
Text Symbol: 019 = Availability Control not Activated: AVC against overall/annual-Depen.MasterData
INCLUDE BPINDXI1.
INCLUDE LKBPPSTN.
No SAP DATABASE tables are accessed within this REPORT code!
KBPS_SHOW_PROFIL CALL FUNCTION 'KBPS_SHOW_PROFIL' "P30K094180 EXPORTING "P30K094180 APPLIK = 'O' "P30K094180 WRTTP = '41' "P30K094180 IMPORTING "P30K094180 PROFIL = BPROF. "P30K094180
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' "note314114 EXPORTING "note314114 I_KOKRS = L_KOKRS "note314114 IMPORTING "note314114 E_KOKRS = KOKRS "note314114 EXCEPTIONS NOT_FOUND = 01.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' IMPORTING E_KOKRS = KOKRS EXCEPTIONS NOT_FOUND = 01.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = KOKRS POPUP = '1' IMPORTING E_KOKRS = KOKRS EXCEPTIONS NOT_FOUND = 01.
KBPS_BUILD_INDEX_AUFK CALL FUNCTION 'KBPS_BUILD_INDEX_AUFK' EXPORTING I_AUFNR = T_SUBRC-AUFNR I_AUART = T_SUBRC-AUART I_KOKRS = T_SUBRC-KOKRS I_UPD_FORCE = 'X' IMPORTING E_ACTION = T_SUBRC-ACTION E_SUBRC = T_SUBRC-SUBRC.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBPFCON1 - Reconstruct Availability Control for Orders RBPFCON1 - Reconstruct Availability Control for Orders RBPFCOD1 - Deactivate Availability Control for Orders RBPFCOD1 - Deactivate Availability Control for Orders RBPEWU2M - Construct budget totals records for pkd docs val. types from line itms RBPEWU2M - Construct budget totals records for pkd docs val. types from line itms