Jaime Rodriguez Capote

Results 25 comments of Jaime Rodriguez Capote

There are exactly those lines: ![image](https://user-images.githubusercontent.com/56556686/81927584-2ee40900-95e4-11ea-8f5f-c6a06db8582b.png) I declare attributes and first access to them is the CLEAR sentence

I was trying with and without clear, without error still persists but only with lb_badi ![image](https://user-images.githubusercontent.com/56556686/81928756-170d8480-95e6-11ea-98d3-97185a97e8fa.png) I found the root of the cause, it is this block: ![image](https://user-images.githubusercontent.com/56556686/81928877-44f2c900-95e6-11ea-8e87-9dca5b74d3ce.png)

This is the code: ``` DATA: lb_badi TYPE REF TO /rslt/ui5_tile_info. TRY. GET BADI lb_badi FILTERS tile = lv_tile. CATCH cx_badi_not_implemented. CLEAR lb_badi. ENDTRY. ``` I just replaced the CLEAR...

Same with include generated ![image](https://user-images.githubusercontent.com/56556686/71156779-f14f9f80-2240-11ea-90d3-34f42666e202.png)

Same for several checks (naming conventions, empty branch, bad indentation...), them are raised for a generated change document function module: ![image](https://user-images.githubusercontent.com/56556686/71580366-9f403100-2b00-11ea-8a44-2588d54f43a0.png) It would be some way to check if some...

We can build initial object support based on Download/Upload roles functionality ![image](https://user-images.githubusercontent.com/56556686/92698006-3629e200-f34c-11ea-98ef-4475da10c361.png) As a workaround, while is thinking how to assign customizing to the repository, roles can be added via...

Some additional changes need to be done, everything outside of `/` and `/src/` folders is ignored ![image](https://user-images.githubusercontent.com/56556686/92709372-24017100-f357-11ea-935a-9e0cda778c04.png)

Role support is being discussed in this issue #3474

I'm still working on it, the bcs classes are replaced but the serialized file generated is not valid. I can't open it downloading from GitHub and the size is 10x

I avoid using BCS classes and SOLI[X] types. The serialization seems to work, but I need help to test the deserialization, I cannot uninstall the application which I tested the...