2009 May 21 8:21 AM
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
2009 May 21 9:41 AM
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.
2009 May 21 10:10 AM