-
-
Notifications
You must be signed in to change notification settings - Fork 568
UIPG, UIST: Add support for Launchpad Page and Space Templates #6873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Objects UIST, UIPG are registered on https://github.com/SAP/abap-file-formats
Objects UIST, UIPG are registered on https://github.com/SAP/abap-file-formats
make sure to downport to 702 syntax, and if objects doesnt exist on 702 change it to dynamic calls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We know it's a pain but abapGit supports 702 and higher so you can't use 740 language features. Objects that don't exist must be coded dynamically. Best to look at some other classes on how it's done there.
iv_language = sy-langu ). | ||
rv_user = ls_metadata-changed_by. | ||
|
||
CATCH /ui2/cx_uipg INTO DATA(lx_error). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace with cx_root
Objects UIST, UIPG are registered on https://github.com/SAP/abap-file-formats
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two shortcuts but looks good otherwise
Objects UIST, UIPG are registered on https://github.com/SAP/abap-file-formats
something went wrong. there's duplicate code in the change-by methods. |
Objects UIST, UIPG are registered on https://github.com/SAP/abap-file-formats
Sorry, I damage the code. :-( . The merge of conflicts did what I don't wanted. I will send a fix. |
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
The language is set in the constructor. I replaced sy-langu accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Please create minimal test cases in https://github.com/abapGit-tests/UIPG and https://github.com/abapGit-tests/UIST. Thanks! |
Hi, I try to add a simple test in https://github.com/abapGit-tests/UIST. How can I merge pull request abapGit-tests/UIST#1. It is about missing write access. |
does these object types have entries in TADIR? |
Yes, both object types have entries in TADIR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
welcome to abapGit as a contributor 🎉 |
Register new SAP Object in abapGit