former_member593232
Discoverer
Member since ‎10-05-2018

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello I am creating a program that adds new lines to an inventory count in SAP B1. However, the code below is not generating the line object to populate the line with data. Can anyone help? Set oICL = oICLS.Add
Hello I am creating a program that adds an item to the inventory counting in SAP. I have based the code seen below on updating an item in SAP which works. However, the code below causes errors when initialising the SAP variables. Dim oCS As...
Hello I am a developer trying to add an item to an inventory count using the code below. However, when I run the code some of the SAP variables fail to initialise and the document entry is not being set. Weirdly this exa...