J_1BDMEXH1 SAP (A/P: DME ITAU - FILE HEADER) Structure details

Dictionary Type: Structure
Description: A/P: DME ITAU - FILE HEADER




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




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

J_1BDMEXH1 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 - FILE HEADER" 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_1BDMEXH1 TYPE J_1BDMEXH1.

The J_1BDMEXH1 table consists of various fields, each holding specific information or linking keys about A/P: DME ITAU - FILE HEADER data available in SAP. These include H102 (Lot control (for header '0000', for trailer '9999')), H103 (record type, e.g. '0' for the header), H104 (9 blanks), H105 (Company: CPF ('1') or CNPJ ('2') ?).. 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_1BDMEXH1 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
H101first three digits for house bank key, e.g. '341' for Itau J_1BXH101CHAR3CHAR3
H102Lot control (for header '0000', for trailer '9999') J_1BXH102NUMC4NUM4
H103record type, e.g. '0' for the header J_1BXH103CHAR1CHAR1
H1049 blanks J_1BFILL9CHAR9CHAR9
H105Company: CPF ('1') or CNPJ ('2') ? J_1BXH105CHAR1CHAR1
H106Company: CPF or CNPJ Number J_1BXH106NUMC14NUM14
H10720 blanks J_1BXH107CHAR20J_1BCHAR20
H108Our bank key w/o control digit J_1BXH108NUMC5NUM5
H109Bank key control digit J_1BXH109CHAR1CHAR1
H110Our account number w/o control digit J_1BXH110NUMC12NUM12
H111Account control digit J_1BXH111CHAR1CHAR1
H112Account control digit J_1BXH111CHAR1CHAR1
H113Our company name J_1BXH113CHAR30CHAR30
H114Name of our bank J_1BXH114CHAR30CHAR30
H11510 blanks J_1BFILL10CHAR10CHAR10
H116sending ('1') or receiving ('2') ? J_1BXH116CHAR1CHAR1
H117Date of file generation J_1BXH117CHAR8CHAR8
H118Time of file generation J_1BXH118CHAR6CHAR6
H1199 Zeroes NUM9NUMC9NUM9
H120Internal pointer NUM5NUMC5NUM5
H12169 characters CHAR69CHAR69CHAR69

Key field Non-key field



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

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

How to access SAP table J_1BDMEXH1

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