‎2007 Jan 22 5:49 AM
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
‎2007 Jan 22 6:15 AM
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.
‎2007 Jan 22 5:56 AM
Hi ,
This are useful exits .
RHGB0001 Function Group RHGB Customer-specific field (list)
RHIV0001 OrgManagement: Customer-specific number assignment
Please reward if useful.
‎2007 Jan 22 6:20 AM
Use BADI HRBAS00INFTY (transaction Se18) and implement its method named
'IN_UPDATE' in tcode Se19
amit
‎2007 Jan 22 6:14 AM
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.
‎2007 Jan 22 6:15 AM
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.