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 should be blank

Former Member
0 Likes
894

The requirement:

When the user executes the tCode qm03 etc, if the notification is covered i.e document is SBR , subscreen should not be available ie blank screen

even the Box on screen 7790 should be made invisible

For this I chose the sub screen 7790(Customer sub screen). In the SPRO the customer screen was maintained as 090. There is a statement in the PBO of screen 7790 where the sub screen is called.

The dynpro number was passed as 9116' which was not existing so I created the screen. Now I can see the sub screen 9116.

The sub screen 7790 belongs to the Function group IQS0 and the sub screen 9116 is in Funct. group XQQM.

Please suggest how can this be done ??????

The requirement:

When the user executes the tCode qm03 etc, if the notification is covered i.e document is SBR , subscreen should not be available ie blank screen

even the Box on screen 7790 should be made invisible

For this I chose the sub screen 7790(Customer sub screen). In the SPRO the customer screen was maintained as 090. There is a statement in the PBO of screen 7790 where the sub screen is called.

The dynpro number was passed as 9116' which was not existing so I created the screen. Now I can see the sub screen 9116.

The sub screen 7790 belongs to the Function group IQS0 and the sub screen 9116 is in Funct. group XQQM.

Please suggest how can this be done ??????

4 REPLIES 4
Read only

vijaymanikandan
Contributor
0 Likes
763

Hi Akansha

All steps look god. You need to write logic in the PBO and PAI as well.Kindly refer to the below blog which explains you step by step how you can acheive this.

[http://sample-code-abap.blogspot.com/2011/12/adding-custom-fields-to-quality.html]

[steps for QM01 screen|http://forums.sdn.sap.com/thread.jspa?threadID=1297011]

Br,

Vijay V

Read only

0 Likes
763

Vijay This Blog is about adding some new fields on to screen , but my aim seems to be very different from this

It is to hide the BOX that is on screen 7790

Read only

0 Likes
763

Hi

If you want to totally hide a screen field then you can do that in the field group configuration in SPRO.

Regards,

Vijay V

Read only

0 Likes
763

Hi,

why don't you create an empty subscreen with the same hight and width as the screen you want to hide and call that screen when you want to hide.

I know this is not the correct answer but just a suggestion i am giving you what i would have normally done in such sutiations.

Thanks for listening.

Aswath.