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

Status Basic is missing in the user interface <<prog name>> missing

Former Member
0 Likes
1,026

Hi,

I am trying my hand on a sample report program to list the purchase requisitons. I got this sample code from http://www.erpgenie.com/abap/ireports.htm.

One question in this program. How to resolve this error that I get when I run the program - "Status Basic is missing in the user interface <<prog name>> missing".

thanks

Hi,

I am trying my hand on a sample report program to list the purchase requisitons. I got this sample code from http://www.erpgenie.com/abap/ireports.htm.

One question in this program. How to resolve this error that I get when I run the program - "Status Basic is missing in the user interface <<prog name>> missing".

thanks

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
742

The must be a statement in that program like this.

SET PF-STATUS 'BASIC'.

Just because the statement is there, doesn't mean that the object is, so if you just copied the code, you need to create this gui status. Double click the word BASIC, then say yes, when the system asks to create it. Now you need to enter your FCODEs in the corresponding buttons.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
742

set the PF-status 'BASIC'

double click on the statement and u'lll be able to do this..

Read only

Former Member
0 Likes
742

Hi,

You can also comment this line of code


...

*DEFINE THE PUSH-BUTTON
*set pf-status 'basic'.                 "<-- Change here

...

Regards,

Ferry Lianto

Read only

0 Likes
742

Hi Ferry,

I do understand how this status will help me in the report output. So I dont want to comment this statement.

But I fail to understand how to create it ??

I have come to screen where it shows me 3 options, menu bar, application toolbar, function keys. I dont understand what to type and what each means.

Please help by providing a simple explanation or redirect me to any good document.

thanks

Read only

Former Member
0 Likes
742