Hi, You can use the GET_P method of your field. Inside GET_P , when the property is "tooltip" pass the return parameter RV_VALUE = "Your hyperlink".Thanks
Hi Praveen, As mentioned it has decimal data type . Decimal fields treat 0 as an initial value and wont let you proceed until you provide value other than 0.Even though you might have range specified as 0 -20 in domain range , till the time you keep ...
Hi, If its a mandatory field that you would have to provide some value apart from 0. If you want to enable '0' as input value then there is no point in keeping it as mandatory. You can uncheck the "MANDATORY" checkbox from the view configuration.Than...
Hi, I hope that you have clicked on the EDIT button . You can try drag and drop option. Move the cursor to the desired view under available block , then drag it to the displayed blocks and drop it there. Make sure you drop the view when you see the ...
Hi, You can use FM : UPLOAD_XLS_FILE_2_ITAB to get the data from your excel file into SAP internal table. But I would also suggest its better to use TXT or CSV file.ThanksDeepak