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

Input issue with Task Type in CJ20N

Former Member
0 Likes
539

Hi All,

IN CJ20N, at activity Level, we have a tab called "User fields".

In the User fields tab, there is a field called Task Type (AFVGD-USR00).

In this field, user is having F4 option to pick the desired value.

But, apart from the F4 values, user can enter any number in the input field and system recieves without any information/error messages.

Now the requirement is to restrict end user to enter the available values (Among F4 values) only...

How to make it possible?

The Documentation for Task type (AFVGD-USR00) is as follows....

User field with 20 characters

User-defined field in which you can maintain general information with a length of up to 20 characters.

Dependencies

User-defined field names (key words) are dependent on the field key.

Regards

Pavan

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
514

Try to use this badi which triggers during CJ20N transaction.

WORKBREAKDOWN_UPDATE

Read only

Former Member
0 Likes
514

Is this requirement need to be met using BADI or any other procedure is there to resolve the issue?

Is it possible using user exits?

Can anyone throuw some light on this and help me out....???

Regards

Pavan

Read only

Former Member
0 Likes
514

Thanks...