SAP Reports / Programs | Financial Accounting | Funds Management(FI-FM) SAP FI

BPINDX02 SAP ABAP Report - Availability Control Background Job Activation for Orders







BPINDX02 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 BPINDX02 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

KO30 - Activate Orders Availability 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 BPINDX02. "Basic submit
SUBMIT BPINDX02 AND RETURN. "Return to original report after report execution complete
SUBMIT BPINDX02 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: KOKRS = D Controlling area
Selection Text: AUFNR = D Order
Selection Text: AUART = D Order type
Title: Availability Control Background Job Activation 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: 019 = Availability Control not Activated: AVC against overall/annual-Depen.MasterData
Text Symbol: 020 = Availability control not activated in any further objects
Text Symbol: 021 = Bdgt carryfwd not prepared: AC against overall bdgt or annual bdgt maintainable
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


INCLUDES used within this REPORT BPINDX02

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_KOKRS_SET call function 'K_KOKRS_SET' "note314114 exporting "note314114 i_kokrs = l_kokrs "note314114 importing "note314114 e_kokrs = kokrs. "note314114

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.

K_VRGNG_AUTHORITY_CHECK CALL FUNCTION 'K_VRGNG_AUTHORITY_CHECK' "P30K057385 EXPORTING ACTVT = '16' "Ausführen KOKRS = KOKRS VRGNG = L_VCOM.

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 = SPACE IMPORTING E_ACTION = T_SUBRC-ACTION E_SUBRC = T_SUBRC-SUBRC.



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