SAP Reports / Programs | Payroll | Germany | Construction Industry(PY-DE-CI) SAP PY

RPCBKLD0 SAP ABAP Report - Construction Industry: Display Notifications for Social Fund Procedure







RPCBKLD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Display Notifications for Social Fund report enables you to display and check notifications and their contents...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 RPCBKLD0 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

PC00_M01_CBKL - List Notifications for SFP


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 RPCBKLD0. "Basic submit
SUBMIT RPCBKLD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBKLD0 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: 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


INCLUDES used within this REPORT RPCBKLD0

INCLUDE RPCBKLCX.
INCLUDE RPCBKLGX.
INCLUDE RPCBKLXA.


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:

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.



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