SAP Reports / Programs

BPINDX00 SAP ABAP Report - Project Availability Control Background Job Activation







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CJBV - Activate Project Availabilty Control


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 BPINDX00. "Basic submit
SUBMIT BPINDX00 AND RETURN. "Return to original report after report execution complete
SUBMIT BPINDX00 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: 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


INCLUDES used within this REPORT BPINDX00

INCLUDE BPINDXI1.
INCLUDE LKBPPSTN.


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:

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.



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