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

Editable ALV Problem

Former Member
0 Likes
614

Dear Experts,

I am facing a problem in editable ALV...

Assume that I have 4 colums in ALV Grid Display

first one is Date1 , Second: machine1, Third: Date2. Fourth: Machine2

Machin1, and Machine 2 has not standard search help... I need to make a search help using function module...

Problem is that :  F4 help option is not coming on the machine column. if I used to make a button on application toolbar for same when user select column then click on that button then help will open. second issue is that When we select the machine no from help the date is removing from the date column.

My requirement:

1 ) I need date should be remain in date columns.. it should not be delete when i select machine no from help.

2) I need f4 help on the machine column instead of application tool bar.

l advice and suggest ... wat method should be adopted... any fuction is availble in ALV ....

Thannks& Regards,

Swapnika

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
583

Can you build a search-help for the field
- If yes, create and attach it to the data elements of the fields (and adjust field catalog if not automatically done)
- Else Manage the on_f4 event, look at SAP sample BCALV_TEST_GRID_F4_HELP

Regards,
Raymond

Read only

0 Likes
583

Dear Raymond...

I am not using ALV OOPS... and I cannot make search help in database table,,, I am using Function module "F4IF_INT_TABLE_VALUE_REQUEST'''  for search help. This search help data would be dynamically change according to condition...

Pl advice if having anymore options.

Regards,

Swapnika

Read only

0 Likes
583

You could try to add some OO-ALV code using the FM GET_GLOBALS_FROM_SLVC_FULLSCR which returns a reference to the CL_GUI_ALV_GRID class. (Look at F4 in ALV grid , Alv Drop down filling or ALV Report input enabled drop down list)

Regards,
Raymond