J_3RF_CASHOR SAP (Structure for Cash Orders printing) Structure details

Dictionary Type: Structure
Description: Structure for Cash Orders printing




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




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

J_3RF_CASHOR 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 "Structure for Cash Orders printing" 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_3RF_CASHOR TYPE J_3RF_CASHOR.

The J_3RF_CASHOR table consists of various fields, each holding specific information or linking keys about Structure for Cash Orders printing data available in SAP. These include P_OUT (Single-Character Indicator), BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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_3RF_CASHOR 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
P_INSingle-Character Indicator CHAR1CHAR1CHAR1
P_OUTSingle-Character Indicator CHAR1CHAR1CHAR1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLDATDocument Date in Document BLDATDATS8DATUM
P_DAYVersion Number Component CHAR2CHAR2CHAR2
P_MONTHCharacter Field Length = 10 CHAR10CHAR10CHAR10
P_YEARData Type 4 Characters CHAR04CHAR4CHAR4MOD
ORDNUMBERReference Document Number XBLNR1CHAR16XBLNR1
CCNAMEOrganization name J_3RALCOMNAMECHAR160CHAR160
SUBDNAMECharacter 100 CHAR100CHAR100CHAR100
SUBDCODECharacter Field Length = 10 CHAR10CHAR10CHAR10
OKPOCharacter Field Length = 10 CHAR10CHAR10CHAR10
CASH_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
CORR_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
CORR_CODECharacter Field Length = 10 CHAR10CHAR10CHAR10
FROMTOCharacter 100 CHAR100CHAR100CHAR100
REASONComment CHAR50CHAR50TEXT50
INCLUDINGComment CHAR50CHAR50TEXT50
APPENDIXComment CHAR50CHAR50TEXT50
PURP_CODE3-Byte field CHAR3CHAR3CHAR3
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
KURSFCharacter Field Length = 10 CHAR10CHAR10CHAR10
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
W_NUMBERUser field for cluster PC (national) CHAR25CHAR25CHAR25
P_NUMBERUser field for cluster PC (national) CHAR25CHAR25CHAR25
W_WORDAmount in words IN_WORDSCHAR255CHAR255
P_WORDAmount in words IN_WORDSCHAR255CHAR255
CHIEF30 Characters CHAR30CHAR30CHAR30
SHIEFPOSTChar 20 CHAR20CHAR20CHAR20
CHIEFACC30 Characters CHAR30CHAR30CHAR30
CASHIER30 Characters CHAR30CHAR30CHAR30
PASSPSTRText field length 200 CHAR200CHAR200CHAR200
.INCLU--AP 0
ZTESTCharacter 100 CHAR100CHAR100CHAR100

Key field Non-key field



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

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

How to access SAP table J_3RF_CASHOR

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