SAP ABAP Class CL_DMC_SENDER_SPEC (Superclass for Inbound Processing)
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_POBJECT Basis Class for All Objects in DMC 20001205
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_CONT_OWNER Object with Component 'Sender or Receiver Container' 20001205
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_SENDER_SPEC Interface for Creating Sender Container 20001205
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_DDIC_OB Inbound Processing Extraction DDIC Tables (Test) 20001205
2 Inheritance (c INHERITING FROM c_ref)  CL_DMC_RX_IDOC_OB Inbound Processing for IDOC 20001205
3 Inheritance (c INHERITING FROM c_ref)  CL_DMC_SELF_DEF_SENDER CL_DMC_SELF_DEF_SENDER 20001205
Properties
Class CL_DMC_SENDER_SPEC  
Short Description Superclass for Inbound Processing    
Super Class CL_DMC_POBJECT Basis Class for All Objects in DMC 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DMCM   Data Mapping and Conversion: Maintenance 
Created 20001205   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 DMCT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DMC_CONT_OWNER Object with Component 'Sender or Receiver Container' 20001205
2 IF_DMC_SENDER_SPEC Interface for Creating Sender Container 20001205
Friends
Class CL_DMC_SENDER_SPEC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONV_OBJECT Instance attribute Public Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT CONV_OBJECT 20001205
2 FALSE Constant Public Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=true, -=false, space=unknown) 20050427
3 SCONT Instance attribute Public Object reference (TYPE REF TO) CL_DMC_CONTAINER_TYPE SCONT 20001205
4 TRUE Constant Public Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=true, -=false, space=unknown) 20050427
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20001205
2 CREATE_OUTBOUND_SPEC Static method Public Method CREATE_OUTBOUND_SPEC 20001205
3 GET_OUTBOUND_SPEC Static method Public Method GET_OUTBOUND_SPEC 20001205
4 GET_SUBSCREEN_NO Instance method Public Method GET_SUBSCREEN_NO 20001205
5 INIT_SENDER_CONTAINER Instance method Public Method INIT_SENDER_CONTAINER 20001205
Events
Class CL_DMC_SENDER_SPEC has no event.
Types
Class CL_DMC_SENDER_SPEC 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_AUTHOR Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20001205
2 Importing IM_CHANGEDATE Call by reference Type reference (TYPE) DMCT_SYSDATE Änderungsdatum 20001205
3 Importing IM_CHNAM Call by reference Type reference (TYPE) DMCT_SYSUSER letzt. Änderer 20001205
4 Importing IM_CONV_OBJECT Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT Konvertierungsobjekt 20001205
5 Importing IM_CREATEDATE Call by reference Type reference (TYPE) SYDATUM Erzeugungsdatum 20001205
6 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR Beschreibung 20001205
7 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID Id 20001205
8 Importing IM_ID Call by reference Type reference (TYPE) DMCT_IDENT_TYPE Name 20001205
9 Importing IM_LOADED_FROM_DB Call by reference Type reference (TYPE) BOOLEAN Geladen von DB 20001205
10 Importing IM_RTI Call by reference Type reference (TYPE) DMCT_RTI_TYPE Typinfo 20001205
11 Importing IM_SCONT_GUID Call by reference Type reference (TYPE) DMC_GUID Sendercontainer 20001205

Method CONSTRUCTOR on class CL_DMC_SENDER_SPEC has no exception.

Method CREATE_OUTBOUND_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONV_OBJECT Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT CONV_OBJECT 20001205
2 Importing CUBE Call by reference Type reference (TYPE) RSINFOCUBE InfoCube 20001205
3 Importing DESCR Call by reference Type reference (TYPE) DMC_DESCR Beschreibung 20001205
4 Importing FILENAME Call by reference Type reference (TYPE) DMC_XMLD-FILENAME DMC: Dateiname 20001205
5 Importing IDENT Call by reference Type reference (TYPE) DMC_IDENT DMC: Allg. Bezeichner 20001205
6 Importing OBTYPE Call by reference Type reference (TYPE) DMC_IBTYPE OBTYPE 20001205
7 Exporting OOT Call by reference Object reference (TYPE REF TO) IF_DMC_SENDER_SPEC OOT 20001205
8 Importing OOT_GUID Call by reference Type reference (TYPE) DMC_GUID OOT_GUID 20001205
9 Importing QUERY Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20001205

Method CREATE_OUTBOUND_SPEC on class CL_DMC_SENDER_SPEC has no exception.

Method GET_OUTBOUND_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONV_OBJECT Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT CONV_OBJECT 20001205
2 Importing OBTYPE Call by reference Type reference (TYPE) DMC_IBTYPE OBTYPE 20001205
3 Exporting OOT Call by reference Object reference (TYPE REF TO) IF_DMC_SENDER_SPEC OOT 20001205
4 Importing OOT_GUID Call by reference Type reference (TYPE) DMC_GUID OOT_GUID 20001205

Method GET_OUTBOUND_SPEC on class CL_DMC_SENDER_SPEC has no exception.

Method GET_SUBSCREEN_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NO Value transfer Type reference (TYPE) SYDYNNR NO 20001205

Method GET_SUBSCREEN_NO on class CL_DMC_SENDER_SPEC has no exception.

Method INIT_SENDER_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SCONT_GUID Call by reference Type reference (TYPE) DMC_GUID IM_SCONT_GUID 20001205

Method INIT_SENDER_CONTAINER on class CL_DMC_SENDER_SPEC has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 610