PPFSBCSTE SAP (Structure for Transmission Medium -Template Class) Structure details

Dictionary Type: Structure
Description: Structure for Transmission Medium -Template Class




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




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

PPFSBCSTE 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 "Structure for Transmission Medium -Template Class" 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_PPFSBCSTE TYPE PPFSBCSTE.

The PPFSBCSTE table consists of various fields, each holding specific information or linking keys about Structure for Transmission Medium -Template Class data available in SAP. These include CUSTOB_CLS (Globally Unique Identifier), CUSTOB_OID (Globally Unique Identifier), NEXT_CLS (Globally Unique Identifier), NEXT_OID (Globally Unique Identifier).. 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: Not classified


SAP PPFSBCSTE 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
GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
CUSTOB_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID
CUSTOB_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
NEXT_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID
NEXT_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
INVALIDSingle-Character Indicator CHAR1CHAR1CHAR1
ARCHVMODEArchive Mode for External Sending PPFDBCSARCCHAR1PPFDBCSARC
SMARTFORMSmart Forms: Form Name TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
FLTVAL_SFFilter Value for BADI DOC_PERSONALIZE_BCS BCSDFLTVALCHAR30BCST_FLTVLBCSDFLTVAL
COVER_PAGESmart Forms: Form Name TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
FLTVAL_COVFilter Value for BADI DOC_PERSONALIZE_BCS BCSDFLTVALCHAR30Assigned to domainBCSDFLTVAL
USECUSTDATSingle-Character Indicator CHAR1CHAR1CHAR1
COMMTYPECommunication Method for 'External Communication' BCSDCOMTYPCHAR3BCSDCOMTYP
SFMAINDOCSmart Form as Main Document PPFDSFMAINCHAR1PPFDSFMAIN
DEPARTMENTSpool Department Name SYPRABTCHAR12SYCHAR12K
COVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
COVERTEXTSpool Description SYPRTXTCHAR68SYCHAR68K
AUTHORIZTNPrint: Authorization SYPRBERCHAR12SYCHAR12SAU
DEVICESpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
SPOOLNAMESpool request: Name RSPO0NAMECHAR6CHAR6
SUFFIX1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
SUFFIX2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
PRNTIMMEDImmediate Spool Print SYPRIMMCHAR1SYCHAR01
DELSPOOLImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
COPIESNumber of Identical Copies TDCOPIESNUMC3TDCOPIES
NEWSPOOLNew Spool Request SYPRNEWCHAR1SYCHAR01
TDGROUPGrouping Copies TDGROUPCHAR1TDGROUP
RECIPIENTSpool Recipient Name SYPRRECCHAR12SYCHAR12
SEND_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
SEND_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID
PERSTYPEType of Possible Personalization of a Document BCS_PERSCHAR1BCSD_PERS
USEPRNTDETUse Dynamic Printer Determination PPFDUSEPDTCHAR1PPFDUSEPDT
FORMTYPEForm Formatting Type FPTOOLTYPECHAR1FPTOOLTYPE
COVERTYPEForm Formatting Type FPTOOLTYPECHAR1FPTOOLTYPE

Key field Non-key field



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

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

How to access SAP table PPFSBCSTE

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