Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling transactions on developer trial.

jwaycaster
Explorer
0 Kudos
901

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.

8 REPLIES 8

FredericGirod
Active Contributor
0 Kudos
842

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/)

jmodaal
Active Contributor
0 Kudos
842

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.

jwaycaster
Explorer
0 Kudos
842

Thanks! But are there any transaction screens with UI elements included with this version of the client?

0 Kudos
754

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.

FredericGirod
Active Contributor
0 Kudos
842

you means, without using a SAPGui ?

FredericGirod
Active Contributor
842

to use webgui, you need to activate it through the SICF transaction

http://vhcalnplci:8000/sap/bui/gui/sap/its/webgui

jmodaal
Active Contributor
842

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?

jwaycaster
Explorer
0 Kudos
842

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.