FVSS_PROGRAM_CONTROL_FLAGS SAP (Control Flags for Internal Program Flow in FG FVSS) Structure details

Dictionary Type: Structure
Description: Control Flags for Internal Program Flow in FG FVSS




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




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

FVSS_PROGRAM_CONTROL_FLAGS 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 "Control Flags for Internal Program Flow in FG FVSS" 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_FVSS_PROGRAM_CONTROL_FLAGS TYPE FVSS_PROGRAM_CONTROL_FLAGS.

The FVSS_PROGRAM_CONTROL_FLAGS table consists of various fields, each holding specific information or linking keys about Control Flags for Internal Program Flow in FG FVSS data available in SAP. These include FLAG_READ_PLAN_BST (Read planned data for position determination), FLAG_SEL_VIA_SEKIDX (Read via secondary index), FLAG_FILL_SEK_INDEX (Fill secondary index), FLAG_PER_ABGRENZUNG (Accruals/deferrals).. 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 FVSS_PROGRAM_CONTROL_FLAGS 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
FLAG_READ_PLAN_BWGRead planned data for valuation procedure FLAG_READ_PLAN_BWGCHAR1Assigned to domainCHARACTER1
FLAG_READ_PLAN_BSTRead planned data for position determination FLAG_READ_PLAN_BSTCHAR1Assigned to domainCHARACTER1
FLAG_SEL_VIA_SEKIDXRead via secondary index FLAG_SEL_VIA_SEKIDXCHAR1JANE
FLAG_FILL_SEK_INDEXFill secondary index FLAG_FILL_SEK_INDEXCHAR1JANE
FLAG_PER_ABGRENZUNGAccruals/deferrals FLAG_PER_ABGRENZUNGCHAR1JANE
FLAG_STICH_ABGRENZUNGKey date accrual/deferral (interest receivable) FLAG_STICH_ABGRENZUNGCHAR1JANE
FLAG_SPERR_POSITIONENFill blocked items FLAG_SPERR_POSITIONENCHAR1JANE
FLAG_READ_KURSRead and determine prices and values FLAG_READ_KURSCHAR1JANE
FLAG_KURSART_ONLINEFlag for controlling price type - online/offline FLAG_KURSART_ONLINECHAR1JANE
FLAG_SIM_VALSimulated valuation FLAG_SIM_VALCHAR1JANE
FLAG_WERTAUFHOLUNGCalculate reinstated original value FLAG_WERTAUFHOLUNGCHAR1JANE

Key field Non-key field



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

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

How to access SAP table FVSS_PROGRAM_CONTROL_FLAGS

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