SAP ABAP Data Element P10P_AMETH (Access Method 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_AMETH
Short Description Access Method Name  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
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 10 Acc Method 
Medium 20 Access Method Name 
Long 25 Access Method Name 
Heading 30 Access Method Name 
Documentation

Definition

The CPDF validation table access method name.

Use

This is the name of the method that is used for table access in the validations functionality. In the context of the configured access methods, this is a method of the class CL_HRPBSUSPA_VT. In the context of defining the methods that are available in a table access method group, it may be any method name. In this case, it may 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.

Example

In the configured table access method configuration:

In CPDF Status File edit 650.04.1, the CPDF value table 'Table 1' is referenced. You may opt to use the name TABLE_1 to reference this CPDF table. Consequently, you would need to have the following entry in table T5UPBSPA22 with key fields:

ACTAB    AMETH

TABLE_1    BASIC_PAY_01

In the validations configuration, when the method CL_HRPBSUSPA_VT=>BASIC_PAY_01 is used, the entry for the parameter ACTAB can be TABLE_1.

In the table access method group configuration:

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

ACLSS    AMETH

CL_HRPBSUSPA_VT    BASIC_PAY_01

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