Application Development 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: 

New field in FBL5N

bhakti2
Active Participant
0 Kudos

hello 

kindly provide some help/comments for my issue

1 - i followed sapnote 112312, but i cudnt see the new field in change layuot section of fbl5n, bte was called in debug but no field on output

2 - i read this blog and did 3 extra things - enhance RFPOSX, run the two std reports RFPOSXEXTEND & BALVBUFDEL

3 - i can now see the field in change layout and i can include it in the fbl5n , but its not getting populated. The BTE is getting called and i have directly hardcoded 'X' value to my field

could you please let me know what could be the reason ?

thank you in advance

Bhakti Joshi

blog link : http://scn.sap.com/community/abap/application-development/blog/2012/08/30/enhancing-sap-standard-tra...

5 REPLIES 5

raymond_giuseppi
Active Contributor
0 Kudos

Start with Note 984305 - Line item: Definition of special fields (T021S).  Check if you correctly followed the process of implementation.

Regards,

Raymond

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

See also the article "Addition of Fields in Line Item Display Report Output for TCode FBL1N/FBL5N" by Swapnoneel Mukherjee in this link: http://scn.sap.com/docs/DOC-5868

I hope this helps you

Regards

Eduardo

former_member183378
Active Contributor
0 Kudos

Hello Bhakti,

Can you pls go through this document link once to fix your issue?

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40d6c489-aa3a-2e10-db88-deb9114b6...

I hope it helps!

Thanks & Regards,

Lakshmi S

Former Member
0 Kudos

Hello Bhakti,

the right order of the followng steps is very important to see the value of the new field:

First append the new new field to database BSEG and structures RFPOS and RFPOSX.

Second in Transaction SPRO on path "Financial Accounting ->Accounts Receivable and Accounts Payable -> Customer Accounts -> Line Items -> Display Line Items -> Define Additional Fields for Line Item Display" add the new field to table BSEG.

Third in SE38 start report RFPOSXEXTEND.

Forth in SE38 start report BALVBUFDEL

Fifth in SE19 create an implementation for BAdI "FI_ITEMS_CH_DATA" and in the method "CHANGE_ITEMS" implement the coding to fill the new field.

Fifth in FBL5N start the list and Change layout in adding the new field.

With these steps the new field with value is shown in the list of my FBL5N.

I hope it also works for you.

Regards

Barbara

0 Kudos

thank you very much Barbara