2007 Jun 21 7:23 PM
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
2007 Jun 21 7:27 PM
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
2007 Jun 21 7:29 PM
set the PF-status 'BASIC'
double click on the statement and u'lll be able to do this..
2007 Jun 21 7:34 PM
Hi,
You can also comment this line of code
...
*DEFINE THE PUSH-BUTTON
*set pf-status 'basic'. "<-- Change here
...
Regards,
Ferry Lianto
2007 Jun 21 8:00 PM
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
2007 Jun 21 8:08 PM
Hi,
Please check these links ... hope they will help.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba99935c111d1829f0000e829fbfe/content.htm
http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
Also go to transaction ABAPDOCU for sample demo programs as well.
Regards,
Ferry Lianto
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |