former_member542085
Explorer
Member since ‎11-06-2017

User Statistics

  • 40 Posts
  • 0 Solutions
  • 7 Kudos given
  • 2 Kudos received

User Activity

Good morning experts, I'm trying to add a choose from list through code: SAPbouiCOM.ChooseFromListCollection oCFLS = oForm.ChooseFromLists; oCFLCreationParams.MultiSelection = false; oCFLCreationParams.ObjectType = "CFTBL_Accounting"; o...
Hello experts, I'm using the B1if v.1. and I have a scenario that I activate in the scenario control, I click on check and shows no errors. However on the BPM Monitor, it shows the message 'Associated scenario package is inactive', I click...
Hello experts, I'm using SAP 9.3 PL 10. I have a transaction notification for payments, which should just be done only using an addon, so I use the following IF @object_type= '24' AND @transaction_type IN ('A', 'U', 'D', 'C', 'L') --Every trans...
Good day experts, I'm making a query on the IFSERV database, I want to see the errors from processing XMLs. I use SELECT RESULT FROM MSGLOG WHERE VPAC = 'X.MYPACKAGE' AND STAT = 'failure'. That shows me the error, but I wish to identify the XML f...
Good day experts, I'm learning how to use the workflow JavaScript, there is an example with the following lines: var param= company.getRecordsetParams();var query = "SELECT * FROM \"OITM\" T0 WHERE T0.\"OnHand\" <= T0.\"MinLevel\""print(query);pa...