Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartforms HRF02_PRINT_TREE

Former Member
0 Likes
642

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

3 REPLIES 3
Read only

archanapawar
Contributor
0 Likes
595

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.

Read only

0 Likes
595

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

Read only

0 Likes
595

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