sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
721 stars 773 forks source link

Create Behavior and Service in SAP Cloud Platform ABAP Environment #5906

Closed sagarvss11 closed 3 years ago

sagarvss11 commented 4 years ago

Tutorial URL: https://developers.sap.com/tutorials/abap-environment-behavior-definition.html

Please specify the step you are referring to Step 2 behavior implementation: There are lot of syntax errors while implementing the Class. CLASS lcl_handler DEFINITION INHERITING FROM cl_abap_behavior_handler is giving errors!

Please clarify how to implement the class that I created for Behavior Implementation.

mervey45 commented 3 years ago

Hi @sagarvss11 ,

please use following: CTRL + F inside your coding (for e.g. inside your abap class)-> find XXX and replace with your number -> replace all.

It seems like you didn't replaced all XXXs with your number. Try it out again please. If you still face issues, conctact us again.

image

Best regards, Merve

MichaelCzcz commented 3 years ago

Thank you for your feedback. The issue seems to be resolved, so I am closing the issue.

If you still have questions, feel free to reopen the issue.