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

Runtime Error: ITAB_LINE_NOT_FOUND in cl_flight_data_generator #32

Open kirillorgazm opened 7 months ago

kirillorgazm commented 7 months ago

Hello! I've tried to generate data in created objects, but face a shortdump: Runtime Error: ITAB_LINE_NOT_FOUND

image image

Still, some data is generated: image

SimonCollet commented 6 months ago

Hi!

Short term workaround would be in the section/switch-statement, which the dump marks, to remove the use of GT_COUNTRYNAME . With that the generator should work.

However, under the assumption, that you are using a cloud system, it is suspicious, that the I_CountryText does not contain the data (in English), that is requested for GT_COUNTRYNAME. If you like us to have a deeper analysis on that, please create a ticket on BC-SRV-NWD-XBR .

Best regards, Simon