‎2012 Mar 28 8:29 AM
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
‎2012 Mar 28 9:09 AM
‎2012 Mar 28 9:29 AM
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
‎2012 Mar 28 9:46 AM
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