Jaime Rodriguez Capote
Jaime Rodriguez Capote
There are exactly those lines:  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  I found the root of the cause, it is this block: 
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 
Same for several checks (naming conventions, empty branch, bad indentation...), them are raised for a generated change document function module:  It would be some way to check if some...
We can build initial object support based on Download/Upload roles functionality  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 
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...