J_1BNFLIN_ADD SAP (Nota Fiscal Item Additional Fields) Structure details

Dictionary Type: Structure
Description: Nota Fiscal Item Additional Fields




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




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

J_1BNFLIN_ADD 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 Item Additional Fields" 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_1BNFLIN_ADD TYPE J_1BNFLIN_ADD.

The J_1BNFLIN_ADD table consists of various fields, each holding specific information or linking keys about Nota Fiscal Item Additional Fields data available in SAP. These include XPED (Purchase Order Number), NITEMPED (Purchase Order Item), MODBC (ICMS Tax Base Determination Modality), MODBCST (ICMS Sub Trib Tax Base Determination Modality).. 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_1BNFLIN_ADD 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
CEANInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
XPEDPurchase Order Number J_1B_PURCH_ORDER_EXTCHAR15CHAR15
NITEMPEDPurchase Order Item J_1B_PURCH_ORD_ITEM_EXTCHAR6CHAR6
MODBCICMS Tax Base Determination Modality J_1B_ICMS_BASE_DETCHAR1J_1B_ICMS_BASE_DET
MODBCSTICMS Sub Trib Tax Base Determination Modality J_1B_ICST_BASE_DETCHAR1J_1B_ICST_BASE_DET
MOTDESICMSICMS Exemption Reason J_1B_ICMS_EXEM_REASONCHAR1J_1B_ICMS_EXEM_REASON
CLENQIPI Classification for Tobacco Products and Beverages J_1B_IPI_CLASS_TBC_BEVCHAR5CHAR5
CSELOIPI Control Seal Code J_1B_IPI_CONTR_SEAL_CODECHAR10CHAR10
QSELOIPI Quantity of Control Seal J_1B_IPI_CONTR_SEAL_QUANDEC12DEC12
CENQIPI Legal Classification Code J_1B_IPI_LEGAL_CLASS_CODECHAR3CHAR3
NUM_ITEMExternal Item Number J_1B_EXT_ITEM_NUMNUMC3NUMC3
IND_MOVPhysical Movement of Materials J_1B_PHYS_MOVE_MATCHAR1J_1B_PHYS_MOVE_MAT
COD_CTAG/L Account Number for Revenue/Expenses J_1B_GL_ACCOUNTCHAR10Assigned to domainALPHASAKNR

Key field Non-key field



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

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

How to access SAP table J_1BNFLIN_ADD

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