cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a transaction such that the initial screen fields are pre-filled according to a variant?

akash_munda
Explorer
0 Kudos

I have a report where i need to call a standard transaction(IW59) on clicking a button. The thing is I need to call the transaction such that the initial screen fields of IW59 are pre-filled according to a variant NO_POWER. Is it possible? And if yes, how to do it?

The transaction IW59 should open up and the fields should be pre-filled according to the variant NO_POWER.

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor

Why don't you call the report which is behind IW59 (search it in transaction SE93), with the following statement?

SUBMIT program USING SELECTION-SET 'NO_POWER' AND RETURN.

Answers (1)

Answers (1)

iftah_peretz
Active Contributor
0 Kudos

Hi,

All you need is here .