/ISDFPS/NRIV_UPD SAP (Cross-System NR Settings - Update Using Local System) Table details

Dictionary Type: Table
Description: Cross-System NR Settings - Update Using Local System




ABAP Code to SELECT data from /ISDFPS/NRIV_UPD
Related tables to /ISDFPS/NRIV_UPD
Access table /ISDFPS/NRIV_UPD




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

/ISDFPS/NRIV_UPD is a standard SAP Table which is used to store Cross-System NR Settings - Update Using Local System data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/NRIV_UPD table consists of various fields, each holding specific information or linking keys about Cross-System NR Settings - Update Using Local System data available in SAP. These include LOGSYS (Logical System), OBJECT (Name of Number Range Object), SUBOBJECT (Number Range Sub-Object), NRRANGENR (Number Range Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /ISDFPS/NRIV_UPD 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LOGSYSLogical System /ISDFPS/LOGSYSCHAR10/ISDFPS/ALE_SYSALPHALOGSYS/ISDFPS/ALE_SYNC_SYSTEM
OBJECTName of Number Range Object /ISDFPS/NR_OBJCHAR10Assigned to domainNROBJ
SUBOBJECTNumber Range Sub-Object /ISDFPS/NR_SOBJCHAR6CHAR6
NRRANGENRNumber Range Number /ISDFPS/NR_NRCHAR2CHAR2
TOYEARTo Year /ISDFPS/NR_YEARNUMC4GJAHRGJAHR
EXTERNINDExternal Number Range Interval /ISDFPS/NR_EXT_INDCHAR1XFELD
GLOBAL_KEYGlobality Reference /ISDFPS/NR_GLOBAL_KEYCHAR1/ISDFPS/NR_GLOBAL_KEY
FROMNUMBERLower Interval Limit /ISDFPS/NR_FROM_NRCHAR20NRINT/ISDFPS/NR_INT_BOUND
TONUMBERUpper Interval Limit /ISDFPS/NR_TO_NRCHAR20NRINT/ISDFPS/NR_INT_BOUND
FROM_NR_RESERVEDLower Reserved Interval Limit /ISDFPS/NR_FROM_NR_RESERVEDCHAR20NRINT/ISDFPS/NR_INT_BOUND
TO_NR_RESERVEDUpper Reserved Interval Limit /ISDFPS/NR_TO_NR_RESERVEDCHAR20NRINT/ISDFPS/NR_INT_BOUND
NRLEVELNumber Level /ISDFPS/NR_LEVELNUMC20NUMC20
PROCINDProcessing Flag (I=Ins, D=Del,U=Upd, R=Remote,' '=NoChanges) /ISDFPS/PROCINDCHAR1CHAR1
RESERVING_USERAuthor of Reservation /ISDFPS/RESERVING_USERCHAR12AS4USER
RESERVING_TZTime Zone /ISDFPS/TIMEZONECHAR6Assigned to domainTZNZONE
RESERVING_DATEDate of Reservation /ISDFPS/RESERVING_DATEDATS8AS4DATE
RESERVING_TIMETime of Reservation /ISDFPS/RESERVING_TIMETIMS6AS4TIME
TRANS_TZTime Zone /ISDFPS/TIMEZONECHAR6Assigned to domainTZNZONE
TRANS_DATEDate of Last Data Adjustment /ISDFPS/TRANSMISSIONDATEDATS8DATE
TRANS_TIMETime of Last Data Adjustment /ISDFPS/TRANSMISSIONTIMETIMS6TIME

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/NRIV_UPD using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/NRIV_UPD
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/NRIV_UPD
WHERE...

How to access SAP table /ISDFPS/NRIV_UPD

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