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).
- 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...")