SAP ABAP IMG Activity CTS_REQUEST_CHECK (Business Add-In when Editing Requests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS (Application Component) Change & Transport System
     SCTS_IMG (Package) CTS: Implementation and Customizing (IMG)
IMG Activity
ID CTS_REQUEST_CHECK Business Add-In when Editing Requests  
Transaction Code S_BIO_23000003   IMG -> BAdI CTS_REQUEST_CHECK 
Created on 19991007    
Customizing Attributes CTS_BADI   Business Add-In 
Customizing Activity CTS_REQUEST_CHECK   Business Add-In when Editing Requests 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name CTS_REQUEST_CHECK    

You can use the business add-in CTS_REQUEST_CHECK to make checks when you are editing requests.

You can use the following methods:

  • CHECK_BEFORE_CREATION

This method is called before a request is created and after the creation dialog box. It gives you the option to:

  • make your own checks
  • change the short text and attributes.

  • CHECK_BEFORE_RELEASE

This method is called before a request is released. It gives you the option to:

  • make your own checks (for example, on the objects in the request)
  • change the short text and attributes.

  • CHECK_BEFORE_CHANGING_OWNER

This method is called before the owner of the request is changed, and after the confirmation dialog box. It gives you the option to make checks.

Example

Requirements

Standard settings

Recommendation

Activities

Further notes

  1. SAP may change request types and task types in future releases. The current request types and task types are listed in the fixed values of the domain TRFUNCTION.
  2. The method CHECK_BEFORE_CREATION is called for all request types, but not for task types. The two other methods are called for all request and task types.
  3. Only Customizing requests and Workbench requests can have attributes. This means that you do not need to fill the attribute table for other request types, it is simply ignored.
  4. If you want to stop one of the methods, you can trigger the exception CANCEL.

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 3   Nonrequired 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  19991007 
SAP Release Created in