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
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the advantages of logical databases?
What are the various types of selection screen event?
Of the two call transaction and session method, which is faster?
What is constructor expression in nw abap 7.4?
What are the types of indexes in abap?
How would you define the exponents for a type ‘f’ field?
What is the difference between native sql & open sql? : abap data dictionary
What are the various events associated with screen programming?
Can you set up background processing using call transaction?
What are the function modules used in f4 help?
How do you take care of performance issues in your ABAP programs?
Define database layer? : abap data dictionary
Explain the difference between a dialog program and a report?
What are the other modules integrated with om? : sap abap hr