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

HR Module - IT0035

Former Member
0 Likes
854

Hi !

I'm a technical guy(ABAP + Integration Consultant) lookin for the table which stores some special data from infotype 35(HR Module).

Inside PA30, i got need the comments that are up to be inserted new informations, these comments where we input some information(structure RP50M-TEXT1 + TEXT2 + TEXT3) aren't in the PA0035 and either in a customized table(as T"XYZ"), i'm quite tired after debug many times w/out success on finding that table.

Does someone could help me ?

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
589

Hi,

don't try to debug to find tables read by the program. Use the transaction ST05.

First screen, prepare your PA30

Second screen, ST05 - Active trace

First screen, display data of PA30 (or udapte, delete, ...)

Second screen, ST05 - Desactive trace

Second screen, S05 - List trace

That will show you, all the table, the key used, the code used by SAP to access the data ...

And for your table, if it's text, maybe you have to check the tables STXH, STXL (cluster tables).

Rgd

Frédéric

Read only

0 Likes
589

Hi,

Pl refer to my reply to your question on the

Regards,

Suresh Datti