SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Public-Sector Functions(SRM-EBP-PPS) SAP SRM

/SAPPSSRM/CLOSEOUT_REC SAP ABAP Report - Closeout Purchasing Documents: Create Recommendation List







/SAPPSSRM/CLOSEOUT_REC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report retrieves all the purchase orders and contracts that can be closed...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 /SAPPSSRM/CLOSEOUT_REC 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

/SAPPSSRM/CLOSE_REC - Recommendation for Closeout


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 /SAPPSSRM/CLOSEOUT_REC. "Basic submit
SUBMIT /SAPPSSRM/CLOSEOUT_REC AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPPSSRM/CLOSEOUT_REC 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: P_CTR = Contracts
Selection Text: P_GROUP = Purchasing Group
Selection Text: P_NOTIFY = Notify Purchasing Groups
Selection Text: P_PO = Purchase Orders
Selection Text: P_PORG = Purchasing Organization
Selection Text: P_PROCTY = Process Type
Title: Closeout Purchasing Documents: Create Recommendation List
Text Symbol: 001 = Selection
Text Symbol: 003 = Closeout Recommendation List
Text Symbol: 004 = Options
Text Symbol: 510 = Could not create control


INCLUDES used within this REPORT /SAPPSSRM/CLOSEOUT_REC

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:

BBP_READ_ATTRIBUTES CALL FUNCTION 'BBP_READ_ATTRIBUTES' EXPORTING iv_user = s_user-bapibname it_attr_list = lt_attrib IMPORTING et_attr_dft = lt_attr_dft EXCEPTIONS object_id_not_found = 1 no_attributes_requested = 2 attributes_read_error = 3 OTHERS = 4.



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 /SAPPSSRM/CLOSEOUT_REC or its description.