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: 

Screen Exit for t-code F-06

praveen_hannu
Contributor
0 Kudos

Dear All

I have an requirement like I need to add a field in the t-code f-06, in the first screen it self, they need a field to add from the table BKPF. I have searched for any screen exits for the package FBAS, but I am unable to find out.

Please guide me is there any other alternative way to solve this issue.

Thanks and Regards

Praveen Kumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check these BADi's

FAGL_PERIOD_CHECK
FBAS_CIN_MF05AFA0
FI_AUTHORITY_ITEM
FI_FB08_SUBST_BUDAT
FI_HEADER_SUB_1300
FI_RES_ITEM_CURRENCY
FQST_CIN_WITHITEM
FVFZ

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check these BADi's

FAGL_PERIOD_CHECK
FBAS_CIN_MF05AFA0
FI_AUTHORITY_ITEM
FI_FB08_SUBST_BUDAT
FI_HEADER_SUB_1300
FI_RES_ITEM_CURRENCY
FQST_CIN_WITHITEM
FVFZ

0 Kudos

HIi Avinash

Thanks for your reply, but I believe these BADIs are not support for screen enchancement, would you please help me is there anything which supports for screen enhancement.

Regards

Praveen

0 Kudos

HI,

What ever you can achevie by using User Exit you can acheive with Badi's

[ABAP BADI SCREEN ENHACEMENTS |http://www.abapprogramming.net/2008/09/abap-badi-screen-enhacements.html]html

[badi screen enhancements implementation |http://www.abapprogramming.net/2008/10/badi-screen-enhancements-implementation.html]