Merge pull request #1505 from larshp/issue_1414

SEO_CS_CACHE downport #1414
This commit is contained in:
Lars Hvam 2018-06-17 09:37:33 +02:00 committed by GitHub
commit 3b965121a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,13 @@ CLASS ZCL_ABAPGIT_OO_CLASS_NEW IMPLEMENTATION.
<lg_field> TYPE any.
CREATE DATA lr_cache_entry TYPE ('SEO_CS_CACHE').
TRY.
CREATE DATA lr_cache_entry TYPE ('SEO_CS_CACHE').
CATCH cx_sy_create_data_error.
* does not exist in some older systems
RETURN.
ENDTRY.
ASSIGN lr_cache_entry->* TO <lg_cache_entry>.
ASSERT sy-subrc = 0.