SAP ABAP IMG Activity RCF_DATAOVR_ATTACH (BAdI: Filter for Attachments on Data Overviews)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_BL (Package) Recruitment Factory: Business Logic
IMG Activity
ID RCF_DATAOVR_ATTACH BAdI: Filter for Attachments on Data Overviews  
Transaction Code S_PES_12000035   (empty) 
Created on 20081023    
Customizing Attributes RCF_DATAOVR_ATTACH   BAdI: Filter for Attachments on Data Overviews 
Customizing Activity RCF_DATAOVR_ATTACH   BAdI: Filter for Attachments on Data Overviews 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name HRRCF00_DATAOVR_ATTACHMENTS    

Use

You can use the BAdI HRRCF00_DATAOVR_ATTACHMENTS to restrict to you requirements the links to attachments displayed on data overview interfaces for SAP E-Recruiting objects. This allows you to keep certain users from accessing certain attachments.

In the standard system, the system displays links to all attachments related to the relevant HR object.

This BADI provides the method FILTER_ATTACHMENTS. You can use this method to filter out attachments that you do not want to display via a link on data overviews.

The method's interface IF_EX_HRRCF00_DATAOVR_ATTACHMNT contains the following parameters:

Parameter    Art    Bezugstyp    Beschreibung

IS_HROBJECT    Importing    HROBJECT    HR object

IV_APPLN_NAME    Importing    STRING    Technical name of the application

IV_ACT_GUID    Importing    RCF_ACT_GUID    Global key for activities

CT_ATTACHMENTS    Changing    RCF_T_ATTACHMENTS_TEXT    Attachments with texts

The parameter IS_HROBJECT determines the SAP E-Recruiting object for which the data overview's links display is to be restricted.

The parameter IV_APPLN_NAME determines the application used to display the data overview (calling application). These are:

  • hrrcf_cand_dovr (Data overview via candidate profile)
  • hrrcf_appl_dovr (Data overview via application data)
  • hrrcf_cdcy_dovr (Data overview via candidacy data)
  • hrrcf_req_dovr (Data overview via job posting data)
  • hrrcf_tg_dovr (Data overview via talent group)
  • hrrcf_act_dovr (Data overview via activity)
  • hrrcf_dec_dovr (Data overview via decision process)

When the application hrrcf_act_dovr is used, the parameter IV_ACT_GUID determines for which activity links are hidden on the data overview. This parater is optional.

Using the changing parameter CT_ATTACHMENTS , you can determine the number of attachments displayed.

Requirements

Standard settings

Activities

Create and activate an implementation fo the BAdI.

Example

Business Attributes
ASAP Roadmap ID 203   Establish Master Data 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20081023 
SAP Release Created in 600