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

Adding custom field in f103

0 Likes
1,700

Hi Experts,

I need to add 2 additional fields in f103 report, Please suggest which BADI/Exit or BTE

i used for it..

Thanks in Advance

Sushil Kumar Shrivastava

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
1,447

Not sure there are any BAdi for this report, you could consider

  • Creating an append for FAGL_S_SAPF103_ACC_LIST
  • Looking for implicit enhancement options in the report to fill the additional fields (e.g. at end of form PRINT_ITEM or start of form DISPLAY_ALV_DOCUMENT_LIST) you may be required to code some further access to database or, for performance, some enhancement in events like GET bsid/bseg if the data is available in the logical database.

NB: To get this list of BAdI, call SE80 on the package of the prgram (FBAS) There are also many threads/discussions on how to find a BAdI alreeady posted at scn.

Hi Experts,

I need to add 2 additional fields in f103 report, Please suggest which BADI/Exit or BTE

i used for it..

Thanks in Advance

Sushil Kumar Shrivastava

3 REPLIES 3
Read only

Former Member
0 Likes
1,446

Hi Sushil,

Please find below pasted badi's for the f103 report

capture.jpg

Read only

0 Likes
1,446

HI Vijay,

Can you please suggest which badi i will use for these requirement.

Thanks

Sushil Kumar Shrivastava

Read only

RaymondGiuseppi
Active Contributor
1,448

Not sure there are any BAdi for this report, you could consider

  • Creating an append for FAGL_S_SAPF103_ACC_LIST
  • Looking for implicit enhancement options in the report to fill the additional fields (e.g. at end of form PRINT_ITEM or start of form DISPLAY_ALV_DOCUMENT_LIST) you may be required to code some further access to database or, for performance, some enhancement in events like GET bsid/bseg if the data is available in the logical database.

NB: To get this list of BAdI, call SE80 on the package of the prgram (FBAS) There are also many threads/discussions on how to find a BAdI alreeady posted at scn.