mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Merge pull request #1505 from larshp/issue_1414
SEO_CS_CACHE downport #1414
This commit is contained in:
commit
3b965121a6
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user