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: 

Remove entry from T77S0

Former Member
0 Kudos

Hello experts,

I am a beginner and undergoing ABAP HR training. While using a no. of transactions, on certain events, the control stop at a no. of breakpoints. I found out this is due to an entry in table T77S0 as follows

GRPID = BREAK

SEMID = MH5AS

GSVAL = <userid>.

This is checked in an subroutine pool MSTT77S0 in

form RE77S0.

I can remove the entry from the table directly but if there is a transaction for doing this I would like to do it using that.Could any one please help me find the TCODE.

4 REPLIES 4

Lakshmant1
Active Contributor
0 Kudos

Hi Sachin,

Check function mdoule RH_77S0_CHANGE_VALUE

Thanks

Lakshman

Former Member
0 Kudos

Hi,

Go to SM30 (Table maintance generator) and maintain the entries for table T77S0 and delete the entry.

Thank you.

Regards,

Karun

Former Member
0 Kudos

Thanks Guys for your effort but the issue is not just to delete the record ( which can be done directly in se11) but to do it using any standard transaction if exists.

Please can any body let me know.

Full points will be alloted for TCODE.

Thanks in advance.

Sachin

0 Kudos

Hi Sachin,

Check Transaction OOV2

Hope it helps.

Best regards,

Guillaume