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...
Thanks for your reply, I was a little bit confused with this lineoChild = oChildren.Item(LineID -1);Because I get the LineId from a query, but it must always subtract 1
I changed the debug mode to full
I click on the Debug, it takes me to a new window I choose the first one on the list since it is the XML that I tried to process.
It takes me to a new window..not to sure how to interpre...