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: 

Need to add validation in standard tcode

Former Member
0 Kudos
1,586

Hello All,

I need to add a validation to standard tcode f-29. It needs to display warning message on a specific condition. I didn't find user-exit and the Badi I don't think will help, is it possible to do it using enhancement poit/spot. Could anyone help in this issue.

Thanks and Regards,

Sachin

7 REPLIES 7

GauthamV
Active Contributor
0 Kudos
518

Hi,

for most of the fi transactions you can do validations using these tcodes.

validations : OB28 transaction

substitutions : OBBH transaction.

mostly functional consultants will be working on it .

krishnendu_laha
Active Contributor
0 Kudos
518

Hello Friend,

As you mentioned alreday; enahncement spot can be useful in this case (ECC 6.0 onwards).

You have to careful about the requirement and serch the particular enhancement-point to implement.

Let me know if you need help for implementing enhancement spot.

Regards

Krishnendu

0 Kudos
518

Hi

I need do validation to standard T-code COHV based on order type . I need to display warning message on a specific order type.I didn't find user-exit and the Badi I don't think will help, is it possible to do it using enhancement point/spot.

Thanks.

Former Member
0 Kudos
518

Hello,

Actually I want to throw a warning message if the currency in the document on the screen is different from the customer's local currenct stored in table KNVV. On the initial screen it displays warning messages for various conditions. The module betrag_pruefen.in the program SAPMF05A screen 0111, has this warning message if amount entered is zero. If I goto Edit->Enhancement operations->Show implicit enhancement options, all the way at the end it gives me

""""""""""""""""""""""""""Include MF05AI00_BETRAG_PRUEFEN, End

Now when I right click on this it asks me if a new implemantation or use the standard, this would create section to create a code, but i'm not sure if it will work and do not want to change the standard, without confirmation.

pls suggest.

Thanks

Sachin

Former Member
0 Kudos
518

Solved using enhancement

Thanks

0 Kudos
518

HI Sachin,

What kind of enhancement do u use for this?

Would u mind sharing the steps. I am facing the same problems.

I want to add a specific validation when saving a new internal order on screen SAPLKOBS

create a settlement rule on tcode KO02.

Thank you.

Indah Ibrahim

former_member490746
Discoverer
0 Kudos
518

Hello Friend.

I need do validation to standard T-code COHV based on order type . I need to display warning message on a specific order type.I didn't find user-exit and the Badi I don't think will help, is it possible to do it using enhancement point/spot.

Thanks.