RFBK_NOTICE_RELEASE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Principle of dual control for amount notice...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 RFBK_NOTICE_RELEASE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
F9NTC4 - Amount Notice: Mass Release
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: S_RELST = D .
Selection Text: S_RDATE = D .
Selection Text: S_PRODCT = D .
Selection Text: S_NTYPE = D .
Selection Text: S_NTCST = D .
Selection Text: S_NTCNO = D .
Selection Text: S_DSTRT = D .
Selection Text: S_DEND = D .
Selection Text: S_BKKRS = D .
Selection Text: S_ACEXT = D .
Selection Text: P_VARI = D .
Title: Notice: Release
Text Symbol: H03 = Date
Text Symbol: H02 = Accts for Release
Text Symbol: H01 = Bank Area
Text Symbol: B03 = List structure
Text Symbol: B02 = Notice: Accruals/Deferrals
Text Symbol: B01 = General Selections
Text Symbol: 310 = for release
Text Symbol: 309 = released
Text Symbol: 308 = rejected
Text Symbol: 307 = Entrd By
Text Symbol: 306 = Entered By
Text Symbol: 305 = Amount Notice Entered By
Text Symbol: 304 = Dual Ctrl Principle
Text Symbol: 204 = Do You Want to Transfer the Data?
Text Symbol: 203 = Save your data first?
Text Symbol: 100 = Enter Rejection Reason
Text Symbol: 002 = No
Text Symbol: 001 = Yes
INCLUDE IBKKCONK.
INCLUDE IBKKCOGG.
INCLUDE IBKKECON.
INCLUDE IBKKMAC.
INCLUDE IBKK_CON_DUAL_CONTROL.
INCLUDE IBKK_NOTICE_RELEASE_S01.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = 'A' i_display_via_grid = 'X' IMPORTING e_exit = l_exit es_variant = cs_disvariant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBK_NOTICE_RELEASE - Notice: Release RFBK_NOTICE_RELEASE - Notice: Release RFBK_MASS_ACCNT_CLOSURE_MASF01 - Include RFBK_MASS_ACCNT_CLOSURE_MASF01 RFBK_MASS_ACCNT_CLOSURE - Mass Account Closure RFBK_MASS_ACCNT_CLOSURE - Mass Account Closure RFBK_CORRECT_BALANCE_PERIOD - Report RFBK_CORRECT_BALANCE_PERIOD