cancel
Showing results for 
Search instead for 
Did you mean: 

any other way for creating dynamic internal table

Former Member
0 Kudos

hey is there any other way to create a dynamic internal table than creating with the help of field symbols.I dont know some how im not able or willing to learn about field symbols. actually my requirement is comparing vendors quotation what they have responded for our RFQ. I need to display

material description supplier1(his price forall the materials) supllier2 - - - - - - - - - supplierN

000008 abc mat1 Rs mat1 Rs - - - - - - - - -mat1 Rs

00009 abc mat2 Rs mat2 Rs - -- - - - - - - - mat2 Rs

" " mat3 Rs mat3 Rs - - - - - - - - -- mat3 Rs

" " ' " "

" " ' " "

" " ' " "

" " ' " "

so on so on so on so on - - - - - - - - - - so on

all these vendors are there in a table.so we cannot determine before hand how many vendors responded for our RFQ.

Accepted Solutions (1)

Accepted Solutions (1)

former_member555112
Active Contributor
0 Kudos

Hi,

Make use of class CL_ALV_TABLE_CREATE.

Create a fieldcatalog and pass to teh method CREATE_DYNAMIC_TABLE.

Check the standard example program BCALV_TABLE_CREATE.

To access each column fields you will have to make use of field symbols and the ASSIGN COMPONENT of STRUCTURE statement.

Regards,

Ankur Parab

Former Member
0 Kudos

thank you ankur if i get any doubts i ll get back to you.

Answers (0)