SAP ABAP Class CL_DMC_ISB_APPL (CL_DMC_ISB_APPL)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-DMC (Application Component) Data Conversion
     S_DMCM (Package) Data Mapping and Conversion: Maintenance
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_RECEIVER_SPEC CL_DMC_INBOUND_SPEC 20010116
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_RECEIVER_SPEC Type of Outbound Processing 20001206
Properties
Class CL_DMC_ISB_APPL  
Short Description CL_DMC_ISB_APPL    
Super Class CL_DMC_RECEIVER_SPEC CL_DMC_INBOUND_SPEC 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DMCM   Data Mapping and Conversion: Maintenance 
Created 20000229   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DMC_ISB_APPL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DMC_RECEIVER_SPEC Type of Outbound Processing 20001206
Friends
Class CL_DMC_ISB_APPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPL Instance attribute Public Object reference (TYPE REF TO) CL_DMC_APPL Ref. to Application 20000229
2 APPLIC Instance attribute Public Type reference (TYPE) DMC_APPLIC Usage Indicator 20000229
3 AUTHOR Instance attribute Public Type reference (TYPE) SYUNAME Created by 20000229
4 CREATEDATE Instance attribute Public Type reference (TYPE) SYDATUM Creation Date 20000229
5 MY_LIST Instance attribute Protected Object reference (TYPE REF TO) CL_DMC_ISB_APPL_LIST Ref. to List 20000229
6 SCHEME Instance attribute Public Type reference (TYPE) SOBJ_NAME Schema 20000229
7 TYPEX Instance attribute Public Type reference (TYPE) DMC_ISBTYP Type Identification 20000229
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Method CONSTRUCTOR 20000229
2 CREATE_OBJ Static method Public Method CREATE_OBJ 20000229
3 FROM_REL Instance method Public Method FROM_REL 20000229
4 NEW_SCHEME Instance method Protected Method NEW_SCHEME 20000229
5 PR_CHECK_IMPL Instance method Private Method PR_CHECK_IMPL 20000229
6 PR_CLASS_DEF Instance method Private Method PR_CLASS_DEF 20000229
7 PR_CLASS_IMPL Instance method Private Method PR_CLASS_IMPL 20000229
8 PR_HEADER Instance method Private Method PR_HEADER 20000229
9 PR_SAVE_IMPL Instance method Private Method PR_SAVE_IMPL 20000229
10 PR_TYPE_DECLS Instance method Private Method PR_TYPE_DECLS 20000229
11 SAVE_ATTRIBS Instance method Public Method SAVE_ATTRIBS 20000229
12 SET_FROM_DYNP Instance method Public Method SET_FROM_DYNP 20000229
13 SET_LIST Instance method Public Method SET_LIST 20000229
14 SHOW_SCHEME Instance method Public Method SHOW_SCHEME 20000229
15 STORE_SCHEME_FROM_TEXTEDIT Instance method Public Method Saves schema from text editor 20000229
16 TO_REL Instance method Public Method TO_REL 20000229
Events
Class CL_DMC_ISB_APPL has no event.
Types
Class CL_DMC_ISB_APPL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPLIC Call by reference Type reference (TYPE) DMC_APPLIC IM_APPLIC 20000229
2 Importing IM_AUTHOR Call by reference Type reference (TYPE) SYUNAME IM_AUTHOR 20000229
3 Importing IM_CHANGEDATE Call by reference Type reference (TYPE) SYDATUM IM_CHANGEDATE 20000229
4 Importing IM_CHNAM Call by reference Type reference (TYPE) SYUNAME IM_CHNAM 20000229
5 Importing IM_CONV_OBJECT Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT IM_CONV_OBJECT 20000229
6 Importing IM_CREATEDATE Call by reference Type reference (TYPE) SYDATUM IM_CREATEDATE 20000229
7 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR IM_DESCR 20000229
8 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID IM_GUID 20000229
9 Importing IM_ID Call by reference Type reference (TYPE) DMC_IDENT IM_ID 20000229
10 Importing IM_ISB_APPL_LIST Call by reference Object reference (TYPE REF TO) CL_DMC_ISB_APPL_LIST IM_ISB_APPL_LIST 20000229
11 Importing IM_LOADED_FROM_DB Call by reference Type reference (TYPE) BOOLEAN IM_LOADED_FROM_DB 20000229
12 Importing IM_RCONT_GUID Call by reference Type reference (TYPE) DMC_GUID IM_RCONT_GUID 20000229
13 Importing IM_SCHEME Call by reference Type reference (TYPE) SOBJ_NAME IM_SCHEME 20000229
14 Importing IM_TYPEX Call by reference Type reference (TYPE) DMC_ISBTYP IM_TYPEX 20000229

