1. Driver prog & executive prog both r same ?
2. what is difference between At selection screen &
At selection out put ?
3 . what is node used in smart form ?
Answer Posted / ravi
1. No
2. At selection screen output we use the condition
if spfli_carrid ne' ' and spfli-carrname eq ' '
write:/ 'error message'.
endif.
At selection screen.
select *
from spfli
wnere carrid ='LH'.
End of selection.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Why do we use Abstract classes give an example from your project?
Which objects are independent transport objects? : abap data dictionary
When to use logical database?
What are the two methods for modifying sap standard tables?
Why grouping of fields is required? What is the max no of modification groups for each field?
Explain the different types of screen keywords?
What is a multiple line field?
What is meant by hide area?
What is the bitwise operator in the sap abap?
How is conversion of data types done between abap/4 & external level?
In sap script how to print bar code in vertical manner
What are the differences between session method and call transaction method? : abap bdc
What are extracts?
Write syntax for message error (report)?
what is mean be On Change of in Control Break statement