NCAGG SAP (IS-H: SG Table for Filling Aggregate Segment SGDRG) Table details

Dictionary Type: Table
Description: IS-H: SG Table for Filling Aggregate Segment SGDRG




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




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

NCAGG is a standard SAP Table which is used to store IS-H: SG Table for Filling Aggregate Segment SGDRG data and is available within R/3 SAP systems depending on the version and release level.

The NCAGG table consists of various fields, each holding specific information or linking keys about IS-H: SG Table for Filling Aggregate Segment SGDRG data available in SAP. These include EINRI (Institution), SYEAR (IS-H: Start Year of Evaluation Period), MONFR (IS-H: Start Month of Evaluation Period), MONTO (IS-H: End Month of Evaluation Period).. 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 or numeric)


SAP NCAGG 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 MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
SYEARIS-H: Start Year of Evaluation Period ISH_STJAABNUMC4GJAHRGJAHR
MONFRIS-H: Start Month of Evaluation Period ISH_STMOABNUMC2ISH_MONAT
MONTOIS-H: End Month of Evaluation Period ISH_STMOAENUMC2ISH_MONAT
SEQNRIS-H: Sequence Number ISH_SEQNRNUMC6NUM06
PROGIS-H: Program ISH_PROGCHAR1CHAR001
SUBSTATIS-H: Subsidy Status ISH_SUBSTATCHAR1CHAR001
REVENUEIS-H: Revenue from Patients ISH_REVENUEDEC19(2) ISH_DEC19_2
WORKLOADIS-H: Number ISH_WORKLOADDEC9(2) ISH_DEC10_2

Key field Non-key field



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

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

SELECT SINGLE *
FROM NCAGG
INTO CORRESPONDING FIELDS OF WA_NCAGG
WHERE...

How to access SAP table NCAGG

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