Show TOC

 HRBAS00_GET_PROFL (BAdI: Determine Assigned Structural Profiles)

Definition

Business Add-In (BAdI) that you can use to implement an alternative definition of structural profiles.

Use

This BAdI is particularly interesting in the context solution : If you use this BAdI, you do not have to maintain the structural profiles in table T77UA ( User Authorizations ).

Note Note

You find the Business Add-In (BAdI) in the Implementation Guide (IMG) for Personnel Management under Start of the navigation path Organizational Management Next navigation step Basic Settings Next navigation step Authorization Management Next navigation step Structural Authorization Next navigation step BAdI: Define Assigned Structural Profiles End of the navigation path . You can find information on implementing a BAdI in the documentation of the relevant MG activity.

For general information on Business Add-Ins and their implementation, see also Notes under BAdI: Customer-Specific Authorization Checks ..

End of the note.

You can implement the BAdI using the following method, which must be implemented:

GET_T77PR_TAB ( Define Structural User Profiles )

Structure

The following describes the method that is coordinated by the IF_EX_HRBAS00_GET_PROFL interface.

The method interface is stored in the system as documentation of the corresponding method. Review the method documentation of the corresponding method if you are implementing a new method or changing method.

GET_T77PR_TAB ( Define Structural User Profiles ):

This method defines a user’s structural profile.

Example

In the BAdI, you can display sample implementation code under Start of the navigation path Goto Next navigation step Display Sample Coding End of the navigation path . You can also view this sample code in the Class Builder (SE24), by displaying the CL_EXM_IM_HRBAS00_GET_PROFL class and the methods belonging to this class.