SAP ABAP Data Element PR0BANK004 (BTE FS Release Tool: User-Dependent Release Control)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-PDC (Application Component) Framework for the Principle of Dual Control
     BCA_RELEASE (Package) Release Tool
Basic Data
Data Element PR0BANK004
Short Description BTE FS Release Tool: User-Dependent Release Control  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 
Medium 15 
Long 20 
Heading
Documentation

Definition

Use

Mit diesem You use this Process BTE to make the release process user-specific. You can either make the number of release steps required dependent on the initiator of a release process or deactivate the release process.

The BTE is called at the end of the function module for evaluating the Customizing for 'Assign Release Procedure to Release Object'. The release object and the application data are transferred in the I_STRUCTURE structure as import parameters. The results of the evaluation of Customizing for the release procedure and the release-relevance are transferred as changeable parameters.

Depending on the workflow template used, you can set the following values:

Workflow sample    Necessary release steps    Release relevance    Meaning   

50100021 ... 23    00    Empty    No release necessary   

50100021    01    X    Release with one release step (principle of dual control)   

50100022    02    X    Release with two release steps (principle of triple control)   

50100023    03    X    Release with three release steps (principle of quadruple control)   

50100597    00     Empty    No release necessary   

50100597    01 ... 10    X    Release with up to ten release steps   

Other combinations do not make sense and can result in program errors.

Dependencies

Example

In the BTE you query the system variable sy-name. Depending on the current user, you change the release procedure parameter (C_REL_PROC) and the release-relevance (C_FLG_TOBERELEASED) for the release procedure.

See also

SAP supplies the following function modules for this Process BTE:

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