Hi,
I am a beginner of ABAP programming.
I want to create a program which is about a booking system of air ticket.
By the testing of the program, there was a mistake as following:
**********************************************************************************
Entry FRANKFURT does not exist in SGEOCITY - check your entry
Message no. 00058
Diagnosis
Input values must be defined in Table SGEOCITY. The value or values ' FRANKFURT ' are not specified in this table.
Procedure
Check whether the input is correct and correct if necessary.
Procedure for System Administration
If this is not an incorrect entry, check the system settings and change them if necessary.
If there is a connection to the Customizing system, you can maintain the system settings by choosing Customizing in the Performance Assistant or Maintain Entries (F5) when displaying the help in a modal dialog box.
**********************************************************************************
I have checked the table SGEOCITY. The value 'FRANKFURT' is there.
Would you please help me, what kind of mistake that I made?
I don't think that there is any authorization problems.
Thank you very much!
LiHui