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: 

Hide additional customer screen in xd01/xd02/xd03

Chris_2311
Participant
0 Kudos

hi all,

i've created a new additional sales data customer screen in the "xdXX" transactions.

this works fine for me!

now i have the request to hide this screen, depending on the customer account group (kna1-ktokd).

how can i do this?

best regards & TIA

christian

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Change your implementation of IF_EX_CUSTOMER_ADD_DATA_CS~SUPPRESS_TAXI_TABSTRIPS

Regards,

Raymond

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

Change your implementation of IF_EX_CUSTOMER_ADD_DATA_CS~SUPPRESS_TAXI_TABSTRIPS

Regards,

Raymond

0 Kudos

hi raymond,

thanks for your reply!

i know the "SUPPRESS_TAXI_TABSTRIPS".

my problem inside of this one is the missing customer account group (kna1-ktokd) value in it.

without that value i can't check whether to hide or show the additional screen.


do you know what i mean?

best regards

christian

0 Kudos

In this method you could easily assign a field symbol to field KNA1-KOKD of SAPMF02D, or RF02D-KTOKD in creation mode (both are in global data area, so available)

Regards,

Raymond

Chris_2311
Participant
0 Kudos

THX @Raymond !!!

Your solution fixed my problem!