{"id":11212,"date":"2018-06-07T13:00:00","date_gmt":"2018-06-07T13:00:00","guid":{"rendered":"https:\/\/staging.zapliance.com\/?p=11212"},"modified":"2022-08-26T13:46:23","modified_gmt":"2022-08-26T13:46:23","slug":"3-data-analyses-for-auditing-the-payment-program-in-sap","status":"publish","type":"post","link":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/","title":{"rendered":"3 data analyses for auditing the payment program in SAP"},"content":{"rendered":"\n<p>In our&nbsp;<a href=\"https:\/\/staging.zapliance.com\/blog\/payments-co-the-questions-that-you-should-always-have-been-asking-yourself-about-the-payment-run-in-sap?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\">last blog post<\/a>, we provided you with a general overview of some of the peculiarities of the payment program in SAP. This time round, we are going to look at things in more detail and have prepared 3 data analyses that you can use to audit the payment program in SAP.<\/p>\n\n\n\n<p>But before we get started with performing an audit of individual payment runs or segregation of duties conflicts in the payment program, we will first take a look at the SAP tables in which you can find information about the payment program.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Important payment program tables in SAP<\/h2>\n\n\n\n<p>The payment program basically revolves around the tables that start with REGU* for regulation and can be broken down as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>REGUA Change of payment proposals: user and time<\/li><li>REGUH Settlement data from payment program<\/li><li>REGUP Processed items from payment program<\/li><li>REGUPO Line item status before the \u201cn\u201dth change<\/li><li>REGUPW Tax information per tax type \/ FI line item in payment run<\/li><li>REGUS Accounts blocked by payment proposal<\/li><li>REGUT TemSe \u2013 Administration Data<\/li><li>REGUTA Paying Company Codes for DME Files<\/li><li>REGUV Control records for the payment program<\/li><\/ul>\n\n\n\n<p>This looks like a lot of information, but for the following analyses only parts of the tables are needed. Essentially, it is in the REGUH, REGUP, and REGUV tables where the main action takes place. More general information about the payment run can be found in the REGUH table, such as the run date (LAUFD field) or the additional identification feature (LAUFI field). REGUV contains a lot of interesting information, such as whether a payment proposal has been processed or whether a payment proposal was created at all. Table REGUP is somewhat more detailed with regard to the details of documents. Here you can find, for example, the document number, document date, amount and much more.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Auditing the payment proposal<\/h2>\n\n\n\n<p>In our last blog post, we already mentioned that the execution of a payment proposal is optional and can be repeated as often as desired. It can also be easily deleted from the SAP system, making it difficult or impossible to audit changes to released payment proposals under certain circumstances. The situation is different when a change has been made. This can easily be seen in the REGUV table. In this context, the XVORB field serves as an indicator as to whether a proposal has been processed or not. Without evaluating written approvals of the payment proposal, we now already have a good indication as to whether a payment proposal has been examined or not. If there is an \u201cX\u201d in the field, it has been changed.<\/p>\n\n\n\n<p>The test is therefore very simple. The fastest method is probably by using the transaction \u201cSE16\u201d or \u201cSE16N\u201d.<\/p>\n\n\n\n<p>The data for the input mask is then:<\/p>\n\n\n\n<p><strong>Table<\/strong>: REGUV<\/p>\n\n\n\n<p><strong>Field Name<\/strong>: Indicator: Proposal run edited, option: equal to, from value: \u201d (empty)<\/p>\n\n\n\n<p>By clicking on \u201cF8\u201d or the clock, we then obtain as a result all payment runs for which the proposal run was not processed. This list may be very large for some of you. It would therefore be advisable at this point to carry out a detailed examination of those payment proposals which contain a large number of payments made. Because the probability that none had to be processed for many payments is significantly lower.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Non-existent payment proposal<\/h2>\n\n\n\n<p>But what if no payment proposal has been executed at all? Then it follows that it wouldn\u2019t have been possible for any to have been processed either. This is exactly the question we are going to address next. The necessary information is also to be found in the REGUV table in the XVORE field.<\/p>\n\n\n\n<p>Once again, it is quick to run the check. To do this, we again use the transaction \u201cSE16\u201d or \u201cSE16N\u201d with the following input mask:<\/p>\n\n\n\n<p><strong>Table<\/strong>: REGUV<\/p>\n\n\n\n<p><strong>Field Name<\/strong>: Indicator: Proposal run carried out, option: equal, from value: \u201d (empty)<\/p>\n\n\n\n<p><strong>Field Name<\/strong>: Indicator: Production run carried out, option: equal, from-value: \u2018X\u2019<\/p>\n\n\n\n<p>The second selection (production run carried out) limits the result set to only all those payment runs that were actually executed. In the resulting list of results, you now have to check why no payment proposal was created. There may be a simple reason for this, in which case the audit can be completed quite quickly. For example, it is conceivable that only a small number of payments have been settled and the audit has already been carried out manually in advance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Back to the roots: Segregation of Duties conflicts in the Payment Program<\/h2>\n\n\n\n<p>Segregation of duties conflicts always hold a certain potential for fraudulent actions. Especially in the area of payments, you should always take a closer look, because the outflow of liquidity can be faster than you expect. To make the audit a little easier to perform, I have created an SQL query (tested on HANA). To use the query in SAP, call up the \u201cDBACOCKPIT\u201d transaction and navigate to \u201cSQL Editor\u201d via \u201cDiagnostics\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>1<\/td><td><code>SELECT DISTINCT BKPF.MANDT, BKPF.BUKRS, BKPF.GJAHR, BKPF.USNAM, BKPF.BELNR, BKPF.TCODE, BSEG.AUGBL, B2.TCODE, LAUFD, LAUFI, XVORL FROM BKPF<br>LEFT JOIN REGUP ON (BKPF.MANDT = REGUP.MANDT AND BKPF.BUKRS = REGUP.BUKRS AND BKPF.GJAHR=REGUP.GJAHR AND BKPF.BELNR=REGUP.BELNR)<br>LEFT JOIN BSEG ON (BKPF.MANDT = BSEG.MANDT AND BKPF.BUKRS = BSEG.BUKRS AND BKPF.GJAHR=BSEG.GJAHR AND BKPF.BELNR=BSEG.BELNR)<br>JOIN BKPF AS B2 ON (BSEG.MANDT = B2.MANDT AND BSEG.BUKRS = B2.BUKRS AND BSEG.AUGGJ=B2.GJAHR AND BSEG.AUGBL=B2.BELNR)<br>WHERE BKPF.TCODE='FB01' AND B2.TCODE='F110' AND BKPF.USNAM=B2.USNAM AND BKPF.TCODE!=B2.TCODE AND BKPF.stblg='' and b2.stblg=''<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The result is a quick and clear list of all document pairs that have a separation of duties conflict (where the user name (USNAM) is the same and the transactions conflict with each other (FB01 \u2013 Post document and F110 \u2013 Automatic payment transactions). Cancellations are also excluded (STBLG=\u201d). However, this procedure only finds conflicts that follow on from each other directly in the process. In zap Audit, conflicts are also found where further activities lie between the posting of a document and automatic payment; for example, when an invoice is subsequently changed.<\/p>\n\n\n\n<p>An analysis of various separation of duties conflicts is already built into zap Audit, so that the SAP tables are automatically analyzed and you, as an auditor, only have to follow up on the findings. In this way, we provide you with support in performing your audit so you can concentrate on what is most important: doing the audit itself! So why not try zap Audit for free? Just contact us to get started.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In our&nbsp;last blog post, we provided you with a general overview of some of the peculiarities of the payment program in SAP. This time round, we are going to look at things in more detail and have prepared 3 data analyses that you can use to audit the payment program in SAP. But before we [&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-11212","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>3 data analyses for auditing the payment program 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=\"3 data analyses for auditing the payment program in SAP - zapliance\" \/>\n<meta property=\"og:description\" content=\"In our&nbsp;last blog post, we provided you with a general overview of some of the peculiarities of the payment program in SAP. This time round, we are going to look at things in more detail and have prepared 3 data analyses that you can use to audit the payment program in SAP. But before we [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/\" \/>\n<meta property=\"og:site_name\" content=\"zapliance\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-07T13:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-26T13:46:23+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=\"6 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\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/\"},\"author\":{\"name\":\"Alexander Ruehle\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/#\/schema\/person\/0589dbd6daf2ad160f0fc3e534150914\"},\"headline\":\"3 data analyses for auditing the payment program in SAP\",\"datePublished\":\"2018-06-07T13:00:00+00:00\",\"dateModified\":\"2022-08-26T13:46:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/\"},\"wordCount\":999,\"publisher\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-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\/3-data-analyses-for-auditing-the-payment-program-in-sap\/\",\"url\":\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/\",\"name\":\"3 data analyses for auditing the payment program in SAP - zapliance\",\"isPartOf\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"datePublished\":\"2018-06-07T13:00:00+00:00\",\"dateModified\":\"2022-08-26T13:46:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-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\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/staging.zapliance.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"3 data analyses for auditing the payment program 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":"3 data analyses for auditing the payment program 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":"3 data analyses for auditing the payment program in SAP - zapliance","og_description":"In our&nbsp;last blog post, we provided you with a general overview of some of the peculiarities of the payment program in SAP. This time round, we are going to look at things in more detail and have prepared 3 data analyses that you can use to audit the payment program in SAP. But before we [&hellip;]","og_url":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/","og_site_name":"zapliance","article_published_time":"2018-06-07T13:00:00+00:00","article_modified_time":"2022-08-26T13:46:23+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":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#article","isPartOf":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/"},"author":{"name":"Alexander Ruehle","@id":"https:\/\/staging.zapliance.com\/en\/#\/schema\/person\/0589dbd6daf2ad160f0fc3e534150914"},"headline":"3 data analyses for auditing the payment program in SAP","datePublished":"2018-06-07T13:00:00+00:00","dateModified":"2022-08-26T13:46:23+00:00","mainEntityOfPage":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/"},"wordCount":999,"publisher":{"@id":"https:\/\/staging.zapliance.com\/en\/#organization"},"image":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-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\/3-data-analyses-for-auditing-the-payment-program-in-sap\/","url":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/","name":"3 data analyses for auditing the payment program in SAP - zapliance","isPartOf":{"@id":"https:\/\/staging.zapliance.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#primaryimage"},"image":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","datePublished":"2018-06-07T13:00:00+00:00","dateModified":"2022-08-26T13:46:23+00:00","breadcrumb":{"@id":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-in-sap\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.zapliance.com\/en\/blog\/3-data-analyses-for-auditing-the-payment-program-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\/3-data-analyses-for-auditing-the-payment-program-in-sap\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/staging.zapliance.com\/en\/"},{"@type":"ListItem","position":2,"name":"3 data analyses for auditing the payment program 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":4213,"_links":{"self":[{"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11212","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=11212"}],"version-history":[{"count":1,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11212\/revisions"}],"predecessor-version":[{"id":11213,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11212\/revisions\/11213"}],"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=11212"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/categories?post=11212"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.zapliance.com\/en\/wp-json\/wp\/v2\/tags?post=11212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}