Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change the TEXT in FB03 programatically

Former Member
0 Likes
2,070

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,

8 REPLIES 8
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,568

The alv is displayed in routine ALVBSEG_DATA_INIT of include MF05LFALV. Try to find some enhancement spots and do it

Read only

0 Likes
1,568

We are talking about independent of ALV list or Grid or anything.

Read only

0 Likes
1,568

Please explain in detail. The suggestion proposed was for your question related to FB03.

Read only

0 Likes
1,568

yes FB03...but the solution proposed by you is for ALV GRID only....its not applicable for list display.

Read only

0 Likes
1,568

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.

Read only

0 Likes
1,568

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

Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
1,568

That a day-to-day activity in FI module

You may like to do FI substitution. Check one helpful link here

Read only

Former Member
0 Likes
1,568

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