Thomas Jung
banner
thomas-jung.bsky.social
Thomas Jung
@thomas-jung.bsky.social
Global Head of SAP Developer Advocacy team. Coder, speaker, troublemaker. Views and comments are my own, not SAP's.
We do have year playlists - here's 2025 www.youtube.com/playlist?lis...
Devtoberfest 2025 - YouTube
www.youtube.com
October 10, 2025 at 10:56 AM
Reposted by Thomas Jung
As expected , @captainabap.bsky.social gets the full house at #HANATechCon
July 10, 2025 at 9:35 AM
I've never tried that and would be cautious (test carefully first). I just don't know what HDI metadata might also come over and break the version history.
May 23, 2025 at 1:24 PM
I used that approach here in SWAPI although if I were going to write that again today I'd probably make it more dynamic github.com/SAP-samples/...
github.com
May 23, 2025 at 1:22 PM
I don't know of an official recommendation. Personally, I like just writing my own data transfer that passes through the CAP abstraction layer. Like the ABAP approach that data transfer should always pass through the application logic layer.
May 23, 2025 at 1:22 PM
This should be safe as long as the source of the copy was deployed from the same version of the CAP application. In general you only want to use this approach to move data but not adjust object definitions. Your history tracking on the CAP side will get out of sync otherwise.
May 22, 2025 at 9:04 PM