Hello Experts,
Is there a way to get only a part of SAP message into a variable?
For example when it says "Purchase Order 1234567890 is created", I want to get "1234567890" into a global variable.
Updated May 18, 2018
Hello Experts,
Is there a way to get only a part of SAP message into a variable?
For example when it says "Purchase Order 1234567890 is created", I want to get "1234567890" into a global variable.
Comments
Hello Aneesh
Set V[po_number] "&V[_message]" Search="Order" Variable po_number will contain 1234567890 in below example.