{"id":11319,"date":"2017-05-03T14:00:00","date_gmt":"2017-05-03T14:00:00","guid":{"rendered":"https:\/\/staging.zapliance.com\/?p=11319"},"modified":"2022-08-26T14:04:22","modified_gmt":"2022-08-26T14:04:22","slug":"how-to-analyze-your-own-payment-behavior-in-sap","status":"publish","type":"post","link":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/","title":{"rendered":"How to analyze your own payment behavior in SAP"},"content":{"rendered":"\n<p>Do you actually know how many days it takes for an invoice to be balanced \/ paid in your company? You don\u2019t? Or whether you may have missed the opportunity to benefit from cash discounts? You don\u2019t know that either? Then you should definitely not miss this blog article under any circumstances.<\/p>\n\n\n\n<p><strong>Part IV of the series: \u201cPayment terms in vendor master data\u201d<\/strong><\/p>\n\n\n\n<p>1.&nbsp;<a href=\"https:\/\/staging.zapliance.com\/blog\/are-you-failing-to-benefit-from-cash-discounts-due-to-poorly-maintained-payment-terms-in-sap?lang=en\">Are you failing to benefit from cash discounts due to poorly maintained payment terms in SAP?<\/a><br>2.&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/staging.zapliance.com\/blog\/two-steps-to-analyze-bad-payment-terms-in-sap?lang=en\" target=\"_blank\">Two steps to analyze bad payment terms in SAP<\/a><br>3.&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/staging.zapliance.com\/blog\/revised-terms-of-payment-how-to-clean-up-your-vendor-master-data?lang=en\" target=\"_blank\">Revised terms of payment: How to clean up your vendor master data<\/a><br><strong>4.&nbsp;How to analyze your own payment behavior in SAP<\/strong><\/p>\n\n\n\n<p>In previous blog posts, we have shown you how to analyze payment terms in SAP and to clean them up in order to investigate payment terms that make little or no sense. Now that we have cleaned up the vendor master data, we can take a look at the cash discounts which are actually being lost in this article and keep an eye out for lost potential with regard to payment terms.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How can the difference between the baseline date for due date calculation and the clearing date be calculated?<\/h2>\n\n\n\n<p>The baseline date (ZFBDT field) from the BSEG table (Accounting Document Segment) is usually the starting date of the payment conditions (unless otherwise specified in SAP Customizing). If we take the clearing date (AUGDT field) from the BSEG table into account, by looking at the difference, we can see how many days it has taken for an invoice to be balanced in your company.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How can the difference be examined in SAP?<\/h2>\n\n\n\n<p>On this question, there are two ways to proceed. Of course, there is the possibility to generate a report using the SAP transaction \u201cSE16N\u201d for the BSEG table and the corresponding fields, but here we, as usual, come up against the restriction that not all documents can be exported to Excel, or that the export takes a very long time. I therefore opt to go for the faster procedure of using an SQL query to analyze the differences. If you also want to follow this shortcut and perform the analysis directly via the \u201cGo\u201d command, you will find the guide to the procedure to follow including the SQL Query you need here:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/cta-redirect.hubspot.com\/cta\/redirect\/2492072\/eeda8364-4c4b-482e-8b1d-5955bf30ab7a\"><img decoding=\"async\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2492072\/eeda8364-4c4b-482e-8b1d-5955bf30ab7a.png\" alt=\"Get low hanging fruits\"\/><\/a><\/figure>\n\n\n\n<p>Once you have executed the SQL Query, you will obtain a table with the corresponding payment terms (ZTERM), its values (ZBD **), the sum of the document items (SUM (DMBTR)), the difference between the baseline and clearing date, as well as the absolute frequency (COUNT (*)).<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>MANDT<\/th><th>BUKRS<\/th><th>GJAHR<\/th><th>ZTERM<\/th><th>ZBD1T<\/th><th>ZBD1P<\/th><th>ZBD2T<\/th><th>ZBD2P<\/th><th>ZBD3T<\/th><th>SUM(DMBTR)<\/th><th>DAY_DIFFERENCE<\/th><th>COUNT(*)<\/th><\/tr><tr><td>902<\/td><td>1000<\/td><td>1997<\/td><td>ZB01<\/td><td>14<\/td><td>3<\/td><td>30<\/td><td>2<\/td><td>45<\/td><td>17,676,234.34<\/td><td>22<\/td><td>26<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>1997<\/td><td>ZB01<\/td><td>14<\/td><td>3<\/td><td>30<\/td><td>2<\/td><td>45<\/td><td>312,100.50<\/td><td>16<\/td><td>20<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>1997<\/td><td>ZB01<\/td><td>14<\/td><td>3<\/td><td>30<\/td><td>2<\/td><td>45<\/td><td>547,566.45<\/td><td>20<\/td><td>15<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>1997<\/td><td>ZB01<\/td><td>14<\/td><td>3<\/td><td>30<\/td><td>2<\/td><td>45<\/td><td>268,275.38<\/td><td>19<\/td><td>13<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>1997<\/td><td>ZB01<\/td><td>14<\/td><td>3<\/td><td>30<\/td><td>2<\/td><td>45<\/td><td>261,947.60<\/td><td>32<\/td><td>12<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>1997<\/td><td>ZB01<\/td><td>14<\/td><td>3<\/td><td>30<\/td><td>2<\/td><td>45<\/td><td>42,936.88<\/td><td>18<\/td><td>11<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>1997<\/td><td>ZB01<\/td><td>14<\/td><td>3<\/td><td>30<\/td><td>2<\/td><td>45<\/td><td>312,898,388.83<\/td><td>31<\/td><td>9<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>1997<\/td><td>ZB01<\/td><td>14<\/td><td>3<\/td><td>30<\/td><td>2<\/td><td>45<\/td><td>17,676,234.34<\/td><td>22<\/td><td>7<\/td><\/tr><tr><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><td>\u2026<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>At this point, can you already guess what the first results of the analysis are going to be? I had a similar situation with the test data set.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What are the results of the evaluation?<\/h2>\n\n\n\n<p>For example, take the penultimate line before the \u201c\u2026\u201d. The payment condition \u201cZB01\u201d makes provision for a cash discount of 3% for payment within 14 days and one of 2% for payment within 30 days. Otherwise, the full invoice amount is due. If we take a look at the \u201cDAY_DIFFERENCE\u201d column, we can see that the invoice was paid exactly one day too late in 9 cases and therefore no discounts were obtained. If we take the 2% discount on the amount of more than 300 million euros alone, we would have had a cash discount of over 6 million euros. That\u2019s a nice saving for payment just one day earlier, right?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Now it\u2019s time for you to use your professional judgment<\/h2>\n\n\n\n<p>Would you also like to know exactly which documents are concerned, so that you can discuss the specific cases with your departments to ensure that you do not miss out on any further discounts in the future? If so, don\u2019t hesitate to contact us&nbsp;<a href=\"https:\/\/staging.zapliance.com\/contact?lang=en\">here<\/a>.<\/p>\n\n\n\n<p>The method for analyzing \u201clost discounts\u201d is already integrated into zap Audit, so you do not have to check any document types, posting data or anything like that manually. Furthermore, our analysis is more mature, comes equipped with business intelligence methods and is being continually improved. This allows you to be effective in reducing false positives while leaving it to zap Audit to automate everything that can be automated. So you can use your valuable time to audit what needs to be audited. Do you have any questions about zap Audit? Please contact us&nbsp;<a href=\"https:\/\/staging.zapliance.com\/contact?lang=en\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Do you actually know how many days it takes for an invoice to be balanced \/ paid in your company? You don\u2019t? Or whether you may have missed the opportunity to benefit from cash discounts? You don\u2019t know that either? Then you should definitely not miss this blog article under any circumstances. Part IV of [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":10699,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[38,37,40],"tags":[],"class_list":["post-11319","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-en-audit","category-en-compliance","category-en-finance"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to analyze your own payment behavior in SAP - zapliance<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to analyze your own payment behavior in SAP - zapliance\" \/>\n<meta property=\"og:description\" content=\"Do you actually know how many days it takes for an invoice to be balanced \/ paid in your company? You don\u2019t? Or whether you may have missed the opportunity to benefit from cash discounts? You don\u2019t know that either? Then you should definitely not miss this blog article under any circumstances. Part IV of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/\" \/>\n<meta property=\"og:site_name\" content=\"zapliance\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-03T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-26T14:04:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"962\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alexander Ruehle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alexander Ruehle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/\"},\"author\":{\"name\":\"Alexander Ruehle\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/#\/schema\/person\/0589dbd6daf2ad160f0fc3e534150914\"},\"headline\":\"How to analyze your own payment behavior in SAP\",\"datePublished\":\"2017-05-03T14:00:00+00:00\",\"dateModified\":\"2022-08-26T14:04:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/\"},\"wordCount\":763,\"publisher\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"articleSection\":[\"Audit\",\"Compliance\",\"Finance\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/\",\"url\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/\",\"name\":\"How to analyze your own payment behavior in SAP - zapliance\",\"isPartOf\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"datePublished\":\"2017-05-03T14:00:00+00:00\",\"dateModified\":\"2022-08-26T14:04:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#primaryimage\",\"url\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"contentUrl\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"width\":2400,\"height\":962},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/staging.zapliance.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to analyze your own payment behavior in SAP\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/#website\",\"url\":\"https:\/\/staging.zapliance.com\/en\/\",\"name\":\"zapliance\",\"description\":\"Be the agent of change\",\"publisher\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.zapliance.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/#organization\",\"name\":\"zapliance\",\"url\":\"https:\/\/staging.zapliance.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg\",\"contentUrl\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg\",\"width\":200,\"height\":45,\"caption\":\"zapliance\"},\"image\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/#\/schema\/person\/0589dbd6daf2ad160f0fc3e534150914\",\"name\":\"Alexander Ruehle\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_5_1657802999-96x96.jpg\",\"contentUrl\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_5_1657802999-96x96.jpg\",\"caption\":\"Alexander Ruehle\"},\"description\":\"is CEO &amp; Co-Founder of zapliance and has been an auditor at heart for over 15 years. He is both a Certified Internal Auditor and Certified Information Systems Auditor and is moving forward as a thought leader to transform the finance, audit and compliance industry - people-centric, data-driven and context-driven.\",\"url\":\"https:\/\/staging.zapliance.com\/en\/blog\/author\/alexander-ruehle\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to analyze your own payment behavior in SAP - zapliance","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"How to analyze your own payment behavior in SAP - zapliance","og_description":"Do you actually know how many days it takes for an invoice to be balanced \/ paid in your company? You don\u2019t? Or whether you may have missed the opportunity to benefit from cash discounts? You don\u2019t know that either? Then you should definitely not miss this blog article under any circumstances. Part IV of [&hellip;]","og_url":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/","og_site_name":"zapliance","article_published_time":"2017-05-03T14:00:00+00:00","article_modified_time":"2022-08-26T14:04:22+00:00","og_image":[{"width":2400,"height":962,"url":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","type":"image\/png"}],"author":"Alexander Ruehle","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Alexander Ruehle","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#article","isPartOf":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/"},"author":{"name":"Alexander Ruehle","@id":"https:\/\/staging.zapliance.com\/en\/#\/schema\/person\/0589dbd6daf2ad160f0fc3e534150914"},"headline":"How to analyze your own payment behavior in SAP","datePublished":"2017-05-03T14:00:00+00:00","dateModified":"2022-08-26T14:04:22+00:00","mainEntityOfPage":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/"},"wordCount":763,"publisher":{"@id":"https:\/\/staging.zapliance.com\/en\/#organization"},"image":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","articleSection":["Audit","Compliance","Finance"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/","url":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/","name":"How to analyze your own payment behavior in SAP - zapliance","isPartOf":{"@id":"https:\/\/staging.zapliance.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#primaryimage"},"image":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","datePublished":"2017-05-03T14:00:00+00:00","dateModified":"2022-08-26T14:04:22+00:00","breadcrumb":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#primaryimage","url":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","contentUrl":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","width":2400,"height":962},{"@type":"BreadcrumbList","@id":"https:\/\/staging.zapliance.com\/en\/blog\/how-to-analyze-your-own-payment-behavior-in-sap\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/staging.zapliance.com\/en\/"},{"@type":"ListItem","position":2,"name":"How to analyze your own payment behavior in SAP"}]},{"@type":"WebSite","@id":"https:\/\/staging.zapliance.com\/en\/#website","url":"https:\/\/staging.zapliance.com\/en\/","name":"zapliance","description":"Be the agent of change","publisher":{"@id":"https:\/\/staging.zapliance.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.zapliance.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging.zapliance.com\/en\/#organization","name":"zapliance","url":"https:\/\/staging.zapliance.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.zapliance.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg","contentUrl":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg","width":200,"height":45,"caption":"zapliance"},"image":{"@id":"https:\/\/staging.zapliance.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/staging.zapliance.com\/en\/#\/schema\/person\/0589dbd6daf2ad160f0fc3e534150914","name":"Alexander Ruehle","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.zapliance.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_5_1657802999-96x96.jpg","contentUrl":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_5_1657802999-96x96.jpg","caption":"Alexander Ruehle"},"description":"is CEO &amp; Co-Founder of zapliance and has been an auditor at heart for over 15 years. He is both a Certified Internal Auditor and Certified Information Systems Auditor and is moving forward as a thought leader to transform the finance, audit and compliance industry - people-centric, data-driven and context-driven.","url":"https:\/\/staging.zapliance.com\/en\/blog\/author\/alexander-ruehle\/"}]}},"views":2193,"_links":{"self":[{"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11319","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/comments?post=11319"}],"version-history":[{"count":1,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11319\/revisions"}],"predecessor-version":[{"id":11320,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11319\/revisions\/11320"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/media\/10699"}],"wp:attachment":[{"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/media?parent=11319"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/categories?post=11319"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/tags?post=11319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}