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: 

Subscreen tab position

Former Member
0 Kudos

Dear Gurus,

A new tab has been added to capture additional fields in delivery header. However it is coming in the last position in tab order. Howe can we change the position of the same tab from it's current possition?

Thanks in advance.

Roopesh Shah

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Dear Roopesh,

You have to implement badi "LE_SHP_TAB_CUST_HEAD".

In that badi there is one method "ACTIVATE_TAB_PAGE" in which you have to set the parameter "ef_position = 1 ."

Regards, Vicky

1 REPLY 1

Former Member
0 Kudos

Dear Roopesh,

You have to implement badi "LE_SHP_TAB_CUST_HEAD".

In that badi there is one method "ACTIVATE_TAB_PAGE" in which you have to set the parameter "ef_position = 1 ."

Regards, Vicky