Difference Between ATPF and AT user command?
Answers were Sorted based on User's Feedback
Answer / uday
at pf is for predefined Function keys .
at usewr command is for user defined function keys.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / arun prasad
at pf<nn> will be triggered when a function key was
pressed in any list.
at user command will b triggered when a button or any
element containing function code was clicked.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bala
at pf status is used for the interface bet internal table
and database
at user command is trigger at the moment when we presses
the functional key
Is This Answer Correct ? | 1 Yes | 5 No |
Internal table itab contains some records. If the code is like this : LOOP AT ITAB. APPEND ITAB. ENDLOOP. What ill be the result??
IS DOMAIN IS REUSABLE ? IS DOMAIN IS CLIENT DEPENDENT OR CLIENT INDEPENDENT..
What are the data types of the external layer?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
Is it possible to include two transactions with one group name in one program in session method ?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Hi All, Can u tell me the difference between RFC and BAPI. I know Both are remote enabled.
Can a domain, assigned to a data element be changed? : abap data dictionary
visibility of a field string declared using tables statement? true/false.
wtat is diff. between bdc and session method
What is a fall back class?
What are reference fields in data dictionary ? how do u assign them to a table field?