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

alv output error

Former Member
0 Likes
725

Hi,

In alv report I have 41 fields,

and i m passing field catalog parameters for all fileds like below :

col_pos

row_pos

fieldname

REPTEXT

But i am getting 40 no fileds data in 41 no fields,

I debugged, i am getting proper data in my internal table and also fields catalog table also getting right.

But agter displaying, i am getting that error.

What may be the reason ?

can any body explain me in sort.

thanks

kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
696

Hi,

You have to check the Sequence and Field Names which are passed to the FIeld Catalog. Field Names Should be in CAPITALS only.

Thanks & REgards,

Deepthi Dandibhotla.

6 REPLIES 6
Read only

Former Member
0 Likes
696

Hi Try This,

Check whether the field 40,41 have the same name or not

vijay

Read only

0 Likes
696

the column postion 40 and 41 have different name.

then also getting error,

can u suggest me..

thanks

kumar n

Read only

Former Member
0 Likes
696

hai ,

did u check the coloum position , u have to start the coloum position number from 0.

Read only

0 Likes
696

I have started column position from 01 and row postion 01.

but getting that error.

can u suggest me ?

thanks

kumar

Read only

Former Member
0 Likes
696

Hi,

You need to check the sequence in which u have defined your fieldcatalog...

Thanks & Regards

Ashu Singh

Read only

Former Member
0 Likes
697

Hi,

You have to check the Sequence and Field Names which are passed to the FIeld Catalog. Field Names Should be in CAPITALS only.

Thanks & REgards,

Deepthi Dandibhotla.