SAP ABAP Class CL_BCFG_ENUM_TRANSP_REQUEST (enum which describes whether a transport request is needed)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-API (Application Component) Business Configuration API (SAP-internal)
     S_BCFG_API (Package) Business Configuration Support API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BCFG_ENUM_BASE base class for enums 20110416
Properties
Class CL_BCFG_ENUM_TRANSP_REQUEST  
Short Description enum which describes whether a transport request is needed    
Super Class CL_BCFG_ENUM_BASE base class for enums 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_BCFG_API   Business Configuration Support API 
Created 20101222   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BCFG_ENUM_TRANSP_REQUEST has no forward declaration.
Interfaces
Class CL_BCFG_ENUM_TRANSP_REQUEST has no interface implemented.
Friends
Class CL_BCFG_ENUM_TRANSP_REQUEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ID_MANDATORY Constant Private Type reference (TYPE) STRING 'MANDATORY' 20101222
2 ID_NOT_ALLOWED Constant Private Type reference (TYPE) STRING 'NOT_ALLOWED' 20101222
3 ID_OPTIONAL Constant Private Type reference (TYPE) STRING 'OPTIONAL' 20101222
4 MANDATORY Static Attribute Public Object reference (TYPE REF TO) CL_BCFG_ENUM_TRANSP_REQUEST a transport request must be provided 20101222
5 NOT_ALLOWED Static Attribute Public Object reference (TYPE REF TO) CL_BCFG_ENUM_TRANSP_REQUEST transport recording is not supportediner 20101222
6 OPTIONAL Static Attribute Public Object reference (TYPE REF TO) CL_BCFG_ENUM_TRANSP_REQUEST transport recording is optional 20101222
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20101222
2 VALUES Static method Public Method 20110416
3 VALUE_OF Static method Public Method returns the value (object instance) corresponding to the ID 20101222
Events
Class CL_BCFG_ENUM_TRANSP_REQUEST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_ENUM_TRANSP_REQUESTS Public See coding 20110416 ty_t_enum_transp_requests type hashed table of ref to cl_bcfg_enum_transp_request with unique key table_line
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_BCFG_ENUM_TRANSP_REQUEST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BCFG_ENUM_TRANSP_REQUEST has no exception.

Method VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_T_ENUM_TRANSP_REQUESTS 20110416

Method VALUES on class CL_BCFG_ENUM_TRANSP_REQUEST has no exception.

Method VALUE_OF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) STRING 20110416
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_BCFG_ENUM_TRANSP_REQUEST 20101222

Method VALUE_OF on class CL_BCFG_ENUM_TRANSP_REQUEST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703