In alv Reports,how the Output is displayed ad editable and how
i can edit the same and how it will reflect the DB?Please
help...........
Answer Posted / chandra shekhar
In the field catalog we can make the option as
FIELDCATALOG-EDIT = 'X'.
And on the User command event we can read the Internal
table and can update the database.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the syntax for ‘call transaction’?
How do you process errors in session method ? : abap bdc
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Fallback class
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is the difference between open_form and close_form?
How would you define the exponents for a type ‘f’ field?
What are the uses of secondary indexes?
What is the use of lock objects?
In sap script how to print bar code in vertical manner
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?
Explain the function module in bdc?
What are the different kinds of lock modes?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?