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

Screen missing in Quality System after TR moved from Development

Former Member
0 Likes
767

Hi All,

I have created a ZPROGRAM which contains a screen 9001.

FORM display_results_prc.

IF sy-batch IS INITIAL.

CALL SCREEN 9001.

ELSE.

PERFORM create_objects_prc.

PERFORM display_output_prc.

ENDIF.

ENDFORM.

This Program is transported to Quality System and I am getting Dump as

Program "ZMI25689" tried to use screen 9001.

The screen does not exist.

In Quality System this screen is missing, when I am checking the DISPLAY OBJECT LIST (Ctrl + Shift + F5) under screen arrow.

Whether the screens need to be Transported in the Transport Request or the screens will be generated in the Quality system.

Regards,

Viji.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
688

Along with the program, you need to transport the Screens also which is a dialog programming as such..

Hi All,

I have created a ZPROGRAM which contains a screen 9001.

FORM display_results_prc.

IF sy-batch IS INITIAL.

CALL SCREEN 9001.

ELSE.

PERFORM create_objects_prc.

PERFORM display_output_prc.

ENDIF.

ENDFORM.

This Program is transported to Quality System and I am getting Dump as

Program "ZMI25689" tried to use screen 9001.

The screen does not exist.

In Quality System this screen is missing, when I am checking the DISPLAY OBJECT LIST (Ctrl + Shift + F5) under screen arrow.

Whether the screens need to be Transported in the Transport Request or the screens will be generated in the Quality system.

Regards,

Viji.

3 REPLIES 3
Read only

Former Member
0 Likes
689

Along with the program, you need to transport the Screens also which is a dialog programming as such..

Read only

Former Member
0 Likes
688

Hi Dude,

This is definately due to non-transport of UR Tansport Request.

Goto Ur Program and see Version Mangement and Release Ur request .

In the Quality System INPORT That Request by TC : STMS_IMPORT.

Hope this helps u.

Read only

0 Likes
688

Thanks.