Method CONSTRUCTOR on class CL_DMC_ISB_APPL has no exception.

Method CREATE_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLIC Call by reference Type reference (TYPE) DMC_ISB-APPLIC APPLIC 20000229
2 Importing IM_CONV_OBJECT Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT IM_CONV_OBJECT 20000229
3 Exporting IOT Call by reference Object reference (TYPE REF TO) IF_DMC_RECEIVER_SPEC IOT 20000229
4 Importing IOT_GUID Call by reference Type reference (TYPE) DMC_GUID IOT_GUID 20000229
5 Importing TYPEX Call by reference Type reference (TYPE) DMC_ISB-TYPEX TYPEX 20000229

Method CREATE_OBJ on class CL_DMC_ISB_APPL has no exception.

Method FROM_REL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATA Call by reference Type reference (TYPE) DMCT_ISB_APPL_REL IM_DATA 20000229

Method FROM_REL on class CL_DMC_ISB_APPL has no exception.

Method NEW_SCHEME Signature

Method NEW_SCHEME on class CL_DMC_ISB_APPL has no parameter.
Method NEW_SCHEME on class CL_DMC_ISB_APPL has no exception.

Method PR_CHECK_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing REP Call by reference Type reference (TYPE) DMC_REPORT REP 20000229

Method PR_CHECK_IMPL on class CL_DMC_ISB_APPL has no exception.

Method PR_CLASS_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing REP Call by reference Type reference (TYPE) DMC_REPORT REP 20000229

Method PR_CLASS_DEF on class CL_DMC_ISB_APPL has no exception.

Method PR_CLASS_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing REP Call by reference Type reference (TYPE) DMC_REPORT REP 20000229

Method PR_CLASS_IMPL on class CL_DMC_ISB_APPL has no exception.

Method PR_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing REP Call by reference Type reference (TYPE) DMC_REPORT REP 20000229

Method PR_HEADER on class CL_DMC_ISB_APPL has no exception.

Method PR_SAVE_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing REP Call by reference Type reference (TYPE) DMC_REPORT REP 20000229

Method PR_SAVE_IMPL on class CL_DMC_ISB_APPL has no exception.

Method PR_TYPE_DECLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing REP Call by reference Type reference (TYPE) DMC_REPORT REP 20000229

Method PR_TYPE_DECLS on class CL_DMC_ISB_APPL has no exception.

Method SAVE_ATTRIBS Signature

Method SAVE_ATTRIBS on class CL_DMC_ISB_APPL has no parameter.
Method SAVE_ATTRIBS on class CL_DMC_ISB_APPL has no exception.

Method SET_FROM_DYNP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPLIC Call by reference Type reference (TYPE) DMC_APPLIC IM_APPLIC 20000229
2 Importing IM_TYPEX Call by reference Type reference (TYPE) DMC_ISBTYP IM_TYPEX 20000229

Method SET_FROM_DYNP on class CL_DMC_ISB_APPL has no exception.

Method SET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LIST Call by reference Object reference (TYPE REF TO) CL_DMC_ISB_APPL_LIST IM_LIST 20000229

Method SET_LIST on class CL_DMC_ISB_APPL has no exception.

Method SHOW_SCHEME Signature

Method SHOW_SCHEME on class CL_DMC_ISB_APPL has no parameter.
Method SHOW_SCHEME on class CL_DMC_ISB_APPL has no exception.

Method STORE_SCHEME_FROM_TEXTEDIT Signature

Method STORE_SCHEME_FROM_TEXTEDIT on class CL_DMC_ISB_APPL has no parameter.
Method STORE_SCHEME_FROM_TEXTEDIT on class CL_DMC_ISB_APPL has no exception.

Method TO_REL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA Value transfer Type reference (TYPE) DMCT_ISB_APPL_REL DATA 20000229

Method TO_REL on class CL_DMC_ISB_APPL has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 46D