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

regarding output using alv grid display

Former Member
0 Likes
490

Hi experts,

i have a program

FS_TAB1-A = P_T1.

IF P_T1 = 0.

TEMP1 = 1.

DO TEMP1 TIMES.

FS_TAB1-A = P_T1 * DUMMY1.

APPEND FS_TAB1 TO T_TAB1.

DUMMY1 = DUMMY1 + 1.

ENDDO.

now i have to diplay the p_t1*dummy1 using alv grid display like it goes into thew loop for ten times then i have to show it 10 times like

10 1 102 103 104 111 112 like that can u help me

Hi experts,

i have a program

FS_TAB1-A = P_T1.

IF P_T1 = 0.

TEMP1 = 1.

DO TEMP1 TIMES.

FS_TAB1-A = P_T1 * DUMMY1.

APPEND FS_TAB1 TO T_TAB1.

DUMMY1 = DUMMY1 + 1.

ENDDO.

now i have to diplay the p_t1*dummy1 using alv grid display like it goes into thew loop for ten times then i have to show it 10 times like

10 1 102 103 104 111 112 like that can u help me

3 REPLIES 3
Read only

Former Member
0 Likes
452

in the out put i am gettting the multiplied value is there any chance can i dislay those in the output like the multipled value and beside it the multiplication factor like 372 [ 93 *4].

Read only

0 Likes
452

hi,

you have to get the result of the multiplication at each row and then concatenate the result and the factor to show the final result in multiples value and multiplication factor...

Read only

0 Likes
452

i tried doing it but it not a single value it changes for every7 loop .and these r stored in the work area