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
Which FM do you use to find out who is reporting to whom
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
How can we handle table control in bdc? : abap bdc
What should be the approach for writing a bdc program? : abap bdc
How to find the return code of a statement in abap programs?
Does the external program run in the same sap luw as the caller, or in a separate one?
How can you manipulate the presentation and attributes of interactive lists?
How do you execute the payroll
What is a transport?
When you prefer lsmw?
How would you set the formatting options statically and dynamically within a report?
How many ways you can create table? : abap data dictionary
java script for push button in adobe forms.
What is projection view?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?