J_3RFT53A_ITEMS SAP (T53A-form: Line items) Structure details

Dictionary Type: Structure
Description: T53A-form: Line items




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




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

J_3RFT53A_ITEMS 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: Line items" 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_ITEMS TYPE J_3RFT53A_ITEMS.

The J_3RFT53A_ITEMS table consists of various fields, each holding specific information or linking keys about T53A-form: Line items data available in SAP. These include LISTDATE (Date of pay sheet), LISTNUM (Number of Pay Sheet List), PAYMTEXT (Payment text), SUBDIVISION (Structural Division Name).. 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_ITEMS 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
NPPLine Item Number J_3RT53ANPPNUMC4NUMC4
LISTDATEDate of pay sheet J_3RT53ALISTDTDATS8DATS
LISTNUMNumber of Pay Sheet List J_3RT53ALISTNMCHAR10ALPHABELNR
PAYMTEXTPayment text J_3RT53APAYMTXCHAR50TEXT50
SUBDIVISIONStructural Division Name J_3RT53ASUBDIVISCHAR60TEXT60
LISTSUMTotal of the sheet J_3RT53ALISTSUMCURR15(2) CJAMT
GIVEPSIGNSignature of Person giving out the Sheet J_3RT53AGIVPSIGNCHAR20TEXT20
GIVPFIOName of Person giving out the Sheet J_3RT53AGIVPFIOCHAR50TEXT50
RECPSIGNSignature of Person receiving the Sheet J_3RT53ARECPSIGNCHAR20TEXT20
RECPFIOName of Person receiving the Sheet J_3RT53ARECPFIOCHAR50TEXT50
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CAJO_NUMBERCash Journal Number CJNRCHAR4Assigned to domainCJNRCJCAJONRH_CAJO_NUMBER
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POSTING_NUMBERCash Journal Document Number CJBELNRCHAR10ALPHABELNR
POSITION_NUMBERNumber of Line Item within Cash Journal Document CJBUZEINUMC3BUZEI
TRANSACT_NUMBERNumber of Cash Journal Business Transaction CJTRANSNUMBCHAR4CHAR4
TRANSACT_TYPEBusiness Transaction Type CJTRANSTYPCHAR1CJTTYP
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DOCUMENT_NUMBERReference Document Number XBLNR1CHAR16XBLNR1
P_RECEIPTSCash Journal Amount Field with +/- Sign CJAMOUNTCURR15(2) CJAMT
P_PAYMENTSCash Journal Amount Field with +/- Sign CJAMOUNTCURR15(2) CJAMT
ACCOUNTANTUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
BP_NAMEName of Receipt Recipient CJBPNAMECHAR35NAME
SNPNSurname, Name, Patronymic Name (FIO RUS) J_3RF_SNPNCHAR40TEXT40
POSITION_TEXTCash Journal Line Item Text CJPOSTEXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table J_3RFT53A_ITEMS

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