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

Hierarchy in smartforms

Former Member
0 Likes
733

Hi all,

     I am developing a smartform which has 3 steps i.e for example, I have a PO no. DX001 which has 3 items in it say, AM01,AS01 and AU01.

All these 3 items further has their BOM items.

The smartform looks lik,

PO No. : DX001

Item No. : AM01

Bom Items : A

                   B

                   C

Item No.:AS01

BOM Items: D

                   S

                   E

Item No.:AU01

BOM Items : F

                   P

                   H

I have developed this as a alv report. But I want this as a smartform. How do I achieve this. Can anyone gimme some idea pls..

Thanks in advance.

Hi all,

     I am developing a smartform which has 3 steps i.e for example, I have a PO no. DX001 which has 3 items in it say, AM01,AS01 and AU01.

All these 3 items further has their BOM items.

The smartform looks lik,

PO No. : DX001

Item No. : AM01

Bom Items : A

                   B

                   C

Item No.:AS01

BOM Items: D

                   S

                   E

Item No.:AU01

BOM Items : F

                   P

                   H

I have developed this as a alv report. But I want this as a smartform. How do I achieve this. Can anyone gimme some idea pls..

Thanks in advance.

3 REPLIES 3
Read only

former_member209372
Participant
0 Likes
654

Hi Divya,

Y Can't you use template for this..???

Read only

Former Member
0 Likes
654

You can use table loop for multiple-dynamic no of PO number.

and you can use template for fixed no of 3 items(if item no fixed then only otherwise you can use again table loop ).

Read only

rosenberg_eitan
Active Contributor
0 Likes
654

Hi,

Please have a look at :

Using deep structure in smart form.

regards.