ITCS_EXPORT_PUNCH_SCH SAP (Export Punch Schedule Structure) Structure details

Dictionary Type: Structure
Description: Export Punch Schedule Structure




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




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

ITCS_EXPORT_PUNCH_SCH 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 "Export Punch Schedule Structure" 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_ITCS_EXPORT_PUNCH_SCH TYPE ITCS_EXPORT_PUNCH_SCH.

The ITCS_EXPORT_PUNCH_SCH table consists of various fields, each holding specific information or linking keys about Export Punch Schedule Structure data available in SAP. These include EXECUTE_DAY (The day (Mon, Tue, etc) to execute upload/download action), EXECUTE_TIME (Time), DAY_OFFSET (Day offset from a certain date or another day), EXPORT_DEST (Export Destination Options).. 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 ITCS_EXPORT_PUNCH_SCH 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
TASK_TYPEUpload/download action type, e.g, Purge, Download Sched, etc WFA_TM_UPDWNLD_SCHD_TYPEINT13WFATM_UPDWNLD_SCHD_TYPE
EXECUTE_DAYThe day (Mon, Tue, etc) to execute upload/download action WFA_TM_UPDWNLD_SCHD_EXCDAYINT13WFATM_UPDWNLD_SCHD_EXCDAY
EXECUTE_TIMETime WFA_TC_TIMETIMS6
DAY_OFFSETDay offset from a certain date or another day WFA_DAY_OFFSETNUMC3WFA_DAY_OFFSET
EXPORT_DESTExport Destination Options ITC_EXPORT_DESTINT13ITC_EXPORT_DEST
REPEAT_IN_DAYRepeat within the same day ITC_REPEAT_WITHIN_DAYCHAR1WFA_BOOLEAN
REPEAT_EVERY_HRSRepeat every certain number of hours ITC_REPEAT_EVERY_HOURSDEC10(2)
REPEAT_END_TIMEThe end time of the duration for 'Repeat Within Day' ITC_REPEAT_END_TIMETIMS6UZEIT
SCHED_DWNLD_RANGThe time range that the execute day settings applies to WFA_TM_UPDWNLD_SCHD_RANGEINT13WFATM_UPDWNLD_SCHD_RANGE

Key field Non-key field



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

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

How to access SAP table ITCS_EXPORT_PUNCH_SCH

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