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 GRID EMPTY DATA

Former Member
0 Likes
720

hi

i need to display the ALV Grid Control with no data but i need table structure i mean able to give new entries , what parameter i need to pass for this option .

thx

3 REPLIES 3
Read only

Former Member
0 Likes
517

Hi,

ALV input itab

Append empty datas. Like.

do 20 times.

append itab.

enddo.

In your fieldcatlog give

EDIT = 'X'.

Thanks,

Durai.V

Read only

0 Likes
517

IF I WANT TO GIVE MORETHAT 20 MEANS HOW , WE DONT KNOW INITAILLY HOW MANY ROWS WE HAVE TO INSERT RIGHT

tHX

Read only

Former Member
0 Likes
517

MENTION LAYOUT-EDIT = 'X'.

this enables the complete Editable.

Check the BCALV_EDIT_01 to BCALV_EDIT_08 programs.