Christian Günter

Results 67 comments of Christian Günter

I noticed that there's also ```BADI_LONGTEXT_ID``` e.g. in structure ```enh_badi_data```. What about that? ![image](https://user-images.githubusercontent.com/17437789/83943646-14c1d300-a7fe-11ea-9061-65e53f36950e.png)

I had similiar erros when dealing with other proxy objects. Couldn't detect the root cause though. You can try patching it manually in the debugger. a) Operation pattern: Set a...

Yeah, looks a bit strange. Diff page should be the same? Reason is that the shortlist code block starts 8 lines before the actual change and ends 8 lines after...

Beacon calculations happens here: https://github.com/abapGit/abapGit/blob/1e4560b32aab75dfd59f5fb899ee26fe1b5b0f2b/src/utils/zcl_abapgit_diff.clas.abap#L195-L228 And rendering here: https://github.com/abapGit/abapGit/blob/a49b68efa7fdf57f5e967cd6310d91f4c2671046/src/ui/zcl_abapgit_gui_page_diff.clas.abap#L567-L587

Error occurs only if abapGit CI runs in background. Then local xml diffs. ![image](https://user-images.githubusercontent.com/17437789/59632220-fe80ba00-9149-11e9-983e-fede089de13c.png) ![image](https://user-images.githubusercontent.com/17437789/59632219-fcb6f680-9149-11e9-93e0-a77213e80b95.png)

My first guess would be that baseinfo is not supported in your destination system. https://github.com/larshp/abapGit/blob/c9e8ca2c93d6b33ad60200ace4aace709a7c96ec/src/objects/zcl_abapgit_object_ddls.clas.abap#L23-L36 Can you check this?

@yellappam Can you update one of these test cases? https://github.com/abapGit-tests/W3MI.git https://github.com/abapGit-tests/W3MI_names.git

Yes. Adding your example somewhere. I tried to reproduce the issue but wasn't able to do that.

Meanwhile switch isn't activated at all ![grafik](https://user-images.githubusercontent.com/17437789/148029407-5c97163d-3837-4b01-a874-ac45a085e3f5.png) ``` TRY. lo_switch->activate( ). CATCH cx_pak_invalid_state. " Operation can't be executed in present object state CATCH cx_pak_invalid_data. " Invalid data CATCH cx_pak_not_authorized. "...

You can hide the file paths. Maybe that helps a bit? ![grafik](https://user-images.githubusercontent.com/17437789/154135324-a139189b-700e-4b4e-94c6-b03f41acee55.png) ![grafik](https://user-images.githubusercontent.com/17437789/154135123-d7820fe4-7c86-4dde-a1fa-05300969ac13.png)