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
Below is a list of transaction codes which are relevant to this SAP report
WKA01 - Change paym. block and paym. method
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.