09-13-2012, 10:21 AM
Dear Experts.
Please help out ,
I would like to do Regular Exp for the below line in SAP ,
But the numbers mentioned in above line
1.0065000430 / 1010
2.0060000120 / 1010
3.0060000120 / 1010
will change so I want to do it in Regular Expressions. Can you please help me to do Reg Exp.
Please help out ,
I would like to do Regular Exp for the below line in SAP ,
Code:
SAPGuiSession("Session").SAPGuiWindow("Document Flow").SAPGuiTree("TableTreeControl").SelectItem "GT-BP CRM Complaint 0065000430 / 1010;GT-Credit Memo Reque 0060000120 / 1010","GT-Credit Memo Reque 0060000120 / 1010"
But the numbers mentioned in above line
1.0065000430 / 1010
2.0060000120 / 1010
3.0060000120 / 1010
will change so I want to do it in Regular Expressions. Can you please help me to do Reg Exp.