J_1BNF_BADI_HEADER SAP (Additional Header Fields) Structure details

Dictionary Type: Structure
Description: Additional Header Fields




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




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

J_1BNF_BADI_HEADER 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 "Additional Header 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_1BNF_BADI_HEADER TYPE J_1BNF_BADI_HEADER.

The J_1BNF_BADI_HEADER table consists of various fields, each holding specific information or linking keys about Additional Header Fields data available in SAP. These include DSAIENT (Goods Departure or Arrival Date), HSAIENT (Goods Departure or Arrival Time), CNAE_BUPLA (CNAE Code of Business Place), ISUF (SUFRAMA Subscription of Partner).. 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 (Deep)


SAP J_1BNF_BADI_HEADER 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
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
CNAE_BUPLACNAE Code of Business Place J_1B_CNAE_BUPLACHAR7CHAR7
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_UFCHAR3Assigned to domainREGIO
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
INFADFISCO Additional Information Concerning to the Authorities0
INFCPL Complementary Information Concerning to the company0
UFEMBARQRegion of Shipment Place (Export) J_1B_SHIPMENT_PLACE_UFCHAR3Assigned to domainREGIO
XLOCEMBARQShipment Place (Export) J_1B_SHIPMENT_PLACECHAR60CHAR60
XNEMPCommitment Note J_1B_COMMITMENT_NOTECHAR22CHAR22
SAFRAHarvest Identification J_1B_HARVEST_IDCHAR9CHAR9
REF_MONTH_YEARReference Month and Year J_1B_REF_MONTH_YEARCHAR7CHAR7
QTOTMESSugar Cane: Month Quantity J_1B_SUGAR_QUAN_MONTHDEC21(10)
QTOTANTSugar Cane: Previous Quantity J_1B_SUGAR_QUAN_PREVDEC21(10)
QTOTGERSugar Cane: Total Quantity J_1B_SUGAR_QUAN_TOTDEC21(10)
VFORSugar Cane: Supply Amount J_1B_SUPPLIES_VALUECURR15(2) WERT15
VTOTDEDSugar Cane: Total Deduction Amount J_1B_TOTAL_DEDUCT_VALUECURR15(2) WERT15
VLIQFORSugar Cane: Supply Net Amount J_1B_SUPPLIES_NET_VALUECURR15(2) WERT15

Key field Non-key field



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

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

How to access SAP table J_1BNF_BADI_HEADER

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