RPCATTD1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report calculates the corresponding minimum net amounts for each monthly gross remuneration...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 RPCATTD1 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_CATZTAR - Pay Scale Flat-Rate Minimum Net Amt
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.
Determination of Minimum Net Amounts for Semiretirement
Selection Text: BRUVOLL = Gross Monthly Remuneration
Selection Text: G-DATUM = Validity date
Selection Text: STTAB = Tax Table
Selection Text: TABELLE = Print Table
Selection Text: VARIANT = Layout of Output List
Selection Text: WOKNZ = West/East Indicator
Title: Semiretirement: Standard Minimum Net Amounts
Text Symbol: 020 = Flat-Rate Net Amount (% Rate)
Text Symbol: 021 = %
Text Symbol: HA1 = Minimum Net Amounts for Semiretirement: &1
Text Symbol: HA2 = Key Date: &1
Text Symbol: I01 = Est
Text Symbol: I02 = West
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_callback_program = sy-cprog i_structure_name = c_struc_alv is_layout = gs_layout i_save = c_x is_variant = gs_variant it_events = gt_events tables t_outtab = gt_out_tab_alv exceptions program_error = 1 others = 2.
HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' exporting i_molga = '01' i_appl = 'DOSZ' i_date = datum IMPORTING E_VALID = l_valid.
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '01' begda = p_datum IMPORTING waers = p_waers EXCEPTIONS * molga_not_in_t001p = 1 "YLNUSAB * no_entry_found_in_table_t001 = 2 "YLNUSAB * no_entry_found_in_table_t500p = 3 "YLNUSAB * no_entry_found_in_table_t500c = 4 "YLNUSAB OTHERS = 5.
HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' "SVCM2540649 exporting i_molga = '01' i_appl = 'DOSZ' i_date = $datum IMPORTING e_VALID = l_valid.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = xt_events exceptions list_type_wrong = 1 others = 2.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCATTD1 - Semiretirement: Standard Minimum Net Amounts RPCATTD1 - Semiretirement: Standard Minimum Net Amounts RPCATTD0 - documentation and ABAP source code RPCATSDYNSTRUC - CATS:Manage Dynamic Structures for User Profiles RPCATSDYNSTRUC - CATS:Manage Dynamic Structures for User Profiles RPCATSD0 - documentation and ABAP source code