J_3RFCLR SAP () Structure details

Dictionary Type: Structure
Description:




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




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

J_3RFCLR 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 "" 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_3RFCLR TYPE J_3RFCLR.

The J_3RFCLR table consists of various fields, each holding specific information or linking keys about data available in SAP. These include J_3RF_CLRSHOW2 (Items with Assignment Numbers Only), J_3RF_CLRSHOW3 (Special general ledger posting date), J_3RF_CLRSHOW4 (Special general ledger document date), J_3RF_CLRSHOW5 (Items with Reference Key 3 Only).. 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 J_3RFCLR 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
J_3RF_CLRSHOW1Special G/L Items Only J_3RF_CLRSHOW1CHAR1CHAR1_X
J_3RF_CLRSHOW2Items with Assignment Numbers Only J_3RF_CLRSHOW2CHAR1CHAR1_X
J_3RF_CLRSHOW3Special general ledger posting date J_3RF_CLRSHOW3DATS8DATUM
J_3RF_CLRSHOW4Special general ledger document date J_3RF_CLRSHOW4DATS8DATUM
J_3RF_CLRSHOW5Items with Reference Key 3 Only J_3RF_CLRSHOW5CHAR1CHAR1_X
J_3RF_CLRSHOW6Clear with creditor items J_3RF_CLRSHOW6CHAR1CHAR1_X
J_3RF_CLRSHOW7Accounts Payable and Receivable J_3RF_CLRSHOW7CHAR1CHAR1_X
J_3RF_CLRSHOW8Test Run J_3RF_CLRSHOW8CHAR1CHAR1_X
J_3RF_CLRSHOW9Batch Input J_3RF_CLRSHOW9CHAR1CHAR1_X
J_3RF_CLRSHOW10Invoice Reference Required J_3RF_CLRSHOW10CHAR1CHAR1_X
J_3RF_CLRSHOW11Different G/L Accounts Only J_3RF_CLRSHOW11CHAR1CHAR1_X
J_3RF_CLRSHOW12With Residual Items J_3RF_CLRSHOW12CHAR1CHAR1_X
J_3RF_CLRSHOW13With Partial Payment J_3RF_CLRSHOW13CHAR1CHAR1_X
J_3RF_CLRSHOW14Sort by Document Date J_3RF_CLRSHOW14CHAR1CHAR1_X
J_3RF_CLRSHOW15Sort by Posting Date J_3RF_CLRSHOW15CHAR1CHAR1_X
J_3RF_CLRSHOW16Display Cleared Items Only J_3RF_CLRSHOW16CHAR1CHAR1_X
J_3RF_CLRSHOW17Switch Debtor = 0, Creditor = 1 J_3RF_CLRSHOW17CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table J_3RFCLR

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