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

Input Field and Pushbutton in ALV Header

Former Member
0 Likes
1,187

Hi Experts,

Please let me know if its possible to create input ready fields in ALV header along with a pushbutton for the field,

Regards,

Vivek

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
851

Yes it is possible, and there are already many threads/wiki on those subjects.

- input ready field : basic, field catalog has an EDIT field (search)

- pushbutton : look for icon display in ALV and management of hotspot. (search)

Regards,

Raymond

Hi Experts,

Please let me know if its possible to create input ready fields in ALV header along with a pushbutton for the field,

Regards,

Vivek

3 REPLIES 3
Read only

Former Member
0 Likes
851

You can make field editable by adding wa_fieldcat-edit = 'X'. in the field catalog for field which need to be input ready.Push button can be added in Application Tool by adding the button in GUI status bar

Read only

RaymondGiuseppi
Active Contributor
0 Likes
852

Yes it is possible, and there are already many threads/wiki on those subjects.

- input ready field : basic, field catalog has an EDIT field (search)

- pushbutton : look for icon display in ALV and management of hotspot. (search)

Regards,

Raymond

Read only

0 Likes
851

Hi,

My requirement was to add input field and a pushbutton in Top_of_page of the ALV.

I have incorporated the same using class : CL_DD_FORM_AREA

Method ADD_TEXT, for adding text to input field.

Method : ADD_INPUT_ELEMENT  can be used to add an input field

Method : ADD_BUTTON, to add Button on TOP_OF_PAGE.

Thanks Experts for ur inputs.

Regards,

Vivek Viswanathan