‎2012 May 09 11:17 AM
Hi All,
Can you kindly help me with one issue?
In FB03 when view the invoice there we have the G/L, Account short text, amount etc. and TEXT in extreme right column. This text is currently populated by system from PO line item text. I need this text to come from table RBCO.
Where shall i write the code. Is there any BTE or user-exit present so that when FB03 is called for an invoice the text is displayed from that table.
Kindly help.
Thanks & Regards,
‎2012 May 09 11:37 AM
The alv is displayed in routine ALVBSEG_DATA_INIT of include MF05LFALV. Try to find some enhancement spots and do it
‎2012 May 09 11:58 AM
We are talking about independent of ALV list or Grid or anything.
‎2012 May 09 12:02 PM
Please explain in detail. The suggestion proposed was for your question related to FB03.
‎2012 May 09 12:05 PM
yes FB03...but the solution proposed by you is for ALV GRID only....its not applicable for list display.
‎2012 May 09 12:21 PM
Initially it displays as GRID by default, Later the list option is selected from menu. By this time the data will be changed, so the same gets reflected in list too. Please correct me if I am wrong.
‎2012 May 09 1:28 PM
Actually no. the GRID is called at one point of the code and the LIST is called at another point of the code. for two type of display reuse alv fm is called twice for each other. So doing the code at one point will not reflect in other point
‎2012 May 09 1:13 PM
That a day-to-day activity in FI module
You may like to do FI substitution. Check one helpful link here
‎2012 May 09 2:10 PM
A document is posted with a text, say '1234'. Are you saying that you want to keep this text in the document, but when you display it through FB03, you want it to display something different?
Rob