SAP ABAP Class /IPRO/IF_DOCB_TABLEDATA (docb table data interface)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IPRO/IF_DOCB_VARIABLE | Interface to document builder variable | 20040204 |
Properties
| Class | /IPRO/IF_DOCB_TABLEDATA | |
| Short Description | docb table data interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040129 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IPRO/IF_DOCB_TABLEDATA has no forward declaration.
Interfaces
Class /IPRO/IF_DOCB_TABLEDATA has no interface implemented.
Friends
Class /IPRO/IF_DOCB_TABLEDATA has no friend class.
Attributes
Class /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
Class /IPRO/IF_DOCB_TABLEDATA has no event.
Types
Class /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 class /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 class /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 class /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 class /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 class /IPRO/IF_DOCB_TABLEDATA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |