EHPRCS_BOMBOS_TRANSFER SAP (BOMBOS transfer details) Structure details

Dictionary Type: Structure
Description: BOMBOS transfer details




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




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

EHPRCS_BOMBOS_TRANSFER 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 "BOMBOS transfer details" 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_EHPRCS_BOMBOS_TRANSFER TYPE EHPRCS_BOMBOS_TRANSFER.

The EHPRCS_BOMBOS_TRANSFER table consists of various fields, each holding specific information or linking keys about BOMBOS transfer details data available in SAP. These include TRANSFER_IND (Transfer Indicator for BOM), REQUESTED_IND (Requested Indicator for BOM), BOM_STATUS (BOM Status), TRANSFER_STATUS (BOM Transfer Status).. 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 EHPRCS_BOMBOS_TRANSFER 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
GUIDGlobally Unique Identifier GUIDRAW16
TRANSFER_INDTransfer Indicator for BOM EHPRC_BOM_TRANSFER_INDCHAR1EHFND_INDICATOR
REQUESTED_INDRequested Indicator for BOM EHPRC_BOM_REQUESTED_INDCHAR1EHFND_INDICATOR
BOM_STATUSBOM Status EHPRC_BOM_STATUSNUMC2NUMC2
TRANSFER_STATUSBOM Transfer Status EHPRC_COD_BOM_TRANSFER_STATUSCHAR2EHPRC_COD_BOM_TRANSFER_STATUS
TRANSFER_DATEBOM Transfer Date EHPRC_COD_BOM_TRANSFER_DATEDATS8DATLOEHFND_DATE
LCHNG_ONBOM Change Date EHPRC_COD_BOM_CHG_DATEDATS8DATLOEHFND_DATE
BOMNOBOM Number EHPRC_BOM_NOCHAR8NUMCVSTNUM
VALID_FROMBOM Valid From Date EHPRC_COD_BOM_VAL_DATEDATS8DATLOEHFND_DATE
VALID_TOBOM Valid to date EHPRC_COD_BOM_VAL_TO_DATEDATS8DATS
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
LCHNG_BYBOM Changed By EHPRC_BOM_TRANSFER_AENAMCHAR12UNAME
SHOW_LOGBOM Transfer Protocol EHPRC_BOM_TRANFER_PROTOCOLCHAR80EHFND_DESCRIPTION_M
USAGE_DESCBOM Usage EHPRC_BOM_USAGE_DESCCHAR40TEXT40
BOM_STATUS_DESCBOM Status Description EHPRC_BOM_STATUS_DESCCHAR40TEXT40
BOM_USAGEBOM Usage EHPRC_BOM_USAGECHAR1Assigned to domainSTLAN
PLANTBOM Plant EHPRC_BOM_PLANTCHAR4Assigned to domainWERKS
ALTERNATIVEBOM Alternative EHPRC_BOM_ALTERNATIVECHAR2ALPHAALTNR
TRANSFER_POSSIBLE_INDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
BOM_CREA_DATEBOM Creation Date EHPRC_COD_BOM_CRE_DATEDATS8DATLOEHFND_DATE
TRANSF_DATE_STRBOM Transfer Date EHPRC_BOM_TRANSFER_DATE_CCHAR20TEXT20
CHNG_ON_DATE_STRBOM Change Date EHPRC_BOM_CHNG_ON_DATE_CCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table EHPRCS_BOMBOS_TRANSFER

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