SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDNLWKA1 SAP ABAP Report - Change Payment Block And Payment Method







RFIDNLWKA1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be used: 1) to block / unblock the payment of open line items...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFIDNLWKA1 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

WKA01 - Change paym. block and paym. method


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 RFIDNLWKA1. "Basic submit
SUBMIT RFIDNLWKA1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDNLWKA1 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_UPDATE = D .
Selection Text: P_VALUT = D .
Selection Text: P_ZLSCH = D .
Selection Text: S_BELNR = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BVTYP = D .
Selection Text: S_GJAHR = D .
Selection Text: S_LIFNR = D .
Selection Text: S_TAXGR = D .
Title: Change Payment Block And Payment Method
Text Symbol: 001 = General data
Text Symbol: 002 = Tax codes validity
Text Symbol: 003 = Payment data
Text Symbol: 004 = Update or simulate run
Text Symbol: 005 = Payment methods and payment blocks
Text Symbol: 006 = Status
Text Symbol: 007 = Status of the updated document:


INCLUDES used within this REPORT RFIDNLWKA1

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:

ENQUEUE_EFBKPF CALL FUNCTION 'ENQUEUE_EFBKPF' EXPORTING mode_bkpf = 'E' belnr = wa_bsikon-belnr bukrs = wa_bsikon-bukrs gjahr = wa_bsikon-gjahr _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXPORTING _synchron = 'X'.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = 'USER_COMMAND' i_structure_name = g_structure is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events
TABLES t_outtab = output_alv_list EXCEPTIONS program_error = 1.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = i_xshow fieldname = 'WKABVT' tabname = 'TWKAMET' IMPORTING select_value = wkabvt TABLES fields = fldtab valuetab = bvttab.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = i_xshow fieldname = 'WKABVT' tabname = 'TWKAMET' IMPORTING select_value = wkabvt TABLES fields = fldtab valuetab = bvttab.



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