SAP ABAP Class /BOBF/CL_ATF_UTILITIES (Utility Class for Attachment Folder)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOBF/ATTACHMENT_FOLDER (Package) DO Attachment Folder
Properties
Class /BOBF/CL_ATF_UTILITIES  
Short Description Utility Class for Attachment Folder    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/ATTACHMENT_FOLDER   DO Attachment Folder 
Created 20080611   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SDOKA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /BOBF/CL_ATF_UTILITIES has no interface implemented.
Friends
Class /BOBF/CL_ATF_UTILITIES has no friend class.
Attributes
Class /BOBF/CL_ATF_UTILITIES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_LINK_IN_KPRO_FOR_DOC Static method Public Method Creates the Kpro part of an external link 20080611
2 DELETE_FILE_IN_KPRO Static method Public Method Deletes the Kpro part of an external file 20110921
3 DELETE_LINK_IN_KPRO Static method Public Method Deletes the Kpro part of an external link 20080611
4 GET_CHILDREN_OF_DOCUMENTS Static method Public Method Get a children of a document node (including indirect ones) 20080611
5 SET_KPRO_MODE Static method Public Method Sets the Kpro Mode 20080611
6 SPLIT_SELECTION_PARAMETERS Static method Public Method Split selection table into tables for BOPF and for KPro 20080611
7 UPDATE_LINK_IN_KPRO_FOR_DOC Static method Public Method Creates the Kpro part of an external link 20080611
Events
Class /BOBF/CL_ATF_UTILITIES has no event.
Types
Class /BOBF/CL_ATF_UTILITIES has no local type.
Method Signatures

Method CREATE_LINK_IN_KPRO_FOR_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20080611
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20080611
3 Importing IT_DOCUMENT Call by reference Type reference (TYPE) /BOBF/T_ATF_DOCUMENT_K Document node of the Attachment Folder 20080611
4 Importing IT_ROOT Call by reference Type reference (TYPE) /BOBF/T_ATF_ROOT_K Root node of the Attachment Folder 20090603

Method CREATE_LINK_IN_KPRO_FOR_DOC on class /BOBF/CL_ATF_UTILITIES has no exception.

Method DELETE_FILE_IN_KPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20110921
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20110921
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20110921

Method DELETE_FILE_IN_KPRO on class /BOBF/CL_ATF_UTILITIES has no exception.

Method DELETE_LINK_IN_KPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Message Object 20080611
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20080611
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20080611

Method DELETE_LINK_IN_KPRO on class /BOBF/CL_ATF_UTILITIES has no exception.

Method GET_CHILDREN_OF_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20080611
2 Exporting ET_CHILD_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20080611
3 Exporting ET_CHILD_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Key Link Table 20080611
4 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20080611
5 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20080611
6 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20080611
7 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080611
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20080612

Method SET_KPRO_MODE Signature

Method SET_KPRO_MODE on class /BOBF/CL_ATF_UTILITIES has no parameter.
Method SET_KPRO_MODE on class /BOBF/CL_ATF_UTILITIES has no exception.

Method SPLIT_SELECTION_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20080611
2 Exporting ET_QUERY Call by reference Type reference (TYPE) /BOBF/T_SRETQYSE Table type for SRETQYSE 20080611
3 Exporting ET_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM Query Selection Parameters 20080611
4 Exporting ET_TERMATTR Call by reference Type reference (TYPE) /BOBF/T_SRETTERATR Table type for SRETTERATR 20080611
5 Importing IS_CTX Call by reference Type reference (TYPE) /BOBF/S_FRW_CTX_QUERY Context Information for Queries 20080611
6 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM Query Selection Parameters 20080611

Method SPLIT_SELECTION_PARAMETERS on class /BOBF/CL_ATF_UTILITIES has no exception.

Method UPDATE_LINK_IN_KPRO_FOR_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20080611
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20080611
3 Importing IT_DOCUMENT Call by reference Type reference (TYPE) /BOBF/T_ATF_DOCUMENT_K Document node of the Attachment Folder 20080611

Method UPDATE_LINK_IN_KPRO_FOR_DOC on class /BOBF/CL_ATF_UTILITIES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701