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 in module pool

Former Member
0 Likes
450

hi all,

when i execute my transation table control is appear

i got a message STATUS SCREEN_100 of the user interface zfm_kmvrg missing?

how can i rectify this

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
418

Hi,

CHECK THE PBO MODULE OF THE CORRESPONDING SCREEN, either you would have commented the Set PF-STATUS or else the PF-STATUS would not have been active. Create and activate the same, your problem is solved.

Reward if helpful.

Regards

4 REPLIES 4
Read only

Former Member
0 Likes
418

i guess, you defined a GUI status to that screen and is not active or modified. check it in the program that GUI status.

Regards

Srikanth

Read only

Former Member
0 Likes
418

Hi,

You have to create the PF status for the screen 100 from SE41 transaction using PBO module,

Rgds,

Read only

Former Member
0 Likes
418

Hi,

that means you have Not created the status or may be it is in inactive state. if it is not created then create it in PBO of the screen, if it is already created then activate it.

Regards

vijay

Read only

Former Member
0 Likes
419

Hi,

CHECK THE PBO MODULE OF THE CORRESPONDING SCREEN, either you would have commented the Set PF-STATUS or else the PF-STATUS would not have been active. Create and activate the same, your problem is solved.

Reward if helpful.

Regards