/BCV/S_QRM_UNIT_TEST_VAR SAP (General Unit Test Input Field Value Structure) Structure details

Dictionary Type: Structure
Description: General Unit Test Input Field Value Structure




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




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

/BCV/S_QRM_UNIT_TEST_VAR 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 "General Unit Test Input Field Value Structure" 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_QRM_UNIT_TEST_VAR TYPE /BCV/S_QRM_UNIT_TEST_VAR.

The /BCV/S_QRM_UNIT_TEST_VAR table consists of various fields, each holding specific information or linking keys about General Unit Test Input Field Value Structure data available in SAP. These include /BCV/CURRENCY_UNIT (Target Currency Unit), /BCV/EXCHANGE_RATE_TYPE (Exchange Rate Type), /BCV/CONVERSION_DATE (Conversion Date), INT4_1 (Integer).. 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_QRM_UNIT_TEST_VAR 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
/BCV/UNIT_OF_MEASURETarget Unit of Measure /BCV/FND_TARGET_UNITUNIT3CUNIT/BCV/FND_UNIT/BCV/ELM_UNIT
/BCV/CURRENCY_UNITTarget Currency Unit /BCV/FND_TARGET_CUKYCUKY5/BCV/FND_CUKY/BCV/ELM_CUKY
/BCV/EXCHANGE_RATE_TYPEExchange Rate Type /BCV/FND_EX_RATE_TYPECHAR4Assigned to domainKURST/BCV/ELM_EXRT
/BCV/CONVERSION_DATEConversion Date /BCV/FND_CONVERSION_DATEDATS8/BCV/FND_DATE
INT4_1Integer /BCV/FND_INT4INT410/BCV/FND_INT4
INT4_2Integer /BCV/FND_INT4INT410/BCV/FND_INT4
INT4_3Integer /BCV/FND_INT4INT410/BCV/FND_INT4
FLTP_1Floating Point Number /BCV/FND_FLTPFLTP16(16) /BCV/FND_FLTP
FLTP_2Floating Point Number /BCV/FND_FLTPFLTP16(16) /BCV/FND_FLTP
FLTP_3Floating Point Number /BCV/FND_FLTPFLTP16(16) /BCV/FND_FLTP
QUAN_1Quantity /BCV/FND_QUAN_17_3QUAN17(3) /BCV/FND_QUAN_17_3
QUAN_2Quantity /BCV/FND_QUAN_17_3QUAN17(3) /BCV/FND_QUAN_17_3
QUAN_3Quantity /BCV/FND_QUAN_17_3QUAN17(3) /BCV/FND_QUAN_17_3
UNIT_1Unit of Measure /BCV/FND_UNITUNIT3CUNIT/BCV/FND_UNIT
UNIT_2Unit of Measure /BCV/FND_UNITUNIT3CUNIT/BCV/FND_UNIT
UNIT_3Unit of Measure /BCV/FND_UNITUNIT3CUNIT/BCV/FND_UNIT
CURR_1Currency /BCV/FND_CURR_17_2CURR17(2) /BCV/FND_CURR_17_2
CURR_2Currency /BCV/FND_CURR_17_2CURR17(2) /BCV/FND_CURR_17_2
CURR_3Currency /BCV/FND_CURR_17_2CURR17(2) /BCV/FND_CURR_17_2
CUKY_1Currency Unit /BCV/FND_CUKYCUKY5/BCV/FND_CUKY
CUKY_2Currency Unit /BCV/FND_CUKYCUKY5/BCV/FND_CUKY
CUKY_3Currency Unit /BCV/FND_CUKYCUKY5/BCV/FND_CUKY
CHAR_1Character String /BCV/FND_CHAR_80CHAR80/BCV/FND_CHAR_80
CHAR_2Character String /BCV/FND_CHAR_80CHAR80/BCV/FND_CHAR_80
CHAR_3Character String /BCV/FND_CHAR_80CHAR80/BCV/FND_CHAR_80
NUMC_1Numerical Character String /BCV/FND_NUMC_40NUMC40/BCV/FND_NUMC_40
NUMC_2Numerical Character String /BCV/FND_NUMC_40NUMC40/BCV/FND_NUMC_40
NUMC_3Numerical Character String /BCV/FND_NUMC_40NUMC40/BCV/FND_NUMC_40
DATS_1Date /BCV/FND_DATEDATS8/BCV/FND_DATE
DATS_2Date /BCV/FND_DATEDATS8/BCV/FND_DATE
DATS_3Date /BCV/FND_DATEDATS8/BCV/FND_DATE
TIMS_1Time /BCV/FND_TIMETIMS6BCVTM/BCV/FND_TIME
WEEK_1Week /BCV/FND_WEEKCHAR6BCVWK/BCV/FND_WEEK
MON_1Month /BCV/FND_MONTHCHAR6BCVMN/BCV/FND_MONTH
QRT_1Quarter /BCV/FND_QUARTERCHAR5BCVQT/BCV/FND_QUARTER
FPER_1Fiscal Period /BCV/FND_FPERCHAR7BCVFP/BCV/FND_FPER
YEAR_1Year /BCV/FND_YEARCHAR4/BCV/FND_YEAR

Key field Non-key field



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

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

How to access SAP table /BCV/S_QRM_UNIT_TEST_VAR

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