How to refresh the data in the custom container in ooalv?
Because in my application I took one input field (city ) and for that i provided drop down,based on the selected city, i want to display the data in the custom container which is placed bel...
Grid display: 1) grid display supports oops ALV.2) grid display is slower.3) edit and logo is possible in grid display.4) blocked and hierarchical ALV is not possible in grid display.5) this is used to display the output in grid format.6) by using co...
Abstract classInterface Abstract class contains both abstract and non abstract methods.Interface contains only abstract methods.Multiple inheritance is not possible.Multiple inheritance is possible.Need to use abstract keyword for abstract methods in...
Hi,Whenever the given requirement does not fit into the crud operations, that time we will go for Function import in OData. function imports are used to do the GET and POST operations for the requirements , which are not possible by the standard o...
Hi,Model Provider ClassModel
Provider class registers the metadata used in a service, it is nothing but base
class and model provider extension class is nothing but derived class. MPC is
used to define model, you can use the method Define to create e...
Hi,First you convert tims to char and then char to numc , and numc to integer data type,Use nested casting to get the integer data type from tims data type.Regards,Tanuja.