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: 

Finding enhancement point for transaction XD01 "warning message"

Former Member
0 Kudos
152

In the transaction XD02 if user enters wrong Tax Jurisdictn code we want warming message but currently message is coming right but its coming as error message.

We need to change the following method but in this method there are sevral note are implemented.

Class name : CL_TAX_TXJCD_DETERMIN_SHELL

Method : CHECK_TXJCD_EXTERNAL

help with enhancemengt point (implicite or user exit ) so i can can this message into error.

4 REPLIES 4

brad_bohn
Active Contributor
0 Kudos
90

Have you tried using message control for message class TAX_TXJCD? Tax messages from that message class are configurable in the IMG.

Former Member
0 Kudos
90

>

> Have you tried using message control for message class TAX_TXJCD? Tax messages from that message class are configurable in the IMG.

As Brad suggested you can configure the message so that error messages are issued as warning messages.

You can check out the following OSS note (contains the steps),

Note 650893 - Message class TAX_TXJCD: Customizable messages

madhu_vadlamani
Active Contributor
0 Kudos
90

Hi,

As Brod Suggested check the message clause and type.

Regards,

Madhu.

Former Member
0 Kudos
90

ans