Advertising:
All public logs
From SAP Knowledge Base
Combined display of all available logs of SAP Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:54, 21 December 2024 Unirab talk contribs moved page CRUD operations on sourcelist in MM purchasing with Behavior Definitions/Implementation R PURCHASINGSOURCELISTTP to CRUD operations on sourcelist in MM purchasing with Behavior Definition/Implementation R PURCHASINGSOURCELISTTP
- 20:29, 21 December 2024 Unirab talk contribs created page unirab.org:Legal notice (Created page with "<strong>Limitation of liability for internal content</strong></p> <p>The content of our website has been compiled with meticulous care and to the best of our knowledge. However, we cannot assume any liability for the up-to-dateness, completeness or accuracy of any of the pages.</p> <p>Pursuant to section 7, para. 1 of the TMG (Telemediengesetz – Tele Media Act by German law), we as service providers are liable for our own content on these pages in accordance with gene...")
- 19:59, 21 December 2024 Unirab talk contribs created page unirab.org:Privacy policy (Created page with "<h1>Privacy Policy</h1> <p>Last updated: December 21, 2024</p> <p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p> <p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Pol...")
- 18:17, 21 December 2024 Unirab talk contribs created page CRUD operations on sourcelist in MM purchasing with Behavior Definitions/Implementation R PURCHASINGSOURCELISTTP (Created page with "catagory:Behavior_Definitions_and_Implementations === Create sourcelist === <syntaxhighlight lang="abap" line copy> creation = VALUE #( ( %cid = cl_uuid_factory=>create_system_uuid( )->create_uuid_x16( ) %key-Material = '000000000000000001' %key-Plant = '1990' %data-ValidityStartDate = cl_abap_context_info=>get_system_date( ) %data-ValidityEndDate = '99991231' %data-PurchasingOrganization = '1000' %data-Supplier = '0000129302' %contr...")
- 18:00, 21 December 2024 Unirab talk contribs created page Category:Behavior Definitions and Implementations (Created page with "Category:Core_data_services")
- 17:59, 21 December 2024 Unirab talk contribs deleted page Core data services (content was: "#REDIRECT Category:Core data services", and the only contributor was "Unirab" (talk))
- 17:59, 21 December 2024 Unirab talk contribs moved page Core data services to Category:Core data services
- 17:58, 21 December 2024 Unirab talk contribs created page Core data services (Created page with "category: Behavior Definitions and Implementations")
- 17:50, 21 December 2024 Unirab talk contribs deleted page How to use CV ATTACHMENT SRV for attachments with Generic Object Services in onPremise systems (content was: "#REDIRECT How to use onPrem CV ATTACHMENT SRV for attachments with Generic Object Services", and the only contributor was "Unirab" (talk))
- 17:50, 21 December 2024 Unirab talk contribs moved page How to use CV ATTACHMENT SRV for attachments with Generic Object Services in onPremise systems to How to use onPrem CV ATTACHMENT SRV for attachments with Generic Object Services
- 17:49, 21 December 2024 Unirab talk contribs deleted page How to use API CV ATTACHMENT SRV for attachments with Generic Object Services (content was: "#REDIRECT How to use Cloud API CV ATTACHMENT SRV for attachments with Generic Object Services", and the only contributor was "Unirab" (talk))
- 17:49, 21 December 2024 Unirab talk contribs moved page How to use API CV ATTACHMENT SRV for attachments with Generic Object Services to How to use Cloud API CV ATTACHMENT SRV for attachments with Generic Object Services
- 17:45, 21 December 2024 Unirab talk contribs created page How to use CV ATTACHMENT SRV for attachments with Generic Object Services in onPremise systems (Created page with "If possible, Cloud API_CV_ATTACHMENT_SRV should be used when using business objects that the API supports. Custom or standard business objects such as VBAP are not supported and the CV_ATTACHMENT_SRV service must be used. == Common business objects == * Purchase order: BUS2012 * Purchase order items: - * Purchase requisition: BUS2105 * Purchase requisition items: BUS2009 * Sales order: BUS2032 * Customer offer: BUS2031 * Sales contract: BUS2034 == GOS == === Get a...")
- 17:37, 21 December 2024 Unirab talk contribs created page How to use API CV ATTACHMENT SRV for attachments with Generic Object Services (Created page with "Category:Application_programming_interface This wiki entry was written at the time of version 1.00 / last modified on October 17, 2024. * https://api.sap.com/api/API_CV_ATTACHMENT_SRV/overview * https://help.sap.com/docs/SAP_S4HANA_CLOUD/7489fa08cede494cbdf08fa3651598af/2e1be0a60d08400b8e4b1f6b57140a28.html?locale=en-US == Gängige Business Objekte == * Purchase Order: BUS2012 * Purchase Requisition: BUS2105 * Purchase Requisition Item: BUS2009 * Sales Order: BUS20...")
- 17:18, 21 December 2024 Unirab talk contribs created page Switch(ABAP keyword) (Created page with "Kategorie:Schlüsselbegriffe Since ABAP 7.40 you can use SWITCH. In terms of syntax, this is like COND with the only difference being that it checks for equality and no condition like COND is possible. === Mit SWITCH === <syntaxhighlight lang="abap" line start="1"> DATA(lang) = SWITCH char02( sy-langu WHEN 'E' THEN 'EN' WHEN 'D' THEN 'DE' ELSE THROW cx_... "optional...")
- 17:15, 21 December 2024 Unirab talk contribs created page Cond(ABAP keyword) (Created page with "category:Code_Snippets COND can be used since ABAP 7.40. This is an alternative to IF, especially because the code is much shorter, but also sometimes more confusing.<br /> The advantage is to set a condition directly when assigning a value to a variable or to parameters in methods. === Mit COND === Here the COND is used in a method call to pass a parameter like a subobject for the application log: <syntaxhighlight lang="abap" line start="1"> bal = cf_reca_message_l...")
- 16:45, 21 December 2024 Unirab talk contribs created page Corresponding(ABAP keyword) (Created page with "category:keywords = MAPPING = <syntaxhighlight lang="abap" line copy> send_documents = CORRESPONDING #( BASE ( send_documents ) documents MAPPING bukrs = rbukrs ). </syntaxhighlight> = EXCEPT = <syntaxhighlight lang="abap" line copy> data2 = CORRESPONDING #( BASE ( data2 ) data MAPPING zcol1 = ycol1 EXCEPT ycol1 ). </syntaxhighlight>")
- 16:42, 21 December 2024 Unirab talk contribs deleted page Keyword value (content was: "#REDIRECT Value (ABAP keyword)", and the only contributor was "Unirab" (talk))
- 16:42, 21 December 2024 Unirab talk contribs moved page Keyword value to Value (ABAP keyword)
- 16:36, 21 December 2024 Unirab talk contribs created page Keyword value (Created page with "category: keywords = Get single row = <syntaxhighlight lang="abap" line copy> "sflight is an internal table of table sflight DATA(single_row) = VALUE #( sflight[ carrid = 'AA' connid = '0017' fldate = '20171219' ] OPTIONAL ). </syntaxhighlight> Without optional and no row is not found, the exception cx_sy_itab_line_not_found is thrown. = Get field of single row = <syntaxhighlight lang="abap"...")
- 16:23, 21 December 2024 Unirab talk contribs created page Get column names of a structure (Created page with "Kategorie:code_snippets <syntaxhighlight lang="abap" line start="1"> DATA columns TYPE if_fdt_doc_spreadsheet=>t_column. DATA(desc) = CAST cl_abap_structdescr( cl_abap_structdescr=>describe_by_data( struc_from_itab ) ). LOOP AT desc->get_components( ) ASSIGNING FIELD-SYMBOL(<c>). IF <c> IS ASSIGNED. IF <c>-type->kind = cl_abap_typedescr=>kind_elem. APPEND VALUE #( id = sy-tabix name...")
- 16:20, 21 December 2024 Unirab talk contribs created page Template with comments for code creating (Created page with "category:Code_snippets <syntaxhighlight lang="abap" line start="1"> *&-------------------------------------------------------------------------* *& Created by company corp, Firstname Surname - Date *&-------------------------------------------------------------------------* *& Here is the description / purpose of the code. *& Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy *& eirmod tempor invidunt ut labore et dolore magna aliquyam erat, se...")
- 16:11, 21 December 2024 Unirab talk contribs created page Sending e-mail with classic classes and methods (Created page with "Kategorie:Codeschnipsel <syntaxhighlight lang="abap" line start="1"> DATA: send_request TYPE REF TO cl_bcs, document TYPE REF TO cl_document_bcs, sender TYPE REF TO cl_sapuser_bcs, sender2 TYPE REF TO if_sender_bcs, receiver TYPE REF TO if_recipient_bcs, mail_text_tab TYPE soli_tab, subject TYPE so_obj_des, distribution_list TYPE TABLE OF sodlienti1,...")
- 15:53, 21 December 2024 Unirab talk contribs created page unirab.org:Copyrights (Created page with "The content published on this website is subject to German copyright and ancillary copyright law. As the author within the meaning of Section 7 of the German Copyright Act (UrhG), the website operator is entitled to the sole and exclusive exploitation rights pursuant to Sections 15 et seq. UrhG. Any duplication or use of objects such as images, diagrams, sounds or texts in other electronic or printed publications is not permitted without the author’s agreement and wil...")
- 15:53, 21 December 2024 Unirab talk contribs created page Create wrapper for function modules and BAPIs (Created page with "Category:RESTful_application_programming_model There are good reasons to wrap a function module (BAPI). On the one hand, to have the wrapped FuBa as Tier 2 code so that it can be exchanged with Tier 1 code if SAP offers a released cloud API or similar or to use the wrapped code to release it as Tier 1 in its SAP S/4HANA, SAP S/4HANA Cloud, private edition system. On the other hand, to be able to use COMMIT-WORK required or causing Fubas (BAPIs) through the BGPF fra...")
- 15:48, 21 December 2024 Unirab talk contribs created page COMMIT-WORK required or causing Fubas (BAPIs) and classes in RAP (Created page with "Category:RESTful_application_programming_model Anyone who uses the ABAP RESTful Application Programming Model (RAP) to develop apps encounters the problem of using function modules or classic classes that require a COMMIT WORK, already call a COMMIT WORK themselves or use other non-permitted keywords such as IN UPDATE TASK. With regard to the COMMIT WORK, the RAP framework only allows this in the SAVE sequence, but not in between, where the FuBas or classes with the...")
- 15:42, 21 December 2024 Unirab talk contribs created page Category:Eclipse (Created page with "category:Integrated Development Environments * https://github.com/FreHu/eclipse-abap-keywordcolors (Dark/Light) === Keyword colors === * https://sap.github.io/abap-cleaner/updatesite (ABAP Cleaner for ABAP Development Tools (ADT))")
- 15:40, 21 December 2024 Unirab talk contribs created page Category:Integrated development environments (Created page with "category:eclipse")
- 15:39, 21 December 2024 Unirab talk contribs created page GitHub gitLabs 3rd party addons (Created page with "* ABAP Open Source Projects (https://dotabap.org) * https://raw.githubusercontent.com/abapGit/build/main/zabapgit_standalone.prog.abap * https://github.com/abap2xlsx/abap2xlsx")
- 13:31, 21 December 2024 Unirab talk contribs created page Solutions for fiori error messages (Created page with "category:Fiori == Anayltic App shows "App cannot be loaded" == === IFC Node / Service "smart_business_runtime_srv" not activated === <strong>Analysis:</strong> In the debugger browser, a red error message indicates that the ICF node or service for Smart Business Runtime is not available. This is the basis for all KPI tiles. <strong>Solution:</strong> Activate service and ICF nodes under Activate_single_OData_service_and_associated_ICF_nodes_for_fiori_apps|transa...")
- 13:20, 21 December 2024 Unirab talk contribs created page Activate single OData service and associated ICF nodes for fiori apps (Created page with "Category: Fiori = Search for an app in the Fiori App Library = When searching for an app, you should make sure that it is available for the desired system. Under "IMPLEMENTATION INFORMATION" you can see whether it is available for on-premise and/or cloud systems with the corresponding versions. Example "Manage Activity Types (Version 2) for Cost Accountant - Overhead": <br /> https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F1605A')...")
- 12:30, 21 December 2024 Unirab talk contribs moved page Code snippets to Category:Code snippets
- 12:29, 21 December 2024 Unirab talk contribs created page Code snippets (Created blank page)
- 12:13, 21 December 2024 Unirab talk contribs created page Create application log in cloud development (Created page with "For T1 / cloud developments the familiar function modules(FMs) or classic classes for creating application logs can no loger be used. For this purpose, SAP offers several released classes for cloud development. The object and sub-object should not be created via SLG0, but via Eclipse with ABAP Development Tools. = How to use the classes = == Create new business application log == <syntaxhighlight lang="abap" line copy> TRY. DATA(lo_log) = cl_bali_log=>create( ). CATCH...")
- 02:43, 21 December 2024 Unirab talk contribs created page unirab.org:General disclaimer (Created page with "1. limitation of liability for website content The person responsible for the aforementioned website accepts no liability for the topicality, correctness and completeness of the content provided on this website. This does not apply if the person responsible can be accused of intentional or grossly negligent behavior. The contents were created with the greatest possible care and to the best of our knowledge. Nevertheless, the accuracy of the content cannot be guaranteed,...")
- 01:47, 21 December 2024 Unirab talk contribs created page MediaWiki:Sidebar (Created page with " * Development ** Application Programming Interface|Application Programming Interface ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * SEARCH * TOOLBOX * LANGUAGES")
- 01:42, 21 December 2024 Unirab talk contribs protected Welcome [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 01:37, 21 December 2024 Unirab talk contribs created page Welcome (Created page with "Welcome to unirab. A wiki for helping people in SAP world. All about development and some consulsant topics. Hope you can find solutions for you work.")
- 01:31, 21 December 2024 Unirab talk contribs created page MediaWiki:Mainpage (Created page with "Welcome")
- 01:30, 21 December 2024 Unirab talk contribs changed group membership for Unirab from bureaucrat, interface administrator and administrator to bureaucrat, interface administrator, administrator, ReadOnly, EditOnly and CreateOnly
- 01:23, 21 December 2024 Unirab talk contribs deleted page Test (content was: "Test", and the only contributor was "Unirab" (talk))
- 00:06, 21 December 2024 User account Testuser2 talk contribs was created by Unirab talk contribs (test user)
- 00:01, 21 December 2024 User account Testuser talk contribs was created by Unirab talk contribs (test account)
- 23:50, 20 December 2024 Unirab talk contribs created page Test (Test)
- 23:49, 20 December 2024 Unirab talk contribs created page Talk:Main Page (Created blank page)
- 23:49, 20 December 2024 Unirab talk contribs created page Main Page (Created page with "Main")
- 23:48, 20 December 2024 Unirab talk contribs protected MediaWiki:Common.css [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 23:30, 20 December 2024 Unirab talk contribs created page MediaWiki:Common.css (Created page with "@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: dark); CSS placed here will be applied to all skins: ")
- 23:27, 20 December 2024 Unirab talk contribs created page User:Unirab/common.css (Created page with "@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: dark);")
- 23:26, 20 December 2024 Unirab talk contribs deleted page Hauptseite (content was: "<strong>MediaWiki wurde installiert.</strong> Hilfe zur Verwendung und Konfiguration der Wiki-Software findest du im [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents Benutzerhandbuch]. == Starthilfen == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste der Konfigurationsparameter] * [https:...", and the only contributor was "MediaWiki default" (talk))