what is set cursor and get cursor command in module pool
Answers were Sorted based on User's Feedback
Answer / amith
Set Cursor is used to place cursor on a particul input
field,or a particular line in an output list.
Get cursor can be used to find out the position of the
cursor where the action has occured.This can be used most
of the time when ever you doubble click on use f2 function.
Is This Answer Correct ? | 31 Yes | 6 No |
Answer / bandivenkateswarlu
set cursor is used to pass the data from abap program to
abap memory
get cursor is used to pass the data from the abap memory to
the abap program.
syntax: set parametes (pid) vairable (variable).
get parameter (pid)
Is This Answer Correct ? | 6 Yes | 29 No |
How is conversion of data types done between abap/4 & external level? : abap data dictionary
what is a fiscal year ?
What is the table & field to identify the no of items (bottles) stored in one case?
0 Answers iQuest, SAP Labs, Yash Technologies,
What are the types of table fields in the sap abap?
How can you print the company logo?
What loop do you code for a READ DATASET Statement
How we will handle the Page Breaking in Smart Form?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What are the different types of parameters?
In Realtime, how you get flat file for BDC session method.. through email or any other source? Who will send you flat file..your team lead or project lead or project manager etc?
What does the extract statement do in extract datasets? : abap modularization
what is meant by maintenance allowed(if it can provide authorization, what is authorization)