/1ISRWP/800H0104 SAP () Table details

Dictionary Type: Table
Description:




ABAP Code to SELECT data from /1ISRWP/800H0104
Related tables to /1ISRWP/800H0104
Access table /1ISRWP/800H0104




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

/1ISRWP/800H0104 is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The /1ISRWP/800H0104 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include PLHVS (Version of a Planning Hierarchy), SAISO (Season Category), EKORG (Purchasing Organization), VKORG (Sales Organization).. 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: Not classified


SAP /1ISRWP/800H0104 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
PLHVSVersion of a Planning Hierarchy WISP_PLHVSCHAR3TWISPC_PLHVSALPHAWISP_PLHVSWXP27
SAISOSeason Category SAISOCHAR4Assigned to domainSAISOSAISO
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
RELEF1Relative Proportional Factor 1 WISP_RELEF1DEC8(2) DEC6_2
RELEF2Relative Proportional Factor 2 WISP_RELEF2DEC8(2) DEC6_2
RELEF3Relative Proportional Factor 3 WISP_RELEF3DEC8(2) DEC6_2
PRODF1Hierarchy Maintenance: Absolute Prop. Factor 1 (for Updates) WISP_PRODF1FLTP16(16) FLOATING
PRODF2Hierarchy Maintenance: Absolute Prop. Factor 2 (for Updates) WISP_PRODF2FLTP16(16) FLOATING
PRODF3Hierarchy Maintenance: Absolute Prop. Factor 3 (for Updates) WISP_PRODF3FLTP16(16) FLOATING
PLMHTPlanned Unit of Measure WISP_PLMHTUNIT3T006CUNITMEINS
SPRED_3Default Distribution Key for a Period Without a Fiscal Year WISP_DVSPRED_3CHAR4T821SSPRED
SPRED_7Default Distribution Key for a Period With a Fiscal Year WISP_DVSPRED_7CHAR4T821SSPRED
FLGBASMEPlanning Units and Base Units of Measure Are Different WISP_FLGBASMECHAR1XFLAG
BASMEBase Unit of Measure for Planned Figures WISP_BASMEUNIT3Assigned to domainCUNITMEINS
FACTORAverage Number of Low-Level Base Units of Measure WISP_FACTORDEC8(3) MEANZSUB

Key field Non-key field



How do I retrieve data from SAP table /1ISRWP/800H0104 using ABAP code

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

SELECT SINGLE *
FROM /1ISRWP/800H0104
INTO CORRESPONDING FIELDS OF WA_/1ISRWP/800H0104
WHERE...

How to access SAP table /1ISRWP/800H0104

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