Skip to content

Create a Database Table (ABAP Development) #3380

@CESolomon

Description

@CESolomon

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions