/ISHFR/TNWFR01 SAP (IS-H FR: Grouping Keys for Service Master) Table details

Dictionary Type: Table
Description: IS-H FR: Grouping Keys for Service Master




ABAP Code to SELECT data from /ISHFR/TNWFR01
Related tables to /ISHFR/TNWFR01
Access table /ISHFR/TNWFR01




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

/ISHFR/TNWFR01 is a standard SAP Table which is used to store IS-H FR: Grouping Keys for Service Master data and is available within R/3 SAP systems depending on the version and release level.

The /ISHFR/TNWFR01 table consists of various fields, each holding specific information or linking keys about IS-H FR: Grouping Keys for Service Master data available in SAP. These include GRUPP_SCHL (IS-H FR: Grouping Key), REC_TYPE3 (IS-H FR: Record Type Category 3), REC_TYPE4 (IS-H FR: Record Type Category 4), REC_TYPE_ADD (IS-H FR: Record Type Supplement).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = /ISHFR/TNWFR01T


SAP /ISHFR/TNWFR01 table 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
MANDTClient MANDTCLNT3T000MANDT
GRUPP_SCHLIS-H FR: Grouping Key /ISHFR/GRUPP_SCHLCHAR4/ISHFR/GRUPP_SCHL
REC_TYPE3IS-H FR: Record Type Category 3 /ISHFR/REC_TYPE3CHAR1ISH_ON_OFF
REC_TYPE4IS-H FR: Record Type Category 4 /ISHFR/REC_TYPE4CHAR1ISH_ON_OFF
REC_TYPE_ADDIS-H FR: Record Type Supplement /ISHFR/REC_TYPE_ADDCHAR2/ISHFR/REC_TYPE_ADD
FORM_GROUPIS-H FR: Form Group /ISHFR/FORM_GROUPCHAR1/ISHFR/FORM_GROUP

Key field Non-key field



How do I retrieve data from SAP table /ISHFR/TNWFR01 using ABAP code

The following ABAP code Example will allow you to do a basic selection on /ISHFR/TNWFR01 to SELECT all data from the table
DATA: WA_/ISHFR/TNWFR01 TYPE /ISHFR/TNWFR01.

SELECT SINGLE *
FROM /ISHFR/TNWFR01
INTO CORRESPONDING FIELDS OF WA_/ISHFR/TNWFR01
WHERE...

How to access SAP table /ISHFR/TNWFR01

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