SAP-samples / abap-platform-refscen-flight

SFlight is back! This is the Flight Reference Scenario for the ABAP RESTful Application Programming Model.
Apache License 2.0
242 stars 97 forks source link

[7.58] dmo/cl_flight_data_generator dumps due to missing number range definitions #26

Closed Incho77 closed 9 months ago

Incho77 commented 10 months ago

Class dmo/cl_flight_data_generator dumps generated dumps due to missing number range definitions (in release 7.58).

After debugging and manually creating the following number ranges (based on TRL), the generator program worked fine:

These objects should be also part of the GIT repository.

VolkerDrees commented 10 months ago

Hello Peter, all 4 number range objects are contained in the repository / 2023 branch, see:

https://github.com/SAP-samples/abap-platform-refscen-flight/blob/ABAP-platform-2023/src/legacy/%23dmo%23agncy.nrob.xml https://github.com/SAP-samples/abap-platform-refscen-flight/blob/ABAP-platform-2023/src/reuse/supplement/%23dmo%23suppl.nrob.xml https://github.com/SAP-samples/abap-platform-refscen-flight/blob/ABAP-platform-2023/src/legacy/%23dmo%23travl.nrob.xml https://github.com/SAP-samples/abap-platform-refscen-flight/blob/ABAP-platform-2023/src/managed/%23dmo%23trv_m.nrob.xml

Maybe there was an issue with ZABAPGIT and the import of the number range objects did not happen? Best Regards, Volker

Incho77 commented 9 months ago

Hello Volker, Thanks for the info. I didn't receive any message during ZABAPGIT import, however if those objects are part of the repository, it can be only ZABAPGIT issue. Sorry for the confusion, I'll close this issue. Best regards, Peter