‎2008 Mar 25 8:32 AM
Hello Experts,
I am using VF31 transaction.
On click of output type search help i am getting list of values.
I want to restrict the values to only Z*.
Is there any user exit or any enhancement exists to restrict the value???
( on click of F4, i can restrict the value by giving z* at runtime, but i want to do it programmatically.)
thanks in advance.
Saurabh
‎2008 Mar 25 8:39 AM
Hi,
This is Not userexit but follow the procedure as Follows,
Goto TCODE SU3>PARAMETER>
IN PARAMETER TYPE NAC
IN PARAMETER VALUE TYPE Z*
SAVE ...
NOW EXECUTE THE TCODE VF31. U WIL GET LIST OF Z OUTPUT TYPES.
Regards,
Balakumar.G
Reward Points if helpful.
‎2008 Mar 25 8:35 AM
You have to copy the Program RSSYSTDB and modify the part which you want. But no user exit.
‎2008 Mar 25 8:39 AM
Hi,
This is Not userexit but follow the procedure as Follows,
Goto TCODE SU3>PARAMETER>
IN PARAMETER TYPE NAC
IN PARAMETER VALUE TYPE Z*
SAVE ...
NOW EXECUTE THE TCODE VF31. U WIL GET LIST OF Z OUTPUT TYPES.
Regards,
Balakumar.G
Reward Points if helpful.
‎2008 Mar 25 9:12 AM
Hi BALAKUMAR,
I appreciate your quick response, the solution you have given, it is working fine.
But it is user specific. i want it for any user.
the parameter id 'NAC' is used for data element 'NA_KSCHL'.
this data element can be used on any screen. so wherever this data element is used, in selection criteria it will display z*.
But i want validate only for VF31 transaction.
is there any method to use z* for condition type only for vf31???
‎2008 Mar 25 9:36 AM
any exit name or enhancement????
because cliet requirement is not to touch the standard code.
any idea???
Thanks in advance..