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

disable field

Former Member
0 Likes
481

Hi SDN's

I have a main screen and one subscreen.

I want to disable the subscreen field for a particular value of the main screen field.

How do i do it? I got this doubt because when i do a loop at screen. It only shows the main screen fields, but does not show the subscreen fields in screen-name between loop at screen and endloop.

How to do this?? Please suggest

Points for sure

Regards

Pratyusha

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
450

Hi,

You have to do this in the PBO module of the SUB SCREEN not in the PBO module of the main screen.

You should be able to see the Sub screen fields in the PBO module of subscreen.

And also you can acess the data of main screen in subscreen so should not be problem.

Check the your doing LOOP AT SCREEN in a PBO module of subscreen.

Regards,

Sesh

Hi SDN's

I have a main screen and one subscreen.

I want to disable the subscreen field for a particular value of the main screen field.

How do i do it? I got this doubt because when i do a loop at screen. It only shows the main screen fields, but does not show the subscreen fields in screen-name between loop at screen and endloop.

How to do this?? Please suggest

Points for sure

Regards

Pratyusha

2 REPLIES 2
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
451

Hi,

You have to do this in the PBO module of the SUB SCREEN not in the PBO module of the main screen.

You should be able to see the Sub screen fields in the PBO module of subscreen.

And also you can acess the data of main screen in subscreen so should not be problem.

Check the your doing LOOP AT SCREEN in a PBO module of subscreen.

Regards,

Sesh

Read only

0 Likes
450

Hi Sesh Madala, Thanks for the reply.

Actually i am doing this in a user exit.

So in the user exit only the main screen fields are coming into the loop at screen endloop, where as i am not able to see the subscreen fields for which i need to do the modifications.

Kindly suggest.

Info : this user exit is EXIT_SAPLAIST_002, in this the include is ZXAISU03.

My requirement is to add a custom field in the general tab of the Asset Master.

So found out the exit AIST0002.

<u><i><b>CAN ANYONE PLEASE ANSWER</b></i></u>

Regards

Pratyusha