RPCBKTD0_ALV_TEMSE SAP (TemSe) Structure details

Dictionary Type: Structure
Description: TemSe




ABAP Code to SELECT data from RPCBKTD0_ALV_TEMSE
Related tables to RPCBKTD0_ALV_TEMSE
Access table RPCBKTD0_ALV_TEMSE




Structure field list including key, data, relationships and ABAP select examples

RPCBKTD0_ALV_TEMSE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TemSe" 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_RPCBKTD0_ALV_TEMSE TYPE RPCBKTD0_ALV_TEMSE.

The RPCBKTD0_ALV_TEMSE table consists of various fields, each holding specific information or linking keys about TemSe data available in SAP. These include ICOND (Column for Icon (ALV)), RZNAG (Data Center Number for Company for Social Fund (R)), RZDAT (Creation Date of Data Medium), ZVKAS (Social Fund).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RPCBKTD0_ALV_TEMSE structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ICONSColumn for Icon (ALV) PC01_ICONCHAR20TEXT20
ICONDColumn for Icon (ALV) PC01_ICONCHAR20TEXT20
RZNAGData Center Number for Company for Social Fund (R) P01B_BKRZACHAR8P01B_BKRZN_R
RZDATCreation Date of Data Medium P01B_RZDATDATS8SYDATS
ZVKASSocial Fund P01B_ZVKASCHAR2Assigned to domainP01B_ZVKAS
TYPEFile Type PC01_DTYPECHAR1PC01_DTYPE
DATASETSpool File SYPRDSNCHAR6SYCHAR06
SPOOLNRSpool Number SYSPONRNUMC10SYSPONO
TSOBJHR TemSe Object P_TS_TSOBJCHAR20CHAR20
CBKTDObject name PONAMCHAR15CHAR15
ZVKNNShort Name of Social Fund P01B_ZVKNNCHAR30P01B_ZVKNN

Key field Non-key field



How do I retrieve data from SAP structure RPCBKTD0_ALV_TEMSE using ABAP code?

As RPCBKTD0_ALV_TEMSE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RPCBKTD0_ALV_TEMSE as there is no data to select.

How to access SAP table RPCBKTD0_ALV_TEMSE

Within an ECC or HANA version of SAP you can also view further information about RPCBKTD0_ALV_TEMSE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!