cancel
Showing results for 
Search instead for 
Did you mean: 

Personnel actions --Forms/print outs

Former Member
0 Kudos

Hi,

We have a requirement of printing out the forms for the employees for whom the actions have been run.

Like we run promotion action for an employee after completing the action , we need to generate the official letter with all the details as entered in the system as per the clients template.

Please let me know the best way to proceed.... I know we can create a form,which can be called thro a Z transaction but thats just an Idea .Any guidence will highly be appriciated.

Regards

Uday

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member761936
Active Participant
0 Kudos

Hi Uday,

Yes you can do it simply.First configure dynamic action to call a Subroutine in view V_T588Z.In that subroutine you can call the smart form ( Developed as for your requirement) as normal we did using FM'S.

So when action is performed this subroutine will trigger and form this subroutine smartform will be called

Hope this information will help you

Former Member
0 Kudos

HI Uday

You want to print the list of employee for whom you have done actions or you want to print only single employee.

Regards

Samson.K.

Former Member
0 Kudos

Hi,

It is possible, you need to write dynamic action for that infotype.

Path: SPRO > PM > PA > CUSTOMIZING USER PROCEDURES > DYNAMIC ACTIONS

Ask your abaper to write a include program and wirte the coding for smartforms.

Cheers Shree !!!!!!