J_1BNFDOC_ADD SAP (Nota Fiscal Header Additional Fields) Structure details

Dictionary Type: Structure
Description: Nota Fiscal Header Additional Fields




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




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

J_1BNFDOC_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 Header 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_1BNFDOC_ADD TYPE J_1BNFDOC_ADD.

The J_1BNFDOC_ADD table consists of various fields, each holding specific information or linking keys about Nota Fiscal Header Additional Fields data available in SAP. These include INDPAG (Payment Form Indicator), DSAIENT (Goods Departure or Arrival Date), HSAIENT (Goods Departure or Arrival Time), CNPJ_BUPLA (CNPJ Number of Business Place).. 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_1BNFDOC_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
NATOPOperation Nature Description J_1B_OP_NATURE_DESCCHAR60TEXT60
INDPAGPayment Form Indicator J_1B_PAY_FORM_INDCHAR1J_1B_PAY_FORM_IND
DSAIENTGoods Departure or Arrival Date J_1B_DEP_ARR_DATEDATS8DATUM
HSAIENTGoods Departure or Arrival Time J_1B_DEP_ARR_TIMETIMS6UZEIT
CNPJ_BUPLACNPJ Number of Business Place J_1B_CNPJ_BUPLANUMC14CGCBRJ_1BCGC
IE_BUPLAState Tax Number (IE) of Business Place J_1B_STAINS_BUPLACHAR18J_1BSTAINS
IEST_BUPLAState Tax Number (IE) of Business Place (SubTrib) J_1B_STAIST_BUPLACHAR18J_1BSTAINS
IEST_PARTNERState Tax Number of Partner (SubTrib) J_1B_STAIST_PARTNERCHAR18J_1BSTAINS
IM_BUPLAMunicipal tax code J_1B_MUNINS_BUPLACHAR20J_1BMUNINS
CNAE_BUPLACNAE Code of Business Place J_1B_CNAE_BUPLACHAR7CHAR7
CNAE_PARTNERCNAE Code of Partner J_1B_CNAE_PARTNERCHAR7CHAR7
CRT_BUPLATax Regimen Code (CRT) of Business Place J_1B_CRT_BUPLACHAR1J_1BCRTN
CRT_PARTNERTax Regimen Code (CRT) of Partner J_1B_CRT_PARTNERCHAR1J_1BCRTN
ISUFSUFRAMA Subscription of Partner J_1B_SUFRAMA_CODECHAR9J_1BSUFRAMA
MODFRETEFreight Mode J_1B_FREIGHT_MODECHAR1J_1B_FREIGHT_MODE
PLACAVehicle License Plate J_1B_VEHICLE_LIC_PLCHAR7CHAR7
UF1Region of Vehicle J_1B_VEHICLE_UFCHAR3T005SREGIO
RNTCNational Cargo Carrier Registration (RNTRC) J_1B_NAT_CARGO_CARRIERCHAR20CHAR20
VAGAOWagon Identification J_1B_WAGON_IDCHAR20CHAR20
BALSAFerryboat Identification J_1B_FERRYBOAD_IDCHAR20CHAR20
NFATInvoice Number J_1B_BILLING_NUMBERCHAR20CHAR20
VORIGInvoice Original Value J_1B_BILLING_ORG_VALUECURR15(2) WERT15
VDESCInvoice Discount Value J_1B_DISCOUNT_VALUECURR15(2) WERT15
VLIQInvoice Net Value J_1B_BILLING_NET_VALUECURR15(2) WERT15
UFEMBARQRegion of Shipment Place (Export) J_1B_SHIPMENT_PLACE_UFCHAR3T005SREGIO
XLOCEMBARQShipment Place (Export) J_1B_SHIPMENT_PLACECHAR60CHAR60
XNEMPCommitment Note J_1B_COMMITMENT_NOTECHAR22CHAR22
SPRAS_BUPLALanguage of Business Place J_1B_SPRAS_BUPLACHAR1CHAR1
IND_EMITIndicator of Fiscal Document's Issuer J_1B_FISC_DOC_ISSUERCHAR1J_1B_FISC_DOC_ISSUER
COD_SITStatus Code of Fiscal Document J_1B_STATUS_FISC_DOCCHAR2J_1B_STATUS_FISC_DOC

Key field Non-key field



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

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

How to access SAP table J_1BNFDOC_ADD

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