J_3RFT53A_HEADER SAP (T53A-form: printing parameters) Structure details

Dictionary Type: Structure
Description: T53A-form: printing parameters




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




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

J_3RFT53A_HEADER 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 "T53A-form: printing parameters" 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_J_3RFT53A_HEADER TYPE J_3RFT53A_HEADER.

The J_3RFT53A_HEADER table consists of various fields, each holding specific information or linking keys about T53A-form: printing parameters data available in SAP. These include SUBDIVISION (Structural Division Name), OKPO (OKPO Code (Russia)), RESPONSIBLE (Name of Person Responsible for Form T-53A), POSITION (Position of Person Responsible for Form T-53A).. 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 J_3RFT53A_HEADER 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
ORGNAMECompany Name J_3RT53AORGNAMECHAR60TEXT60
SUBDIVISIONStructural Division Name J_3RT53ASUBDIVISCHAR60TEXT60
OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
RESPONSIBLEName of Person Responsible for Form T-53A J_3RT53ARESPONSCHAR40TEXT40
POSITIONPosition of Person Responsible for Form T-53A J_3RT53APOSITCHAR40TEXT40
NPP_LOWMinimum Line Item Number on the Page J_3RT53ANPPLNUMC4NUMC4
NPP_HIGHMaximum Line Item Number on the Page J_3RT53ANPPHNUMC4NUMC4
NPP_LOW_WORDMinimum Line Item Number on the Page in Words J_3RT53ANPPLWCHAR60TEXT60
NPP_HIGH_WORDMaximum Line Item Number on the Page in Words J_3RT53ANPPHWCHAR60TEXT60
DATE_LOWPeriod from J_3RT53ADTLDATS8DATS
DATE_HIGHPeriod to J_3RT53ADTHDATS8DATS
DAY_LOWDay from J_3RT53ADAYLCHAR2CHAR2
MONTH_LOWMonth from J_3RT53AMONLCHAR10CHAR10
YEAR_LOWYear from J_3RT53AYRLCHAR4CHAR4
DAY_HIGHDay to J_3RT53ADAYHCHAR2CHAR2
MONTH_HIGHMonth to J_3RT53AMONHCHAR10CHAR10
YEAR_HIGHYear to J_3RT53AYRHCHAR4CHAR4
MAX_NPP_ON_PAGEMaximum Line Items Number on Page J_3RT53ANPPPGNUMC4NUMC4

Key field Non-key field



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

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

How to access SAP table J_3RFT53A_HEADER

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