Query of transaction key KBS

hi, experts
can anyone explain the transaction key KBS in OBYC configuration? I can't assign g/l account because the account getermination indicator is not flaged. but I don't know how to mark the flag.
can anyone explain in chich situation we will use transaction key KBS. thanks in advance!

hi
KBS is use for Purchase order with account assignment 
You cannot assign this transaction/event key to an account. It means that the account assignment is adopted from the purchase order and is used for the purpose of determining the posting keys for the goods receipt.
hope it clear
regards
kunal

Similar Messages

  • Query on OBYC  Transaction key

    Dear Experts ,
    I have a few queries regarding automatic postings :
    1.What process triggers the transaction key AUM ? what type of account should be assigned here ?
    2.What process triggers the transaction key BSV? what type of account should be assigned here ? Hw different is it from GBB-VBO ?
    3. What is the difference between DIF , PRD & UMB ?
    4. Is GBB-VKA relevant for make to stock scenario ?
    Regards
    Anis

    Hi
    1) AUM is triggered if the material iin supplying planrt is  maintained either in MAP or Standard price and  material in recieving plant is in stamdard price and there should be a price difference.The differencial amount will be posted to the Expense/Income  account through AUM
    2)BSV will be triggered during subcontracting GR.it is the Transaction event key which defines the Change in stock account .This is maintained to accomodate the credit side entry for the output material during GR.Whereas GBB-VBO is for input material consumtion during subcontracting GR.It provides the Debit side entry for Input material consumption
    3)DIF is triggered during IV if there is balance and you still want to post it
       PRD is triggered if the material is maintained as Standard Price and the value is differenet from the PO value .
       UMB is triggered if you want to revaluate the material th MR21
    4) GBB-VKA is for make to order scenario where you make a PO directly with reference to sales order
    Regards
    Sandeep

  • INSERT query or Transact-query

    Hi folks, need some guidance here, do I use INSERT query or Transact-query to create a Customer order. I have 4 tables, details below;
    I would like to save this query as a Stored Procedure as the front end will be asp webpage. If possible could you please write the sql statement?
    tblProduct
    ProductID
    SupplierFK
    tblCustomer
    CustomerID
    tblOrder
    OrderID
    CustomerFK
    tblLink
    OrderFK
    ProductFK

    Link_OrderProduct table
    USE [TyreSannerSQL]
    GO
    /****** Object: Table [dbo].[Link_OrderProduct] Script Date: 10/06/2014 10:06:29 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE TABLE [dbo].[Link_OrderProduct](
    [OrderFK] [int] NULL,
    [ProductFK] [int] NULL,
    [ProductQuantity] [int] NULL,
    [TotalProductSaleCost] [money] NULL,
    [FitterDate] [datetime] NULL,
    [FitterTime] [datetime] NULL,
    [Terms] [bit] NOT NULL,
    [ProductDelivered] [bit] NOT NULL,
    [DeliveryDate] [datetime] NULL,
    [DeliveryTime] [datetime] NULL,
    [JobCompleted] [nvarchar](50) NULL
    ) ON [PRIMARY]
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'㔆㿘⍟䛓놰퐇鑐뼗' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DecimalPlaces', @value=N'255' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DisplayControl', @value=N'109' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'OrderFK' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'4' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'OrderFK' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'4' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'OrderFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'Ц科닕䮸톎ῼ䄘颓' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DecimalPlaces', @value=N'255' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DisplayControl', @value=N'109' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'ProductFK' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'4' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'ProductFK' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'4' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductFK'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'␵晄㓋䗾뮡닧前胝' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DecimalPlaces', @value=N'255' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DisplayControl', @value=N'109' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'ProductQuantity' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'2' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'4' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'ProductQuantity' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'4' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductQuantity'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'佺룏垀䓿覀㾥豐쀝' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DecimalPlaces', @value=N'255' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_Format', @value=N'£#,##0.00;-£#,##0.00' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'TotalProductSaleCost' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'3' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'TotalProductSaleCost' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'5' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'TotalProductSaleCost'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'ԛ쳊㩶俨ᖓ撠绌㨵' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_Format', @value=N'Short Date' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMEMode', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMESentMode', @value=N'3' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'FitterDate' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'4' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ShowDatePicker', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'FitterDate' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'癎ᮣ錁䦙暽闈㛻' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_Format', @value=N'Short Time' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMEMode', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMESentMode', @value=N'3' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'FitterTime' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'5' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ShowDatePicker', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'FitterTime' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'FitterTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DefaultValue', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'朚悻㽧䦆䪐홣빸' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DisplayControl', @value=N'106' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_Format', @value=N'Yes/No' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'Terms' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'6' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'Terms' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'Terms'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DefaultValue', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'㟴䈤榭筋❡' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DisplayControl', @value=N'106' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_Format', @value=N'Yes/No' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'ProductDelivered' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'7' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'ProductDelivered' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'ProductDelivered'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'퉻Ю싋䬇㦟曇惂' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_Format', @value=N'Short Date' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMEMode', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMESentMode', @value=N'3' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'DeliveryDate' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ShowDatePicker', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'DeliveryDate' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryDate'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'䉭ࢇႺ䬟ឪ㐅泏' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_Format', @value=N'Short Time' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMEMode', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMESentMode', @value=N'3' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'DeliveryTime' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'9' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ShowDatePicker', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'DeliveryTime' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'8' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'DeliveryTime'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AggregateType', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowMultipleValues', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowValueListEdits', @value=N'True' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AllowZeroLength', @value=N'True' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'AppendOnly', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'2' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'CollatingOrder', @value=N'1033' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnHidden', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnOrder', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ColumnWidth', @value=N'-1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DataUpdatable', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'GUID', @value=N'崪眍翖䶞亡耰ۚ篑' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_BoundColumn', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_ColumnCount', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_ColumnHeads', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_ColumnWidths', @value=N'1440' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DisplayControl', @value=N'111' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMEMode', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_IMESentMode', @value=N'3' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_LimitToList', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_ListRows', @value=N'16' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_ListWidth', @value=N'1440twip' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_RowSource', @value=N'"Yes";"No";"DNA";"Cancelled"' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_RowSourceType', @value=N'Value List' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'JobCompleted' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrdinalPosition', @value=N'10' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Required', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'ShowOnlyRowSourceValues', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Size', @value=N'50' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceField', @value=N'JobCompleted' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'SourceTable', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TextAlign', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Type', @value=N'10' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'UnicodeCompression', @value=N'True' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct', @level2type=N'COLUMN',@level2name=N'JobCompleted'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Attributes', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DateCreated', @value=N'29/07/2014 13:14:47' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'DisplayViewsOnSharePointSite', @value=N'1' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'FilterOnLoad', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'HideNewField', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'LastUpdated', @value=N'01/08/2014 15:40:51' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_DefaultView', @value=N'2' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_OrderByOn', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'MS_Orientation', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Name', @value=N'tblLink_OrderProduct_local' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'OrderByOnLoad', @value=N'True' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'RecordCount', @value=N'0' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'TotalsRow', @value=N'False' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    EXEC sys.sp_addextendedproperty @name=N'Updatable', @value=N'True' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Link_OrderProduct'
    GO
    ALTER TABLE [dbo].[Link_OrderProduct] WITH CHECK ADD CONSTRAINT [tblLink_OrderProduct_FK00] FOREIGN KEY([OrderFK])
    REFERENCES [dbo].[Order] ([OrderID])
    ON UPDATE CASCADE
    ON DELETE CASCADE
    GO
    ALTER TABLE [dbo].[Link_OrderProduct] CHECK CONSTRAINT [tblLink_OrderProduct_FK00]
    GO
    ALTER TABLE [dbo].[Link_OrderProduct] WITH CHECK ADD CONSTRAINT [tblLink_OrderProduct_FK01] FOREIGN KEY([ProductFK])
    REFERENCES [dbo].[Product] ([ProductID])
    ON UPDATE CASCADE
    ON DELETE CASCADE
    GO
    ALTER TABLE [dbo].[Link_OrderProduct] CHECK CONSTRAINT [tblLink_OrderProduct_FK01]
    GO
    ALTER TABLE [dbo].[Link_OrderProduct] ADD DEFAULT ((0)) FOR [Terms]
    GO
    ALTER TABLE [dbo].[Link_OrderProduct] ADD DEFAULT ((0)) FOR [ProductDelivered]
    GO

  • View Transaction keys by migo.......

    Hi All,
    In MIGO, in Display Material document, there is a option available "FI Documents" .
    We can view the account posting by clicking on that button and selecting the fi document.
    But I also want to view here the Transaction Keys(i.e. BSX, WRX, PRD................)
    Is there any option for the same.

    Hi,
    In the accounting document, you can change the layout, and select field "Transaction" to be
    "display field", then you will be able to see BSX/KBS/WRX etc., in the material document's
    accounting document.
    Thanks and regards,
    Polly

  • Business transaction key in account determination..?

    Hi all
    Can anybody explain me in simple form form, what is business transaction key in account determination , for eg, GBB,BSA,BSX,PRD,VBR,.WRX....etc (Approximately 60 transaction keys in std SAP)
    If i want to do configuration the for new client, what are all the business transaction key,,, How the configuration wil happen..?
    Pls giv me expaination,
    Reply will be rewardable..
    Thanks
    sap-mm

    Hi MM,
    Please Search in SDN threads solution is given already in lot of threads.
    Go to SAP Library
    SPRO> Help> SAP Library
    Or go to SPRO> IMG> MM>Valuation and Account Assignment>Account determination> Account det without wizard> configure Automatic postings
    Click on IMG ACTIVITY DOCUMENTATION
    These transactions are important for Accounts.
    Postings are made to G/L accounts automatically in the case of Invoice Verification and Inventory Management transactions relevant to Financial and Cost Accounting.
    Example:
    Posting lines are created in the following accounts in the case of a goods issue for a cost center:
    Stock account
    Consumption account
    Agency business: income (AG1)
    This transaction can be used in agency business for income deriving from commission (e.g. del credere commission). The account key is used in the calculation schemas for agency business to determine the associated revenue accounts.
    Agency business: turnover (AG2)
    This transaction can be used in agency business if turnover (business volume) postings are activated in Customizing for the payment types. The account key is specified in Customizing for the billing type.
    Agency business: expense (AG3)
    This transaction can be used in agency business for commission expenses. The account key is used in the calculation schemas for agency business to determine the associated expense accounts.
    Expense/revenue from consumption of consignment material (AKO)
    This transaction is used in Inventory Management in the case of withdrawals from consignment stock or when consignment stock is transferred to own stock if the material is subject to standard price control and the consignment price differs from the standard price.
    Expenditure/income from transfer posting (AUM)
    This transaction is used for transfer postings from one material to another if the complete value of the issuing material cannot be posted to the value of the receiving material. This applies both to materials with standard price control and to materials with moving average price control. Price differences can arise for materials with moving average price if stock levels are negative and the stock value becomes unrealistic as a result of the posting. Transaction AUM can be used irrespective of whether the transfer posting involves a transfer between plants. The expenditure/income is added to the receiving material.
    Provisions for subsequent (end-of-period rebate) settlement (BO1)
    If you use the "subsequent settlement" function with regard to conditions (e.g. for period-end volume-based rebates), provisions for accrued income are set up when goods receipts are recorded against purchase orders if this is defined for the condition type.
    Income from subsequent settlement (BO2)
    The rebate income generated in the course of "subsequent settlement" (end-of-period rebate settlement) is posted via this transaction.
    Income from subsequent settlement after actual settlement (BO3)
    If a goods receipt occurs after settlement accounting has been effected for a rebate arrangement, no further provisions for accrued rebate income can be managed by the "subsequent settlement" facility. No postings should be made to the account normally used for such provisions. As an alternative, you can use this transaction to post provisions for accrued rebate income to a separate account in cases such as the one described.
    Supplementary entry for stock (BSD)
    This account is posted when closing entries are made for a cumulation run. This account is a supplementary account to the stock account; that is, the stock account is added to it to determine the stock value that was calculated via the cumulation. In the process, the various valuation areas (for example, commercial, tax), that are used in the balance sheet are taxed separately.
    Change in stock (BSV)
    Changes in stocks are posted in Inventory Management at the time goods receipts are recorded or subsequent adjustments made with regard to subcontract orders.
    If the account assigned here is defined as a cost element, you must specify a preliminary account assignment for the account in the table of automatic account assignment specification (Customizing for Controlling) in order to be able to post goods receipts against subcontract orders. In the standard system, cost center SC-1 is defined for this purpose.
    Stock posting (BSX)
    This transaction is used for all postings to stock accounts. Such postings are effected, for example:
    In inventory management in the case of goods receipts to own stock and goods issues from own stock
    In invoice verification, if price differences occur in connection with incoming invoices for materials valuated at moving average price and there is adequate stock coverage
    In order settlement, if the order is assigned to a material with moving average price and the actual costs at the time of settlement vary from the actual costs at the time of goods receipt
    Because this transaction is dependent on the valuation class, it is possible to manage materials with different valuation classes in separate stock accounts.
    Revaluation of other consumption (COC)
    This transaction/event key is required for the revaluation of consumption in Actual Costing/Material Ledger.
    Revaluation of consumption valuates single-level consumption using the actual prices determined in the Actual Costing/Material Ledger application. This revaluation can either take place in the account where the original postings were made, or in a header account.
    The header account is determined using the transaction/event key COC.
    Del credere (DEL)
    Transaction/event key for the payment/invoice list documents in Purchasing. The account key is needed in the calculation schema for payment/settlement processing to determine the associated revenue accounts.
    Small differences, Materials Management (DIF)
    This transaction is used in Invoice Verification if you define a tolerance for minor differences and the balance of an invoice does not exceed the tolerance.
    Purchase account(EIN), purchase offsetting account (EKG), freight purchase account (FRE)
    These transactions are used only if Purchase Account Management is active in the company code.
    Note
    Due to special legal requirements, this function was developed specially for certain countries (Belgium, Spain, Portugal, France, Italy, and Finland).
    Before you use this function, check whether you need to use it in your country.
    Freight clearing (FR1), provision for freight charges (FR2), customs duty clearing (FR3), provision for customs duty (FR4)
    These transactions are used to post delivery costs (incidental procurement costs) in the case of goods receipts against purchase orders and incoming invoices. Which transaction is used for which delivery costs depends on the condition types defined in the purchase order.
    You can also enter your own transactions for delivery costs in condition types.
    External service (FRL)
    The transaction is used for goods and invoice receipts in connection with subcontract orders.
    If the account assigned here is defined as a cost element, you must specify a preliminary account assignment for the account in the table of automatic account assignment specification (Customizing for Controlling) in order to be able to post goods receipts against subcontract orders. In the standard system, cost center SC-1 is defined for this purpose.
    External service, delivery costs (FRN)
    This transaction is used for delivery costs (incidental costs of procurement) in connection with subcontract orders.
    If the account assigned here is defined as a cost element, you must specify a preliminary account assignment for the account in the table of automatic account assignment specification (Customizing for Controlling) in order to be able to post goods receipts against subcontract orders. In the standard system, cost center SC-1 is defined for this purpose.
    Offsetting entry for stock posting (GBB)
    Offsetting entries for stock postings are used in Inventory Management. They are dependent on the account grouping to which each movement type is assigned. The following account groupings are defined in the standard system:
    Purchase order with account assignment (KBS)
    You cannot assign this transaction/event key to an account. It means that the account assignment is adopted from the purchase order and is used for the purpose of determining the posting keys for the goods receipt.
    Exchange Rate Differences Materials Management(AVR) (KDG)
    When you carry out a revaluation of single-level consumption in the material ledger for an alternative valuation run, the exchange rate difference accounts of the materials are credited with the exchange rate differences that are to be assigned to the consumption.
    Exchange rate differences in the case of open items (KDM)
    Exchange rate differences in the case of open items arise when an invoice relating to a purchase order is posted with a different exchange rate to that of the goods receipt and the material cannot be debited or credited due to standard price control or stock undercoverage/shortage.
    Differences due to exchange rate rounding, Materials Management (KDR)
    An exchange rate rounding difference can arise in the case of an invoice made out in a foreign currency. If a difference arises when the posting lines are translated into local currency (as a result of rounding), the system automatically generates a posting line for this rounding difference.
    Exchange Rate Differences from Lower Levels (KDV)
    In multi-level periodic settlement in the material ledger, some of the exchange rate differences that have been posted during the period in respect of the raw materials, semifinished products and cost centers performing the activity used in the manufacture of a semifinished or finished product are debited or credited to that semifinished or finished product.
    Consignment liabilities (KON)
    Consignment liabilities arise in the case of withdrawals from consignment stock or from a pipeline or when consignment stock is transferred to own stock.
    Depending on the settings for the posting rules for the transaction/event key KON, it is possible to work with or without account modification. If you work with account modification, the following modifications are available in the standard system:
    None for consignment liabilities
    PIP for pipeline liabilities
    Offsetting entry for price differences in cost object hierarchies (KTR)
    The contra entry for price difference postings (transaction PRK) arising through settlement via material account determination is carried out with transaction KTR.
    Accruals and deferrals account (material ledger) (LKW)
    If the process of material price determination in the material ledger is not accompanied by revaluation of closing stock, the price and exchange rate differences that should actually be applied to the stock value are contra-posted to accounts with the transaction/event key LKW.
    If, on the other hand, price determination in the material ledger is accompanied by revaluation of the closing stock, the price and exchange rate differences are posted to the stock account (i.e. the stock is revalued).
    Price Difference from Exploded WIP (Lar.) (PRA)
    If you use the WIP revaluation of the material ledger, the price variances of the exploded WIP stock of an activity type or a business process are posted to the price differences account with transaction/event key PRA.
    Differences (AVR Price) (PRC)
    In the alternative valuation run in the material ledger, some of the variances that accrue interest in the cost centers, are transfer posted to the semifinished or finished product.
    Price differences (PRD)
    Price differences arise for materials valuated at standard price in the case of all movements and invoices with a value that differs from the standard price. Examples: goods receipts against purchase orders (if the PO price differs from the standard pricedardpreis), goods issues in respect of which an external amount is entered, invoices (if the invoice price differs from the PO price and the standard price).
    Price differences can also arise in the case of materials with moving average price if there is not enough stock to cover the invoiced quantity. In the case of goods movements in the negative range, the moving average price is not changed. Instead, any price differences arising are posted to a price difference account.
    Depending on the settings for the posting rules for transaction/event key PRD, it is possible to work with or without account modification. If you use account modification, the following modifications are available in the standard system:
    None for goods and invoice receipts against purchase orders
    PRF for goods receipts against production orders and
    order settlement
    PRA for goods issues and other movements
    PRU for transfer postings (price differences in the case
    of external amounts)
    Price Differences (Material Ledger, AVR) (PRG)
    When you carry out a revaluation of single-level consumption in the material ledger during the alternative valuation run, the price difference accounts of the materials are credited with the price differences that are to be assigned to the consumption.
    Price differences in cost object hierarchies (PRK)
    In cost object hierarchies, price differences occur both for the assigned materials with standard price and for the accounts of the cost object hierarchy. In the course of settlement for cost object hierarchies after settlement via material account determination, the price differences are posted via the transaction PRK.
    Price Difference from Exploded WIP (Mat.) (PRM)
    If you use the WIP revaluation of the material ledger, the price and exchange rate differences of the exploded WIP stock of a material are posted to the price difference account with transaction/event key PRM.
    Price differences, product cost collector (PRP)
    During settlement accounting with regard to a product cost collector in repetitive manufacturing, price differences are posted with the transaction PRP in the case of the valuated sales order stock.
    This transaction is currently used in the following instances only:
    Production cost collector in Release 4.0
    Product cost collector in IS Automotive Release 2.0 (product cost collector in connection with APO)
    Offsetting entry: price differences, product cost collector (PRQ)
    The offsetting (contra) entry to price difference postings (transaction PRP) in the course of settlement accounting with respect to a product cost collector in repetitive manufacturing in the case of the valuated sales order stock is carried out via transaction PRQ.
    This transaction is currently used in the following instances only:
    Production cost collector in Release 4.0
    Product cost collector in IS Automotive Release 2.0 (product cost collector in connection with APO)
    Price Differences from Lower Levels (PRV)
    In multi-level periodic settlement in the material ledger, some of the price differences posted during the period in respect of the raw materials, semifinished products, and cost centers performing the activity used in a semifinished or finished product, are transfer posted to that semifinished or finished product.
    Price differences for material ledger (PRY)
    In the course of settlement in the material ledger, price differences from the material ledger are posted with the transaction PRY.
    Expense and revenue from revaluation (retroactive pricing, RAP)
    This transaction/event key is used in Invoice Verification within the framework of the revaluation of goods and services supplied for which settlement has already taken place. Any difference amounts determined are posted to the accounts assigned to the transaction/event key RAP (retroactive pricing) as expense or revenue.
    At the time of the revaluation, the amounts determined or portions thereof) are posted neither to material stock accounts nor to price difference accounts. The full amount is always posted to the "Expense from Revaluation" or "Revenue from Revaluation" account. The offsetting (contra) entry is made to the relevant vendor account.
    Invoice reductions in Logistics Invoice Verification (RKA)
    This transaction/event key is used in Logistics Invoice Verification for the interim posting of price differences in the case of invoice reductions.
    If a vendor invoice is reduced, two accounting documents are automatically created for the invoice document. With the first accounting document, the amount invoiced is posted in the vendor line. An additional line is generated on the invoice reduction account to partially offset this amount. With the second accounting document, the invoice reduction is posted in the form of a credit memo from the vendor. The offsetting entry to the vendor line is the invoice reduction account. Hence the invoice reduction account is always balanced off by two accounting documents within one transaction.
    Provision for delivery costs (RUE)
    Provisions are created for accrued delivery costs if a condition type for provisions is entered in the purchase order. They must be cleared manually at the time of invoice verification.
    Taxes in case of transfer posting GI/GR (TXO)
    This transaction/event key is only relevant to Brazil (nota fiscal).
    Revenue/expense from revaluation (UMB)
    This transaction/event key is used both in Inventory Management and in Invoice Verification if the standard price of a material has been changed and a movement or an invoice is posted to the previous period (at the previous price).
    Expenditure/income from revaluation (UMD)
    This account is the offsetting account for the BSD account. It is posted during the closing entries for the cumulation run of the material ledger and has to be defined for the same valuation areas.
    Unplanned delivery costs (UPF)
    Unplanned delivery costs are delivery costs (incidental procurement costs) that were not planned in a purchase order (e.g. freight, customs duty). In the SAP posting transaction in Logistics Invoice Verification, instead of distributing these unplanned delivery costs among all invoice items as hitherto, you have the option of posting them to a special account. A separate tax code can be used for this account.
    Input tax, Purchasing (VST)
    Transaction/event key for tax account determination within the "subsequent settlement" facility for debit-side settlement types. The key is needed in the settlement schema for tax conditions.
    Inflation posting (WGB)
    Transaction/event key that posts inflation postings to a different account, within the handling of inflation process for the period-end closing.
    Goods issue, revaluation (inflation) (WGI)
    This transaction/event key is used if already-posted goods issues have to be revaluated following the determination of a new market price within the framework of inflation handling.
    Goods receipt, revaluation (inflation) (WGR)
    This transaction/event key is used if already-effected transfer postings have to be revaluated following the determination of a new market price within the framework of inflation handling. This transaction is used for the receiving plant, whereas transaction WGI (goods receipt, revaluation (inflation)) is used for the plant at which the goods are issued.
    WIP from Price Differences (Internal Activity) (WPA)
    When you use the WIP revaluation of the material ledger, the price variances from the actual price calculation that are to be assigned to the WIP stock, an activity type or a business process are posted to the WIP account for activities.
    WIP from Price Differences (Material) (WPM)
    When you use the WIP revaluation of the material ledger, the price and exchange rate differences that are to be assigned to the WIP stock of a material are posted to the WIP account for material.
    GR/IR clearing (WRX)
    Postings to the GR/IR clearing account occur in the case of goods and invoice receipts against purchase orders. For more on the GR/IR clearing account, refer to the SAP Library (documentation MM Material Valuation).
    Caution
    You must set the Balances in local currency only indicator for the GR/IR clearing account to enable the open items to be cleared. For more on this topic, see the field documentation.
    GR/IR clearing for material ledger (WRY)
    This transaction/event key is not used from Release 4.0 onwards.
    Prior to 4.0, it was used for postings to the GR/IR clearing account if the material ledger was active. As of Release 4.0, the transaction is no longer necessary, since postings to the GR/IR account in parallel currencies are possible.
    Reg,
    Ashok
    assign points if useful.

  • How to create Transaction keys.

    Hi All,
    I am MM consultnat
    I want to create a new Transaction keys in account determination.
    kindly let me know the steps to create....
    hope to hear back from you all.
    Thanks&Regards,
    Chand

    Hi,
    Use transaction OMGH and create a transaction key your want
    Regards,
    Chintan Joshi

  • Combine two reports in query designer using key figure with sap exit

    Hi experts,
    i want to combine two reports in query designer using key figure with sap exit
    in the report 1 key figure calculation based on the open on key date(0P_DATE_OPEN)
    to calculate due and not due in two columns
    in report 2 key figure calculate in the time zones using given in variable Grid Width (0DPM_BV0) like due in 1 to 30 days, 31 to 60 days...the due amount based on the open on key date(0P_DATE_OPEN)
    to calculate in 1-30, 31-60, 61-90, 91-120, 121-150 and >150 days in 6 columns
    now i have requirement like this
    not due, 1-30, 31-60, >60, due,1-30, 31-60, >60 in 8 columns
    or
    not due, due, 1-30, 31-60, 61-90, 91-120, 121-150 and >150 in 8 col
    thank you

    Hi Dirk,
    you perhaps know my requirement,
    for the management to make used in one report,
    we have in reporting finacials Ehp3.
    Vendor Due Date Analysis - which show due, not due
    Vendor Overdue Analysis - show only due and analysis in time grid frame
    i want to combine in one report that show NOT DUE, DUE, DUE time frames in grid.
    krish...

  • Creation of new transaction keys

    hi
      experts this is ramakrishna new to this forum
      when i am performing inwards goods movement for the material it triggers bsx transaction key and it post to the respective G/L account. my client requirement is  create new trans key say yyy and it triggers my G/L account.
    CAN any on esuggest me how to do this

    HI,
    You do not have to define these transaction keys, they are determined automatically from the transaction (invoice verification) or the movement type (inventory management). All you have to do is assign the relevant G/L account to each posting transaction.
    If you create it you have to make changes in Movement type level as well in following path which is not suggestible
    SPRO -> MM -> Valuation and Acct Assignment -> Acct Dtermination -> Define accoutn grouping for movement types.
    for more info check following link
    [http://help.sap.com/saphelp_46c/helpdata/en/12/1a39516e36d1118b3f0060b03ca329/content.htm]
    Regards
    Kailas Ugale

  • Transaction code for creation of  transaction keys in obyc

    Dear Experts,
    Can u tell me what is the transaction code for creation of transaction keys in obyc asap.
    Thanks & Regards,
    Radhika.

    Hi
    There is no TCode and the path is
    SPRO-Material Management-Purchasing-Conditions-Price Determination....
    Cheers
    Srinivas

  • Transaction Key for Movement Type 561

    Hello,
    For movement type 561, I know one of the Transaction Key is BSX.  I would like to ask what is the other Transaction Key as I would like to set the GL Account Determination.  Thanks.
    Thanks.

    Hi
    Transaction keys required for 561 movemnt type are
    BSX - For the inventory posting
    GBB - BSA - For initial entry of stock balances
    For performing the 561 movment G/L account needs to be assigned to both these transaction keys.
    Thanks & Regards
    Kishore

  • How to know debit and credit transaction key for movement type

    Hi,
    With T. code OMWB  account assignment simulation we can see all the accounts which are involve for debit and credit enties   but I want to know is there any T. code or method  with which we can know  which transaction key will be debit and which will be credited  like  for movement type  101 the transaction keys are GBB, BSX  WRX  etc.  i want o know whethere GBB a

    Hi,
      Thanks for your reply,  but with this we can see the for GBB which is the credit account and which account is use for debit entry,  like this for all transaction event key like WRX, BSX etc. we can see the G/L account use for Debit and credit,  but i want to know for particular selction of Plant, material , movement type,  my GBB account will have entry in debit account or credit account  How we can know this.
    regards,
    zafar

  • OMWB transaction key Issue

    Dear All,
    As per our customer's requirements we have created a new transaction/event key & assigned the same in existing Cal.Schema. The G/L A/C for the new trans key is also defined in OBYC.
    After all the these when we Checked in OMWB transaction - G/L accounts tab then both transaction key as well as the G/L which  we assigned to the new  transaction is not displayed..
    So can anyone provide some inputs on why the system is not displaying the newly created G/L & transaction key in OMWB - G/L Accounts tab ?
    Thanks in advance &  Have a Nice Day!
    Regards,

    Hi Kishore,
    Thanks a lot for the reply.
    As you suggested I have checked in T030 table & I can find a entry there with values for Chart of A/Cs, Trans Key & G/L A/C. (Since in OBYC I have specified my G/L A/C for trans key with ref to Posting key only)
    So the fields - Val grouping code, valuation class & Acct modifier are blank for the above entry.
    Now even if there is an entry in the above table the transaction key & G/L A/C is not displayed in OMWB - G/L A/C tab.
    Hope its clear.
    Awaiting your reply..
    Regards,

  • BW: Transaction Key  in 2LIS_02_ITM

    Hi ,
    In the datasource for Purchasing 2LIS_02_ITM and it is also there in the Schedule line item 2LIS_02_SCL, there is a field called BW: Transaction Key mapped to BWVORG in R/3. It looks to me, that it provides information about, whether it is a invoice, GR, and so on. Does anyone know, what are the different values and what do they mean. Thanks a bunch for helping me.

    Hi Sonali,
    Check oss 684465
    In the BW customizing is possible to maintain the description of the
    transaction key for transferring Logistics movement data to BW system,
    field BWVORG in purchasing data sources, but this will not change
    the BWVORG determination process.
    Customizing (transaction MCB0):
    Settings for application specific -> Logistics ->Purchasing settings ->
    Maintain Transaction Key for SAP BW.
    Here is a list of the values that BWVORG can assume, according with
    the purchasing item type, processed document and purchasing order type:
    1 - For non return items:
        a) Document type: Purchasing order
            - Normal purchasing order - BWVORG = 001
            - Stock transport order   - BWVORG = 011
            - Cross company order     - BWVORG = 021
        b) Document type: Goods receipt
            - Normal purchasing order - BWVORG = 002
            - Stock transport order   - BWVORG = 012
            - Cross company order     - BWVORG = 022
        c) Document type: Invoice receipt
            - Normal purchasing order - BWVORG = 003
    - Stock transport order - BWVORG = 013
            - Cross company order     - BWVORG = 023
        d) Document type: Scheduling agreement
            - Normal scheduling agreement - BWVORG = 004
            - Stock transport agreement   - BWVORG = 014
            - Cross company agreement     - BWVORG = 024
        e) Document type: Contract
            - Normal contract             - BWVORG = 008
            - Cross company contract      - BWVORG = 028
        f) Document type: Request of quotation
            - Request of quotation        - BWVORG = 009
            - Quotation                  - BWVORG = 040
    2 - For return items:
        a) Document type: Purchasing order
            - Normal purchasing order - BWVORG = 005
            - Stock transport order   - BWVORG = 015
            - Cross company order     - BWVORG = 025
        b) Document type: Goods receipt
            - Normal purchasing order - BWVORG = 006
            - Stock transport order   - BWVORG = 016
            - Cross company order     - BWVORG = 026
        c) Document type: Invoice receipt
            - Normal purchasing order - BWVORG = 007
            - Stock transport order   - BWVORG = 017
            - Cross company order     - BWVORG = 027
        d) Document type: Scheduling agreement
            - Normal scheduling agreement - BWVORG = 041
            - Stock transport agreement   - BWVORG = 051
            - Cross company agreement     - BWVORG = 061
    Jaya

  • Change string value by adding a transaction key in T156

    Hello expert,
    My client want to add the transaction key BSX in the string value used for the code movement 261 k (good issue
    of supplier consignment stock).
    SAP Active Global Support respond that changes of value string for standard movement types are not supported.
    However we want if possible to change that : is there a way to do that?
    Thanks for your response.
    Céline Ouali

    Hi,
    If you just want to use new transaction or account modifier without changing value/quantity string, you can do that in T156X.
    Otherwise, i.e. to update value/quantity string -
    Create a custom value string with reference to SAP standard WA03. Update the Value/Quantity string for movement type 261 K in table T156S. Goto SE11 - Display Contents - Create/Maintain Entries.
    You need to add custom transaction keys/account modifiers for value strings in table T156W.
    Thanks
    Venkata Ganesh Perumalla

  • Transform sap query into transaction

    hi!
    my question is not related to mm but also not to other forums in this site.
    i'm trying to transform sap query into transaction using se93 transaction.
    i just learing sap in a class and we use an old version of sap.
    user group name: ofer6
    infoset name: ofer9
    query name: ofer8
    all created in global area
    when i enter se93 i write t-code ZSTART and press "create".
    then i choose: "transaction with parameters" in the popup window.
    in the second screen i write the transaction ZSTART again.
    i mark "skip initial screen" and "inherit gui attributes"
    at the bottom of the page in "default values" i use the following:
    D_SREPOVARI-EXTDREPORT     OFER8
    D_SREPOVARI-REPORT          OFER6 G
    D_SREPOVARI-REPORTTYPE     AQ
    when i press enter i get  messages:
    transaction ZSTART does not exist
    Screen 0000 of program  does not exist
    The field D_SREPOVARI-REPORTTYPE does not exist on the called screen
    The field D_SREPOVARI-REPORT does not exist on the called screen

    Hi,
    Please check the link below:
    http://www.freesaptutorial.com/how-to-create-transaction-code-in-sap-using-se93/
    Hope this will be helpful to you.
    Thanks,
    Neeraj

Maybe you are looking for

  • Thinkpad S531 - No Beep / Black LCD

    Hi Community, I have a 2013 Lenovo Thinkpad S531. Everything was fine the first 2 weeks. But then suddenly after beeing switched off for longer time or in hibernation mode the laptop did not start up properly anymore. Symptoms:    - screen is black/o

  • SQLLDR TRUNCATE and SQL TRUNCATE Difference

    Could any one let me know what is difference between truncate used by control file of the SQL Loader and TRUNCATE command used by SQL? Is there any impact or difference of these both over the data files. Thanks

  • MW Configuration Error

    Hi All, I am getting following error on the first stepc($EOF_COMMON/buildftp.sh) of MW Configuration -- Checking that Remote EOF_HOME is only a directory name, not a path... SP2-0306: Invalid option. Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}] whe

  • Post upgrade from 11.5.10.2 to 12.1.3 Forms are not opening

    Hi, After upgrade from 11.5.10.2 to 12.1.3, When we click on any of the form link, forms are not opening. No error detected in $LOG_HOME/logs/ora/10.1.3/j2ee/ folder. Please help as we are stuck here. Regards, Shrikant

  • Sqlj files are not processed by javadoc

    Hi, I have a projects containing java files stored in database. Some of them contain SQLJ code and exist in the projects as *.sqlj files. When I create build javadoc documentation these *.sqlj files are ignored and the resulting documentation is miss