FOPCS_SHM_CUSTOMIZING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to activate the
If you would like to execute this report or see the full code listing simply enter FOPCS_SHM_CUSTOMIZING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOPCS_SHM_CUST - Shared Memory Customizing
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.
Settings for Shared Objects Memory
Selection Text: P_ACCGRP = D .
Selection Text: P_ASSIGN = D .
Selection Text: P_FROM = D .
Selection Text: P_MCONTR = D .
Selection Text: P_ORG = D .
Selection Text: P_PRGRP = D .
Selection Text: P_TO = D .
Title: Activate Shared Objects Memory
Text Symbol: 002 = Central Structures
Text Symbol: 003 = Processes Transferred from Org Unit
Text Symbol: 005 = Settings were changed
Text Symbol: 006 = Enter a date for "Date from"
Text Symbol: 007 = Enter a date for "Date to"
Text Symbol: 008 = "From-Date" must fall before "To-Date"
No INCLUDES are used within this REPORT code!
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.
FOPCS_SHM_CUSTOMIZING - Activate Shared Objects Memory FOPCS_SHM_CUSTOMIZING - Activate Shared Objects Memory FOPCR_MAINTAIN - Make Settings for Improved Performance FOPCR_MAINTAIN - Make Settings for Improved Performance FOPCH_ROLE_CLEANUP - Deletion of Obsolete Roles from Role Assignment (HRP1803) FOPCH_ROLE_CLEANUP - Deletion of Obsolete Roles from Role Assignment (HRP1803)