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

report -use r interface missing

Former Member
0 Likes
586

hi,

while executing the report i'm getting message status gui1000 of user interface missing& standard icons like back/save etc at top are all greyed out.

PL suggest

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
541

Check for the PF-STATUS name whether its exist in the system or not.

Search forum for more details, this was ask several time before.

Read only

former_member194669
Active Contributor
0 Likes
541

Are executing a custom report ? i think your gui-status is missing or not active.. search thru the code and find where the line


set pf-status 'gui1000'.

double click on this line , system will prompt you with instructions to create or activate

a®

Read only

satinder_singh
Participant
0 Likes
541

Unless you need special handling in your report program (where in you would need custom Function Codes), remove the satement SET PF-STATUS '...' from your code and SAP will use the standard SAP gui while executing the program.

Read only

Former Member
0 Likes
541

Did you copy a program without including the status?

Rob