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: 

Disable custom tab in XD01/xd02 if Sales Area data is not given

0 Kudos

Hello All,

I am stuck in a scenario, we have added the custom tab in XD02 and my requirement is to deactivate/invisible the custom tab if  sales area data is not given in the inital screen XD01/XD02.

Please help me.

3 REPLIES 3

former_member235395
Contributor
0 Kudos

Hi Shweta,

Put your Validation on BADI Implementation.

Regards.

VijayCR
Active Contributor
0 Kudos

Check this BADI CUSTOMER_ADD_DATA_CS and CUSTOMER_ADD_DATA_CS

raymond_giuseppi
Active Contributor
0 Kudos

Did you look at parameters of method SUPPRESS_TAXI_TABSTRIPS of CUSTOMER_ADD_DATA_CS.

AFAIK you can only hide the tabs in the custom tab, but not the containing tab and function in menu as GET_TAXI_SCREEN doesn't receive any user input. So you are on your own to find any suitable enhancement point...

Regards,

Raymond