SAP Reports / Programs

/ISDFPS/DISP_SRV_USE SAP ABAP Report - Display Services Received







/ISDFPS/DISP_SRV_USE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to display the services used by a selected force element and its lower-level force elements...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 /ISDFPS/DISP_SRV_USE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/DISP_SRV_USE - Display Services Received


ABAP code to call this SAP report using the submit statement

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.






SUBMIT /ISDFPS/DISP_SRV_USE. "Basic submit
SUBMIT /ISDFPS/DISP_SRV_USE AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/DISP_SRV_USE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: GP_SUB = Requested
Selection Text: GP_SEARK = Service Provider
Selection Text: GP_PSKEY = Service
Selection Text: GP_PLA = Planned
Selection Text: GP_ENDDA = End of Service
Selection Text: GP_DEC = Rejected
Selection Text: GP_BEGDA = Start of Service
Selection Text: GP_APP = Approved
Selection Text: GP_ACT = Active
Title: Display Services Received
Text Symbol: 032 = Services Received
Text Symbol: 031 = Delete
Text Symbol: 030 = Delimit
Text Symbol: 029 = Plan Status: Planned Operation
Text Symbol: 028 = Status
Text Symbol: 027 = Planned Delimitation Date
Text Symbol: 026 = Delimitation Date
Text Symbol: 025 = Planned Operation
Text Symbol: 024 = Operation
Text Symbol: 023 = Object ID: Recipient
Text Symbol: 022 = Display Services Received
Text Symbol: 021 = Rejected
Text Symbol: 020 = Active
Text Symbol: 019 = Requested
Text Symbol: 018 = Approved
Text Symbol: 017 = Planned
Text Symbol: 015 = Service Recipient
Text Symbol: 010 = Force Element
Text Symbol: 009 = Key Field
Text Symbol: 006 = Object ID: Provider
Text Symbol: 005 = Short Description
Text Symbol: 004 = Service Provider
Text Symbol: 003 = End of Service
Text Symbol: 002 = Start of Service
Text Symbol: 001 = Service


INCLUDES used within this REPORT /ISDFPS/DISP_SRV_USE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /ISDFPS/DISP_SRV_USE or its description.