RECP_SF_SUMMARY SAP (Summary of Results of Output Activity) Structure details

Dictionary Type: Structure
Description: Summary of Results of Output Activity




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




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

RECP_SF_SUMMARY 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 "Summary of Results of Output Activity" 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_RECP_SF_SUMMARY TYPE RECP_SF_SUMMARY.

The RECP_SF_SUMMARY table consists of various fields, each holding specific information or linking keys about Summary of Results of Output Activity data available in SAP. These include RESDOCCOUNTSUCC (Number of Successfully Issued Documents), RESDOCCOUNTCANC (Number of Documents Not Issued), RESDOCCOUNTPRN (No. of Documents with Output Type Printer), RESDOCCOUNTMAIL (Number of Documents with Output Type E-Mail).. 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 RECP_SF_SUMMARY 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
RESDOCCOUNTNumber of Documents Issued RECPRESDOCCOUNTINT410INT4
RESDOCCOUNTSUCCNumber of Successfully Issued Documents RECPRESDOCCOUNTSUCCINT410INT4
RESDOCCOUNTCANCNumber of Documents Not Issued RECPRESDOCCOUNTCANCINT410INT4
RESDOCCOUNTPRNNo. of Documents with Output Type Printer RECPRESDOCCOUNTPRNINT410INT4
RESDOCCOUNTMAILNumber of Documents with Output Type E-Mail RECPRESDOCCOUNTMAILINT410INT4
RESDOCCOUNTFAXNumber of Documents with Output Type Fax RECPRESDOCCOUNTFAXINT410INT4
RESPAGECOUNTNumber of Pages Output RECPRESPAGECOUNTINT410INT4
RESSPOOLIDCOUNTNumber of Spool Orders Created RECPRESSPOOLIDCOUNTINT410INT4
RESSPOOLIDFROMSpool number RQIDENTCHAR10CHAR10
RESSPOOLIDTOSpool number RQIDENTCHAR10CHAR10
RESSPOOLIDS 0
RESMAILIDS 0
RESFAXIDS 0
RESARCHDONEFlag whether archiving was executed TDARCDONECHAR1TDBOOL
RESLOGEXTNUMBERExternal Log Number RECALOGEXTNUMBERNUMC10RECALOGEXTNUMBER
RESHASWARNINGSGeneral Yes/No Field RECABOOLCHAR1RECABOOL
RESHASERRORSGeneral Yes/No Field RECABOOLCHAR1RECABOOL
RESDURMSTotal Runtime in Milliseconds RECPRESDURMSINT410INT4
RESDURSTotal Runtime in Seconds RECPRESDURSINT410INT4
RESDURSDOCRuntime per Document in Seconds RECPRESDURSDOCDEC5(1) DEC4_1

Key field Non-key field



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

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

How to access SAP table RECP_SF_SUMMARY

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