Application Development 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: 

report -use r interface missing

Former Member
0 Kudos

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

amit_khare
Active Contributor
0 Kudos

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.

former_member194669
Active Contributor
0 Kudos

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

satinder_singh
Participant
0 Kudos

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.

Former Member
0 Kudos

Did you copy a program without including the status?

Rob