SAP ABAP Class IF_DMC_SENDER_SPEC (Interface for Creating Sender Container)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_DMC_POBJECT Persistent Object 20001205
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_SENDER_SPEC Superclass for Inbound Processing 20001205
Properties
Class IF_DMC_SENDER_SPEC  
Short Description Interface for Creating Sender Container    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20001205   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_DMC_SENDER_SPEC has no forward declaration.
Interfaces
Class IF_DMC_SENDER_SPEC has no interface implemented.
Friends
Class IF_DMC_SENDER_SPEC has no friend class.
Attributes
Class IF_DMC_SENDER_SPEC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COPY Instance method Public Method Copier Constructor 20001205
2 CREATE Static method Public Method Creates an Instance 20001205
3 DEL Instance method Public Method Delete interface object 20001205
4 GET_CLASS_NAME_TAG Instance method Public Method Runtime Type Informationen 20001205
5 GET_DEFAULTS Instance method Public Method Returns default values for technical fields 20001205
6 GET_REPID Instance method Public Method Returns the program of the subscreen 20001205
7 GET_SCONTAINER Instance method Public Method Return sender container 20001205
8 GET_SUBSCREEN_NO Instance method Public Method Provides screen number of subscreen 20001205
9 GET_TITLE Instance method Public Method Language-dependent title for selection 20001205
10 INIT_GLOB_TABLES Instance method Public Method Event before first call of subsreen with data input 20001205
11 IS_VALID_STRUCTURE_NAME Instance method Public Method Structure name is valid! 20001205
12 LOAD_BY_GUID Static method Public Method Gets an existing object from the database 20001205
13 READ_ONLY_STREES Instance method Public Method Structures can be added or deleted 20001205
14 READ_ONLY_STRUCTURES Instance method Public Method Structures can be changed 20001205
15 SAVE Instance method Public Method Save 20001205
16 SET_SCONTAINER Instance method Public Method Set sender container 20001205
17 STORE_GLOB_TABLES Instance method Public Method Save global tables before save 20001205
Events
Class IF_DMC_SENDER_SPEC has no event.
Types
Class IF_DMC_SENDER_SPEC has no local type.
Method Signatures

Method COPY 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 CL_DMC_CONV_OBJECT 20001205
2 Returning OOT Value transfer Object reference (TYPE REF TO) IF_DMC_SENDER_SPEC IF_DMC_Sender_SPEC 20001205

Method COPY on class IF_DMC_SENDER_SPEC has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONV_OBJECT Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT CL_DMC_CONV_OBJECT 20001205
2 Importing IM_OBTYPE Call by reference Type reference (TYPE) DMC_OBTYPE DMC-Tool: Art der Eingangsverarbeitung 20001205
3 Returning OBJ Value transfer Object reference (TYPE REF TO) IF_DMC_SENDER_SPEC IF_DMC_Sender_SPEC 20001205

Method CREATE on class IF_DMC_SENDER_SPEC has no exception.

Method DEL Signature

Method DEL on class IF_DMC_SENDER_SPEC has no parameter.
Method DEL on class IF_DMC_SENDER_SPEC has no exception.

Method GET_CLASS_NAME_TAG Signature

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

Method GET_CLASS_NAME_TAG on class IF_DMC_SENDER_SPEC has no exception.

Method GET_DEFAULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DEFAULTS Call by reference Type reference (TYPE) DMC_TFLDS_TAB ITab mit tech. Feldern 20001205
2 Importing IM_CONVOBJ_GUID Call by reference Type reference (TYPE) GUID_22 GUID im 'CHAR' Format mit Groß-/Kleinschreibung (!) 20001205

Method GET_DEFAULTS on class IF_DMC_SENDER_SPEC has no exception.

Method GET_REPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REPID Value transfer Type reference (TYPE) SY-REPID ABAP-Programm, aktuelles Rahmenprogramm 20001205

Method GET_REPID on class IF_DMC_SENDER_SPEC has no exception.

Method GET_SCONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Object reference (TYPE REF TO) CL_DMC_CONTAINER_TYPE ID 20001205

Method GET_SCONTAINER on class IF_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 IF_DMC_SENDER_SPEC has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TITLE Value transfer Type reference (TYPE) DMC_IDENT DMC: Allg. Bezeichner 20001205

Method GET_TITLE on class IF_DMC_SENDER_SPEC has no exception.

Method INIT_GLOB_TABLES Signature

Method INIT_GLOB_TABLES on class IF_DMC_SENDER_SPEC has no parameter.
Method INIT_GLOB_TABLES on class IF_DMC_SENDER_SPEC has no exception.

Method IS_VALID_STRUCTURE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) DDNAME Strukturname 20001205
2 Returning OK Value transfer Type reference (TYPE) BOOLEAN ok = true, nicht ok = false 20001205

Method IS_VALID_STRUCTURE_NAME on class IF_DMC_SENDER_SPEC has no exception.

Method LOAD_BY_GUID 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 CL_DMC_CONV_OBJECT 20001205
2 Importing GUID Call by reference Type reference (TYPE) DMC_GUID DMC: Global eindeutiger Schlüssel (22-stellig) 20001205
3 Importing IM_OBTYPE Call by reference Type reference (TYPE) DMC_OBTYPE DMC-Tool: Art der Outbound-Verarbeitung 20001205
4 Returning OBJ Value transfer Object reference (TYPE REF TO) IF_DMC_SENDER_SPEC IF_DMC_SENDER_SPEC 20001205

Method LOAD_BY_GUID on class IF_DMC_SENDER_SPEC has no exception.

Method READ_ONLY_STREES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20001205

Method READ_ONLY_STREES on class IF_DMC_SENDER_SPEC has no exception.

Method READ_ONLY_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20001205

Method READ_ONLY_STRUCTURES on class IF_DMC_SENDER_SPEC has no exception.

Method SAVE Signature

Method SAVE on class IF_DMC_SENDER_SPEC has no parameter.
Method SAVE on class IF_DMC_SENDER_SPEC has no exception.

Method SET_SCONTAINER Signature

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

Method SET_SCONTAINER on class IF_DMC_SENDER_SPEC has no exception.

Method STORE_GLOB_TABLES Signature

Method STORE_GLOB_TABLES on class IF_DMC_SENDER_SPEC has no parameter.
Method STORE_GLOB_TABLES on class IF_DMC_SENDER_SPEC has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in