RPCBKLD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The
If you would like to execute this report or see the full code listing simply enter RPCBKLD0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_CBKL - List Notifications for SFP
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: PA_URMEL = URMEL
Selection Text: PA_STORN = Prev. Records (Cancellation)
Selection Text: PA_RAMEL = RAMEL
Selection Text: PA_NEMEL = NEMEL
Selection Text: PA_L_ONE = Detail Display
Selection Text: PA_L_ALL = List
Selection Text: PA_LOMEL = LOMEL
Selection Text: PA_AUMEL = AUMEL
Selection Text: PA_AN_OP = ANMEL Address
Selection Text: PA_ANMEL = ANMEL
Title: Construction Industry: Display Notifications for Social Fund Procedure
Text Symbol: T67 = Hours
Text Symbol: T56 = Notifications for Training Reim.(AUMEL)
Text Symbol: T55 = Initial Not. Screen(NEMEL)
Text Symbol: T54 = SF Notifs
Text Symbol: T53 = Dereg./Reg./Amendment Notifications (ANMEL)
Text Symbol: T52 = Wage Compensation Notif.(LOMEL)
Text Symbol: T51 = Rem.Leave Entitlement Notific.(RAMEL)
Text Symbol: T50 = Monthly Notification(URMEL)
Text Symbol: SM6 = Incorrect
Text Symbol: SM5 = Cancelled
Text Symbol: SM4 = Correct
Text Symbol: SM3 = Total
Text Symbol: SM2 = Notific
Text Symbol: SM1 = Notification stats
Text Symbol: P04 = Display ANMEL Address
Text Symbol: P03 = Disp. cancelled
Text Symbol: P02 = Selected Record Type
Text Symbol: P01 = Display
INCLUDE RPCBKLCX.
INCLUDE RPCBKLGX.
INCLUDE RPCBKLXA.
No SAP DATABASE tables are accessed within this REPORT code!
HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.
HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = l_dtab value = l_dvalue_in langu = sy-langu texts_only = 'X' IMPORTING dd07v_wa = l_dvalue_out EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'P01B_BKSTA' value = s_stats langu = sy-langu IMPORTING dd07v_wa = l_wa_domaene EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_selected processed = g_processed rejected = g_rejected.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = l_tabname "#EC DOM_EQUAL langu = sy-langu lfieldname = l_fieldname all_types = 'X' IMPORTING dfies_wa = g_field EXCEPTIONS not_found = 1 internal_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.
RPCBKLD0 - Construction Industry: Display Notifications for Social Fund Procedure RPCBKLD0 - Construction Industry: Display Notifications for Social Fund Procedure RPCBKLCX - documentation and ABAP source code RPCBKIM0 - documentation and ABAP source code RPCBKGD0 - documentation and ABAP source code RPCBKFD0 - documentation and ABAP source code