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

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




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




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

J_1BINDOCDX 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 - Data" 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_1BINDOCDX TYPE J_1BINDOCDX.

The J_1BINDOCDX table consists of various fields, each holding specific information or linking keys about Nota Fiscal header - Add. segment - Data data available in SAP. These include NFNET (Net Value including taxes), NFFRE (Freight value including taxes), NFINS (Insurance value including taxes), NFOTH (Expenses 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_1BINDOCDX 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
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

Key field Non-key field



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

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

How to access SAP table J_1BINDOCDX

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