Kiransonawane
Explorer
Member since ‎2019 Jan 17

User Statistics

  • 11 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Dear All,I need your assistance regarding the Production Order Receipt Stock.My query is: How can we restrict sales users from using the receipt stock before the production order is closed as per the planned quantity?Alternatively, is there a way to ...
Dear All,We required Query Report from SAP b1 Inventory Opening Balance, Stock IN Out & Closing in below format Sr.NoInventory GL-CodeItem Group Name Item codeItem DescriptionUOMPriceWarehouse CodeOpening BalanceOpening Total ValueIncoming(GRN,Goods ...
Hi,We Required SP Transaction Notification  Restrict user to Update Batch Expiration Date SAP b1 10.0
SAP b1 SP_TransactionNotification ChapterID Mandatory Item master Data Item MasterIF @transaction_type IN ('A', 'U') AND @object_type = '4'BEGINIf (SELECT T0.ChapterID FROM OITM T0 Inner Join OCHP t1 on T1.AbsEntry=T0.ChapterID where T0.ItemCode=@lis...
I Want to Restrict users to close Production Order If Issue for Production is not completed even of  Receipt for production is Not done both are mandatory.Below is my SP_Transaction NotificationIF (@object_type = '202' AND @transaction_type= 'U')BEGI...
Kudos given to