SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKK_SELPLOCK SAP ABAP Report - Locks according to Preselection







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

FPSELPLOCK - Locks according to Preselection


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 RFKK_SELPLOCK. "Basic submit
SUBMIT RFKK_SELPLOCK AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_SELPLOCK 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: P_REMOVE = Delete Locks
Selection Text: P_SET = Set Locks
Selection Text: P_FDATE = D .
Selection Text: P_LOCKR = D .
Selection Text: P_LOTYP = D .
Selection Text: P_NAME = D .
Selection Text: P_PROBCL = D .
Selection Text: P_PROID = D .
Selection Text: P_TDATE = D .
Title: Locks according to Preselection
Text Symbol: ACT = Action
Text Symbol: B00 = Preselection and Action
Text Symbol: B01 = Determine Locks
Text Symbol: B02 = Log Properties
Text Symbol: BT0 = Details
Text Symbol: BT1 = Display Details
Text Symbol: FPS = Locks according to Preselectn
Text Symbol: LOG = Log


INCLUDES used within this REPORT RFKK_SELPLOCK

INCLUDE RFKK_SELPLOCK_TOP.
INCLUDE RFKK_SELPLOCK_F01.
INCLUDE RFKK_SELPLOCK_F02.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = '@16@' text = text-bt0 info = text-bt1 IMPORTING RESULT = c_button EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

FKK_LOCKS_CHECK_AUTHORITY CALL FUNCTION 'FKK_LOCKS_CHECK_AUTHORITY' EXPORTING iv_wmode = lv_wmode iv_lotyp = p_lotyp iv_proid = p_proid EXCEPTIONS no_authority = 1 OTHERS = 2.



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