How to disable the function in alv tool bar.
Answer Posted / john v.
If you are using Custom interface(PF-STATUS), then populate
IT_EXCLUDE internal table with functions that u don't want
to show out. and use it in the subroutine which is assigned
to the import parameter I_CALLBACK_PF_STATUS_SET.
eg. SET PF-STATUS <Interface Name> EXCLUDING IT_EXCLUDE.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do you activate a function exit?
What is the use of table maintenance allowed?
Does the call transaction method allow multiple transactions to be processed by sap?
Explain the difference between domain and data element?
How do you find the information on the current screen? : abap bdc
Can we write the code both call transaction and session method in single program?
what is the t-code to link technical and functional operation?
How will you transfer data into a file in application server?
What are Pull and Push Methods?
What is an rdbms?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
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)
How will you read from internal table records in a given value range (without using loop)
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What are secondary indexes. How can we know which index is being used in a select query?