‎2006 Apr 04 3:00 PM
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 ?
‎2006 Apr 04 3:12 PM
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
‎2006 Apr 04 3:24 PM