Application Development and Automation 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: 
Read only

User Exit

Former Member
0 Likes
699

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

1 ACCEPTED SOLUTION
Read only

Former Member
629

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.

4 REPLIES 4
Read only

Former Member
0 Likes
629

You have to copy the Program RSSYSTDB and modify the part which you want. But no user exit.

Read only

Former Member
630

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.

Read only

0 Likes
629

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???

Read only

0 Likes
629

any exit name or enhancement????

because cliet requirement is not to touch the standard code.

any idea???

Thanks in advance..