Skip to Content
0
Former Member
Apr 20, 2009 at 04:21 AM

Dynamic Smartform - Matrix structure

66 Views

Hi All

i have a requirement to create a table dynamically in a matrix format. i am new to smartforms

scenario is something like

1) My internal table structure

*Article   Store	Quantity*
1a	    S303	    2
2a	    S304            3
3a 	    S305	    2 
4a 	    S306	    4
5a	    S307	    5
1b	    S303	    2
2b	    S304	    3
3b	    S305	    2
4b	    S306	    4
5b	    S307	    5

i want my smartform to be like

*Article	S303	    S304	S305	    S306	S307*
					
1a	         2	     3	          2	      4	           5
				 	
1b	         2	     3	          2	      4    	   5

suggest me how can i achieve this.thanks in advance.

Internal table structure may vary time to time

Regards

Chaitanya.A