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: 

Screen-exit in XD01 / 02 / 03

Former Member
0 Kudos
471

Hi all,

The requirement is like this.

On customer master we have a tab "Control Data". On this control data tab, there is a subscreen for "Tax information". On this subscreen there is a field called "Tax type" (KNA1-KITYP).

The requirement is, when user enter any tax type in this field, the description of the tax type should show adjacent to this field. SAP does not display description. I searched for any screen-exit or BADI for this but could not find any. I think it is only possible by core mod. But i want to make sure before giving final answer to client.

I know we can add custom tab/screen on customer master BUT that is not my requirement. My requirement is to add one more field to stnadard screen/subscreen.

Please let me know if anybody has any idea about it. I am working on ECC 5.0

Thanks in advance.

Pratik

2 REPLIES 2

Former Member
0 Kudos
85

I think there is no screen exit and only on Function exit available

SAPMF02D

EXIT_SAPMF02D_001

Reward Points if it is helpful

Thanks

Seshu

Former Member
0 Kudos
85

Sorry for Previous reply,

Please try below BADI's

Program name Enhancement Enhancement name

SAPMF02D CUSTOMER_ADD_DATA_CS CUSTOMER_ADD_DATA_CS

Enhancement Text.

Additional Data at Customers (Subscreen

Reward Points if it is helpful

Thanks

Seshu