‎2006 May 24 1:13 PM
Hi!
I made a validation in transaction REBDBU and REBDPR when the user create a building or a property in the module of RE and when the person use the transaction RE80 the system can't allow the user to create a building or a property.
Some one know if I can restrict the validation for one transaction only?
Thanks!
‎2006 May 24 1:15 PM
‎2006 May 24 1:17 PM
HI,
Use <b>SY-TCODE</b> and write Logic accordingly.
i.e, if sy-tcode = 'REBDBU'.
validation 1.
else.
validation 2.
endif.