on 11-15-2013 2:08 PM
Hi Gurus,
I would like to generate fast entry for IT 0007 so for this i went to PA71 and maintained all personnel numbers but still it is not working if do you have steps for this kindly can you share to me ASAP.
Best Regards
Mohan
How about this:
If you want to be able to enter data fast for more than one person in infotype nnnn, carry out the following steps:
1.Use transaction PM01 Dialogs in HR to copy screens 4000 and 5000 of module pool MPMMMM00 to module pool Mpnnnn00.
2.Edit screens 4000 and 5000 for module pool MPnnnn00 in the ABAP Screen Painter (transaction code SE51).
3.Check whether you have already copied the interface for both screens.
The following interface statuses are required for the fast entry of master data:
– FINS Create
– FMOD Change
– FEDQ Lock/unlock
– FDEL Delete
4.Include the include MPPERSFS in module pool MPnnnn00 .
5.Use transaction PM01 to copy include MPMMMMFS to include MPnnnnFS and then include the include MPnnnnFS in module pool MPnnnn00 .
Add the fields that are displayed as default values to the positions at which they are required.– For the definition of field string PROPOSED_VALUES– In subroutine DNNNN.◦Maintain table T588R (Selection Reports for Fast Data Entry) and T588Q (Screen Types for Fast Data Entry) for the infotype.
If you require further information on how to maintain these tables, please choose the following path in the IMG: Personnel Administration ® Setting Up Procedures ® Infotype Menus ® Set up infotype menu for fast data entry.
6.Include the infotype in the menu for transaction PA70.
If you require further information on how to maintain these tables, please choose the following path in the IMG: Personnel Administration ® Setting Up Procedures ® Infotype Menus ® Change infotype menu.The following infotype menus are fixed for fast data entry:
– 07 fast entry of master data, and
– 09 fast entry of time data.
Good luck!
Antoine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.