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

Subscreen tab position

Former Member
0 Likes
436

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
Read only

Former Member
0 Likes
382

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
Read only

Former Member
0 Likes
383

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