J_1BDMEXB SAP (A/P: DME ITAU - Segment B) Structure details

Dictionary Type: Structure
Description: A/P: DME ITAU - Segment B




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




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

J_1BDMEXB 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 "A/P: DME ITAU - Segment B" 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_1BDMEXB TYPE J_1BDMEXB.

The J_1BDMEXB table consists of various fields, each holding specific information or linking keys about A/P: DME ITAU - Segment B data available in SAP. These include B02 (Lot control (for header '0000', for trailer '9999')), B03 (record type, e.g. '0' for the header), B04 (record number), B05 (Segment type).. 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_1BDMEXB 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
B01first three digits for house bank key, e.g. '341' for Itau J_1BXH101CHAR3CHAR3
B02Lot control (for header '0000', for trailer '9999') J_1BXH102NUMC4NUM4
B03record type, e.g. '0' for the header J_1BXH103CHAR1CHAR1
B04record number J_1BXA04NUMC5NUM5
B05Segment type J_1BXA05CHAR1CHAR1
B063 blanks J_1BFILL3CHAR3CHAR3
B07Vendor: CPF '1' or CNPJ '' ? J_1BXB07CHAR1CHAR1
B08Partner: CPF or CNPJ Number J_1BXB08NUMC14NUM14
B09Vendor street J_1BXB09CHAR30CHAR30
B10Vendor house number J_1BXB10CHAR5CHAR5
B11Address complement J_1BXB11CHAR15CHAR15
B12Quarter J_1BXB12CHAR15CHAR15
B13Vendor City J_1BXB13CHAR20CHAR20
B14Local code - main J_1BXB14NUMC5NUM5
B15Local code - complement J_1BXB15CHAR3CHAR3
B16Partner state J_1BXB16CHAR2CHAR2
B17113 blanks J_1BFIL113CHAR113CHAR113

Key field Non-key field



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

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

How to access SAP table J_1BDMEXB

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