RPLSA3F0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for France only...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 RPLSA3F0 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_M06_LSA3 - Garnishmt: Date Monitoring
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: PX_LFORM = Form Name
Selection Text: PX_LFVAR = Form Variant
Selection Text: P_NUMOF = Official claim number
Selection Text: R_DEVISE = D .
Selection Text: R_NRINT = D .
Title: Planned monitoring of dates for garnishment claims
Text Symbol: 040 = No payroll run found
Text Symbol: A02 = Amt paid
Text Symbol: A03 = Prev. net
Text Symbol: A06 = Planned amt
Text Symbol: ER6 = Enter time period definition!
Text Symbol: L03 = Non-maintenance priority claim number
Text Symbol: L05 = Non-maintenance non-priority claim number
Text Symbol: L10 = Claim amount
Text Symbol: L11 = Sum already paid
Text Symbol: L12 = Planned net
Text Symbol: L20 = Payroll from
Text Symbol: L21 = to
Text Symbol: L98 = Caution: Monitoring of dates is not firm, only planned
Text Symbol: L99 = (see program documention)
Text Symbol: T01 = Print Option
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BUFFER_ACTIVE = * I_INTERFACE_CHECK = ' ' i_callback_program = myreport i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'CALLBACK' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = p_title * I_GRID_SETTINGS = is_layout = p_layout it_fieldcat = p_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = sp_group it_sort = p_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = is_print = p_print * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = p_alv EXCEPTIONS program_error = 1 OTHERS = 2.
H99B_OPEN_LFORM_JOB CALL FUNCTION 'H99B_OPEN_LFORM_JOB' EXPORTING i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant OPTIONS = l_itcpo EXCEPTIONS OTHERS = 99.
H99B_OUTPUT_LFORM CALL FUNCTION 'H99B_OUTPUT_LFORM' EXPORTING i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant i_data_struc =
EXCEPTIONS OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPLSA3F0 - Planned monitoring of dates for garnishment claims RPLSA3F0 - Planned monitoring of dates for garnishment claims RPLSA2F0 - Summary of garnishment claims payments RPLSA2F0 - Summary of garnishment claims payments RPLSA1F0 - Statement of garnishment claims payments RPLSA1F0 - Statement of garnishment claims payments