SAP ABAP Interface IF_DOC_SEARCH_WRAPPER (Interface for Document Search Wrapper Class)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CA (Application Component) Cross-Application Components
⤷
CA_DOC_SEARCH_FRAMEWORK (Package) Cross Application Tools - Search Wrapper Base

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DOC_SEARCH_WRAPPER_BASE | Abstract Wrapper Class for Document Search | 20100805 |
Properties
Interface | IF_DOC_SEARCH_WRAPPER | |
Short Description | Interface for Document Search Wrapper Class |
General Data
Package | CA_DOC_SEARCH_FRAMEWORK | Cross Application Tools - Search Wrapper Base |
Created | 20100805 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_DOC_SEARCH_WRAPPER has no forward declaration.
Interfaces
Interface IF_DOC_SEARCH_WRAPPER has no interface.
Friends
Interface IF_DOC_SEARCH_WRAPPER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_OT_HEAD | Constant | Public | Type reference (TYPE) | PARAMETER | 'HEAD' | Object Type 'HEAD' | 20100810 | |
2 | C_OT_ITEM | Constant | Public | Type reference (TYPE) | PARAMETER | 'ITEM' | Object Type 'ITEM' | 20100810 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Sets a Message | 20100805 |
2 | ![]() |
Instance method | Public | Method | Returns a Dynamic "Where" Condition for Selection | 20100805 |
3 | ![]() |
Instance method | Public | Method | Read Previously Determined Keys | 20100809 |
4 | ![]() |
Instance method | Public | Method | Read Previously Buffered Messages | 20100805 |
5 | ![]() |
Instance method | Public | Method | Read Selection Criterion | 20100805 |
6 | ![]() |
Instance method | Public | Method | Read Additionally Determinded Content | 20100901 |
7 | ![]() |
Instance method | Public | Method | Initialize Message Buffer | 20100805 |
8 | ![]() |
Instance method | Public | Method | Set Determined Keys | 20100809 |
9 | ![]() |
Instance method | Public | Method | Stores Additionally Determinded Content | 20100901 |
Events
Interface IF_DOC_SEARCH_WRAPPER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TCS_ADD_CONTENT | Public | See coding | 20100901 | begin of tcs_add_content ,
id type char30,
content type ref to data,
end of tcs_add_content
|
||
2 | TCS_VBELN_ADRNR | Public | See coding | 20101221 | BEGIN OF tcs_vbeln_adrnr,
vbeln TYPE vbeln,
adrnr TYPE adrnr,
END OF tcs_vbeln_adrnr
|
||
3 | TCS_VBELN_ZPERS | Public | See coding | 20101221 | BEGIN OF tcs_vbeln_zpers,
vbeln TYPE vbeln,
zpers TYPE p_pernr,
END OF tcs_vbeln_zpers
|
||
4 | TCT_ADD_CONTENT | Public | See coding | 20100901 | tct_add_content type standard table of tcs_add_content
|
||
5 | TCT_STRING | Public | See coding | 20100805 | tct_string type standard table of string
|
||
6 | TCT_VBELN_ADRNR | Public | See coding | 20101221 | tct_vbeln_adrnr TYPE STANDARD TABLE OF tcs_vbeln_adrnr
|
||
7 | TCT_VBELN_ZPERS | Public | See coding | 20101221 | tct_vbeln_zpers TYPE STANDARD TABLE OF tcs_vbeln_zpers
|
Method Signatures
Method ADD_MSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_MSG | Call by reference | Type reference (TYPE) | TDS_SW_MSG | Long Text Messages | 20100805 |
Method ADD_MSG on Interface IF_DOC_SEARCH_WRAPPER has no exception.
Method CONSTRUCT_WHERE_COND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | DATA | Container for Storing Range Tables of Selection | 20100805 | ||
2 | ![]() |
ET_WHERE_COND | Call by reference | Type reference (TYPE) | TCT_STRING | Table of Dynamic "Where" Conditions for Selection | 20100805 | ||
3 | ![]() |
IT_SEL_CONDITION | Call by reference | Type reference (TYPE) | TDT_SW_SEL_CONDITION | Definition of Selection Conditions | 20100805 | ||
4 | ![]() |
IV_ASSIGN_NAME | Call by reference | Type reference (TYPE) | STRING | Name of Field Symbol for Data Reference to EO_CONTAINER | 20100805 |
Method CONSTRUCT_WHERE_COND on Interface IF_DOC_SEARCH_WRAPPER has no exception.
Method GET_KEY_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KEYS | Call by reference | Type reference (TYPE) | SORTED TABLE | 20100809 | |||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | PARAMETER | Object Type | 20100809 |
Method GET_KEY_TABLE on Interface IF_DOC_SEARCH_WRAPPER has no exception.
Method GET_MSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_MSG | Value transfer | Type reference (TYPE) | TDT_SW_MSG | Table Type for Structure TDS_SW_MSG | 20100805 |
Method GET_MSG on Interface IF_DOC_SEARCH_WRAPPER has no exception.
Method GET_SELCRIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SELCRIT_VALUE | Call by reference | Type reference (TYPE) | DATA | 20100805 | |||
2 | ![]() |
IV_SELCRIT_COMP | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20100805 |
Method GET_SELCRIT on Interface IF_DOC_SEARCH_WRAPPER has no exception.
Method GET_TABLE_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONTENT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100901 | |||
2 | ![]() |
IV_CONTENT_ID | Call by reference | Type reference (TYPE) | CHAR30 | 20100901 |
Method GET_TABLE_CONTENT on Interface IF_DOC_SEARCH_WRAPPER has no exception.
Method INIT_MSG_LOG Signature
Method INIT_MSG_LOG on Interface IF_DOC_SEARCH_WRAPPER has no parameter.
Method INIT_MSG_LOG on Interface IF_DOC_SEARCH_WRAPPER has no exception.
Method SET_KEY_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_KEYS | Call by reference | Type reference (TYPE) | SORTED TABLE | 20100809 | |||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | PARAMETER | Object Type | 20100809 |
Method SET_KEY_TABLE on Interface IF_DOC_SEARCH_WRAPPER has no exception.
Method SET_TABLE_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONTENT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100901 | |||
2 | ![]() |
IV_CONTENT_ID | Call by reference | Type reference (TYPE) | CHAR30 | 20100901 |
Method SET_TABLE_CONTENT on Interface IF_DOC_SEARCH_WRAPPER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 606 |