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 NameDescriptionVisability



/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.

NameLevelDescriptionInitial ValueTypeVisability
SC_ATTRIBUTE_DESCRIPTIONConstantAttribute of a document or a relationship'DESCRIPTION'LIKE
SDOK_PROPN
Public
SC_ATTRIBUTE_KEYConstantAttribute of a document or a relationship'BS_ATF_KEY'LIKE
SDOK_PROPN
Public
SC_ATTRIBUTE_LANGUAGEConstantAttribute of a document or a relationship'LANGUAGE'LIKE
SDOK_PROPN
Public
SC_ATTRIBUTE_ROOT_KEYConstantAttribute of a document or a relationship'BS_ATF_ROOT_KEY'LIKE
SDOK_PROPN
Public
SC_ATTRIBUTE_STORAGE_CATEGORYConstantStorage Category'STORAGE_CATEGORY'LIKE
SDOK_PROPN
Public
SC_ATTRIBUTE_VALUE_DUMMYConstantAttribute Value'EN'LIKE
SDOK_PROPV
Public
SC_DEFAULT_ATF_SCHEMAConstantAttachment Schema'DEFAULT'LIKE
/BOBF/ATTACHMENT_SCHEMA
Public
SC_DEFAULT_ATF_TYPEConstantAttachment Type'ATCMT'LIKE
/BOBF/ATTACHMENT_TYPE
Public
SC_DEFAULT_ATS_STOR_CATEGORYConstantCategory for physical documents'BS_ATF_ATS'LIKE
SDOK_STCAT
Public
SC_DEFAULT_DB_STORAGE_CATEGORYConstantCategory for physical documents'BS_ATF_DB'LIKE
SDOK_STCAT
Public
SC_DEFAULT_HTTP_STOR_CATEGORYConstantCategory for physical documents'BS_ATF'LIKE
SDOK_STCAT
Public
SC_DOCUMENTAREAConstantDocument Area'BS_ATF'LIKE
SDOK_DOCSP
Public
SC_DOC_CAT_CODE_FILEConstantCategory code of a document in an Attachment Folder2LIKE
/BOBF/DOCUMENT_CATEGORY_CODE
Public
SC_DOC_CAT_CODE_FOLDERConstantCategory code of a document in an Attachment Folder1LIKE
/BOBF/DOCUMENT_CATEGORY_CODE
Public
SC_DOC_CAT_CODE_LINKConstantCategory code of a document in an Attachment Folder3LIKE
/BOBF/DOCUMENT_CATEGORY_CODE
Public
SC_OBJECT_CLASS_DOCUMENTConstantDocument class'BS_ATF_DOC'LIKE
SDOK_CLASS
Public
SC_OBJECT_CLASS_LINKConstantDocument class'BS_ATF_LNK'LIKE
SDOK_CLASS
Public
SC_OPERATOR_ANDConstantValue of an attribute, term or operator in the search'AND'LIKE
SRET_QYVAL
Public
SC_OPERATOR_ORConstantValue of an attribute, term or operator in the search'OR'LIKE
SRET_QYVAL
Public
SC_OPTION_BETWEENConstantType of OPTION component in row type of a Ranges type'BT'LIKE
DDOPTION
Public
SC_OPTION_CONTAINS_PATTERNConstantType of OPTION component in row type of a Ranges type'CP'LIKE
DDOPTION
Public
SC_OPTION_EQUALConstantType of OPTION component in row type of a Ranges type'EQ'LIKE
DDOPTION
Public
SC_SEARCH_ROWTYPE_ATTRIBUTEConstantRow Type of a Search Request'A'LIKE
SRET_RTYPE
Public
SC_SEARCH_ROWTYPE_OPERATORConstantRow Type of a Search Request'O'LIKE
SRET_RTYPE
Public
SC_SEARCH_ROWTYPE_TERMConstantRow Type of a Search Request'T'LIKE
SRET_RTYPE
Public
SC_SEARCH_TERMACTIONConstantAttribute Name'TERMACTION'LIKE
SRET_ATTRI
Public
SC_SEARCH_TERMACTION_EXACTConstantAttribute Value'E'LIKE
SRET_VALUE
Public
SC_SIGN_EXCLUDINGConstantType of SIGN component in row type of a Ranges type'E'LIKE
DDSIGN
Public
SC_SIGN_INCLUDINGConstantType 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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!