-- Create a special folder in the output message to hold the output tree CREATE FIELD OutputRoot.MRM.TargetMessageTree; -- Prepare to loop through the purchased items DECLARE sourceCursor REFERENCE TO OutputRoot.MRM.SourceMessageTree.Invoice; DECLARE targetCursor REFERENCE TO OutputRoot.MRM.TargetM...
除被包含在标记之间以外,流的输入消息是在其他部分文档中使用的同一个 Invoice 示例消息: <AllInvoices> ... </AllInvoices> 示例 CREATE COMPUTE MODULE LargeMessageExampleFlow_Compute CREATE FUNCTION Main() RETURNS BOOLEAN BEGIN CALL CopyMessageHeaders(); -- Create a special folder in the output messag...
IDOC_INPUT_INVOIC_MRM v/s BAPI_INCOMINGINVOICE_CREATE Go to solution Former Member 2008 Jun 11 11:21 PM 0 Kudos 246 SAP Managed Tags: ABAP Development Need to post an incoming vendor freight invoice using MIRO txn. Which function module approach is best ? BAPI_INCOMINGINVOICE_...
” said Passikoff, “You want consumers to feel your brand engenders high emotional engagement and meets their expectations as completely as possible. Brands able to do that are six times more likely to create loyal customers
ProcessInvoice: BEGIN -- If there are no Invoices in the input message, there is nothing to do IF NOT LASTMOVE(sourceCursor) THEN LEAVE ProcessInvoice; END IF; -- Loop through the invoices in the source tree InvoiceLoop : LOOP -- Inspect the current invoice and create a matching Statemen...