Hi all, I'm developing an IF scenario which should update PickLists with selected batches. I have created a structure for update, as per example:<bfa:io>
<bfa:object>
<bfa:string name="Status">Y</bfa:string>
<bfa:array name="PickListsLines">
...
Dear Experts,
After some testing, I have found that it is not possible to update UomGroup of an Item through Service Layer. Can anyone confirm, or maybe tell me if I'm missing something, maybe some field that also needs to be updated with change of...
Hi experts,
I have a quite intricate use case where I need to link a Delivery note to Picklists which were the base for that Delivery note. Due to some restrictions, the standard process was modified so that certain data is written on the Picklist,...
Hi Experts,
could somebody explain why SAP allows selection of all currencies on a Sales Quotation for a BP which has only one currency set?
For example, I have a BP which is set to use HRK as Currency. When creating a Sales Quotation, when I se...
Dear all,
lately we had several users report problems which occur after their password expires. Instead of showing the standard password reset window, users get the following message:
"Add-on manager: Failed to connect to the SLD; please log in a...
Hi, HANA is Case Sensitive, so your query should take that into account:Select sum(*) from ODPO AWHEREA."CardCode" = "C00001' and A."Canceled" = 'N' and A."DocStatus" = 'O' BR,Matija
Hi, I will randomly assume the parameter you need to use is CardCode (as you do not mention it anywhere). The solution to your problem would be to use the following syntax:BEGIN
/* select from [dbo].[OCRD] T0 */
Declare CardCode nvarchar(50);
CardCod...
Postman gives the same error... Below is the PATCH payload:{"PickListsLines": [{"LineNumber": 0,"OrderEntry": 643,"OrderRowID": 1,"ReleasedQuantity": 0,"PickedQuantity": 2,"PreviouslyReleasedQuantity": 2,"BaseObjectType": 17,"DocumentLinesBinAllocati...
Dear @ANKIT_CHAUHAN , thank you, but scenarios in SAP note 3131177 are referencing a situation when you already have allocations for that Picklist. I am trying to create a Picklist via IF and no allocation is accepted. I have allocated the batches to...
Dear @Maya_Shiff , thank you, but I am using SL call from Integration Framework v2 scenario. Note you suggested is relevant for DI API. Also, I'm using 10.0 FP2111 on this installation, and no batches have been allocated to the Sales Order. Picklist ...