{"id":11331,"date":"2017-04-07T14:00:00","date_gmt":"2017-04-07T14:00:00","guid":{"rendered":"https:\/\/zapliance.com\/?p=11331"},"modified":"2022-08-26T14:06:24","modified_gmt":"2022-08-26T14:06:24","slug":"quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner","status":"publish","type":"post","link":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/","title":{"rendered":"Quick Guide: Three steps to determine if postings are being recorded in a timely manner"},"content":{"rendered":"\n<p>Up to 52% of postings are not made within the limit of 40 days for timely posting (posting month + 10 days). By reading this Quick Guide, you will be able to find out how to analyze whether postings are being made in a timely manner in SAP. Reduce the risk of incorrect or fraudulent postings in (reopened) posting periods with this method today.<\/p>\n\n\n\n<p><strong>Part II of the series: \u201cRecording of postings in a timely manner\u201d<\/strong><\/p>\n\n\n\n<p>1.&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/dont-put-it-off-until-tomorrow-recording-of-postings-in-a-timely-manner?lang=en\">Don\u2019t put it off until tomorrow\u2026 recording of postings in a timely manner<\/a><br><strong>2. Quick Guide: Three steps to determine if postings are being recorded in a timely manner<\/strong><br>3.&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/analysis-of-the-continuous-recording-of-postings-over-time?lang=en\">Analysis of the continuous recording of postings over time<\/a><br>4.&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/how-you-can-notice-which-business-transactions-are-being-left-undealt-with-for-a-longer-period-of-time?lang=en\">How you can notice which business transactions are being left undealt with for a longer period of time<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How can you find out if business transactions have not been posted in a timely manner?<\/h2>\n\n\n\n<p>But that\u2019s enough of the legalese: you want to know how the situation really looks like in practice at your company when comes to postings being made in a timely manner!<\/p>\n\n\n\n<p>As Goethe\u2019s Faust himself said:<\/p>\n\n\n\n<p>\u201cWell, that\u2019s Philosophy I\u2019ve read,<br>And Law and Medicine, and I fear<br>Theology, too, from A to Z;<br>Hard studies all, that have cost me dear.<br>And so I sit, poor silly man<br>No wiser now than when I began\u2026\u201d<\/p>\n\n\n\n<p>So now let\u2019s get down to the practical details!<\/p>\n\n\n\n<p>In SAP, each posting document has different date fields:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Posting date<\/li><li>Document date<\/li><li>Processing date<\/li><\/ul>\n\n\n\n<p>We are now going to make use of this. As a measure for a timely posting, I therefore recommend that you calculate the difference in days between the posting date and the processing date. If a certain number of days is exceeded, we can consider that we are dealing with a document that has not been recorded in a timely manner. I recommend setting this period at 40 days, because if it takes any longer than that then the posting is made within the (posting) month.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to get data for an analysis of postings in a timely manner?<\/h2>\n\n\n\n<p>If you want to analyze postings in a timely manner in your SAP, you need the necessary data structures and data from your SAP system.&nbsp;<a href=\"https:\/\/zapliance.com\/zap-audit?lang=en\">zap Audit<\/a>&nbsp;automatically extracts all the necessary data from your SAP system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to&nbsp;perform analytics to determine which postings have been made in a timely manner in SAP?<\/h2>\n\n\n\n<p>I have written an ePaper on this subject, where you can read up on how I ran analytics of postings made in a timely manner with raw SQL queries. You can download this paper free of charge by clicking on the following link:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/cta-redirect.hubspot.com\/cta\/redirect\/2492072\/89994246-9938-4759-b70e-6f80e9a78523\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2492072\/89994246-9938-4759-b70e-6f80e9a78523.png\" alt=\"Download ePaper! (free Download)\"\/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Statistics on the creation of postings in a timely manner<\/h3>\n\n\n\n<p>First, you need to generate statistics on how many documents were posted after how many days:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Days between processing and posting date<\/td><td>Amount<\/td><\/tr><tr><td>805<\/td><td>25<\/td><\/tr><tr><td>804<\/td><td>2<\/td><\/tr><tr><td>774<\/td><td>12<\/td><\/tr><tr><td>773<\/td><td>13<\/td><\/tr><tr><td>715<\/td><td>13<\/td><\/tr><tr><td>685<\/td><td>14<\/td><\/tr><tr><td>593<\/td><td>2<\/td><\/tr><tr><td>\u2026<\/td><td>\u2026<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Analyzing documents that were not posted in a timely manner<\/h3>\n\n\n\n<p>Now determine the documents that have not been posted in a timely manner (BELNR field). In what follows, documents with a delay of more than 40 days between the date of the posting (BUDAT field) and the date of processing (CPUDT field) are considered as non-timely documents. The client (MANDT field), the company code (BUKRS field), the fiscal year (GJAHR field), the transaction code (TCODE field), the document type (BLART field), and the user (USNAM field) are also displayed.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>MANDT<\/td><td>BUKRS<\/td><td>GJAHR<\/td><td>BELNR<\/td><td>TCODE<\/td><td>BLART<\/td><td>USNAM<\/td><td>BUDAT<\/td><td>CPUDT<\/td><td>DAYS_BETWEEN_<br>PROCESSING_ AND_POSTING_DATE<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>2014<\/td><td>2000000586<\/td><td>F110<\/td><td>ZP<\/td><td>USER_3<\/td><td>01\/01\/2014<\/td><td>17\/03\/2016<\/td><td>805<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>2014<\/td><td>2000000583<\/td><td>F110<\/td><td>ZP<\/td><td>USER_4<\/td><td>01\/01\/2014<\/td><td>17\/03\/2016<\/td><td>805<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>2014<\/td><td>1600000085<\/td><td>FOSA<\/td><td>DA<\/td><td>USER_2<\/td><td>01\/04\/2014<\/td><td>17\/03\/2016<\/td><td>715<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>2014<\/td><td>0100008378<\/td><td>FB1S<\/td><td>AB<\/td><td>USER_1<\/td><td>31\/12\/2014<\/td><td>17\/09\/2015<\/td><td>260<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>2014<\/td><td>0100007696<\/td><td>FB01<\/td><td>AB<\/td><td>USER_3<\/td><td>01\/05\/2014<\/td><td>19\/12\/2014<\/td><td>232<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>2014<\/td><td>0100007728<\/td><td>FB01<\/td><td>SA<\/td><td>USER_4<\/td><td>30\/05\/2014<\/td><td>22\/12\/2014<\/td><td>206<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>2014<\/td><td>1400002741<\/td><td>FBZ1<\/td><td>DZ<\/td><td>USER_2<\/td><td>13\/08\/2014<\/td><td>03\/03\/2015<\/td><td>202<\/td><\/tr><tr><td>902<\/td><td>1000<\/td><td>2014<\/td><td>2000000280<\/td><td>F110<\/td><td>ZP<\/td><td>USER_1<\/td><td>22\/08\/2014<\/td><td>03\/03\/2015<\/td><td>193<\/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><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Use your Professional Judgment when determining postings not made in a timely manner<\/h3>\n\n\n\n<p>When interpreting your results, take the following points into consideration:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Create a list of document types that are operational (for example, invoices and payments). Documents with such document types should in particular be posted very promptly. The explanations for the document types can be determined by using this SQL query:<\/li><\/ul>\n\n\n\n<p>SELECT * FROM T003T WHERE SPRAS=\u2019E\u2019<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Look out for documents with a retention period of more than one year.<\/li><\/ul>\n\n\n\n<p>In zap Audit, we have integrated a much more efficient process for the analysis of postings in a timely manner, so you don\u2019t need to look up document types, processing and posting dates or examine any data on your own. In addition, we have added business intelligence methods and are constantly working to improve the algorithms used. That\u2019s why you should automate everything that can be automated with zap Audit, and only audit, what needs to be audited.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Up to 52% of postings are not made within the limit of 40 days for timely posting (posting month + 10 days). By reading this Quick Guide, you will be able to find out how to analyze whether postings are being made in a timely manner in SAP. Reduce the risk of incorrect or fraudulent [&hellip;]<\/p>\n","protected":false},"author":4,"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-11331","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.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Quick Guide: Three steps to determine if postings are being recorded in a timely manner - zapliance<\/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:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quick Guide: Three steps to determine if postings are being recorded in a timely manner - zapliance\" \/>\n<meta property=\"og:description\" content=\"Up to 52% of postings are not made within the limit of 40 days for timely posting (posting month + 10 days). By reading this Quick Guide, you will be able to find out how to analyze whether postings are being made in a timely manner in SAP. Reduce the risk of incorrect or fraudulent [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/\" \/>\n<meta property=\"og:site_name\" content=\"zapliance\" \/>\n<meta property=\"article:published_time\" content=\"2017-04-07T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-26T14:06:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/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=\"Nick Gehrke\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nick Gehrke\" \/>\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:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/\"},\"author\":{\"name\":\"Nick Gehrke\",\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/person\/ef4d227360d4b66b84aa95cb72c12f5a\"},\"headline\":\"Quick Guide: Three steps to determine if postings are being recorded in a timely manner\",\"datePublished\":\"2017-04-07T14:00:00+00:00\",\"dateModified\":\"2022-08-26T14:06:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/\"},\"wordCount\":790,\"publisher\":{\"@id\":\"https:\/\/zapliance.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"articleSection\":[\"Audit\",\"Compliance\",\"Finance\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/\",\"url\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/\",\"name\":\"Quick Guide: Three steps to determine if postings are being recorded in a timely manner - zapliance\",\"isPartOf\":{\"@id\":\"https:\/\/zapliance.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"datePublished\":\"2017-04-07T14:00:00+00:00\",\"dateModified\":\"2022-08-26T14:06:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#primaryimage\",\"url\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"contentUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"width\":2400,\"height\":962},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/zapliance.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Quick Guide: Three steps to determine if postings are being recorded in a timely manner\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zapliance.com\/en\/#website\",\"url\":\"https:\/\/zapliance.com\/en\/\",\"name\":\"zapliance\",\"description\":\"Be the agent of change\",\"publisher\":{\"@id\":\"https:\/\/zapliance.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zapliance.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/zapliance.com\/en\/#organization\",\"name\":\"zapliance\",\"url\":\"https:\/\/zapliance.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg\",\"contentUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg\",\"width\":200,\"height\":45,\"caption\":\"zapliance\"},\"image\":{\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/person\/ef4d227360d4b66b84aa95cb72c12f5a\",\"name\":\"Nick Gehrke\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_4_1657803044-96x96.jpg\",\"contentUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_4_1657803044-96x96.jpg\",\"caption\":\"Nick Gehrke\"},\"description\":\"is Chief of Data &amp; Knowledge and Co-Founder at zapliance as well as Professor of Information Systems with a Big 4 background. He prefers to work as a business information scientist and tax consultant at the converging points of finance, accounting, taxation, audit and ERP systems, data science and information technology.\",\"url\":\"https:\/\/zapliance.com\/en\/blog\/author\/nick-gehrke\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Quick Guide: Three steps to determine if postings are being recorded in a timely manner - zapliance","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:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/","og_locale":"en_US","og_type":"article","og_title":"Quick Guide: Three steps to determine if postings are being recorded in a timely manner - zapliance","og_description":"Up to 52% of postings are not made within the limit of 40 days for timely posting (posting month + 10 days). By reading this Quick Guide, you will be able to find out how to analyze whether postings are being made in a timely manner in SAP. Reduce the risk of incorrect or fraudulent [&hellip;]","og_url":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/","og_site_name":"zapliance","article_published_time":"2017-04-07T14:00:00+00:00","article_modified_time":"2022-08-26T14:06:24+00:00","og_image":[{"width":2400,"height":962,"url":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","type":"image\/png"}],"author":"Nick Gehrke","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Nick Gehrke","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#article","isPartOf":{"@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/"},"author":{"name":"Nick Gehrke","@id":"https:\/\/zapliance.com\/en\/#\/schema\/person\/ef4d227360d4b66b84aa95cb72c12f5a"},"headline":"Quick Guide: Three steps to determine if postings are being recorded in a timely manner","datePublished":"2017-04-07T14:00:00+00:00","dateModified":"2022-08-26T14:06:24+00:00","mainEntityOfPage":{"@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/"},"wordCount":790,"publisher":{"@id":"https:\/\/zapliance.com\/en\/#organization"},"image":{"@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#primaryimage"},"thumbnailUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","articleSection":["Audit","Compliance","Finance"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/","url":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/","name":"Quick Guide: Three steps to determine if postings are being recorded in a timely manner - zapliance","isPartOf":{"@id":"https:\/\/zapliance.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#primaryimage"},"image":{"@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#primaryimage"},"thumbnailUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","datePublished":"2017-04-07T14:00:00+00:00","dateModified":"2022-08-26T14:06:24+00:00","breadcrumb":{"@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#primaryimage","url":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","contentUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","width":2400,"height":962},{"@type":"BreadcrumbList","@id":"https:\/\/zapliance.com\/en\/blog\/quick-guide-three-steps-to-determine-if-postings-are-being-recorded-in-a-timely-manner\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/zapliance.com\/en\/"},{"@type":"ListItem","position":2,"name":"Quick Guide: Three steps to determine if postings are being recorded in a timely manner"}]},{"@type":"WebSite","@id":"https:\/\/zapliance.com\/en\/#website","url":"https:\/\/zapliance.com\/en\/","name":"zapliance","description":"Be the agent of change","publisher":{"@id":"https:\/\/zapliance.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zapliance.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zapliance.com\/en\/#organization","name":"zapliance","url":"https:\/\/zapliance.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zapliance.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg","contentUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg","width":200,"height":45,"caption":"zapliance"},"image":{"@id":"https:\/\/zapliance.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zapliance.com\/en\/#\/schema\/person\/ef4d227360d4b66b84aa95cb72c12f5a","name":"Nick Gehrke","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zapliance.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_4_1657803044-96x96.jpg","contentUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_4_1657803044-96x96.jpg","caption":"Nick Gehrke"},"description":"is Chief of Data &amp; Knowledge and Co-Founder at zapliance as well as Professor of Information Systems with a Big 4 background. He prefers to work as a business information scientist and tax consultant at the converging points of finance, accounting, taxation, audit and ERP systems, data science and information technology.","url":"https:\/\/zapliance.com\/en\/blog\/author\/nick-gehrke\/"}]}},"views":1054,"_links":{"self":[{"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/comments?post=11331"}],"version-history":[{"count":1,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11331\/revisions"}],"predecessor-version":[{"id":11332,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11331\/revisions\/11332"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/media\/10699"}],"wp:attachment":[{"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/media?parent=11331"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/categories?post=11331"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/tags?post=11331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}