‎2007 Sep 25 12:15 AM
hi all,
I did a substitution (GGB1) to validate mater data of fixed asset (AS01), How I could implement this same substitution for transacction AS02?
Thanks
marisol.
‎2007 Sep 25 1:40 AM
Generally, if you are just validating you should use a Validation, not a Substitution - They are executed earlier in the processing before any updatres start.
You should be able to use the same validation or substitution in both AS01 and AS02 transactions - if you don't have a pre-requisite check of the TCode it probably already runs in both.
Andrew
‎2007 Sep 25 1:24 AM
Hi Marisol,
You can check IF sy-tcode = 'AS01' OR sy-tcode = 'AS02' in the same.
Regards,
Atish
‎2007 Sep 25 1:40 AM
Generally, if you are just validating you should use a Validation, not a Substitution - They are executed earlier in the processing before any updatres start.
You should be able to use the same validation or substitution in both AS01 and AS02 transactions - if you don't have a pre-requisite check of the TCode it probably already runs in both.
Andrew