SITAGCYCOSTTPSELVALUES SAP (Selection Conditions for Open Item Selection) Structure details

Dictionary Type: Structure
Description: Selection Conditions for Open Item Selection




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




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

SITAGCYCOSTTPSELVALUES 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 "Selection Conditions for Open Item Selection" 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_SITAGCYCOSTTPSELVALUES TYPE SITAGCYCOSTTPSELVALUES.

The SITAGCYCOSTTPSELVALUES table consists of various fields, each holding specific information or linking keys about Selection Conditions for Open Item Selection data available in SAP. These include DATE_TO (Date), ORGDESCR (), ORGUNIT (), PLVAR (Plan Version).. 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 SITAGCYCOSTTPSELVALUES 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
DATE_FROMDate DATUMDATS8DATUM
DATE_TODate DATUMDATS8DATUM
ORGDESCR 0
ORGUNIT 0
PLVARPlan Version PLVARCHAR2PLVARPOP
OTYPEObject Type OTYPECHAR2OTYPEPOT
OBJIDObject ID PD_OBJID_RNUMC8NUM08PON
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
ISTATPlanning Status ISTAT_DCHAR1ISTATPST
HISTOHistorical Record Flag HISTOCHAR1CHAR1
SHORTObject Abbreviation SHORT_DCHAR12TEXT12
STEXTObject Name STEXTCHAR40TEXT40
REALOExtended Object ID REALOCHAR45CHAR45
DIMABROKER 0
CLIENTClient MANDTCLNT3MANDT
INSOBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20ALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
PARTNERBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
PAYPERFS-CD: Reporting Interval for Broker Data BROK_NOTE_PER_MDCHAR1COPER_KK
PERPOSFS-CD: Item Within a Reporting Interval BROK_PER_POS_MDCHAR1PERPOS_SC
PEROFFFS-CD: Shift for Period Item in Days BROK_PER_OFF_MDDEC3PEROFF_SC
XCOINS_ACTFS-CD: Flag: Broker Transfers Coinsurance Shares XCOINS_ACT_BROK_MDCHAR1XFELD
POSCAT_01Category for Broker Report XPOSCAT_VKCHAR1XFELD
POSCAT_02Category for Broker Report XPOSCAT_VKCHAR1XFELD
POSCAT_03Category for Broker Report XPOSCAT_VKCHAR1XFELD
POSCAT_04Category for Broker Report XPOSCAT_VKCHAR1XFELD
POSCAT_05Category for Broker Report XPOSCAT_VKCHAR1XFELD
BROSTMTYPFS-CD: Broker Report Category BROSTMTYP_MDCHAR2BROSTMTYP_MD
INSOBJ_COMMIO: Identification for a Broker Commission Contract INSOBJECT_COMM_MDCHAR20ALPHAINSOBJECT_MDINSOBJECT
CLARIFACCSubledger Clarification Account for Broker CLARIFACC_BROCHAR12ALPHAVKONT_KKKTOFKKVKP_F4
XPOST_AFTER_PYMFS-CD: Only Post Broker Report After Payment Receipt XPOST_AFTER_PYM_MDCHAR1XFELD
GRACE_PERIODFS-CD: Period for Posting with Shifted Due Date GRACE_PERIOD_MDCHAR1GRACE_PERIOD_MD
GRACE_VALUEFS-CD: No. of Periods for Posting with Shifted Due Date GRACE_VALUE_MDNUMC3GRACE_VALUE_MD
PROC_CODEType of Web Broker BROKREP_PROC_CODE_BROCHAR3BROKREP_PROC_CODE_BRO
AGENCYDETAIL 0
AGENCYTYPEKey for Agency Category in Agency Collections AGTYPE_ITAGCYCHAR2AGTYPE_ITAGCY
XNETPRINCFlag: Report Using Net Principle XNETPRINC_ITAGCYCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SITAGCYCOSTTPSELVALUES

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