Marc Bernard

Results 583 comments of Marc Bernard
trafficstars

APLO has an AFF and should be implemented by SAP (@schneidermic0)

The issue was creeping up on us (a hint in https://github.com/abapGit/abapGit/issues/3428). In general, we should applaud SAP for consolidating the tech stack. There's no need for many different "text/longtext" solutions....

Do you mean "available in ABAP Cloud / abapGit ADT plugin"? That requires SAP to contribute back to here

It's an exception class ie code generated by SAP. I would expect that importing regenerates the code and puts it to a working state.

Any guess on how many exception classes with OTR exist in the world? Of course we can say to everyone, "just convert them manually" no big deal... or someone with...

This needs to be addressed by SAP. Closing

I'm very used to the "stack history". it works like a browser history. if you go back to a page you had been before, you just have to refresh. never...

Here's how to get the exemptions, in case you want to implement this: `SAPLSATC_CI_EXEMPTION_BROWSER / LSATC_CI_EXEMPTION_BROWSERP01 METHOD / PAI (SELECTION_SCREEN)` ```abap query_api = cl_satc_ci_xmpt_api_factory=>get_exemption_query_api( ). query_api->get_exemptions( exporting i_package_filter = package_filter...

It would be even more useful, if the complete repo creation could be triggered from abapGit. So repo name + branch + description (initial readme) + license.

Fyi, checkboxes (and radio buttons) can be enlarged via css. I use the following on my website: ![image](https://user-images.githubusercontent.com/59966492/98976072-e8189280-24e4-11eb-8880-fd9e80a9667b.png) ```css input[type=checkbox], input[type=radio] { /* Double-sized Checkboxes */ -ms-transform: scale(2); /* IE...