cancel
Showing results for 
Search instead for 
Did you mean: 

Fast Entry for IT 0007

leelamohan_kavali
Active Contributor
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

antoine_foucault
Active Contributor
0 Kudos


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.

  • Screen  5000  is used for the fast entry of infotype records.
  • Screen  4000  is required for entering default values if you want to use the   Create with default function for fast data entry.

2.Edit screens  4000  and  5000  for module pool  MPnnnn00  in the   ABAP Screen Painter (transaction code SE51).


  • Include the fields in the screens that must be suggested as a default, or maintained, for fast data entry.Enter the value  006  in   modification group 1 of the entry fields.
  • You must delete all of the indicators for automatic foreign key checking in screen  5000 .
  • You can include entry checks for default values in the flow logic of screen  4000,  if required.

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