SAP-samples / cloud-abap-rap

This repository contains several examples how to develop with the ABAP RESTful Application Programming Model (RAP) in SAP BTP, ABAP environment.
Apache License 2.0
214 stars 60 forks source link

Syntax errors in zdmo_cl_fe_travel_generator #22

Open raaleksandr opened 11 months ago

raaleksandr commented 11 months ago

The class zdmo_cl_fe_travel_generator contains several 'typo' errors in the name of the following attribute: mo_draft_tabl_put_operation

In several places, it is written as: mo_draft_tabl_put_opertion (without the letter 'a' instead of operAtion)

The problem is in all of the 3 branches: abap-environment on-prem-2021 on-prem-2022

richardbruenning commented 11 months ago

@anfisc I just wanted to mention this problem also