BPINDX00 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 BPINDX00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CJBV - Activate Project Availabilty Control
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: PROT_ALL = Detailed log
Selection Text: CN_PROJN = D Project
Title: Project Availability Control Background Job Activation
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: 016 = Permitted usage exceeded -> availability control activated
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!
K_VRGNG_AUTHORITY_CHECK CALL FUNCTION 'K_VRGNG_AUTHORITY_CHECK' "P30K057385 EXPORTING ACTVT = '16' "Ausführen KOKRS = CN_KOKRS VRGNG = L_VCOM.
CJDW_SELECT_BASIC_DATA CALL FUNCTION 'CJDW_SELECT_BASIC_DATA' EXPORTING PROJECT = INT_PROJ-PSPID EXCEPTIONS "note390326 ENTRY_ELEMENT_NOT_FOUND = 01 "note390326 MISSING_PARAMETER = 02 "note390326 PROJECT_NOT_FOUND = 03 "note390326 PROJECT_INACT = 04 "note390326 OTHERS = 05. "note390326
KBPS_BUILD_INDEX_PROJ CALL FUNCTION 'KBPS_BUILD_INDEX_PROJ' EXPORTING I_CHANGE_INDEX = 'X' I_PROJ = INT_PROJ I_UPD_FORCE = SPACE IMPORTING E_SUBRC = T_SUBRC-SUBRC E_ACTION = T_SUBRC-ACTION.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BPINDX00 - Project Availability Control Background Job Activation BPINDX00 - Project Availability Control Background Job Activation BPINDAN2_NEW - AVC: Determining the Index for Assignable BS Element BPINDAN2_NEW - AVC: Determining the Index for Assignable BS Element BPINDAN1_NEW - Availability Control, Analysis Report BPINDAN1_NEW - Availability Control, Analysis Report