/BCV/S_SIN_BAPIMATDOA SAP (Material Get Detail - Material Data at Client Level) Structure details

Dictionary Type: Structure
Description: Material Get Detail - Material Data at Client Level




ABAP Code to SELECT data from /BCV/S_SIN_BAPIMATDOA
Related tables to /BCV/S_SIN_BAPIMATDOA
Access table /BCV/S_SIN_BAPIMATDOA




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

/BCV/S_SIN_BAPIMATDOA 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 "Material Get Detail - Material Data at Client Level" 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_/BCV/S_SIN_BAPIMATDOA TYPE /BCV/S_SIN_BAPIMATDOA.

The /BCV/S_SIN_BAPIMATDOA table consists of various fields, each holding specific information or linking keys about Material Get Detail - Material Data at Client Level data available in SAP. These include OLD_MAT_NO (char018), MATL_TYPE (char004), IND_SECTOR (char001), DIVISION (char002).. 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 /BCV/S_SIN_BAPIMATDOA 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
MATL_DESCchar040 /BCV/SIN_CHAR040CHAR40
OLD_MAT_NOchar018 /BCV/SIN_CHAR018CHAR18
MATL_TYPEchar004 /BCV/SIN_CHAR004CHAR4
IND_SECTORchar001 /BCV/SIN_CHAR001CHAR1
DIVISIONchar002 /BCV/SIN_CHAR002CHAR2
MATL_GROUPchar009 /BCV/SIN_CHAR009CHAR9
PROD_HIERchar018 /BCV/SIN_CHAR018CHAR18
BASIC_MATLchar014 /BCV/SIN_CHAR014CHAR14
STD_DESCRchar018 /BCV/SIN_CHAR018CHAR18
LAB_DESIGNchar003 /BCV/SIN_CHAR003CHAR3
PROD_MEMOchar018 /BCV/SIN_CHAR018CHAR18
PAGEFORMATchar004 /BCV/SIN_CHAR004CHAR4
CONTAINERchar002 /BCV/SIN_CHAR002CHAR2
STOR_CONDSchar002 /BCV/SIN_CHAR002CHAR2
TEMP_CONDSchar002 /BCV/SIN_CHAR002CHAR2
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
EAN_UPCchar018 /BCV/SIN_CHAR018CHAR18
EAN_CATchar002 /BCV/SIN_CHAR002CHAR2
SIZE_DIMchar032 /BCV/SIN_CHAR032CHAR32
GROSS_WT Cross-Weight0
NET_WEIGHT Netto-Weight0
UNIT_OF_WTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VOLUME Volume0
VOLUMEUNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LENGTH LENGTH0
WIDTH WIDTH0
HEIGHT HEIGHT0
UNIT_DIMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MANU_MATchar040 /BCV/SIN_CHAR040CHAR40
MFR_NOchar010 /BCV/SIN_CHAR010CHAR10
BASE_UOM_ISOchar003 /BCV/SIN_CHAR003CHAR3
UNIT_OF_WT_ISOchar003 /BCV/SIN_CHAR003CHAR3
VOLUMEUNIT_ISOchar003 /BCV/SIN_CHAR003CHAR3
UNIT_DIM_ISOchar003 /BCV/SIN_CHAR003CHAR3
CREATED_ONField of type DATS DATSDATS8DATS
CREATED_BYchar012 /BCV/SIN_CHAR012CHAR12
LAST_CHNGEField of type DATS DATSDATS8DATS
CHANGED_BYchar012 /BCV/SIN_CHAR012CHAR12
MATL_CATchar002 /BCV/SIN_CHAR002CHAR2
EMPTIESBOMchar001 /BCV/SIN_CHAR001CHAR1
BASIC_MATL_NEWchar048 /BCV/SIN_CHAR048CHAR48

Key field Non-key field



How do I retrieve data from SAP structure /BCV/S_SIN_BAPIMATDOA using ABAP code?

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

How to access SAP table /BCV/S_SIN_BAPIMATDOA

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