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 |
what is sap scriptview ?
how many no of buttons we can create on Apllication tool Bar?
Does the call transaction method allow multiple transactions to be processed by sap?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is an “on request field” statement?
Hi everyone! i m pursuing ABAP so still in learning phase i want to know abt. IDOCs and ALE like what's the role of messege type in IDOCs and how things goes on in background i know i sound absurd but as i m not clear abt. the same Ur advice wud be highly appreciated looking forward for a quick reply with some scenarios if URl for some gud sites that wud b helpful in the initial stage of learning wud b provided it's wud b g8 thanks in advance
My internal table exceed the limit. then it goes to dump. how will u handle this issue?
What is the difference between call transaction and session method? : abap bdc
What is the syntax for ‘call transaction’?
What is Macro
SmartForm : how to print a smartform layout having one portrait and one landscape?
Is multiple implementation possible for one BADI definition? If possible the how can you know that which BADI is active.