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: 

Can we change the default standard transaction variant ?

Former Member
0 Kudos

Hi All,

I want to change the default transaction variant through BADI for the transaction CV04n.Is it possible to do this?If yes how?

Any pointers will be appreciated.

Thanks and Regds

Abhishek

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

hi,

why u want to change using badi only?

u can also use SHD0 to have ur own transaction variant created for ur tcode.

Former Member
0 Kudos

Hi Guatham,

We need to change the default variant only based on valid users.If the userid is valid then we will set the default values on the screen.There are just Badis available and so we are looking for some way to do it.Creating a new trasaction variant will not help.

Actually we dont have a parameter ID for screen field document status.without parameter id we cant change the screen field values through BADI.So we trying to use the transaction variant.

Is there any way to change the screen field value without using parameter ID ?

Regds

Abhishek