what is 'at line-selection' and user command?
Answers were Sorted based on User's Feedback
Answer / sai kalyan
At_line_selection is used to display the detailed infor
mation on secondary window for selecting line from privious
list.
At user command is used for user defined function keys
Is This Answer Correct ? | 9 Yes | 0 No |
at line-selection validates the entire line and displays
the secondary list based on 1st list condition means where
ever u double-click on line it validates.
sy-lisel+0(field_length) = <conditin>.
at user-command validates the function keys to displys the
secondary list based on primary list conditions.
for this we are using sy-ucomm = <fcode>.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sumit sharma
At Line selection is an event which is triggered after the
first list output. It is used for interactive reporting to
display the detailed information after double clicking the
line or the feild(using getcursor command) in the basic
list.
At User Command is used to define our own function keys,
the best use is in creating our own menu for a list.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the properties of selection screen?
How do you do BDC field Validtaions ? can any one help with syntax? is there any difference with BDC and BAPI validations?
What is a batch input session?
What is the secondary index?
6) Difference between a table and smartform?
what is the diffrence between inner and outer join
By using which single table i can get all the detail from sale order to billing not used vbak, vbap, vbrk & vbrp.
when is the POV AND POH event used?
Explain pai and pbo.
Explain what are the different functions used in sap script? What are the parameters used in each function?
suppose uploading the flat file data using bdc program when error is occur then what vil u do
What is pnp-sw-found ? : abap hr