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

Replacing table control for data entry by grid CL_GUI_ALV_GRID

Former Member
0 Likes
476

How to replace table control for custom data entry screen ...

By putting blank grid for entry without any data...

Thanks And Regards ..

Ashish Bhide

How to replace table control for custom data entry screen ...

By putting blank grid for entry without any data...

Thanks And Regards ..

Ashish Bhide

2 REPLIES 2
Read only

Former Member
0 Likes
436

you can try like this.

in the display Internal table - APPEND INITIAL LINE TO IT_DISPTAB.

Also make your ALV Editable, so that users can update info.

Read only

Former Member
0 Likes
436

Thanks