how to calculate the difference between two date type of
variables ?
Answer Posted / kapil
data : date1 type sy-datum ,
date2 type sy-datum ,
days type i .
date1 = sy-datum.
date2 = sy-datum - 7.
days = date1 - date2.
write : days. "Answer should be 7
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
What is the collect statement? How is it different from append?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
Which one is better joins or views and why?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
What are aggregated objects : abap data dictionary
what is difference between user exit, customer exit and badi?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What are base tables of an aggregate object?
How do you read files from the presentation server ? : abap bdc
When was the sap abap being created?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
How many types of data classes are there in sap abap? : abap data dictionary
If yes then why do we require logical database
Double click function on the lists, identifying the line selected by the user on the list?