OPS_SE_SOC_TEST_MESSAGE is a standard Executable ABAP Report 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 OPS_SE_SOC_TEST_MESSAGE into the relevant SAP transactions such as SE38 or SE80
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_CLASS = D .
Selection Text: P_EVENT = D .
Selection Text: P_KAPPL = D .
Selection Text: P_KSCHL = D .
Selection Text: P_LANGU = D .
Selection Text: P_OBJKY = Object key
Selection Text: P_PARNR = D .
Selection Text: P_PARVW = D .
Selection Text: P_SEND = Send
Selection Text: P_SHOW = Display
Title: Test message
Text Symbol: 001 = Message Class
Text Symbol: 002 = Parameters
Text Symbol: 003 = Mode
Text Symbol: 004 = Cannot create screen
Text Symbol: 005 = No message classes found
Text Symbol: 006 = Authority check required in productive system
Text Symbol: 007 = Please enter object key
INCLUDE OPS_SE_SOC_TEST_MESSAGE_TOP.
INCLUDE OPS_SE_SOC_TEST_MESSAGE_FORMS.
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.
OPS_SE_SOC_TEST_MESSAGE - Test message OPS_SE_SOC_TEST_MESSAGE - Test message OPS_SE_SOC_TEST_F4HELP_IMPL - Outgoing IDoc for sales order (output determination) OPS_SE_SOC_TEST_F4HELP_DECL - Outgoing IDoc for sales order (output determination) OPS_SE_SOC_TEST_DISPLAY_IMPL - Include OPS_SE_SOC_TEST_DISPLAY_IMPL OPS_SE_SOC_TEST_DISPLAY_DECL - Include OPS_SE_SOC_TEST_DISPLAY_DECL