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

User Exit for tcode pp02

Former Member
0 Likes
751

Hi,

I am searching for a user-exit for transaction pp02. Actually I want to enter data in ztable after creation/modification of data in infotype 1008. So please provide me some information regarding this.

Thank You

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
632

hi Sameer,

I think you need to enhance the infotype 1008, rather than going for user exit to PP02.

Goto transaction PPCI and enhance the module-pool (select the radio button module-pool), if you need to save the existing data to ZTABLEs. If you want to <b>include custom fields in the infotype</b>, you would require to enhance the include structure, enhance screen and then enhance the module-pool.

Also, if you dont want to use the above method, then probably you can use the BAdI HRBAS00INFTY (use method IN_UPDATE).

Hope this helps.

Sajan Joseph.

4 REPLIES 4
Read only

Former Member
0 Likes
632

Hi ,

This are useful exits .

RHGB0001 Function Group RHGB Customer-specific field (list)

RHIV0001 OrgManagement: Customer-specific number assignment

Please reward if useful.

Read only

0 Likes
632

Use BADI HRBAS00INFTY (transaction Se18) and implement its method named

'IN_UPDATE' in tcode Se19

amit

Read only

Former Member
0 Likes
632

Hi

You can find the user exits ..

Open the transaction PP02 . Go to System-- > Status -> doble click on the program name .. -->Go to Attributes --> Take the Package name from there.

Now , go to transaction CMOD --> utilities --> enhancements --> Put the package name there and press F8.

You will get the following two exits.

RHGB0001 Function Group RHGB Customer-specific field (list)

RHIV0001 OrgManagement: Customer-specific number assignment

Reward points if helpful.

Read only

Former Member
0 Likes
633

hi Sameer,

I think you need to enhance the infotype 1008, rather than going for user exit to PP02.

Goto transaction PPCI and enhance the module-pool (select the radio button module-pool), if you need to save the existing data to ZTABLEs. If you want to <b>include custom fields in the infotype</b>, you would require to enhance the include structure, enhance screen and then enhance the module-pool.

Also, if you dont want to use the above method, then probably you can use the BAdI HRBAS00INFTY (use method IN_UPDATE).

Hope this helps.

Sajan Joseph.