SAP Reports / Programs

REFSITE_MANAGEMENT SAP ABAP dialog Program - Reference site for purchasing







REFSITE_MANAGEMENT is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter REFSITE_MANAGEMENT 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

REFSITE - Reference site management


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 REFSITE_MANAGEMENT. "Basic submit
SUBMIT REFSITE_MANAGEMENT AND RETURN. "Return to original report after report execution complete
SUBMIT REFSITE_MANAGEMENT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Reference site for purchasing
Text Symbol: 037 = See Application Log for details.
Text Symbol: 036 = New reference plant without assigned plant will be lost.
Text Symbol: 035 = Do you want to save anyway ?
Text Symbol: 034 = Cannot save new reference plant without at least one assigned plant.
Text Symbol: 033 = Reassign plan to what class ?
Text Symbol: 032 = List of Assigned Plants For Logistic Data Reference Plant
Text Symbol: 031 = List of Assigned Plants For Assortment Reference Plant
Text Symbol: 030 = All
Text Symbol: 029 = Create Logistic Data Reference Plant
Text Symbol: 028 = Create Assortment Reference Plant
Text Symbol: 027 = Plant Grouping
Text Symbol: 024 = Add
Text Symbol: 023 = Split
Text Symbol: 022 = Split Plant (F8)
Text Symbol: 021 = Create Purchasing Reference Plant
Text Symbol: 020 = Reassign
Text Symbol: 019 = Unassign
Text Symbol: 018 = Assign
Text Symbol: 017 = Split plants to what reference plant ?
Text Symbol: 016 = Reassign Plants (F7)
Text Symbol: 015 = Save data before exit ?
Text Symbol: 014 = No
Text Symbol: 013 = Yes
Text Symbol: 012 = Reassign plants to what reference plant ?
Text Symbol: 011 = Warning
Text Symbol: 010 = Add a Plant (Shift+F6)
Text Symbol: 009 = Unassign Plants (Shift+F7)
Text Symbol: 008 = Assign Selected Plants (F6)
Text Symbol: 006 = Creating a New Reference Plant
Text Symbol: 004 = List of Assigned Plants For Purchasing Reference Plant
Text Symbol: 003 = Plants to be Assigned
Text Symbol: 002 = Name
Text Symbol: 000 = Plant


INCLUDES used within this REPORT REFSITE_MANAGEMENT

INCLUDE REFSITE_MANAGEMENTTOP.
INCLUDE REFSITE_MANAGEMENTPBO.
INCLUDE REFSITE_MANAGEMENTPAI.
INCLUDE REFSITE_MANAGEMENTFRM.




INCLUDE REFSITE_MANAGEMENTCLS.


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 REFSITE_MANAGEMENT or its description.