Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SDOC_SELECT | Interface: Sales Document Selection | 20121203 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BDOC_SELECT_OUTPUT | Basic Class: Selection of Output Documents | 20130904 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SDOC_SELECT_OUTPUT | Basic Class: Selection of Output Documents | 20121204 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_SDOC_SELECT_STATUS | Selection of Sales Documents by Status | 20121204 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_SDOC_SELECT_VAX5_BASIC | basic selection class for transactions like VA05 | 20130306 |
Properties
| Class | CL_SDOC_SELECT_BASIC | |
| Short Description | Basic Class: Selection of Sales Documents | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ERP_SALES_REPORTING | SAP ERP Sales Reporting |
| Created | 20121203 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SDOC_SELECT | Interface: Sales Document Selection | 20121203 |
Friends
Class CL_SDOC_SELECT_BASIC has no friend class.
Attributes
Methods
Events
Class CL_SDOC_SELECT_BASIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCS_FIELD_INDEX | Protected | See coding | 20121203 | begin of tcs_field_index,
name type fieldname,
index type syindex,
end of tcs_field_index
|
||
| 2 | TCT_FIELD_INDEX | Protected | See coding | 20121203 | tct_field_index type sorted table of tcs_field_index with unique key name
|
||
| 3 | TCT_TABLENAME_SORTED | Protected | See coding | 20121203 | tct_tablename_sorted type sorted table of tabname with unique key table_line
|
||
| 4 | TCT_TABNAME | Private | See coding | 20121204 | tct_tabname type standard table of tabname
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SDOC_SELECT_BASIC has no parameter.
Method CONSTRUCTOR on class CL_SDOC_SELECT_BASIC has no exception.
Method CONVERT_RANGE2WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_WHERE_CLAUSE | Call by reference | Type reference (TYPE) | STRING | 20121203 | ||||
| 2 | IS_RANGE | Call by reference | Type reference (TYPE) | TDS_RG_STRING | Range Entry String | 20121203 | |||
| 3 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20121203 |
Method CONVERT_RANGE2WHERE on class CL_SDOC_SELECT_BASIC has no exception.
Method CONVERT_RGTAB2WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_WHERE_CLAUSE | Call by reference | Type reference (TYPE) | STRING | 20121203 | ||||
| 2 | IT_RGTAB | Call by reference | Type reference (TYPE) | TABLE | 20121205 | ||||
| 3 | IV_FIELD | Call by reference | Type reference (TYPE) | STRING | 20121203 | ||||
| 4 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20121203 |
Method CONVERT_RGTAB2WHERE on class CL_SDOC_SELECT_BASIC has no exception.
Method CREATE_ADDITIONAL_FROM_CLAUSE Signature
Method CREATE_ADDITIONAL_FROM_CLAUSE on class CL_SDOC_SELECT_BASIC has no parameter.
Method CREATE_ADDITIONAL_FROM_CLAUSE on class CL_SDOC_SELECT_BASIC has no exception.
Method CREATE_FROM_CLAUSE Signature
Method CREATE_FROM_CLAUSE on class CL_SDOC_SELECT_BASIC has no parameter.
Method CREATE_FROM_CLAUSE on class CL_SDOC_SELECT_BASIC has no exception.
Method CREATE_QUERY Signature
Method CREATE_QUERY on class CL_SDOC_SELECT_BASIC has no parameter.
Method CREATE_QUERY on class CL_SDOC_SELECT_BASIC has no exception.
Method CREATE_SELECT_CLAUSE Signature
Method CREATE_SELECT_CLAUSE on class CL_SDOC_SELECT_BASIC has no parameter.
Method CREATE_SELECT_CLAUSE on class CL_SDOC_SELECT_BASIC has no exception.
Method CREATE_WHERE_CLAUSE Signature
Method CREATE_WHERE_CLAUSE on class CL_SDOC_SELECT_BASIC has no parameter.
Method CREATE_WHERE_CLAUSE on class CL_SDOC_SELECT_BASIC has no exception.
Method EXEC_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LINES | Value transfer | Type reference (TYPE) | I | 20121214 |
Method EXEC_QUERY on class CL_SDOC_SELECT_BASIC has no exception.
Method EXPAND_RGTAB_WILDCARDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RGTAB | Call by reference | Type reference (TYPE) | TABLE | 20121203 |
Method EXPAND_RGTAB_WILDCARDS on class CL_SDOC_SELECT_BASIC has no exception.
Method GET_ADDITIONAL_TAB_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ADDITIONAL_TABLE_HIERARCHY | Call by reference | Type reference (TYPE) | TCT_TABNAME | Table Type for Field FIELDNAME | 20121204 |
Method GET_ADDITIONAL_TAB_HIERARCHY on class CL_SDOC_SELECT_BASIC has no exception.
Method GET_METADATA_FOR_ADD_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ADDITIONAL_TABLE_METADATA | Call by reference | Type reference (TYPE) | IF_SDOC_SELECT=>TCS_ADDITIONAL_TABLE_METADATA | 20121204 | ||||
| 2 | EV_EFFECTIVE_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20121204 | |||
| 3 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20121204 |
Method GET_METADATA_FOR_ADD_TABLE on class CL_SDOC_SELECT_BASIC has no exception.
Method GET_NEXT_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20121215 | ||||
| 2 | EV_MORE_RESULTS | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20121215 | |||
| 3 | IV_MAXSEL | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20121215 |
Method GET_NEXT_INT on class CL_SDOC_SELECT_BASIC has no exception.
Method GET_RESULT_COMP_MAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESULT_COMP | Value transfer | Type reference (TYPE) | IF_SDOC_SELECT=>TCT_RESULT_COMP | 20130624 |
Method GET_RESULT_COMP_MAND on class CL_SDOC_SELECT_BASIC has no exception.
Method GET_SELPARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121206 | ||||
| 2 | EV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20121206 | ||||
| 3 | IV_IDENT | Call by reference | Type reference (TYPE) | STRING | 20121206 |
Method GET_SELPARAM on class CL_SDOC_SELECT_BASIC has no exception.
Method IN_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20121205 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121205 |
Method IN_SELECT on class CL_SDOC_SELECT_BASIC has no exception.
Method IN_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20121205 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121205 |
Method IN_WHERE on class CL_SDOC_SELECT_BASIC has no exception.
Method IS_ADDITIONAL_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLENAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20121204 | |||
| 2 | RV_IS_ADDITIONAL_TABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121204 |
Method IS_ADDITIONAL_TABLE on class CL_SDOC_SELECT_BASIC has no exception.
Method POST_PROCESSING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | TABLE | 20121203 |
Method POST_PROCESSING on class CL_SDOC_SELECT_BASIC has no exception.
Method POST_PROCESSING_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_RESULT | Call by reference | Type reference (TYPE) | DATA | 20121203 | ||||
| 2 | EV_IGNORE | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20121203 | |||
| 3 | IS_RESULT | Call by reference | Type reference (TYPE) | DATA | 20121203 |
Method POST_PROCESSING_SINGLE on class CL_SDOC_SELECT_BASIC has no exception.
Method SET_IN_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130304 | |||
| 2 | IV_TABLE_ALIAS | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130304 |
Method SET_IN_SELECT on class CL_SDOC_SELECT_BASIC has no exception.
Method SET_IN_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130304 | |||
| 2 | IV_TABLE_ALIAS | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130304 |
Method SET_IN_WHERE on class CL_SDOC_SELECT_BASIC has no exception.
Method SET_RESULT_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RESULT_COMP | Call by reference | Type reference (TYPE) | IF_SDOC_SELECT=>TCT_RESULT_COMP | 20121203 |
Method SET_RESULT_COMP on class CL_SDOC_SELECT_BASIC has no exception.
Method SET_RESULT_COMP_REQUIRED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD | Call by reference | Type reference (TYPE) | TDT_FIELDNAME | Table Type for Field FIELDNAME | 20121203 |
Method SET_RESULT_COMP_REQUIRED on class CL_SDOC_SELECT_BASIC has no exception.
Method SET_SELPARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SELPARAM | Call by reference | Type reference (TYPE) | IF_SDOC_SELECT=>TCT_SELPARAM | 20121206 | ||||
| 2 | RV_RETURN | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20121204 |
Method SET_SELPARAM on class CL_SDOC_SELECT_BASIC has no exception.
Method SET_TABLE_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20121203 | |||
| 2 | IV_TABLE_ALIAS | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20121203 |
Method SET_TABLE_RESULT on class CL_SDOC_SELECT_BASIC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 616 |