2022 Jan 24 4:18 AM
EDIT for clarity:
How do I enable script recording and playback on the client? The normal screen to do this is RZ11 and it does not seem to exist on the developer trial.
Are there any default transaction screens or workflows included with this version of the client? I can't seem to find any with the developer login. Would one of the other logins be required to interact with them? If so which one? If not then can someone point me to a guide to create a workflow?
EDIT for clarity2: removed listing the solutions for problems I already solved in hopes of saving other people time and energy.
2022 Jan 24 6:40 AM
Hi,
I am not sure to totaly understand your issu. This is related to transaction missing in this version // RZ11 not available ? Or is it related to hostname ?
For the hostname, forget trying to change it. If you install it in a virtual system, you don't need to change this hostname. For the license, there is an additionnal file to download (and check version 7.52 https://blogs.sap.com/2019/07/01/as-abap-752-sp04-developer-edition-to-download/)
2022 Jan 24 7:50 AM
Hello,
hmm, your question is not clear to me.
RZ11 - as a transaction - definitely exists. However, for enabling scripting (permanently) you should use RZ10. The scripting profile parameters are FALSE per default, but you can add sapgui/user_scripting = TRUE to the default profile and restart the system. I just tried it on the trial system, and it worked as expected.
2022 Jan 24 7:57 AM
Thanks! But are there any transaction screens with UI elements included with this version of the client?
2024 Jun 27 11:10 PM
Hi jmodaal
Are those steps enough to enable SAP gui scripting permanently or are others? Could you please list all the steps to achive that? I would really appreciate it.
2022 Jan 24 8:05 AM
2022 Jan 24 8:14 AM
to use webgui, you need to activate it through the SICF transaction
2022 Jan 24 8:19 AM
Hello,
it sounds to me that your questions are based on a wrong assumption. The developer trial is not an ERP system and does not have its components (e.g. MM, FI, CO etc.). It is more or less "only" a SAP Netweaver system with BC and CA components.
Is that maybe the misunderstanding?
2022 Jan 24 5:34 PM
My assumption was that it is an educational system that was intended for people wanting to learn how to design workflows and transaction screens. I was thinking it might have a few sample or example screens included, but if not I might be able create them myself. If thats not the case then yes; my assumptions were completely off base. All i really need for my purposes is any series of transaction screens so I can get a feel for the VBA code I need to wrtie that connects to the client and reads/inputs information.
From the feedback I've gotten I am assuming that there are no example or sample screens included. So I guess the next step for me is to learn how to make them.