Application Development 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: 

HR Enhancement

Former Member
0 Kudos
190

Hi,

My requirement is add our own field in infotyp 0009.(EMP BANK NAME).

I added that field in the table pa0009.

and I enhanced that filed in screen using pm01 (list screen tab) .

Every thing is activated.and generated module program with active.

But I am net Able to see that filed name pa30-inftyp 0009-create----..

Is there customising to show that field in the screen??

Please help on this requirement.

Regards,

Rayeezuddin

2 REPLIES 2

Former Member
0 Kudos
95

Hi

I did a similar task in my last project and these are the steps i followed: -

Step1: Go to transaction PM01.

Step 2: Click on single screen tab.

Step 3: Enter Infotype number and click on generate button.

Step 4: It takes you to structure screen .There create ci_xxxx include by entering the fields.

Step 5: Select include screen radio button and give screen no as 0200.

Step 6: It takes you to the se51.Modifly the screen according to the requirement.

Step 7: In flow logic go to the PBO module and write the code pertaining to that field.

Step 8: Save and activate and come back to the initial screen of the PM01.

Step 9: Click on Assign enhancement button.

Go to new entries.

Enter module pool name:

Enter screen number :

Enter module pool name:

And screen no: 0200.

Save and back.

Apart from this i guess you will have to make changes in the database table and activate them also.

Hope this helps you in some way.

Regards

Gaurav.

Former Member
0 Kudos
95

Checck Table T588M entries, Good Luck.