USMDZ3_S_FRSI_NODETEXT SAP (Hierarchy Text for FRS Item) Structure details

Dictionary Type: Structure
Description: Hierarchy Text for FRS Item




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




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

USMDZ3_S_FRSI_NODETEXT 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 "Hierarchy Text for FRS Item" 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_USMDZ3_S_FRSI_NODETEXT TYPE USMDZ3_S_FRSI_NODETEXT.

The USMDZ3_S_FRSI_NODETEXT table consists of various fields, each holding specific information or linking keys about Hierarchy Text for FRS Item data available in SAP. These include FRSITBEG1 (FRSI Text: BEG1), FRSITBEG2 (FRSI Text: BEG2), FRSITBEG3 (FRSI Text: BEG3), FRSITEND1 (FRSI Text: END1).. 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 or numeric)


SAP USMDZ3_S_FRSI_NODETEXT 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
LANGUAGELanguage Key (Technical) SPRASTCHAR1Assigned to domainISOLASPRASTSPRSTRALAN_LANGUAGE_TECHNICAL
FRSITBEG1FRSI Text: BEG1 USMDZ3_FRSIBEG1CHAR45TEXT45
FRSITBEG2FRSI Text: BEG2 USMDZ3_FRSIBEG2CHAR45TEXT45
FRSITBEG3FRSI Text: BEG3 USMDZ3_FRSIBEG3CHAR45TEXT45
FRSITEND1FRSI Text: END1 USMDZ3_FRSIEND1CHAR45TEXT45
FRSITEND2FRSI Text: END2 USMDZ3_FRSIEND2CHAR45TEXT45
FRSITEND3FRSI Text: END3 USMDZ3_FRSIEND3CHAR45TEXT45
FRSITTOT1FRSI Text: TOT1 USMDZ3_FRSITOT1CHAR45TEXT45
FRSITTOT2FRSI Text: TOT2 USMDZ3_FRSITOT2CHAR45TEXT45
FRSITTOT3FRSI Text: TOT3 USMDZ3_FRSITOT3CHAR45TEXT45
FRSITBEG4FRSI Text: BEG4 USMDZ3_FRSIBEG4CHAR45TEXT45
FRSITEND4FRSI Text: END4 USMDZ3_FRSIEND4CHAR45TEXT45
FRSITTOT4FRSI Text: TOT4 USMDZ3_FRSITOT4CHAR45TEXT45

Key field Non-key field



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

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

How to access SAP table USMDZ3_S_FRSI_NODETEXT

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