J_1BDMEAH SAP (A/P: DME Bradesco - FILE HEADER) Structure details

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




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




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

J_1BDMEAH 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 Bradesco - 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_1BDMEAH TYPE J_1BDMEAH.

The J_1BDMEAH table consists of various fields, each holding specific information or linking keys about A/P: DME Bradesco - FILE HEADER data available in SAP. These include H02 (Company number at bank), H03 (Company: CPF ('1') or CNPJ ('2') ?), H04 (CPF or CNPJ), H05 (Company name).. 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_1BDMEAH 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
H01record type, e.g. '0' for the header J_1BXH103CHAR1CHAR1
H02Company number at bank J_1BAH02NUMC8NUM8
H03Company: CPF ('1') or CNPJ ('2') ? J_1BXH105CHAR1CHAR1
H04CPF or CNPJ J_1BAH04NUMC15NUM15
H05Company name J_1BAH05CHAR40CHAR40
H06Service type, fixed '20' for the time being J_1BXH205NUMC2J_1BNUM2
H07sending ('1') or receiving ('2') ? J_1BXH116CHAR1CHAR1
H08File Number (Internal or External) J_1BAH08NUMC5NUM5
H09File Number (Internal or External) J_1BAH08NUMC5NUM5
H10File creation date J_1BAH10DATS8DATUM
H11Time of file generation J_1BXH118CHAR6CHAR6
H12Density, not used, 5 blanks J_1BXH121NUMC5NUM05
H133 blanks J_1BFILL3CHAR3CHAR3
H145 blanks J_1BFILL5CHAR5CHAR5
H15Processing type, not used J_1BAH15NUMC1NUM1
H16Reserve 1, not used J_1BAH16CHAR74CHAR74
H17Reserve 2, not used J_1BAH17CHAR80CHAR80
H18Reserve 3, not used J_1BAH18CHAR234J_1BC234
H19Record number in file, '000001' for Header J_1BYH13NUMC6NUM6

Key field Non-key field



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

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

How to access SAP table J_1BDMEAH

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