J_1BDMEXK SAP (A/P: DME ITAU - Segment K) Structure details

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




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




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

J_1BDMEXK 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 K" 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_1BDMEXK TYPE J_1BDMEXK.

The J_1BDMEXK table consists of various fields, each holding specific information or linking keys about A/P: DME ITAU - Segment K data available in SAP. These include K02 (Lot control (for header '0000', for trailer '9999')), K03 (record type, e.g. '0' for the header), K04 (record number), K05 (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_1BDMEXK 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
K01first three digits for house bank key, e.g. '341' for Itau J_1BXH101CHAR3CHAR3
K02Lot control (for header '0000', for trailer '9999') J_1BXH102NUMC4NUM4
K03record type, e.g. '0' for the header J_1BXH103CHAR1CHAR1
K04record number J_1BXA04NUMC5NUM5
K05Segment type J_1BXA05CHAR1CHAR1
K06Transfer form (Only '0'='pay' possible for the time being) J_1BXA06CHAR1CHAR1
K07Transfer form code ('00' fpr 'pay') J_1BXA07NUMC2NUM2
K08Chamber code; fixed: '000' J_1BXA08CHAR3CHAR3
K09Vendor bank, first three digits J_1BXA09NUMC3NUM3
K10Bank name 'depositario' (vendor) J_1BXK10CHAR20CHAR20
K11Bank branch number J_1BXK11CHAR5CHAR5
K12bank branch name J_1BXK12CHAR20CHAR20
K13Branch branch address J_1BXK13CHAR25CHAR25
K14Vendor: CPF '1' or CNPJ '' ? J_1BXB07CHAR1CHAR1
K15Partner: CPF or CNPJ Number J_1BXB08NUMC14NUM14
K16AVendor bank key w/o control digit J_1BXA10NUMC5NUM5
K16Bcontrol digit J_1BXA11NUMC1NUM1
K16CVendor account number without w/o contol digit J_1BXA12NUMC12NUM12
K16Dcharacter control digit J_1BXA13CHAR1CHAR1
K16EControl digit for key AND account J_1BXA14NUMC1NUM01
K17Partner name J_1BXA15CHAR30CHAR30
K18Seu Numero J_1BXA16CHAR20CHAR20
K19Boleto number J_1BXK19CHAR20CHAR20
K20Payment date J_1BXK20CHAR6CHAR6
K21Amount in Reais J_1BXA20NUMC15NUM15
K2210 blanks J_1BFILL10CHAR10CHAR10
K23Payment advice from bank to vendor J_1BXA27CHAR1XFELD
K24Return code, blank when sending J_1BXA28CHAR10CHAR10
J_1BCRLFField with Carriage Return and Line Feed FELDCRLFRAW2HEX02

Key field Non-key field



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

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

How to access SAP table J_1BDMEXK

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