Application Development 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: 

ALV fields which are not referenced to data dictionary table fields

Former Member
0 Kudos
151

Hello,

I am using function module reuse_alv_popup_to_select.

How do I display fields in ALV which are not referenced to

data dictionary table fields.

I am showing 4 columns in alv out of which first column is checkbox

and remaining 3 columns are from data dictionary and it works fine.

Now I need to add one more column which is of type checkbox.

I have added this field in my ITAB as flag(1) type C.

When I add this flag field in the field catalog, I get exception.

Regards,

Vishal.

7 REPLIES 7

former_member186143
Active Contributor
0 Kudos
115

have you activated you're itab ?

Former Member
0 Kudos
115

pls post ur code

Former Member
0 Kudos
115

Any help ???

Former Member
0 Kudos
115

http://www.sap-img.com/abap/what-is-alv-programming.htm

will helpful site for your.

Regards

Shashi

0 Kudos
115

if you give to less info it is hard to give help.

why didn't you make the field of type XFELD ??

if you talk about you're itab I guess you talk ofcourse about the alw structure you created in se11 right ???

Former Member
0 Kudos
115

Hey guys,

Finally I got rid of such a stupid problem.

There were no problem in the code.

while assigning fieldname to field catalog I had given fieldname

in lowercase.

I changed it to uppercase and problem got solved.

Thanks,

Vishal.

0 Kudos
115

If u had posted ur code it could have been solved yesterdayitsef ...

without posting ur code its diffucult to answer these type of questions

glad that ur problem is solved,,