SFPPDFDOCCTRL SAP (Monitoring Information for PDF Object) Structure details

Dictionary Type: Structure
Description: Monitoring Information for PDF Object




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




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

SFPPDFDOCCTRL 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 "Monitoring Information for PDF Object" 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_SFPPDFDOCCTRL TYPE SFPPDFDOCCTRL.

The SFPPDFDOCCTRL table consists of various fields, each holding specific information or linking keys about Monitoring Information for PDF Object data available in SAP. These include REQPDF (Request PDF), REQPDL (Request PDL), REQDATA (Request Data), REQSETDATA (Set Data Request).. 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 (Deep)


SAP SFPPDFDOCCTRL 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
JOB Task0
REQPDF Request PDF0
REQPDL Request PDL0
REQDATA Request Data0
REQSETDATA Set Data Request0
REQGETCERT Request for Certificate0
REQGETSIG Get Request Signatures0
REQGETLWARN Get Warning Request0
REQCONVERT Request Conversion from PDF to PDL0
REQLISTATT Request for List of File Attachments0
REQATTACH Request for Attachment Extraction0
REQSETATT Request to Set File Attachment0
REQREVCOPY Request Copy for Review0
REQVERSION Request Version Information0
REQXDPCOPY Request Copy for Template (New GUID)0
REQSETSIG Request Server-Side Signature0
REQSETCERT Request Server-Side Certification0
REQHASH Request for Hash Value Calculation0
REQSCHEMA Request for Template Schema0
REQANNOT Request for Comment Extraction0
REQSETANN Request to Set Comments0
REQDIFF Request for Differences Between Versions0
REQCACHEINFO Request Cache Information0
REQLISTUPD Request List of Template Updates0
REQUPDATE Request Template Update0
REQMETA 'Get Metadata' Request0
REQJOBPROFS Job Profile Request0
REQLICENSEINFO License Information Request0
REQCLTCACHE Request Deletion of Template Cache0
REQCLPDFCACHE Request PDF Cache Deletion0
REQSELFTEST Self-Test Request0
REQLISTXDCS Request List of Printer Type Configurations0
REQGETXDC Request for Getting Printer Type Configuration0
REQSETXDC Request for Setting Printer Type Configuration0
RESERVED5 Reserved0
REQUPDXDC Request: Update Printer Type Configuration0
REQDELXDC Request for Deletion of Printer Type Configuration0
RESERVED1 Reserved0
RESERVED2 Reserved0
RESERVED3 Reserved0
RESERVED4 Reserved0
RESERVED5 Reserved0

Key field Non-key field



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

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

How to access SAP table SFPPDFDOCCTRL

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