2015 Sep 24 10:26 AM
Hi Experts,
I have some issue when accessing module in custom sub screen. In my program a sub screen is created using below commands.
SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN
...
...
SELECTION-SCREEN END OF SCREEN 100.
In that screen i created some parameters directly in layout by drag and drop. To populate those fields i created a module in PBO. when i test this fields are populating with relevant data. But when i transport this change to quality the newly created module is missing along with the layout. I checked the transport request, these objects are collected and are in active state but when i go to quality server both module and parameters which i created are missing. i was bit surprise. i am trying to figure out the issue can any one help me to understand what things that i missed.
2015 Sep 24 10:38 AM
2015 Sep 24 10:48 AM
Hi Vinodh,
Screen is included in transport request but am thinking about the way i created module. is that ok to include a new custom module in the subscreen that contains all dynamic modules. Also i specified above parameters also not moved to quality
2015 Sep 24 10:47 AM
Dear Sahu,
Try to transport the complete screen by changing the request in se09.
Make the screen entry in request, lock that object and then transport it.
Thanks
Nishant
2015 Sep 24 10:53 AM