GOS_SERV_TOOLS_TEST 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 GOS_SERV_TOOLS_TEST 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: PCAT1 = D Category of Objects in Pers
Selection Text: PCAT2 = D Category of Objects in Pers
Selection Text: PCOPY = Copy GOS Environment
Selection Text: PDELE = Delete GOS Environment
Selection Text: PINST1 = D Instance ID in BOR Compat. P
Selection Text: PINST2 = D Instance ID in BOR Compat. P
Selection Text: PMOVE = Reassign GOS Environment
Selection Text: PTYPE1 = D Object Type
Selection Text: PTYPE2 = D Object Type
Selection Text: SOSERV = Service Selection
Title: Program GOS_SERV_TOOLS_TEST
Text Symbol: 001 = Do you want to save?
Text Symbol: 020 = Source Object
Text Symbol: 021 = Target Object
Text Symbol: 022 = Function
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-001 IMPORTING answer = lp_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GOS_SERV_TOOLS_TEST - Program GOS_SERV_TOOLS_TEST GOS_SERV_TOOLS_TEST - Program GOS_SERV_TOOLS_TEST GOS_SERVICE_TEST - Program GOS_SERVICE_TEST GOS_SERVICE_TEST - Program GOS_SERVICE_TEST GOS_SERVICE_IN_POPUP==========FT - GOSSERVICEINPOPUP==========FT GOS_DOCU_SHOW - Calls the KEN Documentation for the Generic Object Services