SAP ABAP Data Element BSPERIOD_FRQ_MAP_CAT (Period Mapping Category)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT (Application Component) Processes and Tools for Enterprise Applications
     BS_PERIOD_API (Package) API for period toolset
Basic Data
Data Element BSPERIOD_FRQ_MAP_CAT
Short Description Period Mapping Category  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BSPERIOD_FRQ_MAP_CAT    
Data Type CHAR   Character String 
Length 4    
Decimal Places 0    
Output Length 4    
Value Table BSPER_MAP_CAT    
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 Per.M.Cat. 
Medium 15 Period Map.Cat. 
Long 26 Period Mapping Category 
Heading 40 Period Mapping Category 
Documentation

Definition

Specifies the key of a period mapping.

Use

If the source period does not overlap the destination period completely, a period mapping category needs to be specified to determine the frequency mapping process.

SAP supports two period mapping categories:

  • BOP (Begin of Period)

    If you use this category, the first day of source period is relevant for the correlation to the destination period.

  • EOP (End of Period)

    If you use this category, the last day of source period is relevant for the correlation to the destination period.

If there is a complete overlap of periods, you can use either "BOP" or "EOP".

Dependencies

The period mapping categories BOP and EOP are provided as implementations in the enhancement spot BS_PERIOD_TOOLSET_API for the BAdI BS_PERIOD_TOOLSET_FRQ_MAPPING:

  • BS_PERIOD_TOOLSET_FRQM_BOP (First day of source period overlaps destination period)
  • BS_PERIOD_TOOLSET_FRQM_EOP (Last day of source period overlaps destination period)

BOP and EOP are filter values for existing BAdI implementations. They are available for all application areas defined in the Period Toolset customizing.

Note: You only have to create the customizing entries BOP and EOP in the Period Toolset customizing to use the BAdI implementations.

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 702