SAP ABAP Interface IF_CRM_IC_SCRIPT (Script)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-IC-SCR (Application Component) Scripting
     CRM_IC_SCRIPTING_WRAP_XML (Package) XML wrapper classes
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CRM_IC_SCRIPT Script 20030816
Properties
Interface IF_CRM_IC_SCRIPT  
Short Description Script    
General Data
Package CRM_IC_SCRIPTING_WRAP_XML   XML wrapper classes 
Created 20030814   SAP 
Last changed 20081007   SAP 
Unicode checks active    
Forward declarations
Interface IF_CRM_IC_SCRIPT has no forward declaration.
Interfaces
Interface IF_CRM_IC_SCRIPT has no interface.
Friends
Interface IF_CRM_IC_SCRIPT has no friend.
Attributes
Interface IF_CRM_IC_SCRIPT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHAPTER Instance method Public Method Add script chapter 20030821
2 ADD_LINK Instance method Public Method Add script link 20030821
3 ADD_NODE Instance method Public Method Add script node to the list of nodes 20030820
4 ADD_OBJECTION Instance method Public Method Add script objection 20030821
5 GET_AUTHOREMAIL Instance method Public Method Gets email of the author 20030820
6 GET_CHAPTERS_LIST Instance method Public Method Get chapters list 20030821
7 GET_DYNAMIC_LINKS_LIST Instance method Public Method Gets dynamic links 20040211
8 GET_FIRST_LINK_FROM_NODE_ID Instance method Public Method Gets first link object for node id 20031210
9 GET_INACTIVE Instance method Public Method Gets inactive flag 20040928
10 GET_LINKS_LIST Instance method Public Method Get links list 20030821
11 GET_LINK_FROM_ID Instance method Public Method Gets Link object for link id 20031206
12 GET_LINK_FROM_LABEL_ID Instance method Public Method Gets Link object for label id 20031217
13 GET_NEXT_NODE_ID Instance method Public Method Gets next node 20031213
14 GET_NODES_LIST Instance method Public Method Gets nodes list 20030820
15 GET_NODE_FROM_ID Instance method Public Method Gets Node object for node id. 20030924
16 GET_OBJECTIONS_LIST Instance method Public Method Get objections list 20030821
17 GET_SCRIPTID Instance method Public Method Gets Script Id 20030816
18 GET_STARTNODE Instance method Public Method Gets Start Node 20030820
19 SET_AUTHOREMAIL Instance method Public Method Sets email of the author 20030820
20 SET_INACTIVE Instance method Public Method Sets inactive flag 20040928
21 SET_SCRIPTID Instance method Public Method Sets Script Id 20030816
22 SET_STARTNODE Instance method Public Method Sets Start Node 20030820
Events
Interface IF_CRM_IC_SCRIPT has no event.
Types
Interface IF_CRM_IC_SCRIPT has no local type.
Method Signatures

Method ADD_CHAPTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHAPTER Call by reference Object reference (TYPE REF TO) IF_CRM_IC_CHAPTER CRM IC Script Chapter 20030821

Method ADD_CHAPTER on Interface IF_CRM_IC_SCRIPT has no exception.

Method ADD_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINK Call by reference Object reference (TYPE REF TO) IF_CRM_IC_SLINK CRM IC Link 20030821

Method ADD_LINK on Interface IF_CRM_IC_SCRIPT has no exception.

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_CRM_IC_NODE CRM IC Script Node 20030820

Method ADD_NODE on Interface IF_CRM_IC_SCRIPT has no exception.

Method ADD_OBJECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECTION Call by reference Object reference (TYPE REF TO) IF_CRM_IC_OBJECTION CRM IC Objection 20030821

Method ADD_OBJECTION on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_AUTHOREMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning AUTHOREMAIL Value transfer Type reference (TYPE) STRING 20030820

Method GET_AUTHOREMAIL on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_CHAPTERS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHAPTERS Value transfer Type reference (TYPE) CRMT_IC_SCRIPT_LIST Liste 20030821

Method GET_CHAPTERS_LIST on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_DYNAMIC_LINKS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LINKS Value transfer Type reference (TYPE) CRMT_IC_SCRIPT_LIST Liste 20040211

Method GET_DYNAMIC_LINKS_LIST on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_FIRST_LINK_FROM_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LINK Value transfer Object reference (TYPE REF TO) IF_CRM_IC_SLINK CRM IC Link 20031210
2 Importing NODE_ID Value transfer Type reference (TYPE) STRING 20031210

Method GET_FIRST_LINK_FROM_NODE_ID on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INACTIVE Value transfer Type reference (TYPE) STRING 20040928

Method GET_INACTIVE on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_LINKS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LINKS Value transfer Type reference (TYPE) CRMT_IC_SCRIPT_LIST Liste 20030821

Method GET_LINKS_LIST on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_LINK_FROM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LINK Value transfer Object reference (TYPE REF TO) IF_CRM_IC_SLINK CRM IC Link 20031206
2 Importing LINK_ID Value transfer Type reference (TYPE) STRING 20031206

Method GET_LINK_FROM_ID on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_LINK_FROM_LABEL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LABEL_ID Value transfer Type reference (TYPE) STRING 20031217
2 Returning LINK Value transfer Object reference (TYPE REF TO) IF_CRM_IC_SLINK CRM IC Link 20031217
3 Importing SOURCE_NODE_ID Value transfer Type reference (TYPE) STRING 20050210

Method GET_LINK_FROM_LABEL_ID on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_NEXT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NEXT_NODE_ID Value transfer Type reference (TYPE) STRING 20031213
2 Importing NODE_ID Value transfer Type reference (TYPE) STRING 20031213

Method GET_NEXT_NODE_ID on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_NODES_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODES Value transfer Type reference (TYPE) CRMT_IC_SCRIPT_LIST Nodes Object list 20030820

Method GET_NODES_LIST on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_NODE_FROM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODE Value transfer Object reference (TYPE REF TO) IF_CRM_IC_NODE CRM IC Script Node 20030924
2 Importing NODE_ID Value transfer Type reference (TYPE) STRING 20030924

Method GET_NODE_FROM_ID on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_OBJECTIONS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OBJECTIONS Value transfer Type reference (TYPE) CRMT_IC_SCRIPT_LIST Liste 20030821

Method GET_OBJECTIONS_LIST on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_SCRIPTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SCRIPTID Value transfer Type reference (TYPE) STRING Skript-ID 20030820

Method GET_SCRIPTID on Interface IF_CRM_IC_SCRIPT has no exception.

Method GET_STARTNODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STARTNODE Value transfer Type reference (TYPE) STRING 20030820

Method GET_STARTNODE on Interface IF_CRM_IC_SCRIPT has no exception.

Method SET_AUTHOREMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTHOREMAIL Value transfer Type reference (TYPE) STRING 20030820

Method SET_AUTHOREMAIL on Interface IF_CRM_IC_SCRIPT has no exception.

Method SET_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INACTIVE Value transfer Type reference (TYPE) STRING 20040928

Method SET_INACTIVE on Interface IF_CRM_IC_SCRIPT has no exception.

Method SET_SCRIPTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCRIPTID Value transfer Type reference (TYPE) STRING Skript-ID 20030820

Method SET_SCRIPTID on Interface IF_CRM_IC_SCRIPT has no exception.

Method SET_STARTNODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STARTNODE Value transfer Type reference (TYPE) STRING Startknoten 20030820

Method SET_STARTNODE on Interface IF_CRM_IC_SCRIPT has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in 40