{"id":1216,"date":"2014-12-04T16:25:27","date_gmt":"2014-12-04T15:25:27","guid":{"rendered":"http:\/\/oprsteny.cz\/?p=1216"},"modified":"2014-12-04T16:25:44","modified_gmt":"2014-12-04T15:25:44","slug":"abap-no-break-space-u00a0","status":"publish","type":"post","link":"https:\/\/oprsteny.cz\/?p=1216","title":{"rendered":"ABAP &#8211; NO-BREAK space (U+00A0)"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" data-attachment-id=\"358\" data-permalink=\"https:\/\/oprsteny.cz\/?attachment_id=358\" data-orig-file=\"https:\/\/oprsteny.cz\/wp-content\/uploads\/SAP.jpg\" data-orig-size=\"44,50\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;Picasa&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1365690880&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"SAP\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/oprsteny.cz\/wp-content\/uploads\/SAP.jpg\" class=\"size-full wp-image-358 alignleft\" src=\"http:\/\/oprsteny.cz\/wp-content\/uploads\/SAP.jpg\" alt=\"SAP\" width=\"44\" height=\"50\" \/>This is just a note that you should be aware of using different kind of space character.<br \/>\nThe classical space &#8211; you can type it by pressing spacebar &#8211; has unicode number U+0020.<br \/>\nThe NO-BREAK space character is different &#8211; you can type it by pressing ALT+255 &#8211; this character will look the same like normal space but in unicode it will have number U+00A0.<!--more--><\/p>\n<p>You can see the difference in the following piece of code:<\/p>\n<pre lang=\"abap\">DATA:\r\n  lv_message(255) type c.\r\n\r\n* Here I use the classical space (by pressing spacebar)\r\nCONCATENATE 'Hello' ' ' 'world' INTO lv_message.\r\nWRITE lv_message.\r\n* Result will be: &gt;&gt;Helloworld&lt;&lt;\r\n\r\n* Here I use the NO-BREAK space (by pressing ALT+255)\r\nCONCATENATE 'Hello' ' ' 'world' INTO lv_message.\r\nWRITE lv_message.\r\n* Result will be &gt;&gt;Hello world&lt;&lt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This is just a note that you should be aware of using different kind of space character. The classical space &#8211; you can type it by pressing spacebar &#8211; has unicode number U+0020. The NO-BREAK space character is different &#8211; &hellip; <a href=\"https:\/\/oprsteny.cz\/?p=1216\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"ABAP - NO-BREAK space (U+00A0)","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[16,9],"tags":[446,363,362,361,365,364],"class_list":["post-1216","post","type-post","status-publish","format-standard","hentry","category-abap","category-development","tag-abap","tag-hard-space","tag-no-break","tag-space","tag-u0020","tag-u00a0"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3nYbe-jC","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/oprsteny.cz\/index.php?rest_route=\/wp\/v2\/posts\/1216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oprsteny.cz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oprsteny.cz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oprsteny.cz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oprsteny.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1216"}],"version-history":[{"count":2,"href":"https:\/\/oprsteny.cz\/index.php?rest_route=\/wp\/v2\/posts\/1216\/revisions"}],"predecessor-version":[{"id":1218,"href":"https:\/\/oprsteny.cz\/index.php?rest_route=\/wp\/v2\/posts\/1216\/revisions\/1218"}],"wp:attachment":[{"href":"https:\/\/oprsteny.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1216"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oprsteny.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1216"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oprsteny.cz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}