2006 Aug 24 12:17 PM
Hi,
Is there any fnc. module to get prase text for the prase id. Or else give the table to query to get the phrase id.
Thanks,
Varghese.
2006 Aug 24 12:48 PM
2006 Aug 24 12:58 PM
2006 Aug 24 1:06 PM
Hi,
In RMWB transaction in PLM module , we can create specification. Specification will have property tree , where we can enter value for properties. Phrase id will be associated with some properties, which we select from F4 help.
So if we select a phrase id , how to get the phrase text for the same.
Thanks,
Varghese.
2006 Aug 24 1:34 PM
2007 Jan 16 1:57 PM
This should give all info about the phrase sets and phrases assigned:
Select from
from ( ESTPJ
inner join ESTPH
on ESTPHRECN = ESTPJRECNTPH
inner join ESTPS
on ESTPSRECN = ESTPJRECNTPS
inner join ESTPT
on ESTPTRECNROOT = ESTPSRECN
inner join ESTPP
on ESTPPRECNROOT = ESTPHRECN )