Hi Shankar,You can try to open the application`s CDS View in ADT and find such annotation:@Consumption.valueHelpDefinition: [{ entity:{ name: '{Name of a value help`s source}', element: 'Name of a value help`s fied '}}]If it is not clear which servic...
Hi, you need to publish your service binding in Business Application Studio to assign semantic object to the app you want navigate to. After that you just need to provide the name of semantic object in metadata of your app. For example, you need to n...
Hi, you can release your class to call it from Custom Logic.Click on the API-state in the context menu:And click on "Use in Key User Apps" checkbox:Click on the Next to the end and the class will be available in Custom Logic afterwards.
Hi, the possible solution is to avoid hardcode in Custom Logic using custom constant interface. It`s using will be not avaiable in the app initially, so you need to release the interface at first to make it avaiable for using. Follow such steps:Creat...
Hello, you can use class xco_cp_xlsx to convert excel-string into internal table in cloud development. Try this code:DATA(lo_xlsx) = xco_cp_xlsx=>document->for_file_content( iv_file_content = iv_xstring )->read_access( ).DATA(lo_worksheet) = lo_xlsx-...