-
Notifications
You must be signed in to change notification settings - Fork 821
Description
Tutorial URL: https://developers.sap.com/tutorials/abap-dev-create-table.html
Step 13 (Test Yourself) will not validate. I have tried everything. I know many(MOST!) of these sorts of checks are VERY buggy and not well done (even a space can throw them at times). Here is the request that is being sent to validate and is failing...
++@AbapCatalog.foreignKey.keyType+:+#KEY++@AbapCatalog.foreignKey.screenCheck+:+true ++city++++++:+s_city+not+null++++++with+foreign+key+[0..*,1]+sgeocity++++++++where+city+=+zxx_account.city;
....which in the textarea is actually....
@AbapCatalog.foreignKey.keyType : #KEY
@AbapCatalog.foreignKey.screenCheck : true
city : s_city not null
with foreign key [0..*,1] sgeocity
where city = zxx_account.city;
I have tried it with/without "not null". This should work but isn't. It is the only thing stopping me from completing this one.