SCMAPER SAP (Screen Fields Periodic Scheduling) Structure details

Dictionary Type: Structure
Description: Screen Fields Periodic Scheduling




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




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

SCMAPER 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 "Screen Fields Periodic Scheduling" 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_SCMAPER TYPE SCMAPER.

The SCMAPER table consists of various fields, each holding specific information or linking keys about Screen Fields Periodic Scheduling data available in SAP. These include ENDDATE (Date), DAY1 (Counters for Periodic Scheduling), DAY2 (Counters for Periodic Scheduling), WEEK1 (Counters for Periodic Scheduling).. 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: Not classified


SAP SCMAPER 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
ENDCOUNTCounters for Periodic Scheduling PERCOUNTNUMC3PERCOUNT
ENDDATEDate DATUMDATS8DATUM
DAY1Counters for Periodic Scheduling PERCOUNTNUMC3PERCOUNT
DAY2Counters for Periodic Scheduling PERCOUNTNUMC3PERCOUNT
WEEK1Counters for Periodic Scheduling PERCOUNTNUMC3PERCOUNT
CHK_MONCheckbox for Periodic Scheduling: Monday PERCHECK1CHAR1PERCHECK
CHK_DIECheckbox for Periodic Scheduling: Tuesday PERCHECK2CHAR1PERCHECK
CHK_MITCheckbox for Periodic Scheduling: Wednesday PERCHECK3CHAR1PERCHECK
CHK_DONCheckbox for Periodic Scheduling: Thursday PERCHECK4CHAR1PERCHECK
CHK_FRECheckbox for Periodic Scheduling: Friday PERCHECK5CHAR1PERCHECK
CHK_SAMCheckbox for Periodic Scheduling: Saturday PERCHECK6CHAR1PERCHECK
CHK_SONCheckbox for Periodic Scheduling: Sunday PERCHECK7CHAR1PERCHECK
MONTH1Days in Month for Periodic Scheduling PERCDAYSNUMC3PERCDAYS
MONTH2Counters for Periodic Scheduling PERCOUNTNUMC3PERCOUNT
MONTH3Weeks in Month for Periodic Scheduling PERCWEEKNUMC3PERCWEEK
MONTH4Weekdays for Periodic Scheduling PERWEEKINT13PERWEEK
MONTH5Counters for Periodic Scheduling PERCOUNTNUMC3PERCOUNT
YEAR1Days in Month for Periodic Scheduling PERCDAYSNUMC3PERCDAYS
YEAR2Months for Periodic Scheduling PERMONTHINT13PERMONTH
YEAR3Weeks in Month for Periodic Scheduling PERCWEEKNUMC3PERCWEEK
YEAR4Weekdays for Periodic Scheduling PERWEEKINT13PERWEEK
YEAR5Months for Periodic Scheduling PERMONTHINT13PERMONTH

Key field Non-key field



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

As SCMAPER 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 SCMAPER as there is no data to select.

How to access SAP table SCMAPER

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