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

Subscreen field reading

Former Member
0 Likes
397

Hi,

I am facing a problem with subscreen, could anybody help me.

I created a selection screen with two subscreens

in one subscreen i have two blocks one is for creation another one is for deletion when i select deletion it should disable creation block.

please anybody help me how can i do this.

I am facing another issue also when execute this report with second sub screen in selection screen i will display out put when i come back the selection screen is displaying with first sub screen not with second sub screen, but i want display selection screen with second subscreen.

Regards,

Sivakumar.

2 REPLIES 2
Read only

Former Member
0 Likes
376

Hi,

You have to use the event 'at selection-screen output' and LOOP AT SCREEN to disable the block.

An example program can be found at.

Regards,

Raj.

Read only

Former Member
0 Likes
376

Hiii...

In PBO ...

wire a module ... when on that button clicked ...

loop at screen..

and make the invisible attribute in the to be '0'.

endloop...

this would solve the probelm ...

regrds

chandu reddy