We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hello Martin,i had a similar problem, solved it like this:try. GR_SHM = ZFLIGHTS=>ATTACH_FOR_READ( ). catch CX_SHM_NO_ACTIVE_VERSION. wait up to 1 seconds. GR_SHM = ZFLIGHTS=>ATTACH_FOR_READ( ). endtry.Best regardsManfred
Hallo Daniel,please try it in a way like this:try. GR_SHM = ZFLIGHTS=>ATTACH_FOR_READ( ). catch CX_SHM_NO_ACTIVE_VERSION. wait up to 1 seconds. GR_SHM = ZFLIGHTS=>ATTACH_FOR_READ( ). endtry.With a "wait to 1 seconds" and a second "attac...