‎2015 Jan 18 10:07 AM
Hi,
I am looking for a Smart Forms that creates a tree structure, I have found the Smartforms HRF02_PRINT_TREE.
Does anyone know how to do this Smartform.
Who is the transaction ?
What program ?
Thanks and
Best regards
Heini
‎2015 Jan 18 10:50 AM
Hi Heini,
I am not sure about this. But this is SAP HR standard form. Check tcode PC00_M99_HRF_CALL and program H99_HRFORMS_CALL. This is Report to call HR Forms Print.
‎2015 Jan 18 2:42 PM
Hi Archana,
Thanks for the info, this Transaction I already knew.
I am looking for the Standard Transaction with you start the Smartform HRF02_PRINT_TREE.
I must create a tree structure with smartforms, for that i Need a pattern.
Best regards
Heini
‎2015 Jan 19 3:16 AM
HI Heini,
You could use nested tables/ loops within smartforms to print tree. If you are more comfortable, you can sort the data in the internal table use events of the table to print the data in tree format.
The form, in question, is called in transaction HRFORMS, when you select a particular HR Form and can view/edit the infonet and metanet of the HR form.
On the screen where you can view/ edit the infonet, select a particular infonet/ metanet and press F7 wherein it will show the structure of the infonet/ metanet. The screen will have a print button - The form is called when you want to print the details of infonet/ metanet.
Regards,
Pulkit