BAPI1062_HEADER_CREATE SAP (Header Data of External Securities Account Statement) Structure details

Dictionary Type: Structure
Description: Header Data of External Securities Account Statement




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




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

BAPI1062_HEADER_CREATE 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 "Header Data of External Securities Account Statement" 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_BAPI1062_HEADER_CREATE TYPE BAPI1062_HEADER_CREATE.

The BAPI1062_HEADER_CREATE table consists of various fields, each holding specific information or linking keys about Header Data of External Securities Account Statement data available in SAP. These include SECURITY_ACCOUNT (Securities Account), SECACC_DEPO_BANK (Depository Bank), SECACC_NUMBER (Securities account no.), POSITION_DATE (Key Date in External Securities Account Statement).. 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: Cannot Be Enhanced


SAP BAPI1062_HEADER_CREATE 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
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SECURITY_ACCOUNTSecurities Account VRLDEPOCHAR10TWD01RLDEPODEP
SECACC_DEPO_BANKDepository Bank RDEPOTBANKCHAR10Assigned to domainALPHABU_PARTNER
SECACC_NUMBERSecurities account no. ABNKRCHAR15ABNKR
POSITION_DATEKey Date in External Securities Account Statement TPM_RECON_POSITION_DATEDATS8TPM_POSITION_DATE
STATUSStatus of External Securities Account Statement TPM_RECON_STATUSCHAR5Assigned to domainTPM_RECON_STATUSTRSF4_RECON_STATUS
HEADER_REC_NAMEExternal Position Name TPM_RECON_RECORD_NAMECHAR15TRSC_RECON_RDTPM_RECON_RECORD_NAMETRSF4_RECON_RECORD_DESCRIPTION
HEADER_TEXTName of External Securities Account Statement TPM_RECON_TEXTCHAR50TPM_RECON_TEXT
FILE_NAMEOriginal File for External Securities Account Statement TPM_RECON_FILECHAR128LOCALFILE
GROUPIDGrouping of External Securities Account Statements TPM_RECON_GROUPCHAR18
EXTREF1External Reference 1 TPM_RECON_EXTERNAL_REF1CHAR20
EXTREF2External Reference 2 TPM_RECON_EXTERNAL_REF2CHAR20
EXT_SEC_ACC_NOExternal Securities Account ID TPM_RECON_SWIFT_SEC_ACC_NOCHAR35TPM_RECON_SWIFT_SEC_ACC_NO
DATE_CATDate Category for Position Value Calculation TPM_DATE_CATCHAR1TPM_DATE_CAT

Key field Non-key field



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

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

How to access SAP table BAPI1062_HEADER_CREATE

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