RNPUSH SAP (IS-H: Pushbutton table) Structure details

Dictionary Type: Structure
Description: IS-H: Pushbutton table




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




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

RNPUSH 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 "IS-H: Pushbutton table" 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_RNPUSH TYPE RNPUSH.

The RNPUSH table consists of various fields, each holding specific information or linking keys about IS-H: Pushbutton table data available in SAP. These include TAPPE (IS-H: Pushbutton in Step Loop or Table Control), TEINF (IS-H: Pushbutton in Step Loop or Table Control), TMKAL (IS-H: Pushbutton in Step Loop or Table Control), TMKBL (IS-H: Pushbutton in Step Loop or Table Control).. 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: Can be enhanced (character-type)


SAP RNPUSH 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
TWEKZIS-H: 'Other Indicators' Pushbutton ISH_TWKENNCHAR10TEXT10
TAPPEIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TEINFIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TMKALIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TMKBLIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TMKLOIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TDELEIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TSORTIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TSORDIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TCUTIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TCOPYIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TEINSIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TPOSIIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TPBEGIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TPUPIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TPDOWIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TPENDIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TDTLBIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TEXPAIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TLEFTIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TRIGHTIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TRELAIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TCRELIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TTREEIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TADDRIS-H: 'Address Data' Pushbutton ISH_TADDRCHAR110CHAR110
TVFALIS-H: Indicator for Case-Related Insurance Relationship ISH_TLEDCHAR50CHAR50
WDATAIS-H: 'More Data' Pushbutton ISH_WDATACHAR50CHAR50
PHONEIS-H: Pushbutton for 'Dial' ISH_TPHONECHAR2CHAR2
FNAM1IS-H: ABAP Field Name for Dynamic Function Text ISH_CFNAMECHAR40GUI_TEXT
FNAM2IS-H: ABAP Field Name for Dynamic Function Text ISH_CFNAMECHAR40GUI_TEXT
WADDRIS-H: 'Other Address' Pushbutton ISH_TWADDRCHAR50TEXT50
TCLOSIS-H: 'Close' Pushbutton ISH_TCLOSECHAR10TEXT10
TLEFTTIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
TRIGHTTIS-H: Pushbutton in Step Loop or Table Control ISH_TLOOPCHAR2CHAR2
DICONIS-H: Text Field for Dynamically Setting Icon ISH_DICONCHAR50CHAR50
TMAILIS-H: Pushbutton for 'Send' ISH_TMAILCHAR2CHAR2
TPROPIS-H: Pushbutton for 'Propose' ISH_TPROPCHAR4Assigned to domainICON
TWANGPushbutton 'Further Kin' ISH_TWANGCHAR4Assigned to domainICON
TRSHIPIS-H: Pushbutton for 'Link/Relationship To' ISH_TRSHIPCHAR50CHAR50
PSEUDIS-H: ABAP Field Name for Dynamic Function Text ISH_CFNAMECHAR40GUI_TEXT

Key field Non-key field



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

As RNPUSH 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 RNPUSH as there is no data to select.

How to access SAP table RNPUSH

Within an ECC or HANA version of SAP you can also view further information about RNPUSH 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!