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
What is the different between template and a table?
Can you delete data element, which is being used by table fields?
What is the difference between select statement and provide statement ? : abap hr
ABAP : Classical reports events name
What are the different functions used in sap script?
What is the difference between synchronous and asynchronous update? : abap bdc
What are the abap/4 commands that link to a layout set?
How do you restrict the data to be entered in the payroll area? : sap abap hr
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
How to display or know if the value entered contains records or not?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
How to eliminate duplicate entries in internal tables? : abap data dictionary
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is bdc programming? : abap bdc