CMAC_ST_SHOW SAP (Student data for display) Structure details

Dictionary Type: Structure
Description: Student data for display




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




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

CMAC_ST_SHOW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Student data for display" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CMAC_ST_SHOW TYPE CMAC_ST_SHOW.

The CMAC_ST_SHOW table consists of various fields, each holding specific information or linking keys about Student data for display data available in SAP. These include CMBENCATT (Benefit Category (Description)), CMSTGRPT (Student Group (Description)), CMPDISCT1T (Discount/Surcharge Category 1 (Description)), CMPDISCT2T (Discount/Surcharge Category 2 (Description)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CMAC_ST_SHOW structure 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
CMSTCATTStudent Fee Category (Description) PIQSTFEECATTCHAR30TEXT30
CMBENCATTBenefit Category (Description) PIQBENCATTCHAR30TEXT30
CMSTGRPTStudent Group (Description) CMAC_STGRP_TCHAR40TEXT40
CMPDISCT1TDiscount/Surcharge Category 1 (Description) PIQPDISCT1TCHAR30TEXT30
CMPDISCT2TDiscount/Surcharge Category 2 (Description) PIQPDISCT2TCHAR30TEXT30
CMPDISCT3TDiscount/Surcharge Category 3 (Description) PIQPDISCT3TCHAR30TEXT30
CMPDISCT4TDiscount/Surcharge Category 4 (Description) PIQPDISCT4TCHAR30TEXT30
CMPDISCT5TDiscount/Surcharge Category 5 (Description) PIQPDISCT5TCHAR30TEXT30
CMPDISCT6TDiscount/Surcharge Category 6 (Description) PIQPDISCT6TCHAR30TEXT30
CMNATIOTNationality (Citizenship) PIQNATIOCHAR15TEXT15
CMCOMPCODETCompany Code (Description) CMAC_COMPCODE_TCHAR25TEXT25
CMSTORGTOrganizational Unit Abbreviation for Module CMAC_ORG_UNITCHAR12TEXT12
CMVISATYPETVisa or Registration Type Description PIQVISATYPETCHAR40TEXT40
CMSTCAMPUSTCampus Name CMAC_CAMPUS_TCHAR12TEXT12

Key field Non-key field



How do I retrieve data from SAP structure CMAC_ST_SHOW using ABAP code?

As CMAC_ST_SHOW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CMAC_ST_SHOW as there is no data to select.

How to access SAP table CMAC_ST_SHOW

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