cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DYNP_TOO_MANY_RADIOBUTTONS_ON

Former Member
0 Likes
1,176

Hi All,

I am getting ABAP dump "SAPLEHS_PHR000" 0100 for screen display, it was detected that in a group of radio buttons, there is more than one field set" when I am trying to open IMG for phrase through


SPRO--> Environment, Health & Safety ->Basic Data and Tools-> Phrase Management -> Specify Phrase Libraries and Phrase Groups.

Found the similar thread but could not able to interpret solution. Do I have to change table: TCG61 and only keep one phrase library as active ?

Looking for some help.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

JuanCarlosDelga
Contributor
0 Likes

Hi Ravi,

Yes, change the table TCG61, in SAP EHS you can have several phrase libraries, but only one must be active.

Regards

JCD

Former Member
0 Likes

Hi Juan,

does not have authorization to change standard table ? any work around or need to go to system administration ?

Thanks.

JuanCarlosDelga
Contributor
0 Likes

Hi Ravi,

Write a SQL sentence in an ABAP program to correct the data.

UPDATE tcg61 SET catflg = ' '

WHERE catpin IN ('value1', 'value2', 'value3').

Change valueX for the key you want change.

Regards

JCD

Former Member
0 Likes

Hi Juan,

Thank you. Do you know why this kind of inconsistency happening in standard SAP box ?

Do you know if any OSS notes available to fix this instead of changing standard table manually?

Thank you.

JuanCarlosDelga
Contributor
0 Likes


Hi,

Try to copy the table from client 000, from the menu Utilities->Adjust. But I suppose that you won't be able to enter into the IMG activity.

Regards.

JCD

Answers (0)

Ask a Question