SSPIAFNAM is an SAP Structure so does not store data like a database table does but can be used to process "SPI: Filter Name + Description" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SSPIAFNAM TYPE SSPIAFNAM .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
FLTNAME | SPIDFLDNAM | CHAR | 30 | SPI: Data Field Name | ||
FLTTYPE | SPIATTYP | INT1 | 3 | SPI: Attribute Data Type | ||
FLTDESCR | SPIATFLTXT | CHAR | 128 | SPI: Text for an Attribute Filter Value |
Key field | |
Non-key field |
SSPIAFNAM - SPI: Filter Name + Description SSPIADMTRANS - BPT: Status Table for Transport Jobs (Central) SSPIADMTR2 - PMI: Status Table for Transport Jobs (Central) SSPIADMTR1 - BPT: Server-Destination Assignment (Central) SSPIADMREORG - Administration Table for Reorganizations SSPIADMEVHISTORY - History of Metrics Configuration