Application Development and Automation 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: 
Read only

table HRT1002

Former Member
0 Likes
722

Hi everybody.

Could anyone tel me if the transaction PHAP_CATALOG is linked to table HRT1002? In other word when I modify a text with this transaction is it changed in the table HRT1002 or in an ohter table?

Thank you all

Karim

Hi everybody.

Could anyone tel me if the transaction PHAP_CATALOG is linked to table HRT1002? In other word when I modify a text with this transaction is it changed in the table HRT1002 or in an ohter table?

Thank you all

Karim

3 REPLIES 3
Read only

Former Member
0 Likes
541

hi Karim,

Yes, infotype 1002 is updated when you enter the description in PHAP_CATALOG.

HRT1002 is the table part for table infotype 1002 (Descriptions).

Hope this helps,

Sajan Joseph.

Read only

Former Member
0 Likes
541

thanks Sajan Joseph.

That what I thought, but when I modify the text and clik on 'save' why the table isn't updated?

Could you help me on this.

Thanks a lot

Karim

Read only

0 Likes
541

You have to first get the ref ie the TABNR from HRP1002 & then look up HRT1002 for that TABNR.. Are you doing that?

~Suresh