J_1BDMEXJ SAP (A/P: DME ITAU - Segment J) Structure details

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




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




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

J_1BDMEXJ 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 J" 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_1BDMEXJ TYPE J_1BDMEXJ.

The J_1BDMEXJ table consists of various fields, each holding specific information or linking keys about A/P: DME ITAU - Segment J data available in SAP. These include J02 (Lot control (for header '0000', for trailer '9999')), J03 (record type, e.g. '0' for the header), J04 (record number), J05 (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_1BDMEXJ 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
J01first three digits for house bank key, e.g. '341' for Itau J_1BXH101CHAR3CHAR3
J02Lot control (for header '0000', for trailer '9999') J_1BXH102NUMC4NUM4
J03record type, e.g. '0' for the header J_1BXH103CHAR1CHAR1
J04record number J_1BXA04NUMC5NUM5
J05Segment type J_1BXA05CHAR1CHAR1
J06Tipo de movimento J_1BXJ6NUMC3NUM3
J07Vendor bank, first three digits J_1BXA09NUMC3NUM3
J08Currency code, should be always 9 J_1BXJ8NUMC1NUM1
J09Bar code control digit J_1BXL24NUMC1NUM1
J10Net amount on bar code J_1BXJ10NUMC14NUM14
J11Mixture of several informations on bar code J_1BXL23NUMC25J_1BNUMC25
J12Partner name J_1BXA15CHAR30CHAR30
J13Due date, format DDMMYYYY J_1BDUE2CHAR8CHAR8
J14Nominal value J_1BXL16NUMC15NUM15
J15Discount J_1BXL18NUMC15NUM15
J16Interest rates, always zero J_1BXL19NUMC15NUM15
J17Value date, format DDMMYYYY J_1BVAL2CHAR8CHAR8
J18Amount in Reais J_1BXA20NUMC15NUM15
J19Fines, always zero J_1BXL20NUMC15NUM15
J20Seu Numero J_1BXA16CHAR20CHAR20
J2113 blanks J_1BFILL13CHAR13CHAR13
J22Nosso Numero J_1BXJ15CHAR15CHAR15
J23Return code, blank when sending J_1BXA28CHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table J_1BDMEXJ

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