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

GUI STATUS

Former Member
0 Likes
359

Hi,

I have implemented OSS note-811045 for transactions VF44 & VF46.

as per this note i had to create new GUI statuses, i have done that but when i execute the transactions the GUI status is not activated , there are 2 ways in which GUI status is getting set.

for transaction VF44 - it's through FM RS_SET_SELSCREEN_STATUS

for transaction VF46 it's through SET PF-STATUS 'SELK'.

when i use SET PF-STATUS SPACE, the standard status is getting displayed.

the status is ACTIVE !!.

has any one faced similar problems.

Thanks & Regards,

Raghavendra

Hi,

I have implemented OSS note-811045 for transactions VF44 & VF46.

as per this note i had to create new GUI statuses, i have done that but when i execute the transactions the GUI status is not activated , there are 2 ways in which GUI status is getting set.

for transaction VF44 - it's through FM RS_SET_SELSCREEN_STATUS

for transaction VF46 it's through SET PF-STATUS 'SELK'.

when i use SET PF-STATUS SPACE, the standard status is getting displayed.

the status is ACTIVE !!.

has any one faced similar problems.

Thanks & Regards,

Raghavendra

1 REPLY 1
Read only

Former Member
0 Likes
327

Hi,

Please use the statment SET PF-STATUS SPACE in PBO.

This should solve the problem.

Make sure that this statement is after the Statments which activates pf status.

Best regards,

Prashant