SAP ABAP Interface IF_EX_CMS_DOC (Business add-in interface IF_EX_CMS_DOC)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-CMS (Application Component) Collateral Management System
     CMS_COMMON (Package) Tools & Common Interfaces used by CMS
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DEF_IM_CMS_DOC Default implementation for business add-in definition CMS_DO 20020807
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EX_CMS_DOC BAdI class CL_EX_CMS_DOC 20020807
Properties
Interface IF_EX_CMS_DOC  
Short Description Business add-in interface IF_EX_CMS_DOC    
General Data
Package CMS_COMMON   Tools & Common Interfaces used by CMS 
Created 20020807   SAP 
Last changed 00000000   SAP 
Unicode checks active    
Forward declarations
Interface IF_EX_CMS_DOC has no forward declaration.
Interfaces
Interface IF_EX_CMS_DOC has no interface.
Friends
Interface IF_EX_CMS_DOC has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_ACTVT_CHANGE Constant Public Type reference (TYPE) CMS_DTE_IND_ACTIVITY '02' Activity 'CHANGE' 20030117
2 CON_ACTVT_CREATE Constant Public Type reference (TYPE) CMS_DTE_IND_ACTIVITY '01' Activity 'CREATE' 20030117
3 CON_ACTVT_DISPLAY Constant Public Type reference (TYPE) CMS_DTE_IND_ACTIVITY '03' Activity 'DISPLAY' 20030117
4 CON_RC_ERROR_IN_F4 Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE '9404' Return Code from a Method or Function Module 20030225
5 CON_RC_ERROR_IN_MAINTAIN Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE '9408' Return Code from a Method or Function Module 20030225
6 CON_RC_INVALID_IP_FIELD Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE '9301' Return Code from a Method or Function Module 20030225
7 CON_RC_INVALID_PROG_NAME Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE '9302' Return Code from a Method or Function Module 20030225
8 CON_RC_INVALID_SCREEN_NUM Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE '9303' Return Code from a Method or Function Module 20030225
9 CON_RC_LOCKED Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE '9407' Return Code from a Method or Function Module 20030225
10 CON_RC_NOT_FOUND Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE '9405' Return Code from a Method or Function Module 20030225
11 CON_RC_NO_AUTH Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE '9406' Return Code from a Method or Function Module 20030225
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Checks on the data of a document 20030529
2 EXISTS_ID Instance method Public Method Check if document id exists 20020809
3 F4_HELP Instance method Public Method Search a document 20020809
4 GET Instance method Public Method Get Document details 20020807
5 MAINTAIN Instance method Public Method Maintain a Document (Create, Change and Display) 20020807
Events
Interface IF_EX_CMS_DOC has no event.
Types
Interface IF_EX_CMS_DOC has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TAB_RC Call by reference Type reference (TYPE) CMS_TAB_MSG_COL_MESSAGE Rückgabewert und entsprechende Nachricht 20030529
2 Importing IM_TAB_DOC_DATA Call by reference Type reference (TYPE) CMS_TAB_DOC_DATA Dokumentdaten (einschließlich Gültigkeitsterminen) 20030529

Method CHECK on Interface IF_EX_CMS_DOC has no exception.

Method EXISTS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TAB_RC Call by reference Type reference (TYPE) CMS_TAB_MSG_COL_MESSAGE Rückgabewert und entsprechende Nachricht 20030222
2 Importing IM_DOC_ID Call by reference Type reference (TYPE) CMS_DTE_REF_DOCID Referenzdokument-ID 20030222

Method EXISTS_ID on Interface IF_EX_CMS_DOC has no exception.

Method F4_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DOC_ID Call by reference Type reference (TYPE) CMS_DTE_REF_DOCID Referenzdokument-ID 20030222
2 Exporting EX_TAB_FIELD_VALUES Call by reference Type reference (TYPE) CMS_TAB_FIELD_VALUES Feldname/Feldwert-Paar aus F4 20030225
3 Exporting EX_TAB_RC Call by reference Type reference (TYPE) CMS_TAB_MSG_COL_MESSAGE Rückgabewert und entsprechende Nachricht 20030222
4 Importing IM_FLG_DISPLAY Call by reference Type reference (TYPE) CMS_DTE_FLG_DISPLAY_MODE Kennzeichen: Anzeigemodus 20030225
5 Importing IM_PROGNAME Call by reference Type reference (TYPE) CMS_DTE_PGM_NAME Programmname 20030225
6 Importing IM_SCREEN_NUM Call by reference Type reference (TYPE) CMS_DTE_SCR_NUM Dynpro-Nummer 20030225
7 Importing IM_TABLE_FIELDS Call by reference Type reference (TYPE) CMS_TAB_FIELDS Aus F4-Trefferliste zu aktualisierende Felder 20030225

Method F4_HELP on Interface IF_EX_CMS_DOC has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_STR_DOC_DETAILS Call by reference Type reference (TYPE) CMS_STR_DOC_DETAILS Struktur zur Merkmalsdefinition eines Dokuments 20030222
2 Exporting EX_TAB_RC Call by reference Type reference (TYPE) CMS_TAB_MSG_COL_MESSAGE Rückgabewert und entsprechende Nachricht 20030222
3 Importing IM_DOCTYP Call by reference Type reference (TYPE) CMS_DTE_DOC_TYP Dokumentart 20030222
4 Importing IM_DOC_ID Call by reference Type reference (TYPE) CMS_DTE_REF_DOCID Referenzdokument-ID 20030222
5 Importing IM_FLG_DB Call by reference Type reference (TYPE) CMS_DTE_FLG Kennzeichen 20030222

Method GET on Interface IF_EX_CMS_DOC has no exception.

Method MAINTAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DOC_ID Call by reference Type reference (TYPE) CMS_DTE_REF_DOCID Referenzdokument-ID 20030222
2 Exporting EX_TAB_RC Call by reference Type reference (TYPE) CMS_TAB_MSG_COL_MESSAGE Rückgabewert und entsprechende Nachricht 20030222
3 Importing IM_ACTIVITY Call by reference Type reference (TYPE) CMS_DTE_IND_ACTIVITY Durch Transaktion gestartete Aktivität 20030222
4 Importing IM_DOCTYP Call by reference Type reference (TYPE) CMS_DTE_DOC_TYP Dokumentart 20030222
5 Importing IM_DOC_ID Call by reference Type reference (TYPE) CMS_DTE_REF_DOCID Referenzdokument-ID 20030222
6 Importing IM_FLG_COMMIT Call by reference Type reference (TYPE) CMS_DTE_FLG 'X' Kennzeichen 20030222

Method MAINTAIN on Interface IF_EX_CMS_DOC has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in 200