cancel
Showing results for 
Search instead for 
Did you mean: 

Script and need using input on front page of flavor

Former Member
0 Kudos

I have a script to run a report using a variant that is defined for users.  I have createf the script for the tcode but I need the user to input the variant they want to use on the screen where the initial script icon executes. 

For example.  I have a script button labeled "report"

I create a multiple variants for this report for the user to choose from.

I need the user to declare what variant they want the script to use when they execute the script button. 

Then the click on script icon to run the tcode and personas captures the variant they entered and then uses it for the report.

we are running 2.0 for now.  hopefully going to EP7 and 3.0 next year.

How do I do that.

thanks for help

RS

Accepted Solutions (1)

Accepted Solutions (1)

former_member193190
Participant
0 Kudos

Create a text box where user can enter the his variant. Then copy this value through scripting and use it in script. Hope this help you!

Former Member
0 Kudos

Thanks

Can you tell how to link the text to the script.  I understand you can add lines to a recorded script.  Just not sure how to link the text on the flavor page to the script.

Thanks

former_member193190
Participant
0 Kudos

Hi

If you want to link textbox text in script then simply use the controlid of textbox and copy the text in the script. I hope this will work.

Answers (0)