i have a doubt ,what is the difference between the workarea
and headerline . plz tell me .
Answer Posted / soham
With header line is old way to define work area as internal
table but that is not used better to use 'type standard
table of' for internal table and 'type' for work area.
that error occurs when we fetch more columns than in type
so avoid to use header line.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the function module in bdc?
Different types of luws. What are they?
how do you call third selection screen ?
what next in SAP-ABAP/4 is it going to be change?
Table events aNd table maintains generation
How to get that a secondary index is attached to a select query?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
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?
What is smart forms? : abap hr
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What are function modules?
What is the syntax for ‘call transaction’?
How do you delete duplicate records from internal table?
What is the function of a domain?
What is a view in sap? : abap data dictionary