DTADUSFGC SAP (ACH Format: Schedule Control record (Trailer)) Structure details

Dictionary Type: Structure
Description: ACH Format: Schedule Control record (Trailer)




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




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

DTADUSFGC 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 "ACH Format: Schedule Control record (Trailer)" 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_DTADUSFGC TYPE DTADUSFGC.

The DTADUSFGC table consists of various fields, each holding specific information or linking keys about ACH Format: Schedule Control record (Trailer) data available in SAP. These include GC2 (Record Number), GC3 (Schedule Number), GC4 (Constant Nines), GC5 (Schedule Item Count).. 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)


SAP DTADUSFGC 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
GC1 Record Type0
GC2 Record Number0
GC3 Schedule Number0
GC4 Constant Nines0
GC5 Schedule Item Count0
GC6 Schedule Amount0
GC7 Record Code0
GC8 Account Symbol 10
GC9 Appropiated Amount 10
GC10 Account Symbol 20
GC11 Appropiated Amount 20
GC12 Account Symbol 30
GC13 Appropiated Amount 30
GC14 Account Symbol 40
GC15 Appropiated Amount 40
GC16 Account Symbol 50
GC17 Appropiated Amount 50
GC18 Account Symbol 60
GC19 Appropiated Amount 60
GC20 Account Symbol 70
GC21 Appropiated Amount 70
GC22 Account Symbol 80
GC23 Appropiated Amount 80
GC24 Account Symbol 90
GC25 Appropiated Amount 90
GC26 Account Symbol 100
GC27 Appropiated Amount 100
GC28 Filler0
GC29 ASAID0
GC30 ACOID0
GC31 MAC0

Key field Non-key field



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

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

How to access SAP table DTADUSFGC

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