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.
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
Hi,
Just a wild guess of checking tables RMWBC_40T, RMWBC_20T
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 )
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |