{"id":2225,"date":"2025-09-18T08:13:46","date_gmt":"2025-09-18T06:13:46","guid":{"rendered":"https:\/\/johannesauer.com\/en\/?p=2225"},"modified":"2025-09-18T11:57:12","modified_gmt":"2025-09-18T09:57:12","slug":"how-to-debug-logic-modules-without-going-crazy","status":"publish","type":"post","link":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/","title":{"rendered":"Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)"},"content":{"rendered":"\n<div class=\"wp-block-ainoblocks-notification-block status-warning border-all icon-fill pl__5\" style=\"border-width:1px\" x-data=\"{ open: true }\" @click=\"open = !open\" :class=\"{'close': ! open }\"><div class=\"content-wrapper\"><button class=\"close-btn\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 12 12\" aria-hidden=\"true\"><path d=\"M10.243 3.172l-2.829 2.828 2.829 2.829-1.414 1.414-2.829-2.829-2.828 2.829-1.414-1.414 2.828-2.83-2.828-2.827 1.414-1.414 2.828 2.827 2.828-2.827z\"><\/path><\/svg><\/button><span class=\"icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M12 17c0.552 0 1 0.448 1 1s-0.448 1-1 1c-0.552 0-1-0.448-1-1s0.448-1 1-1zM13 5v10h-2v-10h2z\"><\/path><\/svg><\/span>\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-80fb368b wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<p class=\"has-text-align-justify has-text-align-justify\" style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.098), 15px);\">This article is intended for informational purposes only and does not supersede or replace the official documentation provided by OpenText. It serves as supplementary guidance to assist with common challenges. For authoritative instructions and compliance requirements, refer to OpenText&#8217;s official documentation and support. Do not use this in production systems.<\/p>\n<\/div>\n<\/div><\/div>\n\n\n\n<p>Debugging Logic Modules in SAP VIM is rarely straightforward. Setting multiple breakpoints, stepping through code execution, and still failing to reach the relevant section can quickly become frustrating and time-consuming.<\/p>\n\n\n\n<p>However, there&#8217;s a little-known approach that can make this process far more efficient.<\/p>\n\n\n\n<p>In case you are interested in <a href=\"https:\/\/johannesauer.com\/en\/development\/creating-a-logic-module-data-enrichment-for-sap-vim-free-template\/\">creating your own Logic Module<\/a> in VIM check this article: <a href=\"https:\/\/johannesauer.com\/en\/development\/creating-a-logic-module-data-enrichment-for-sap-vim-free-template\/\">How to Create a Custom Logic Module (Data Enrichment) for SAP VIM Invoice Processing (Step-by-Step Guide)<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Hidden Program That Simplifies Debugging<\/h2>\n\n\n\n<p>Within the SAP VIM development packages, there is a program that can be executed via transaction SE38:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>\/OPT\/DR_BPF_TEST<\/strong><\/code><\/pre>\n\n\n\n<p>This program <em><mark style=\"background-color:#FFEE58\" class=\"has-inline-color\">does not appear in the standard OpenText documentation<\/mark><\/em>, which means many consultants are unaware of its existence. Yet it provides a structured way to analyze and debug Logic Modules.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Key Capabilities<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Display a list of all Logic Modules executed for a given document<\/li>\n\n\n\n<li>View the sequence of module calls in detail<\/li>\n\n\n\n<li>Decide whether to simulate the process start, rerun business rules, or both.<\/li>\n\n\n\n<li>Set a breakpoint in the code and execute the program in SE38 to jump into the debugger without detours<\/li>\n<\/ul>\n\n\n\n<p>This transforms debugging from a <strong>trial-and-error exercise<\/strong> into a <strong>transparent<\/strong>, <strong>manageable<\/strong> process. Instead of relying on chance to intercept the correct module, you can work systematically through the exact logic that is being applied.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to use it<\/h2>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<ol class=\"wp-block-list\">\n<li>Execute the program in SE38<br><img decoding=\"async\" src=\"https:\/\/johannesauer.com\/wp-content\/uploads\/2025\/09\/image-13-1024x337.png\" alt=\"\"><\/li>\n\n\n\n<li>Enter the corresponding VIM DP document ID, decide if you want to check the process start, the re-run of business rules or both and decide if you want to show the modules only or process them:<br><img decoding=\"async\" src=\"https:\/\/johannesauer.com\/wp-content\/uploads\/2025\/09\/image-14.png\" alt=\"\"><br><img decoding=\"async\" src=\"https:\/\/johannesauer.com\/wp-content\/uploads\/2025\/09\/image-17.png\" alt=\"\"><\/li>\n\n\n\n<li>Benefit from a clean list that gives all relevant information for debugging Logic Modules. You can pick up the class name, set a breakpoint in the code and repeat.<br><img decoding=\"async\" src=\"https:\/\/johannesauer.com\/wp-content\/uploads\/2025\/09\/image-15-1024x158.png\" alt=\"\"><\/li>\n<\/ol>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Why This Is Valuable<\/h2>\n\n\n\n<p>Effective debugging is essential in every OpenText Vendor Invoice Management for SAP Solutions (VIM) project, whether for customizing workflows, implementing enhancements, or analyzing issues in production support. By providing direct insight into the sequence and behavior of Logic Modules, \/OPT\/DR_BPF_TEST can significantly <strong>reduce the time spent on troubleshooting<\/strong>.<\/p>\n\n\n\n<p>Because this tool is not part of the official documentation, knowledge of it can provide consultants and project teams with a clear advantage when working on complex VIM implementations.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Debugging Logic Modules in SAP VIM is rarely straightforward. Setting multiple breakpoints, stepping through code execution, and still failing to reach the relevant section can quickly become frustrating and time-consuming. However, there&#8217;s a little-known approach that can make this process far more efficient. In case you are interested in creating your own Logic Module in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1754,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29,64,16,13],"tags":[20,30,66,25,14],"class_list":["post-2225","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development","category-sap-vim-customizing","category-debugging","category-sap-vim","tag-debugging","tag-development","tag-logic-module","tag-opentext","tag-sap-vim"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/\"},\"author\":{\"name\":\"Johannes Auer\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#\\\/schema\\\/person\\\/5be8c8acac2d2546979a66edb36355f7\"},\"headline\":\"Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)\",\"datePublished\":\"2025-09-18T06:13:46+00:00\",\"dateModified\":\"2025-09-18T09:57:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/\"},\"wordCount\":445,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/johannesauer.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/coding.png\",\"keywords\":[\"Debugging\",\"Development\",\"Logic Module\",\"Open Text\",\"SAP VIM\"],\"articleSection\":[\"Development\",\"SAP VIM Customizing\",\"SAP VIM Debugging\",\"SAP VIM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/\",\"url\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/\",\"name\":\"Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/johannesauer.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/coding.png\",\"datePublished\":\"2025-09-18T06:13:46+00:00\",\"dateModified\":\"2025-09-18T09:57:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/johannesauer.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/coding.png\",\"contentUrl\":\"https:\\\/\\\/johannesauer.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/coding.png\",\"width\":1659,\"height\":1297,\"caption\":\"Laptop with Eclipse.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/debugging\\\/how-to-debug-logic-modules-without-going-crazy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#website\",\"url\":\"https:\\\/\\\/johannesauer.com\\\/\",\"name\":\"Johannes Auer\",\"description\":\"SAP VIM Consulting\",\"publisher\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/johannesauer.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#organization\",\"name\":\"Johannes Auer\",\"url\":\"https:\\\/\\\/johannesauer.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/johannesauer.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Logo-2026-space-marble-picture-scaled.png\",\"contentUrl\":\"https:\\\/\\\/johannesauer.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Logo-2026-space-marble-picture-scaled.png\",\"width\":2560,\"height\":2560,\"caption\":\"Johannes Auer\"},\"image\":{\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/auer\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/johannesauer.com\\\/#\\\/schema\\\/person\\\/5be8c8acac2d2546979a66edb36355f7\",\"name\":\"Johannes Auer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/60aef692d1ef612aae869660d5783f53d98ea7fbd0396a3dc70f028c5294135c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/60aef692d1ef612aae869660d5783f53d98ea7fbd0396a3dc70f028c5294135c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/60aef692d1ef612aae869660d5783f53d98ea7fbd0396a3dc70f028c5294135c?s=96&d=mm&r=g\",\"caption\":\"Johannes Auer\"},\"sameAs\":[\"https:\\\/\\\/johannesauer.com\"],\"url\":\"https:\\\/\\\/johannesauer.com\\\/en\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/#article","isPartOf":{"@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/"},"author":{"name":"Johannes Auer","@id":"https:\/\/johannesauer.com\/#\/schema\/person\/5be8c8acac2d2546979a66edb36355f7"},"headline":"Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)","datePublished":"2025-09-18T06:13:46+00:00","dateModified":"2025-09-18T09:57:12+00:00","mainEntityOfPage":{"@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/"},"wordCount":445,"commentCount":0,"publisher":{"@id":"https:\/\/johannesauer.com\/#organization"},"image":{"@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/#primaryimage"},"thumbnailUrl":"https:\/\/johannesauer.com\/wp-content\/uploads\/2025\/08\/coding.png","keywords":["Debugging","Development","Logic Module","Open Text","SAP VIM"],"articleSection":["Development","SAP VIM Customizing","SAP VIM Debugging","SAP VIM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/","url":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/","name":"Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)","isPartOf":{"@id":"https:\/\/johannesauer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/#primaryimage"},"image":{"@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/#primaryimage"},"thumbnailUrl":"https:\/\/johannesauer.com\/wp-content\/uploads\/2025\/08\/coding.png","datePublished":"2025-09-18T06:13:46+00:00","dateModified":"2025-09-18T09:57:12+00:00","breadcrumb":{"@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/#primaryimage","url":"https:\/\/johannesauer.com\/wp-content\/uploads\/2025\/08\/coding.png","contentUrl":"https:\/\/johannesauer.com\/wp-content\/uploads\/2025\/08\/coding.png","width":1659,"height":1297,"caption":"Laptop with Eclipse."},{"@type":"BreadcrumbList","@id":"https:\/\/johannesauer.com\/en\/debugging\/how-to-debug-logic-modules-without-going-crazy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/johannesauer.com\/en\/"},{"@type":"ListItem","position":2,"name":"Struggling With Logic Modules in SAP VIM? Here\u2019s How to Master the Debugger (Without Going Crazy)"}]},{"@type":"WebSite","@id":"https:\/\/johannesauer.com\/#website","url":"https:\/\/johannesauer.com\/","name":"Johannes Auer","description":"SAP VIM Consulting","publisher":{"@id":"https:\/\/johannesauer.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/johannesauer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/johannesauer.com\/#organization","name":"Johannes Auer","url":"https:\/\/johannesauer.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/johannesauer.com\/#\/schema\/logo\/image\/","url":"https:\/\/johannesauer.com\/wp-content\/uploads\/2026\/01\/Logo-2026-space-marble-picture-scaled.png","contentUrl":"https:\/\/johannesauer.com\/wp-content\/uploads\/2026\/01\/Logo-2026-space-marble-picture-scaled.png","width":2560,"height":2560,"caption":"Johannes Auer"},"image":{"@id":"https:\/\/johannesauer.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/auer\/"]},{"@type":"Person","@id":"https:\/\/johannesauer.com\/#\/schema\/person\/5be8c8acac2d2546979a66edb36355f7","name":"Johannes Auer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/60aef692d1ef612aae869660d5783f53d98ea7fbd0396a3dc70f028c5294135c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/60aef692d1ef612aae869660d5783f53d98ea7fbd0396a3dc70f028c5294135c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/60aef692d1ef612aae869660d5783f53d98ea7fbd0396a3dc70f028c5294135c?s=96&d=mm&r=g","caption":"Johannes Auer"},"sameAs":["https:\/\/johannesauer.com"],"url":"https:\/\/johannesauer.com\/en\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/posts\/2225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/comments?post=2225"}],"version-history":[{"count":0,"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/posts\/2225\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/media\/1754"}],"wp:attachment":[{"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/media?parent=2225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/categories?post=2225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/johannesauer.com\/en\/wp-json\/wp\/v2\/tags?post=2225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}