J_1BLFC4_OUTPUT SAP (Structure with output data of J_1BLFC4 report) Structure details

Dictionary Type: Structure
Description: Structure with output data of J_1BLFC4 report




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




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

J_1BLFC4_OUTPUT 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 with output data of J_1BLFC4 report" 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_1BLFC4_OUTPUT TYPE J_1BLFC4_OUTPUT.

The J_1BLFC4_OUTPUT table consists of various fields, each holding specific information or linking keys about Structure with output data of J_1BLFC4 report data available in SAP. These include PARTNR (Partner Number), POSTDT (Posting Date), OPDESC (Operation Description), OPVAL (Operation Value).. 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: Cannot Be Enhanced


SAP J_1BLFC4_OUTPUT 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
ACCNRAccount Number J_1BACCNRCHAR28
PARTNRPartner Number J_1BPARTNRCHAR14
POSTDTPosting Date J_1BPOSTDTDATS8
OPDESCOperation Description J_1BOPDESCCHAR50
OPVALOperation Value J_1BOPVALNUMC17
OPTPOperation Type J_1BOPTPCHAR1
DOCTPDocument Type J_1BDOCTPCHAR3
BDOCNRDocument Number J_1BDOCNRCHAR12
DOCVLDocument Total Value J_1BDOCVLNUMC17
BISSUEDTIssuing Date J_1BISSUEDTDATS8
DUEDTDue Date J_1BDUEDTDATS8
ARCHNRArchive Number J_1BARCHNRCHAR12
DCINDDr./Cr. Indicator J_1BDCINDCHAR1
NFSERNota Fiscal Serie J_1BNFSERCHAR3
NFSUBNota Fiscal Subserie J_1BNFSUBCHAR2
POSTKEYPosting Key J_1BPOSTKEYCHAR2
GLINDSpecial GL Indicator J_1BGLINDCHAR1
REFDOCReference Document Number J_1BREFDOCCHAR16
FIDOCTPFI Document Type J_1BFIDOCTPCHAR2
TRANS_FILEALV output field of J_1BLFC4 - Trans File J_1BLFC4_TRANS_FILESTRG0

Key field Non-key field



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

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

How to access SAP table J_1BLFC4_OUTPUT

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