SAP ABAP Interface /IPRO/IF_DOCB_TABLEDATA (docb table data interface)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-DOB (Application Component) Document Builder
⤷
/IPRO/BASIS (Package) Tables, Structures, general Infrastruktur
⤷
⤷
Properties
| Interface | /IPRO/IF_DOCB_TABLEDATA | |
| Short Description | docb table data interface |
General Data
| Package | /IPRO/BASIS | Tables, Structures, general Infrastruktur |
| Created | 20040129 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface /IPRO/IF_DOCB_TABLEDATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IPRO/IF_DOCB_VARIABLE | Interface to document builder variable | 20040204 |
Friends
Interface /IPRO/IF_DOCB_TABLEDATA has no friend.
Attributes
Interface /IPRO/IF_DOCB_TABLEDATA has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add attr at index | 20041220 | |
| 2 | Instance method | Public | Method | Value at table cell | 20040211 | |
| 3 | Instance method | Public | Method | Value at table cell | 20040211 | |
| 4 | Instance method | Public | Method | Get empty row for the table | 20040204 | |
| 5 | Instance method | Public | Method | Get index at attr | 20041216 | |
| 6 | Instance method | Public | Method | Get table key field | 20040205 | |
| 7 | Instance method | Public | Method | Num columns in table | 20040129 | |
| 8 | Instance method | Public | Method | Num rows in table | 20040129 | |
| 9 | Instance method | Public | Method | Get the row at index | 20071113 | |
| 10 | Instance method | Public | Method | get struct name for table row | 20050107 |
Events
Interface /IPRO/IF_DOCB_TABLEDATA has no event.
Types
Interface /IPRO/IF_DOCB_TABLEDATA has no local type.
Method Signatures
Method ADD_ATTR_ATINDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ATTR | Call by reference | Object reference (TYPE REF TO) | /IPRO/IF_DOCB_ATTRIBUTE | Attribute | 20041220 | |||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20041220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Illegal Document Builder Action | 20041220 | ||
| 2 | Object does not support the request | 20041220 | ||
| 3 | Specified child node not found | 20041220 |
Method GET_ATTR_ATINDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20040211 | ||||
| 2 | IV_ROW | Call by reference | Type reference (TYPE) | I | 20040211 | ||||
| 3 | RO_ATTRIBUTE | Value transfer | Object reference (TYPE REF TO) | /IPRO/IF_DOCB_ATTRIBUTE | Attribute | 20040211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object does not support the request | 20040211 |
Method GET_ATTR_ATNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20040211 | ||||
| 2 | IV_ROW | Call by reference | Type reference (TYPE) | I | 20040211 | ||||
| 3 | RO_ATTRIBUTE | Value transfer | Object reference (TYPE REF TO) | /IPRO/IF_DOCB_ATTRIBUTE | Attribute | 20040211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object does not support the request | 20040211 |
Method GET_EMPTY_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ATTRIBUTE | Value transfer | Object reference (TYPE REF TO) | /IPRO/IF_DOCB_ATTRIBUTE | Attribute | 20040204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Specified child node not found | 20040507 | ||
| 2 | No key found for table variable | 20040826 | ||
| 3 | Cycle during variable tree generation | 20040507 |
Method GET_INDEX_ATATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ATTR | Call by reference | Object reference (TYPE REF TO) | /IPRO/IF_DOCB_ATTRIBUTE | Attribute | 20041216 | |||
| 2 | RV_INDEX | Value transfer | Type reference (TYPE) | I | 20041216 |
Method GET_INDEX_ATATTR on Interface /IPRO/IF_DOCB_TABLEDATA has no exception.
Method GET_KEY_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_KEYFIELD | Value transfer | Type reference (TYPE) | STRING | 20040205 |
Method GET_KEY_FIELD on Interface /IPRO/IF_DOCB_TABLEDATA has no exception.
Method GET_NUM_COLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_COLS | Value transfer | Type reference (TYPE) | I | 20040129 |
Method GET_NUM_COLS on Interface /IPRO/IF_DOCB_TABLEDATA has no exception.
Method GET_NUM_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ROWS | Value transfer | Type reference (TYPE) | I | 20040129 |
Method GET_NUM_ROWS on Interface /IPRO/IF_DOCB_TABLEDATA has no exception.
Method GET_ROW_ATINDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20071113 | ||||
| 2 | RO_ROW | Value transfer | Object reference (TYPE REF TO) | /IPRO/IF_DOCB_ATTRIBUTE | Attribute | 20071113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Specified child node not found | 20071113 |
Method GET_STRUCT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PRV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20050107 |
Method GET_STRUCT_NAME on Interface /IPRO/IF_DOCB_TABLEDATA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 10A |