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
Explain the Types of Select statements?
What is value table?
Explain the Inportance of pa30? : abap hr
What is runtime analysis?
What is dynamic action? : sap abap hr
Explain the use of insert and append statement in sap abap?
Reports: Event functionality.
What are the difference between tables and structures?
What is difference between inner join and outer join?
Can you assign a matchcode object to a parameter? If so how?
What are the abap/4 commands that link to a layout set?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
Explain the differences between interactive and drill down reports?
What is the difference between skip and reserve?