Application Development 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: 

Regarding Transaction Variants.

Former Member
0 Kudos

Hi..

iam creating a transaction variant for one of my standard transaction. On the screen for one of the filed1 i have to have an empty value without any value stored when the transaction with variant is called.

Initally it is empty but when the same transaction is run again - it is showing the previous enterd value in that field instead of being empty.

Can someone let me know whatz happening here. Why is the field not empty though the variant is created with an empty value for that field.

Thanks and will reward the hepful.

4 REPLIES 4

suresh_datti
Active Contributor
0 Kudos

What Transaction is it? if the default is set via the SET PARAMETER ID in the Std code.. may be you cannot change it..

~Suresh

0 Kudos

It is the account group field in FK01 transaction.

Thanks.

0 Kudos

Hi,

This field uses Parameter ID KGK. Hence, will get the value last used. One way to make it blank all the time would be to implement a proper BAdi/Enhancement that would be called in the initialization of the screen.

Regards,

Srilatha.

former_member214999
Participant
0 Kudos

How about save field without values in the variant attributes?