We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since unmanaged save is used the BDEF need to use a central BIL.
So the generated code for the BIL has to be changed as follows:
managed implementation in class ZBP_R_Holiday_STP_01 unique;
When the project is generated one currently sees an error message in the BDEF
"Operations need to be implemented for the behavior definition, which means an implementation class needs to be specified."
Hint: In 2022 and SAP BTP ABAP Environment one can already use the new ADT based generator for customizing table UIs:
Create a SAP Fiori based Table Maintenance app with SAP BTP, ABAP Environment | Tutorials for SAP Developers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since unmanaged save is used the BDEF need to use a central BIL.
So the generated code for the BIL has to be changed as follows:
managed implementation in class ZBP_R_Holiday_STP_01 unique;
When the project is generated one currently sees an error message in the BDEF
"Operations need to be implemented for the behavior definition, which means an implementation class needs to be specified."
Hint:
In 2022 and SAP BTP ABAP Environment one can already use the new ADT based generator for customizing table UIs:
Create a SAP Fiori based Table Maintenance app with SAP BTP, ABAP Environment | Tutorials for SAP Developers.
The text was updated successfully, but these errors were encountered: