ABAP-SDK-for-Azure icon indicating copy to clipboard operation
ABAP-SDK-for-Azure copied to clipboard

Update serializer of zsdk s_tabu_dis to native ABABGIT serializer

Open mthalhof opened this issue 3 years ago • 1 comments
trafficstars

Problem: Following the installation guide fails with error: Object type SUCU is not supported by this system Import of object ZSDK S_TABU_DIS failed

Situation: ABAPGIT already support a native serializer for Object Type SUCU. You already updated the serializer for object: zres s_tabu_dis but for object zsdk s_tabu_dis you still use the serialisier which require a plugin.

Solution: Update serializer in zsdk s_tabu_dis

Tested: image

mthalhof avatar Apr 26 '22 08:04 mthalhof

ref #92

larshp avatar Apr 26 '22 08:04 larshp

File src/zadf/zsdk s_tabu_dis.sucu.xml is updated in master branch. Fresh import will not create issue because of this file.

vikasbansal2022 avatar Nov 09 '22 16:11 vikasbansal2022