6. wat is pf status interactine report?

Answer Posted / arjun manglekar

You set a status and title for a screen in the PBO (Process
Before Output) module using the ABAP keywords SET PF-STATUS

SET PF-STATUS :
This statement is used to set your own GUI status to the
report or the program that you develop and PF status is
developed in the transaction code SE41

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is processing class, where we do them and why? : sap abap hr

569


What is the collect statement?

668


How do you get the number of lines in an internal table? How to use a specific number occurs statement?

520


What is abap?

608


What is transparent table?

596






What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

611


while implementing badi what are the tables u find??

3616


How do you backup Sapscript layout sets? Can you download and upload? How?

635


Explain what are the events in screen programming?

566


Can i have some Realtime Scenarios on Reports.

1808


What is the difference of update types in call transaction method ? : abap bdc

628


When will the current screen processing terminates?

545


if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?

1670


What is view? Different types of view.

581


If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)

2063