Advertising:
Related changes
From SAP Knowledge Base
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
4 June 2025
|
10:38 | CRUD operations on purchaseorder in MM with Behavior Definition/Implementation I PURCHASEORDERTP 2 2 changes history −932 [Unirab (2×)] | |||
|
10:38 (cur | prev) −986 Unirab talk contribs (→Mark Purchase Order as deleted) | ||||
|
10:09 (cur | prev) +54 Unirab talk contribs |
|
N 10:36 | CRUD operations on purchase requisition in MM with Behavior Definition/Implementation I PURCHASEREQUISITIONTP 2 changes history +19,288 [Unirab (2×)] | |||
|
10:36 (cur | prev) +60 Unirab talk contribs | ||||
N |
|
10:35 (cur | prev) +19,228 Unirab talk contribs (Created page with "Category:Behavior_Definitions_and_Implementations After reading this wiki entry, you should able to do operations Create and Cancel for purchase order goods receipt.<br /> <br />This is done by Entity Manipulation Language (EML) * https://learning.sap.com/learning-journeys/acquire-core-abap-skills/using-the-entity-manipulation-language_b378f225-0471-45bf-8b7a-f48d00e1bccb === Create purchase requisition with position === <syntaxhighlight line copy> DATA rap_pr_he...") |
3 June 2025
|
N 13:56 | Create and cancel operation for goods receipt purchase order with Behavior Definition/Implementation I MATERIALDOCUMENTTP 3 changes history +3,150 [Unirab (3×)] | |||
|
13:56 (cur | prev) +379 Unirab talk contribs | ||||
|
13:54 (cur | prev) +2 Unirab talk contribs | ||||
N |
|
13:53 (cur | prev) +2,769 Unirab talk contribs (Created page with "=== Create goods receipt for purchase order === * CRUD_operations_to_create_goods_receipt_for_purchase_order_with_Behavior_Definition/Implementation_R_MATERIALDOCUMENTTP#Create_goods_receipt_for_purchase_order === Cancel for goods receipt for purchase order === <syntaxhighlight line copy> MODIFY ENTITIES OF I_MaterialDocumentTP ENTITY MaterialDocumentItem EXECUTE Cancel FROM VALUE #( ( MaterialDocument = keys[ 1 ]-PurchasingHi...") |
|
N 13:56 | Create and cancel operation for goods receipt purchase order with Behavior Definition/Implementation R MATERIALDOCUMENTTP 2 changes history +6,918 [Unirab (2×)] | |||
|
13:56 (cur | prev) +379 Unirab talk contribs | ||||
N |
|
13:54 (cur | prev) +6,539 Unirab talk contribs (Created page with "=== Create goods receipt for purchase order === <syntaxhighlight line copy> DATA material_doc_header TYPE TABLE FOR CREATE r_materialdocumenttp\\materialdocumentheader. DATA material_doc_items TYPE TABLE FOR CREATE r_materialdocumenttp\\materialdocumentheader\_materialdocumentitem. DATA material_doc_serials TYPE TABLE FOR CREATE r_materialdocumenttp\\MaterialDocumentItem\_SerialNumber. CONSTANTS cid_mat_doc_hdr TYPE abp_behv_cid VALUE 'CID_MAT_DOC_HDR'....") |
|
N 13:15 | CRUD operations on purchaseorder in MM with Behavior Definition/Implementation I PURCHASEORDERTP 2 3 changes history +10,787 [Unirab (3×)] | |||
|
13:15 (cur | prev) −252 Unirab talk contribs | ||||
|
13:13 (cur | prev) +1 Unirab talk contribs | ||||
N |
|
13:12 (cur | prev) +11,038 Unirab talk contribs (Created page with "Note: You can not create stock transfer orders with that. === Create Purchase Order === <syntaxhighlight line copy> DATA lt_header_data TYPE if_mm_pur_po_bil=>tt_proj_level_po_create. lt_header_data = VALUE #( ( %cid = 'CID_PURORDER_1' PurchaseOrderType = 'NB' " cl_mmpur_create_test_pos=>get_valid_purchaseordertype( ) CompanyCode = lt_result[ 1 ]-CompanyCode "'1710'...") |