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

Problem with Modules created in Sub screen while transporting

Former Member
0 Likes
633

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.

4 REPLIES 4
Read only

Former Member
0 Likes
584

hi,

try to transport your call screen.(ex:0200)

Read only

0 Likes
584

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

Read only

nishantbansal91
Active Contributor
0 Likes
584

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
584

Everytime the report is activated (e.g. during transport), screen 0100 will be regenerated from source code...


  In that screen i created some parameters directly in layout by drag and drop

was a (very) bad idea

Regards,

Raymond