Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain the Types of Select statements?

1136


What is value table?

1068


Explain the Inportance of pa30? : abap hr

1420


What is runtime analysis?

1223


What is dynamic action? : sap abap hr

1178


Explain the use of insert and append statement in sap abap?

1137


Reports: Event functionality.

1406


What are the difference between tables and structures?

1281


What is difference between inner join and outer join?

1144


Can you assign a matchcode object to a parameter? If so how?

1095


What are the abap/4 commands that link to a layout set?

1412


What are the two ways for restricting the value range for a domain? : sap abap data dictionary

1332


Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.

2236


Explain the differences between interactive and drill down reports?

1072


What is the difference between skip and reserve?

1250