FIN_FSSC_SR_CO_REPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to search for Controlling (CO) service requests created in the back-end system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FIN_FSSC_SR_CO_REPORT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FSSC_SR_CO_REPORT - Service Request Report for CO
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_AUCR = Automatically Created
Selection Text: P_CLOSE = Closed
Selection Text: P_MACR = Manually Created
Selection Text: P_OPEN = Open
Selection Text: SO_AUF = D .
Selection Text: SO_CCODE = D .
Selection Text: SO_CDATE = Creation Date
Selection Text: SO_GRP = D .
Selection Text: SO_KOK = D .
Selection Text: SO_KOS = D .
Selection Text: SO_MAT = D .
Selection Text: SO_MID = Message Class
Selection Text: SO_MNO = Message Number
Selection Text: SO_PRC = D .
Selection Text: SO_RPBY = D .
Selection Text: SO_RUND = D .
Selection Text: SO_RUNI = D .
Selection Text: SO_SRID = D .
Selection Text: SO_WEK = D .
Title: Service Request Report for Controlling
Text Symbol: A29 = Costing Variant Name
Text Symbol: A28 = Plant Name
Text Symbol: A27 = Profit Center Name
Text Symbol: A26 = Order Description
Text Symbol: A25 = Order Type Name
Text Symbol: A24 = Cost Center Name
Text Symbol: A23 = Responsible Team
Text Symbol: A21 = Processor
Text Symbol: 001 = Service Request Selections
Text Symbol: 002 = Manually Created
Text Symbol: 003 = Automatically Created
Text Symbol: 004 = Open
Text Symbol: 005 = Closed
Text Symbol: 006 = Application Selections
Text Symbol: 007 = CO service request
Text Symbol: 008 = Company Code for
Text Symbol: 009 = Controlling area for
Text Symbol: 010 = Cost Center for
INCLUDE FIN_FSSC_SR_REPORT_TOP.
INCLUDE FIN_FSSC_SR_CO_REPORT_TOP.
INCLUDE FIN_FSSC_SR_REPORT_F01.
INCLUDE FIN_FSSC_SR_CO_REPORT_F01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FIN_FSSC_SR_CO_REPORT - Service Request Report for Controlling FIN_FSSC_SR_CO_REPORT - Service Request Report for Controlling FIN_FSSC_SR_AUTO_F110 - Automatic Creation of Service Requests for payment run F110 FIN_FSSC_SR_AUTO_F110 - Automatic Creation of Service Requests for payment run F110 FIN_ERP_WIP_AND_INV_ACCOUNTING - Content FIN_ERP_WIP_AND_INVENTORY_ACCOUNTING FIN_ERP_WIP_AND_INV_ACCOUNTING - Content FIN_ERP_WIP_AND_INVENTORY_ACCOUNTING