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

RFKKLOCKDEL SAP ABAP Report - Delete Mass Locks Set







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

FPLKDEL - Delete Mass Locks Set


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 RFKKLOCKDEL. "Basic submit
SUBMIT RFKKLOCKDEL AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKLOCKDEL 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: I_LAUFD = Run Date
Selection Text: I_LAUFI = Run Identification
Title: Delete Mass Locks Set
Text Symbol: 001 = Set Processing Locks: Overview
Text Symbol: 002 = &1 entries deleted
Text Symbol: 003 = Delete Mass Locks Set


INCLUDES used within this REPORT RFKKLOCKDEL

No INCLUDES are used within this REPORT code!


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:

FKK_LOCKS_CHECK_AUTHORITY CALL FUNCTION 'FKK_LOCKS_CHECK_AUTHORITY' EXPORTING iv_wmode = '04' iv_lotyp = t_dfkklocks-lotyp iv_proid = t_dfkklocks-proid EXCEPTIONS no_authority = 1 OTHERS = 2.

FKK_DB_LOCK_CREATE_HIST CALL FUNCTION 'FKK_DB_LOCK_CREATE_HIST' EXPORTING i_lock = t_dfkklocks i_ldatum = sy-datlo i_lzeit = sy-timlo i_uname = sy-uname EXCEPTIONS update_failed = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = h_selectfield titel = text-001 IMPORTING ind = sy-tabix TABLES fields = tab_fields full_table = tab_lauf EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = tab_update EXCEPTIONS OTHERS = 8.



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