SAP ABAP Data Element TEST_RP2 (Options)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Basic Data
Data Element TEST_RP2
Short Description Options  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR30    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium  
Long  
Heading  
Documentation

Definition

.

Supplementary Documentation - TEST_RP2 0001

Definition

Switch on payroll program options

This parameter allows you to choose the different options payroll accounting offers. You can enter the options in any order separated by a '/'.

  • "ON"
    The complete schema is printed along with all partial rules of the personnel calculation rules which do not suppress logging.
  • "SORT"
    The tables IT and OT are sorted after each step.
  • "BREAK"
    Payroll accounting is interrupted when the function BREAK and the operation BREAK is called regardless of the ABAP/4 prefix.
  • "NOBREAK"
    Payroll accounting is not interrupted the function BREAK and the operation BREAK is called. This setting is useful if you do not want to constantly regenerate the schema.
  • "MSG"
    The beginning and end of each payroll accounting run is logged together with the personnel number and time.
  • "SCTMP"
    If the schema must be regenerated when the report is started, it is not stored in the PS cluster of PCL2.
  • "DECO"
    Is not currently supported!
    No abnormal termination for a DECIMAL OVERFLOW, but rejection of the personnel number. Payroll accounting is continued for the next chosen personnel number.
  • "ES"
    This option is only useful for the program type 'Evaluation'. The option is necessary for all evaluations that use the cluster ES. For a productive run, you should specify the option ES (--> Results are written to the ES cluster). If a personnel number is rejected, the results are stored as a test version (in the cluster ET).
    You should not specify the option for test runs (--> Test version: results are written to the ET cluster).
  • "ADRUN"
    This option is only useful for evaluation schemas. If this option is set, the results of special payroll runs are also taken into account for evaluations. That is, special payroll runs are dealt with as normal results. The special payroll run must always run before the actual payroll accounting. You do not need to set this option if a period in which no special payroll run was carried out is to be evaluated.
  • "NOUPD"
    No updates are made to the database, that is, the function UPD YES is overridden. This option also includes SCTMP.
  • "STAT"
    This option can only be specified if the includes RPCOIPxO and RPCASFxO were generated with the option STAT. This is not the case in the standard system. At the end of the program run, statistics for the operations and the functions used are output. If the program option MSG is active, then these statistics are also output with MESSAGE. Otherwise, a normal list printout is carried out.
  • "NIB"
    The internal buffer for payroll results is not reset after every single personnel number. This option cannot be set directly since it only becomes active if the quantity of personnel numbers is transferred via the select option PNPINDEX. In the standard system, this program option is used in the test mode (NOUPD) for multiple payroll accounting.
  • "LCWnnn"
    This program option specifies how many personnel numbers are to be accounted before a COMMIT WORK is carried out. This option does not normally need to be set. The positions after LCW must be numeric. If the positions are not numeric, then this program option is ignored and the default (10) is used. This option should be set after consultation with SAP.

Supplementary Documentation - TEST_RP2 0002

Description

Test run or 'productive' run
'productive', that is, another batch input session,
for which the field 'Remuneration according
to § 69, 2 EStG', infotype 0042, tax Austria
is changed correspondingly, is created in
addition to the list.

Procedure

Examples

Dependencies

The following is valid: ON -- list
OFF -- batch input + list .

History
Last changed by/on SAP  19940316 
SAP Release Created in 470