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

screen exit for FB60 on header level

Former Member
0 Likes
1,451

hi , i am working on FB60 . i want to add an extra tab i.e extra screen on the header level . are there any screen exits for fb60 to add extra screen?

hi , i am working on FB60 . i want to add an extra tab i.e extra screen on the header level . are there any screen exits for fb60 to add extra screen?

3 REPLIES 3
Read only

Sougata
Active Contributor
0 Likes
892

Yes but not in SMOD...you've to approach it the BADI way.

Try these:

BADI_FDCB_SUBBAS01

BADI_FDCB_SUBBAS02

BADI_FDCB_SUBBAS03

BADI_FDCB_SUBBAS04

BADI_FDCB_SUBBAS05

Don't forget to reward points if this info was useful to you.

Cheers,

Sougata.

Read only

Former Member
0 Likes
892

how to work with badi's which u have sent me .. those are badi_fdcb_subbas01...05, what is the next step ?? how can i find is that particular badi is suitable or not to my transaction FB60.can u reply me soon ? its very urgent...

Read only

Sougata
Active Contributor
0 Likes
892

hi praveen,

search this forum on how to implement a badi if you haven't done one before. also, go to transation SE18 and read the documentation on badi_fdcb_subbas01 which clearly says that its used for FB60... see the example how they have used it by going to menubar Implementation->Overview then choose FI_FDCB_SUBBAS01_EX (Example for Screen Enhancement 1 on FDCB Basic Data Screen)...you should look at the method PUT_DATA_TO_SCREEN_OBJECT and tab Subscreens where the screen exits are available to use.

In FB60, if you go to menubar System->Status and check the Program (Subscreen) and Screen Number, you'll see it'll match the program name and screen no. provided in the Subscreen tab of the BADI.

Hope this helps.

Cheers,

Sougata.