SAP ABAP Data Element P10P_ACLSS (Access Class Name)
Hierarchy
EA-HRCUS (Software Component) Sub component EA-HRCUS of EA-HR
   PA-PA-US (Application Component) USA
     PAOC_PAD_US_FD (Package) US Federal Public Sector
Basic Data
Data Element P10P_ACLSS
Short Description Access Class Name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name HRPBSUSPAACLSS    
Search Help: Parameters CLSNAME   
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 10 Acc Class 
Medium 20 Access Class Name 
Long 25 Access Class Name 
Heading 30 Access Class Name 
Documentation

Definition

The class name for a method to be included in a Value Table Access Class.

Use

The value table access group is used to group the table access methods that are available in the validations configuration for any validation group that has this table access group attached. The access group may include the configured table access methods from class CL_HRPBSUSPA_VT or any class method that satisfies the following conditions:

  • The method is a class method, and not merely the implementation of a method defined in an interface.
  • The method has no EXPORTING parameters and exactly one RETURNING parameter.

Dependencies

Example

You have configured the method CL_HRPBSUSPA_VT=>BASIC_PAY_01 to return the basic pay values from Table 1 of the CPDF edits. Consequently, you would want to include this method in a table access group and attach it to a validation group. In this step, you attach it to the table access group you are maintaining by creating the following entry:

ACLSS        AMETH

CL_HRPBSUSPA_VT        BASIC_PAY_01

History
Last changed by/on SAP  20110901 
SAP Release Created in 600