2012 Feb 22 11:53 AM
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 ??????
2012 Feb 22 7:38 PM
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
2012 Feb 23 7:30 AM
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
2012 Feb 23 8:04 AM
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
2012 Feb 23 10:29 AM
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.