SAP /BOBF/IF_ATF_CONST OO Class - Constantsn for DO AttachmentFolder
/BOBF/IF_ATF_CONST is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOBF/IF_ATF_CONST including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BOBF/IF_ATF_CONST SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
/BOBF/IF_ATF_CONST attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| SC_ATTRIBUTE_DESCRIPTION | Constant | Attribute of a document or a relationship | 'DESCRIPTION' | LIKE SDOK_PROPN | Public |
| SC_ATTRIBUTE_KEY | Constant | Attribute of a document or a relationship | 'BS_ATF_KEY' | LIKE SDOK_PROPN | Public |
| SC_ATTRIBUTE_LANGUAGE | Constant | Attribute of a document or a relationship | 'LANGUAGE' | LIKE SDOK_PROPN | Public |
| SC_ATTRIBUTE_ROOT_KEY | Constant | Attribute of a document or a relationship | 'BS_ATF_ROOT_KEY' | LIKE SDOK_PROPN | Public |
| SC_ATTRIBUTE_STORAGE_CATEGORY | Constant | Storage Category | 'STORAGE_CATEGORY' | LIKE SDOK_PROPN | Public |
| SC_ATTRIBUTE_VALUE_DUMMY | Constant | Attribute Value | 'EN' | LIKE SDOK_PROPV | Public |
| SC_DEFAULT_ATF_SCHEMA | Constant | Attachment Schema | 'DEFAULT' | LIKE /BOBF/ATTACHMENT_SCHEMA | Public |
| SC_DEFAULT_ATF_TYPE | Constant | Attachment Type | 'ATCMT' | LIKE /BOBF/ATTACHMENT_TYPE | Public |
| SC_DEFAULT_ATS_STOR_CATEGORY | Constant | Category for physical documents | 'BS_ATF_ATS' | LIKE SDOK_STCAT | Public |
| SC_DEFAULT_DB_STORAGE_CATEGORY | Constant | Category for physical documents | 'BS_ATF_DB' | LIKE SDOK_STCAT | Public |
| SC_DEFAULT_HTTP_STOR_CATEGORY | Constant | Category for physical documents | 'BS_ATF' | LIKE SDOK_STCAT | Public |
| SC_DOCUMENTAREA | Constant | Document Area | 'BS_ATF' | LIKE SDOK_DOCSP | Public |
| SC_DOC_CAT_CODE_FILE | Constant | Category code of a document in an Attachment Folder | 2 | LIKE /BOBF/DOCUMENT_CATEGORY_CODE | Public |
| SC_DOC_CAT_CODE_FOLDER | Constant | Category code of a document in an Attachment Folder | 1 | LIKE /BOBF/DOCUMENT_CATEGORY_CODE | Public |
| SC_DOC_CAT_CODE_LINK | Constant | Category code of a document in an Attachment Folder | 3 | LIKE /BOBF/DOCUMENT_CATEGORY_CODE | Public |
| SC_OBJECT_CLASS_DOCUMENT | Constant | Document class | 'BS_ATF_DOC' | LIKE SDOK_CLASS | Public |
| SC_OBJECT_CLASS_LINK | Constant | Document class | 'BS_ATF_LNK' | LIKE SDOK_CLASS | Public |
| SC_OPERATOR_AND | Constant | Value of an attribute, term or operator in the search | 'AND' | LIKE SRET_QYVAL | Public |
| SC_OPERATOR_OR | Constant | Value of an attribute, term or operator in the search | 'OR' | LIKE SRET_QYVAL | Public |
| SC_OPTION_BETWEEN | Constant | Type of OPTION component in row type of a Ranges type | 'BT' | LIKE DDOPTION | Public |
| SC_OPTION_CONTAINS_PATTERN | Constant | Type of OPTION component in row type of a Ranges type | 'CP' | LIKE DDOPTION | Public |
| SC_OPTION_EQUAL | Constant | Type of OPTION component in row type of a Ranges type | 'EQ' | LIKE DDOPTION | Public |
| SC_SEARCH_ROWTYPE_ATTRIBUTE | Constant | Row Type of a Search Request | 'A' | LIKE SRET_RTYPE | Public |
| SC_SEARCH_ROWTYPE_OPERATOR | Constant | Row Type of a Search Request | 'O' | LIKE SRET_RTYPE | Public |
| SC_SEARCH_ROWTYPE_TERM | Constant | Row Type of a Search Request | 'T' | LIKE SRET_RTYPE | Public |
| SC_SEARCH_TERMACTION | Constant | Attribute Name | 'TERMACTION' | LIKE SRET_ATTRI | Public |
| SC_SEARCH_TERMACTION_EXACT | Constant | Attribute Value | 'E' | LIKE SRET_VALUE | Public |
| SC_SIGN_EXCLUDING | Constant | Type of SIGN component in row type of a Ranges type | 'E' | LIKE DDSIGN | Public |
| SC_SIGN_INCLUDING | Constant | Type of SIGN component in row type of a Ranges type | 'I' | LIKE DDSIGN | Public |
Links to Related Class(s)
/BOBF/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects