J_1BINDOC SAP (Nota Fiscal header - Add. segment) Structure details

Dictionary Type: Structure
Description: Nota Fiscal header - Add. segment




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




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

J_1BINDOC 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 "Nota Fiscal header - Add. segment" 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_1BINDOC TYPE J_1BINDOC.

The J_1BINDOC table consists of various fields, each holding specific information or linking keys about Nota Fiscal header - Add. segment data available in SAP. These include NFTOT (Total value including all taxes), NFNETT (Net value/Freight/Insurance/Expenses/Discount), NFNET (Net Value including taxes), NFFRE (Freight value including taxes).. 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_1BINDOC 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
DOCNUMDocument Number J_1BDOCNUMNUMC10Assigned to domainJ_1BDOCNUMJEF
NFTOTTotal value including all taxes J_1BNFTOTCURR15(2) WERTV8
NFNETTNet value/Freight/Insurance/Expenses/Discount J_1BNFNETTCURR15(2) WERTV8
NFNETNet Value including taxes J_1BNFNETCURR15(2) WERTV8
NFFREFreight value including taxes J_1BNFFRECURR15(2) WERTV8
NFINSInsurance value including taxes J_1BNFINSCURR15(2) WERTV8
NFOTHExpenses including taxes J_1BNFOTHCURR15(2) WERTV8
NFDISDiscount value including taxes J_1BNFDISCURR15(2) WERTV8
IPIBASEBase amount J_1BBASECURR15(2) J_1BBASE
IPIVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
ICMSBASEBase amount J_1BBASECURR15(2) J_1BBASE
ICMSVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
ICSTBASEBase amount J_1BBASECURR15(2) J_1BBASE
ICSTVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
ICFRBASEBase amount J_1BBASECURR15(2) J_1BBASE
ICFRVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
ICFSBASEBase amount J_1BBASECURR15(2) J_1BBASE
ICFSVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
ISSPBASEBase amount J_1BBASECURR15(2) J_1BBASE
ISSPVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
ISSSBASEBase amount J_1BBASECURR15(2) J_1BBASE
ISSSVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
PISBASEBase amount J_1BBASECURR15(2) J_1BBASE
PISVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
COFIBASEBase amount J_1BBASECURR15(2) J_1BBASE
COFIVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
PISBASEWHTBase amount J_1BBASECURR15(2) J_1BBASE
PISVALWHTTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
COFIBASEWHTBase amount J_1BBASECURR15(2) J_1BBASE
COFIVALWHTTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
CSSLBASEWHTBase amount J_1BBASECURR15(2) J_1BBASE
CSSLVALWHTTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
IRRFBASEWHTBase amount J_1BBASECURR15(2) J_1BBASE
IRRFVALWHTTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
ISSSBASESERBase amount J_1BBASECURR15(2) J_1BBASE
ISSSEXCBSERBase amount J_1BBASECURR15(2) J_1BBASE
ISSSOTHBSERBase amount J_1BBASECURR15(2) J_1BBASE
ISSSVALSERTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
ISSPBASESERBase amount J_1BBASECURR15(2) J_1BBASE
ISSPEXCBSERBase amount J_1BBASECURR15(2) J_1BBASE
ISSPOTHBSERBase amount J_1BBASECURR15(2) J_1BBASE
ISSPVALSERTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
PISBASESERBase amount J_1BBASECURR15(2) J_1BBASE
PISVALSERTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
COFIBASESERBase amount J_1BBASECURR15(2) J_1BBASE
COFIVALSERTax value J_1BTAXVALCURR15(2) J_1BTAXVAL
IIBASEBase amount J_1BBASECURR15(2) J_1BBASE
IIVALTax value J_1BTAXVALCURR15(2) J_1BTAXVAL

Key field Non-key field



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

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

How to access SAP table J_1BINDOC

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