cancel
Showing results for 
Search instead for 
Did you mean: 

what are the tables updated by transaction PP01?

Former Member
0 Kudos

HI,

Can anyone help me out finding tables updated by PP01 transaction.

Thanks,

Anil.

Accepted Solutions (1)

Accepted Solutions (1)

former_member31961
Contributor
0 Kudos

Hi,

Table's which is getting updated by pp01 is HRP1xxx. (where 1xxx -> infotype number)

i.e. If you update object(1000) infotype then it will updateHRP1000,

Relationship (1001) infotype will update HRP1001 etc.

Regards,

Shrinivas.

Answers (6)

Answers (6)

Former Member
0 Kudos

HI Anil,

go to SE80 transaction, enter Program name SAPMH5A0 here u can see dictionary structuers from this u can find out the tables and strctures used in this tcode pp01

naveen_inuganti2
Active Contributor
0 Kudos

Hi....

Better to go for SQL trace in this situation....

1. Active the trace.

2. Run the PP01 transaction with some mannual inputs.

3. Now deactivate the trace.

4. Display the trace.

5. You can find the table names at Object name.

And you must move the all screen with some mandatory inputs for this.

Thanks,

Naveen Inuganti.

Former Member
0 Kudos

Hi

1) The Data Base trace: before you enter in the option that will read the data you want, open a new section and run transaction ST05. Press start trace 'Trace On'. Go back to the other section and proceed with the action. When the data you want appear in the screen, go back to the sectio where the ST05 is on and press 'Trace Off' and 'Trace List'. You will have a list of all tables read by R/3.

2) If you know the the program name where the data you want is used, you can use the SE38 transaction. It will show all tables read and updated/used by the program

For PP01 program is SAPMH5A0.

With Regards

Nikunj shah

GauthamV
Active Contributor
0 Kudos

hi,

check these tables.

CRHD

HIKO.

also check HRPFM,HRP10 ,HRP12* and HRP16* AND PRESS F4 IN SE11.

Former Member
0 Kudos

Hi Anil,

If you want to know the tables of a particular transaction.

First you should know the program of that transaction.

Then use the Function Module GET_TABLES. You can find all the tables used in particular transaction.

The program for PP01 is SAPMH5A0.

Best regards,

raam

Former Member
0 Kudos

Hi,

T778P - Plan version.

T777M - Definition of Actions

PLOG - Planning and Organization File

and check the FM 'RH_READ_OBJECT' and its function groups.

Regards,

Boobalan S