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

simpl QA

Former Member
0 Likes
1,352

i declare this

gr_table TYPE REF TO cl_salv_table.

i get unknown

cl_salv_table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,303

i copied it from the BLOGS

DATA : dyntab TYPE STANDARD TABLE OF dntab,

wa_dyntab TYPE dntab,

dref TYPE REF TO data,

i_fcat TYPE lvc_t_fcat,

wa_fcat TYPE lvc_s_fcat,

tab_name TYPE ddobjname VALUE 'SPFLI',

gr_table TYPE REF TO cl_salv_table.

FIELD-SYMBOLS : <newtab> TYPE table.

10 REPLIES 10
Read only

Former Member
0 Likes
1,303

hi,

CL_SALV_TABLE :-This is not an class object

Read only

Former Member
0 Likes
1,304

i copied it from the BLOGS

DATA : dyntab TYPE STANDARD TABLE OF dntab,

wa_dyntab TYPE dntab,

dref TYPE REF TO data,

i_fcat TYPE lvc_t_fcat,

wa_fcat TYPE lvc_s_fcat,

tab_name TYPE ddobjname VALUE 'SPFLI',

gr_table TYPE REF TO cl_salv_table.

FIELD-SYMBOLS : <newtab> TYPE table.

Read only

0 Likes
1,303

What version of SAP are you on. CL_SALV_TABLE is not available in older versions.

I believe it is only available from version 6.40

Regards,

Rich Heilman

Read only

0 Likes
1,303

Hi rani,

1. May be your are on some old sap version.

2. where this class cl_salv_table

would not be available.

3. check out in tcode SE24.

regards,

amit m.

Read only

0 Likes
1,303

4.6

Read only

0 Likes
1,303

Yep, it doesn't exits in 46c.

Regards,

Rich Heilman

Read only

0 Likes
1,303

Hi All

I work with SAP version 7.0 (SAP ECC 6.0)

but in this version it does not exist either.

Some knows if to change the name or exists a similar one???

Read only

0 Likes
1,303

Yes, it does exist in ECC 6.0, check the name of the class in SE24.

Regards,

Rich Heilman

Read only

0 Likes
1,303

Is truth! I feel it.I didn't find it.

Thank :).

PD: Sorry!

My English is not very good

Read only

Former Member
0 Likes
1,303

may be this class doesn't exist in your version.