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: 

Get Phrase text.

Former Member
0 Kudos

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.

5 REPLIES 5

Former Member
0 Kudos

HI,

Check table TTDG...

Reward if helpful.

Regards

Former Member
0 Kudos

Varghese,

What is this prase id ?

~thomas

0 Kudos

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.

0 Kudos

Hi,

Just a wild guess of checking tables RMWBC_40T, RMWBC_20T

Former Member
0 Kudos

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 )