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 are the different database integrities?
Define database layer? : abap data dictionary
What is the length of function code at user-command?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Module Pool Programming: Events and Table Control handling.
What are ranges?
SAP query how to use end users?
What are the basic object types? : sap abap hr
How does the system handle roll areas for external program components?
Double click function on the lists, identifying the line selected by the user on the list?
What are the kinds of foreign key fields?
What are client dependant objects in abap/sap?
Can we access static attribute from instance method
how can we enable hyperlink in screen painter?
How can we omit a leading sign and a leading zero in sapscript?