/SAPSLL/PRPRFC_UI_S SAP (GTS: UI Structure for Maintaining Table /SAPSLL/PRPRFC) Structure details

Dictionary Type: Structure
Description: GTS: UI Structure for Maintaining Table /SAPSLL/PRPRFC




ABAP Code to SELECT data from /SAPSLL/PRPRFC_UI_S
Related tables to /SAPSLL/PRPRFC_UI_S
Access table /SAPSLL/PRPRFC_UI_S




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

/SAPSLL/PRPRFC_UI_S 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 "GTS: UI Structure for Maintaining Table /SAPSLL/PRPRFC" 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_/SAPSLL/PRPRFC_UI_S TYPE /SAPSLL/PRPRFC_UI_S.

The /SAPSLL/PRPRFC_UI_S table consists of various fields, each holding specific information or linking keys about GTS: UI Structure for Maintaining Table /SAPSLL/PRPRFC data available in SAP. These include GUID_PRPRFC (Primary Key as GUID in 'RAW' Format), PRVSY (Product Number), PLANTGRP (Plant Group for Feeder System Plants), PRELOGSYS (Logical system).. 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 /SAPSLL/PRPRFC_UI_S 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
GUID_PRPRFCPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
PRVSYProduct Number /SAPSLL/PRVSYCHAR40SLLPR/SAPSLL/OBJEX_PRVSY/SAPSLL/PRVSY/SAPSLL/PR
PLANTGRPPlant Group for Feeder System Plants /SAPSLL/VSOGPCHAR10Assigned to domain/SAPSLL/VSOGP
PRELOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
PLANTPlant from Feeder System /SAPSLL/WERKSCHAR4/SAPSLL/WERKS
DDATAB'Valid From' Date for SAP GTS /SAPSLL/DATABDATS8DATS/SAPSLL/DATAB
DDATBI'Valid To' Date for SAP GTS /SAPSLL/DATBIDATS8DATS/SAPSLL/DATBI
GUID_MODELGUID for Table Entry of Preference Model /SAPSLL/GUID_MODELCHAR20ALPHA/SAPSLL/GUID_MODEL
PFONARule Set for Preference Agreement /SAPSLL/PFONACHAR10Assigned to domain/SAPSLL/PFONA/SAPSLL/PFONA
DATBIDefinitive Date (Valid-To Date) /SAPSLL/RPTETDEC15SLLTS/SAPSLL/TSTMP
DATABDefinitive Date (Valid-From Time) /SAPSLL/RPTSTDEC15SLLTS/SAPSLL/TSTMP
ADCONDAdditional Condition (Maintained Manually) for Preference /SAPSLL/ADCOND_PSVCHAR14Assigned to domain/SAPSLL/ADCOND_PSV
GUID_HTSNUMPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
PRFCACTPreference Condition Active for Product /SAPSLL/PRFCACTCHAR1/SAPSLL/PRFCACT
PRFCAGRConfirm/Reject Preference Condition /SAPSLL/PRFCAGRCHAR1/SAPSLL/PRFCAGR
MODELPreference Model /SAPSLL/MODELCHAR5/SAPSLL/TLEMO/SAPSLL/MODEL/SAPSLL/MODEL

Key field Non-key field



How do I retrieve data from SAP structure /SAPSLL/PRPRFC_UI_S using ABAP code?

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

How to access SAP table /SAPSLL/PRPRFC_UI_S

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