GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  SAP R/3  >  Reports
Go To First  |  Previous Question  |  Next Question 
 Reports  |  Question 4 of 170    Print  
Double click function on the lists, identifying the line selected by the user on the list.

  
Total Answers and Comments: 2 Last Update: February 08, 2006   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: gony
 
use hide function to catch the item which is selected from the list.hide kna1-kunnr.....write this in the loop statement when the data is transferred from work area to ingternal table or databse table.

Above answer was rated as good by the following members:
kalyanraja
March 15, 2005 23:15:06   #1  
VijayaBhaskar Thammineni        

RE: Double click function on the lists, identifying the line selected by the user on the list.
SY_LSIND -> List levelSY-LILLI line number
 
Is this answer useful? Yes | No
February 08, 2006 10:54:50   #2  
gony Member Since: January 2006   Contribution: 26    

RE: Double click function on the lists, identifying th...
use hide function to catch the item which is selected from the list.hide kna1-kunnr.....write this in the loop statement when the data is transferred from work area to ingternal table or databse table.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

Latest Answer : Both above events are used in Interactive reports. The only difference is when/how they trigger. AT LINE-SELECTION – This event is executed whenever the user double-click a list item displayed by WRITE / ULINE / SKIP or a single-click when HOTSPOT ...

Latest Answer : use hide function to catch the item which is selected from the list.hide kna1-kunnr.....write this in the loop statement when the data is transferred from work area to ingternal table or databse table. ...

Latest Answer : We can Navigate from basic list to secondary list with the help the event called AT LINE-SELECTION. for every Secondary List the System Field SY-LSIND increases by 1. So there will be Totally 21 list possible in SAP.One Basic List20 Secondary List. Thanks, ...

Latest Answer : You can also set sy-lsind = 5. But all the memory will be deleted for the next lists. ...

Latest Answer : hi srirathnai think those are events in LDB, not function modules ...

Latest Answer : first creat your FM GROUP GO TO UTILITIES IN YHE MENU BARSELECT CREATESELECT FM GROUPENTER NAME OF GROUPTHEN GO TO CRETAE AGAUN SELECT FMENTER EXPORT AND IMPORT EXT. ...

Latest Answer : Function modules is like a small program (is not a suboutine because sub-routines are not standalone objects-i.e we cannot execute them alone) which are similar to 'functions' in C.we can pass the varible and get the return values even with out knowing ...

In tables creation I mentioned size of table range ‘S ‘ 0 to 20000 records in the middle I want to increase the size. Is it possible for the User, System Adminstrator or the SAP will take care?

Latest Answer : User exits are the space given by SAP in standard programs or transaction where we can add customer specific code to enhance the functionality. ...

Latest Answer : 20 secondary lists. ...


 Sponsored Links

 
Related Articles

Identifying SQA Issues

Identifying SQA Issues Software Quality Assurance is a good practice that every large scale business should employ IT related businesses have never hesitated to use SQA to ensure that the application they will release for their users or sell to their customers will live up to their expectations Iden
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

On-Line Transaction Processing

On-Line Transaction Processing On-Line Transaction Processing is a processing that supports the daily business operations. Also know as operational processing and OLTP.  An OLTP is a database which must typically allow the real-time processing of SQL transactions to support traditional reta
 

On-Line Analytical Processing

On-Line Analytical Processing On-Line Analytical Processing is a processing that supports the analysis of business trends and projections. It is also known as decision support processing and OLAP.  An OLAP software enables companies to have real-time analysis of data stored in a database. A
 

What is DECODE function used for?

DECODE is used to decode a CHAR or VARCHAR2 or NUMBER into any of several different character strings or numbers based on value. That is DECODE does a value-by-value substitution. For every value that is given in the DECODE function it makes an if then check and matches the value. The general format
 

printf() Function Return Value

What is the return value from printf() function? printf function always returns the number of characters printed. Let us understand this with an example: main() { int a=10; printf("%d",printf("%d %d %d", a,a,a)); } In this above program the inner printf i
 

How is the main() function declared?

The declaration of main can be done as int main() One more declaration that can be taken by main is command line arguments form int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; NOTE: It is not possible for one to declare the main
 

How does the function call within function get evaluated?

Whenever we have more than one function which is called for a finite number of times then such a function gets evaluated from inside out. Let us understand this concept with an example. For instance consider a function sample called within it 4 times as given in program below: main() { int a=50;
 

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(“%d”,x); z= sample() } sample() { printf(“Testing program”); } Output is   &n
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape