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
How many default tab strips are there?
what is the transaction transaction for setting parameters rdisp/buffermode
Is a logical database a requirement/must to write an abap/4 query?
Can we define our own match code id's for sap matchcodes ?
What are the events in ABAP language?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What is the use of dequeue function module? : sap abap data dictionary
What are the different message types available in the abap/4 ?
Differentiate between report and dialog program
Can i Have Some Realtime Examples on Badi ?
What are the types of bdc s?
What is the difference between a structure and an append structure?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is the relationship existing between the various data elements? : abap data dictionary
did u done enhancement framework?how u implemented?