Suppose in an ALV report in grid we have to disply matnr,
ernam,ebeln,ebelp etc.But when we bring the cursor on that
specified field it will show "material number" for matnr,
"purchase Document Number" for ebeln etc. how do you acheive
this?
Answers were Sorted based on User's Feedback
To achieve this functionality in fieldcatalog section
activate the field " REPTEXT_DDIC" i.e. REPTEXT_DDIC = 'X'.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / abaprajaram
contact the functiaonal people of the company or basis
person
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / jaswant sahjlan
You can handle it by using button_click event of class cl_gui_alv_grid
Is This Answer Correct ? | 0 Yes | 0 No |
What is an on”*-input filed” statement?
Why cant we use Normal function module for data transfer?
What is the difference between Clustered Tables and Pooled Tables?
When writing BDC for MM01 how do you take care of views?
what is badi?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
How do you handle in Call Transaction?
how to fetch data form without header line internal table ?
Suppose in the BDC call transaction we updated one record into the database. In the message log it is showing successful, but it was not updated into the data base? How can we handle?
Can you call a bdc from a report program ?
Where do you code the hide statement?
what is the difference between standard and sorted internal tables? (in performance wise)