N1FWZ SAP (IS-H*MED: Transport Service Transport Times) Table details

Dictionary Type: Table
Description: IS-H*MED: Transport Service Transport Times




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




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

N1FWZ is a standard SAP Table which is used to store IS-H*MED: Transport Service Transport Times data and is available within R/3 SAP systems depending on the version and release level.

The N1FWZ table consists of various fields, each holding specific information or linking keys about IS-H*MED: Transport Service Transport Times data available in SAP. These include EINRI (Institution), ORGZL (Destination Org. Unit (Drop-Off) for Transport Order), ORGAG (Pick-Up OU (OU where Pick-Up Takes Place)), BAUZL (Destination (Drop-off) Room for a Transport Order).. 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)


SAP N1FWZ 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
ORGZLDestination Org. Unit (Drop-Off) for Transport Order N1ORGZLCHAR8NORGALPHAORGID
ORGAGPick-Up OU (OU where Pick-Up Takes Place) N1ORGAGCHAR8NORGALPHAORGID
BAUZLDestination (Drop-off) Room for a Transport Order N1BAUZLCHAR8NBAUALPHABAUID
BAUAGPick-up Room for a Transport Order N1BAUAGCHAR8NBAUALPHABAUID
TPAETransport Type N1TPAECHAR2N1TAN1TPAE
WZTMITransport Time (Duration) in Minutes N1WZTMINUMC4ISH_DZEIT

Key field Non-key field



How do I retrieve data from SAP table N1FWZ using ABAP code

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

SELECT SINGLE *
FROM N1FWZ
INTO CORRESPONDING FIELDS OF WA_N1FWZ
WHERE...

How to access SAP table N1FWZ

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