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

Copy Program

Former Member
0 Likes
850

I have copied a program which is ABAP Object Oriented Prg it is z program and i have copied to another Z program in which I have done some modifications.

But when I execute the program it is giving the message as "Status 2000 of the User interface ZXXXXXX missing".

Please let me know how to resolve this? Even I copied all the screens, variants etc.

Thanks,

Pavan.

6 REPLIES 6
Read only

Former Member
0 Likes
766

Hello Pavan,

Check all the classes are activated.

Read only

Former Member
0 Likes
766

it seems to be the PF status is with the old program.

sowe need to copy the PF status too with the new program.

Go to SE41->copy that status with the old object by giving new Z program name & your new PF status.

and make sure all the objects related to this Program are in ACTIVE status.

Regards

srikanth

Message was edited by: Srikanth Kidambi

Read only

0 Likes
766

u have to make new pf ststus for that .

Read only

anversha_s
Active Contributor
0 Likes
766

hi pavan,

u shuld copy all the screens also.

also the pf-status.

rgds

anver

if hlped mark points

Read only

Former Member
0 Likes
766

Hello,

Check whether you have activated all the objects under the program.

Regs,

Venkat Ramanan N

Read only

Former Member
0 Likes
766

PF status is missing or it is not activated

GOTO SE41 , give ir old program name and copy it to ur new program and dont forget to activate it in ur new program