how to calculate the difference between two date type of
variables ?

Answer Posted / vijay

data: x type i value '10',
y type i value '6',
z type i .
z= x - y.
write:/ z.

Is This Answer Correct ?    5 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are indexes? : sap abap data dictionary

560


Can you delete data element, which is being used by table fields?

807


A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary

677


What is the table buffer?

572


Explain the data types of internal tables?

627






What is the difference between Exit and Stop?

621


Explain Singleton class

841


What are conversion routines? : abap data dictionary

594


What is dynpro? what are its components ?

628


Explain Catch Command in ABAP?

835


How is conversion of data types done between abap/4 & external level? : abap data dictionary

658


how to modify the standard method as per your requirement

890


Explain the disadvantages of abap query tool?

577


how to create view in bdc..??

2331


​​What is constructor expression in​​ nw​​ abap​​ 7.4?

636