Answer Posted / krishna
data:itab type standard table of strcture name with header line.
data: itab1 type strcture name.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Does the call transaction method allow multiple transactions to be processed by sap?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Differentiate between ooabap and abap?
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.
What is PS structure
Can we access static attribute from instance method
What are the types of data types in the sap abap?
What are interface/conversion programs in SAP?
How can I make a differentiation between dependent and independent data? : abap hr
What is the client concept in sap?
What is an rfc?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
Have you processed BDCs ?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
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?