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

Transaction for Form Tree

former_member212005
Active Contributor
0 Likes
611

Hi All,

I want to know the transaction to create a form tree?

I came to know of the function module 'DISPLAY_FORM_TREE_F4' which will also allow me to do the same.

But there should be a transaction, by which we create a tree for our sap scripts.

Or Is my understanding wrong?

Hi All,

I want to know the transaction to create a form tree?

I came to know of the function module 'DISPLAY_FORM_TREE_F4' which will also allow me to do the same.

But there should be a transaction, by which we create a tree for our sap scripts.

Or Is my understanding wrong?

4 REPLIES 4
Read only

former_member212005
Active Contributor
0 Likes
559

Can anybody help me?

Read only

Former Member
0 Likes
559

Hi

To create a Form Tree, follow this steps:

1.- Use the function DISPLAY_FORM_TREE_F4, SE37.

2.- Run it, F8, and put in the parameter, sth like this:

P_TREE_NAME = ZTEST01

3.- then Press F8

The system will ask to create a new tree. (and that's all)

Then u can start to making ur tree for a form.

Regards

Read only

0 Likes
559

Thanks for all the answers

Read only

Sandra_Rossi
Active Contributor
0 Likes
559

> But there should be a transaction, by which we create a tree for our sap scripts.

Why should there be a transaction as there is already SE71?