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

RE:ALV

Former Member
0 Likes
833

HI ALL,

WHEN I POPULATING FIELDCATLOG LIKE

S_FIELDCATALOG-COL_POS = '1'.

S_FIELDCATALOG-FIELDNAME = 'AUFNR'.

S_FIELDCATALOG-TABNAME = 'T_OUTTAB'.

S_FIELDCATALOG-ROLLNAME = 'AUFNR'.

IT GIVES ME ERROR MESSAGE THAT STATEMENT IS NOT ACCESABLE.

COULD ANY SOLVE MY PROB.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
814

Hi,

keep <b>START-OF-SELECTION</b> above those statements.

your problem will be solved.

<b>reward if helpful</b>

rgds,

bharat.

HI ALL,

WHEN I POPULATING FIELDCATLOG LIKE

S_FIELDCATALOG-COL_POS = '1'.

S_FIELDCATALOG-FIELDNAME = 'AUFNR'.

S_FIELDCATALOG-TABNAME = 'T_OUTTAB'.

S_FIELDCATALOG-ROLLNAME = 'AUFNR'.

IT GIVES ME ERROR MESSAGE THAT STATEMENT IS NOT ACCESABLE.

COULD ANY SOLVE MY PROB.

6 REPLIES 6
Read only

Former Member
0 Likes
814

plz give us the complete error message

Read only

0 Likes
814

THE MESSAGE IS

STATEMENT IS NOT ACCESIBLE

Read only

Former Member
0 Likes
814

Hi,

I think u have write this after FORM and ENDFORM.... U have to write this in FORM and ENDFORM. Create one new sub-routine for this like

PERFORM build_cat.

and write this code in

FORM build_cat.

ENDFORM.

Hope it will helpful to u...

Read only

Former Member
0 Likes
814

have u included type-pool slis.

Read only

Former Member
0 Likes
815

Hi,

keep <b>START-OF-SELECTION</b> above those statements.

your problem will be solved.

<b>reward if helpful</b>

rgds,

bharat.

Read only

0 Likes
814

tHNAK U THANK U VERY MUCH BHARAT,

WHERE R U FROM I STRUGGLING WITH THIS PROB FOR THE LAST 1 HOUR.

THANK U VERY MUCH.

REGARDS,

BHUSHAN