MRN number in PO

Hi expets,
the end user was getting the below mentioned error
"Purchase Requistions dropping MRN in Customer Data Tab
When change orders are carried out in the UK via purchase requisitions the MRN is not being enterred in the Customer Data tab of the PO Line Item. This is having a knock on effect and causing our SAP to IPMS GR interface to fail as there is not an MRN for each line item"
thanks in advance,
mohammad.

hello

Similar Messages

  • SAP IQ 16 Hang in the last phase of insert from ASE 15.7 using RLV

    Problem description:
    When I try to load 73K rows from ASE 15.7 to IQ 16.0 SP3 the IQ server ‘hang’ at the last phase of the insert (merge RLV store to main IQ dbspace).
    Hang: The server stops responding; stop writing to iqmsg; and, I’m unable to stop the server using stop_iq; the only way to stop the server is to kill the process (on Unix).
    Any suggestion on how to solve this issue will be appreciated.
    My configuration
    Adaptive Server Enterprise/15.7/EBF 21339 SMP SP101 /P/X64/Windows Server/ase157sp101/3439/64-bit/OPT/Thu Jun 06 12:11:05 2013
    Sybase IQ/16.0.0.653/131122/P/sp03/Sun_Sparc/OS 5.10/64bit/2013-11-22 01:16:26  (8 cores)
    How to reproduce the problem:
    In ASE 15.7
    Create and populate the following table:
    CREATE TABLE dbo.MyTable  (
            Program                 varchar(3) NULL,
            EncNum                  varchar(12) NULL,
    MRN                     varchar(8) NULL,
    IntervalStartDtm varchar(19) NULL,
            IntervalEndDtm          varchar(19) NULL,
            IntervalType            varchar(50) NULL,
            IntervalDuration        numeric(19,4) NULL,
            PhysFirstName           varchar(50) NULL,
            PhysLastName            varchar(50) NULL,
            PhysNum                 varchar(6) NULL,
            Location                varchar(3) NULL,
            DiseaseSite             varchar(20) NULL,
            Priority                int NULL,
            DelayReason             int NULL,
            ExcludeFlag             varchar(1) NULL
    LOCK ALLPAGES
    GO
    I’d around 73,000 rows, you can populate the table with random data.
    EndNum are of format ‘999999999999’
    MRN number are of format ‘99999999’
    On SAP IQ 16.0 SP3
    Create the new RVL STORE
    create dbspace IQ_RLVStore
       using file IQ_RLVFile1 '/dev/vx/rdsk/datadg/pdevtemp1' size 15360
    IQ RLV STORE
    Start Up Parameters
    -n devDwIqSrvr
    -x tcpip{port=4101}
    -c  512m
    -gc 20
    -gd all
    -gl all
    -gm 100
    -gn 150
    -gp 4096
    -ti 4400
    -iqlm 4096
    -iqmc 4096
    -iqtc 4096
    -iqgovern 100
    -iqrlvmem 2048
    -iqmsgsz 2047
    -iqmsgnum 2
    -xs http{port=8082}
    Create the table
    CREATE TABLE DBA. MyTable  (
            Program                 varchar(3) NULL,
            EncNum                  varchar(12) NULL,
    MRN                     varchar(8) NULL,
    IntervalStartDtm varchar(19) NULL,
            IntervalEndDtm          varchar(19) NULL,
            IntervalType            varchar(50) NULL,
            IntervalDuration        numeric(19,4) NULL,
            PhysFirstName           varchar(50) NULL,
            PhysLastName            varchar(50) NULL,
            PhysNum                 varchar(6) NULL,
            Location                varchar(3) NULL,
            DiseaseSite             varchar(20) NULL,
            Priority                integer NULL,
            DelayReason             integer NULL,
            ExcludeFlag             varchar(1) NULL IQ UNIQUE (255) 
    GO
    set option public.SNAPSHOT_VERSIONING = 'Row-level'
    set option public.RV_RESERVED_DBSPACE_MB = 500
    alter table DBA. MyTable
      enable RLV STORE
    On ASE 15.7
    Create a new session (disconnect and reconnect)
    Create the new server
    sp_addserver 'devDwIqSrvr', ASIQ, 'ohdwdbdev01:4101'
    Add and external login
    sp_addexternlogin devDwIqSrvr, sa, DBA, myPassword
    Create proxy a table
    `
    create proxy_table MyTable _proxy
    at 'devDwIqSrvr.devDwIqDb.DBA. MyTable '
    Execute
    insert into dbo. MyTable _proxy
      select * from dbo. MyTable
    In the 2 servers where I tested, the IQ server ‘hang’ after around 1 hrs.

    Hi Chris,
    Thanks a lot for your help.
    As per your suggestion, I increased the –iqrlvmem to 4096
    And also,  set option public.RV_Auto_Merge_Eval_Interval = 1
    But, still have the same behavior.
    Here you can see the state of the IQ server just a few seconds before it hang.
    select SpCount/2 from
    sp_iqtransaction()
    where TxnID = 119410926
    SELECT TOTAL FROM sp_iqrlvmemory('myTable', 'DBA')
    exec sp_iqstatus
    sp_iqtransaction.SpCount/2   
    72607.5   (approximate number of tables already loaded on the RLV part of the table)                     
    1 record(s) selected [Fetch MetaData: 0ms] [Fetch Data: 0ms]
    TOTAL
    252
    1 record(s) selected [Fetch MetaData: 0ms] [Fetch Data: 0ms]
    1 record(s) affected
    Name Value
    Sybase IQ (TM)                                Copyright (c) 1992-2013 by SAP AG or an SAP affiliate company. All rights reserved.
      Version: 16.0.0.653/131122/P/sp03/Sun_Sparc/OS 5.10/64bit/2013-11-22 01:16:26               
      Time Now:                                    2014-04-01 15:10:00.672                                                            
      Build Time:                                  2013-11-22 01:16:26
      File Format:                                 23 on 03/18/1999                                                                   
      Server mode:                                 IQ Server
      Catalog Format:                              2                                                                                  
      Stored Procedure Revision:                   1
      Page Size:                                   131072/8192blksz/16bpp
      Number of Main DB Files:                     4
      Main Store Out Of Space:                     N
      Number of Cache Dbspace Files:               0
      Number of Shared Temp DB Files:              0
      Shared Temp Store Out Of Space:              N
      Number of Local Temp DB Files:               1
      Local Temp Store Out Of Space:               N
      DB Blocks: 1-8716280 IQ_SYSTEM_MAIN_16384
      DB Blocks: 9408960-18125239                  IQ_SYSTEM_MAIN_2_16387
      DB Blocks: 19863360-22484791                 SF1
      DB Blocks: 22999680-24965759                 IQ_RLVFile1
      Local Temp Blocks: 1-1966072                 IQ_SYSTEM_TEMP_16388
      Create Time:                                 2011-08-07 09:24:11.169
      Update Time:                                 2014-04-01 14:52:51.422
      Main IQ Buffers:                             32652, 4096Mb                                                                      
      Temporary IQ Buffers:                        32652, 4096Mb
      Main IQ Blocks Used:                         3144428 of 21993858, 14%=23Gb, Max Block#: 23117643                                
      Cache Dbspace IQ Blocks Used:                0 of 0, 0%=0Mb, Max Block#: 0
      Shared Temporary IQ Blocks Used:             0 of 0, 0%=0Mb, Max Block#: 0
      Local Temporary IQ Blocks Used:              113 of 1940472, 0%=0Mb, Max Block#: 241                                            
      Main Reserved Blocks Available:              26214 of 26214, 100%=204Mb
      Shared Temporary Reserved Blocks Available:  0 of 0, 0%=0Mb
      Local Temporary Reserved Blocks Available:   25600 of 25600, 100%=200Mb
      IQ Dynamic Memory:                           Current: 9502mb, Max: 9526mb                                                       
      Main IQ Buffers:                             Used: 2251, Locked: 0
      Temporary IQ Buffers:                        Used: 7, Locked: 0                                                                 
      Main IQ I/O:                                 I: L18549/P79 O: C2336/D2740/P2581 D:519 C:39.7                                    
      Temporary IQ I/O:                            I: L110366/P0 O: C2568/D2592/P32 D:2561 C:97.1                                     
      Other Versions:                              1 = 69Mb
      Active Txn Versions:                         0 = C:0Mb/D:0Mb                                                                    
      Last Full Backup ID:                         119254657
      Last Full Backup Time:                       2014-03-30 19:00:00                                                                
      Last Backup ID:                              119415062
      Last Backup Type:                            INCR                                                                               
      Last Backup Time:                            2014-04-01 15:00:00
      DB Updated:                                  1                                                                                  
      Blocks in next ISF Backup:                   8928 Blocks: =69Mb
      Blocks in next ISI Backup:                   0 Blocks: =0Mb
      IQ large memory space:                       4096Mb
      IQ large memory flexible percentage:         50
      IQ large memory flexible used:               0Mb
      IQ large memory inflexible percentage:       90
      IQ large memory inflexible used:             0Mb
      IQ large memory anti-starvation percentage:  50
      DB File Encryption Status:                   OFF
      RLV memory limit:                            4096Mb
      RLV memory used:                             348Mb
    56 record(s) selected [Fetch MetaData: 1ms] [Fetch Data: 2ms]
    [Executed: 01/04/2014 3:10:01 PM] [Execution: 140ms]
    Follow the last records on the iqmsg file (Note the frequency in with the last records are written):
    I. 04/01 15:10:00. 0000000027 Dictionary: 17247
    I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
    I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
    I. 04/01 15:10:00. 0000000027 nullWriter*: 24
    I. 04/01 15:10:00. 0000000027 ridMap:                            24688
    I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
    I. 04/01 15:10:00. 0000000027 inserter*: 1072
    I. 04/01 15:10:00. 0000000027         Size of Tkn-ColFrag for Priority: 88
    I. 04/01 15:10:00. 0000000027 Dictionary: 9471
    I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
    I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
    I. 04/01 15:10:00. 0000000027 nullWriter*: 24
    I. 04/01 15:10:00. 0000000027 ridMap: 24688
    I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
    I. 04/01 15:10:00. 0000000027 inserter*: 1072
    I. 04/01 15:10:00. 0000000027         Size of Tkn-ColFrag for DelayReason:                   88
    I. 04/01 15:10:00. 0000000027 Dictionary: 9471
    I. 04/01 15:10:00. 0000000027 ColFrag for ExcludeFlag:                                64
    I. 04/01 15:10:00. 0000000027                                        nullBitMap:                         992
    I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
    I. 04/01 15:10:00. 0000000027 nullWriter*: 24
    I. 04/01 15:10:00. 0000000027 ridMap: 24688
    I. 04/01 15:10:00. 0000000027 allocatedMemory: 262144
    I. 04/01 15:10:00. 0000000027 inserter*: 1072
    I. 04/01 15:10:00. 0000000027 PseudoCol frag:                                64
    I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
    I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
    I. 04/01 15:10:00. 0000000027             SubFragmentFixColumn:                      96
    I. 04/01 15:10:00. 0000000027                 nullWriter*:                           24
    I. 04/01 15:10:00. 0000000027 ridMap: 24688
    I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
    I. 04/01 15:10:00. 0000000027 inserter*: 1072
    I. 04/01 15:10:00. 0000000027     ColStore array sizeof: 840
    I. 04/01 15:10:00. 0000000027     Pseudo ColStore sizeof: 48
    I. 04/01 15:10:00. 0000000027 Total: 263865842
    I. 04/01 15:10:00. 0000000027 ExistanceBM:                                            0
    I. 04/01 15:10:00. 0000000027 ------------------------------------------------
    I. 04/01 15:10:00. 0000000027 Cmt 119415977
    I. 04/01 15:10:00. 0000000027 PostCmt 0
    I. 04/01 15:10:00. 0000000027 Txn 119415978 0 119415978
    I. 04/01 15:10:00. 0000000027 Cmt 119415979
    I. 04/01 15:10:00. 0000000027 PostCmt 0
    I. 04/01 15:10:02. 0000001885 Txn 119415980 0 119415980
    I. 04/01 15:10:02. 0000001885 Cmt 119415981
    I. 04/01 15:10:02. 0000001885 PostCmt 0
    I. 04/01 15:10:04. 0000001886 Txn 119415982 0 119415982
    I. 04/01 15:10:04. 0000001886 Cmt 119415983
    I. 04/01 15:10:04. 0000001886 PostCmt 0
    I. 04/01 15:10:06. 0000001887 TabFrag sizeof: 96
    I. 04/01 15:10:06. 0000001887 ColFrag*s sizeof: 120
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Program: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 10535
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for EncNum: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 2972353
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for MRN: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 2716353
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalStartDtm: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 1656530
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalEndDtm:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary:                           3393473
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalType:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary: 10535
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalDuration:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary: 140422
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysFirstName:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary: 14687
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysLastName:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary:                             14687
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysNum: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 10535
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Location:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary: 10535
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for DiseaseSite:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary:                             17247
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Priority: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 9471
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for DelayReason: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 9471
    I. 04/01 15:10:06. 0000001887 ColFrag for ExcludeFlag:                                64
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 262144
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887 PseudoCol frag:                                64
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887             SubFragmentFixColumn:                      96
    I. 04/01 15:10:06. 0000001887                 nullWriter*:                           24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001888 Txn 119415984 0 119415984
    I. 04/01 15:10:06. 0000001888 Cmt 119415985
    I. 04/01 15:10:06. 0000001888 PostCmt 0
    I. 04/01 15:10:08. 0000001889 Txn 119415986 0 119415986
    I. 04/01 15:10:08. 0000001889 Cmt 119415987
    I. 04/01 15:10:08. 0000001889 PostCmt 0
    I. 04/01 15:10:10. 0000001890 Txn 119415988 0 119415988
    I. 04/01 15:10:10. 0000001890 Cmt 119415989
    I. 04/01 15:10:10. 0000001890 PostCmt 0
    I. 04/01 15:10:12. 0000001891 Txn 119415990 0 119415990
    I. 04/01 15:10:12. 0000001891 Cmt 119415991
    I. 04/01 15:10:12. 0000001891 PostCmt 0
    I. 04/01 15:10:14. 0000001892 Txn 119415992 0 119415992
    I. 04/01 15:10:14. 0000001892 Cmt 119415993
    I. 04/01 15:10:14. 0000001892 PostCmt 0
    I. 04/01 15:10:35. 0000000000 Cancellation request received:  SA connHandle: 1  SA connID: 19 IQ connID: 0000000019  User: DBA
    I. 04/01 15:10:55. 0000000000 Cancellation request received:  SA connHandle: 1  SA connID: 19 IQ connID: 0000000019  User: DBA
    I. 04/01 15:10:55. 0000001894 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary
    I. 04/01 15:12:55. 0000000000 Cancellation request received: 
    I. 04/01 15:13:31. 0000001897 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary
    I. 04/01 15:14:55. 0000000000 Cancellation request received: 
    I. 04/01 15:15:31. 0000000000 Cancellation request received: 
    I. 04/01 15:16:31. 0000001898 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary

  • Need PL/SQL code for this

    Hi,
    I need a PL/SQL code for this one...
    Let me know if something is not clear...
    1) The table CLOB_CLOBJECT_CDA has the columns described below...
    Explaining only those fields which are important in this context
    -- CDA_STEP_ID : Basically a Sequence
    -- CLOBJECT_SOURCE1_ID : Every id has got a set of records
    -- CLOBJECT_SOURCE2_ID : Every id has got a set of records
    -- LVL : There are total 8 levels..
    This is the main aim :
    1) There are total 16 million rows..(limited to 10 rows here)
    2) We need to go through level by level (LVL column) & insert the intersection records (CLOBJECT_SOURCE1_ID intersect CLOBJECT_SOURCE2_ID)
    into another table...but this is how it goes..
    Level (LVL column) 3's basically have CLOBJECT_SOURCE1_ID as level (LVL column) 2 CDA_STEP_ID's..
    (consider the statement --** where CLOBJECT_SOURCE1_ID = 285 which is same as 1st insert statement step id)..
    The above process goes for next levels until 8..(so have to use loops)
    So for ex :
    We go through the first insert statement and insert the insertion records only when both CLOBJECT_SOURCE1_ID & CLOBJECT_SOURCE2_ID has got records ..
    If we don't find any records for both of them we should skip the corresponding step id when we go to the next levels...
    Let's go through the 1st insert statement...
    -- We have CDA_STEP_ID = 285 & two sources CLOBJECT_SOURCE1_ID as 19 & CLOBJECT_SOURCE2_ID as 74...
    -- We see the table CLOBJECT_COUNTS & check whether we have counts for both 19 & 74 ..(In fact we insert counts into this table only if they have records)
    -- If so, we insert the intersection records into CDA_MRN_RESULTS ( we do have counts for both of them..) with CDA_STEP_ID 285...
    -- Then we insert the step id which is 285 along with the count into CLOBJECT_COUNTS..
    Let's go through another insert statement...
    -- Consider CDA_STEP_ID = 288 which has two sources CLOBJECT_SOURCE1_ID as 19 & CLOBJECT_SOURCE2_ID as 92...
    -- We see the table CLOBJECT_COUNTS & check whether we have counts for both 19 & 92 ..(we have records for 19 but not for 92)
    -- So we should not proceed with this..& also skip all those records (future records with increasing levels..basically level 3's) which have got 288 as CLOBJECT_SOURCE1_ID..
    (As said earlier that the present CDA_STEP_ID will always be CLOBJECT_SOURCE1_ID in the next level)...
    I wrote the following code which is after the statement...
    Let me have the create & insert statements here..
    create table CLOB_CLOBJECT_CDA
        CDA_STEP_ID           NUMBER,
        CDA_ID                NUMBER,
        CDA_SEQ_NUMBER        NUMBER,
        CLOBJECT_SOURCE1_TYPE VARCHAR2(3000),
        CLOBJECT_SOURCE1_ID   NUMBER,
        CLOBJECT_OPERATOR     VARCHAR2(3000),
        CLOBJECT_SOURCE2_TYPE VARCHAR2(3000),
        CLOBJECT_SOURCE2_ID   NUMBER,
        LVL                   NUMBER
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (285, 285, 1, 'CLOBJECT', 19, 'INTERSECT', 'CLOBJECT', 74, 2);
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (286, 286, 1, 'CLOBJECT', 19, 'INTERSECT', 'CLOBJECT', 75, 2);
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (287, 287, 1, 'CLOBJECT', 19, 'INTERSECT', 'CLOBJECT', 91, 2);
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (288, 288, 1, 'CLOBJECT', 19, 'INTERSECT', 'CLOBJECT', 92, 2);
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (4869, 4869, 1, 'CDA_STEP', 285, 'INTERSECT', 'CLOBJECT', 91, 3);  -- **
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (4870, 4870, 1, 'CDA_STEP', 285, 'INTERSECT', 'CLOBJECT', 92, 3);
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (4871, 4871, 1, 'CDA_STEP', 285, 'INTERSECT', 'CLOBJECT', 93, 3);
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (4880, 4880, 1, 'CDA_STEP', 286, 'INTERSECT', 'CLOBJECT', 91, 3);
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (4881, 4881, 1, 'CDA_STEP', 286, 'INTERSECT', 'CLOBJECT', 92, 3);
    insert into clob_clobject_cda (CDA_STEP_ID, CDA_ID, CDA_SEQ_NUMBER, CLOBJECT_SOURCE1_TYPE, CLOBJECT_SOURCE1_ID, CLOBJECT_OPERATOR, CLOBJECT_SOURCE2_TYPE, CLOBJECT_SOURCE2_ID, LVL)
    values (4882, 4882, 1, 'CDA_STEP', 286, 'INTERSECT', 'CLOBJECT', 93, 3);
    create table CDA_MRN_RESULTS
       CDA_STEP_ID      NUMBER,
      MRN              NUMBER,
      INSERT_DATE_TIME DATE
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (19, 1, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (19,  2, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (19,  3, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (74,  1, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (74,  2, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (74,  4, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (75,  1, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (75,  2, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (75,  6, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (91,  2, to_date('19-10-2011', 'dd-mm-yyyy'));
    insert into cda_mrn_results (CDA_STEP_ID, MRN, INSERT_DATE_TIME)
    values (91,  3, to_date('19-10-2011', 'dd-mm-yyyy'));
    create table CLOBJECT_COUNTS
      CDA_STEP_ID    NUMBER,
      CLOBJECT_COUNT NUMBER,
      DATE_TIME      DATE
    Insert into CLOBJECT_COUNTS values (19,3, to_date('19-10-2011', 'dd-mm-yyyy'));
    Insert into CLOBJECT_COUNTS values (74,3, to_date('19-10-2011', 'dd-mm-yyyy'));
    Insert into CLOBJECT_COUNTS values (75,3, to_date('19-10-2011', 'dd-mm-yyyy'));
    Insert into CLOBJECT_COUNTS values (91,2, to_date('19-10-2011', 'dd-mm-yyyy'));The output goes into two tables...
    CDA_MRN_RESULTS : O/p of intersection records between source1 & source2 id
    CLOBJECT_COUNTS : Step id with counts ...(useful for skipping next level step id's if either of source id has "0" counts)
    Any help is appreciated..
    Thanks..

    I tried to code this..but looping takes a lot of time..I want to skip certain rows where source1_step_id & source_2_step_id are not in clobject_counts table as we proceed to the next levels..Not sure how to skip the rows..
    declare
    cursor c1 (p_level varchar2 ) is
      Select * from clob_clobject_cda
        where lvl = p_level    ;
       TYPE V_TT IS TABLE OF C1%ROWTYPE INDEX BY PLS_INTEGER;
        L_TT V_TT;
        v1 number;
        v2 number;
        v_step_id number;
        v_operator varchar2(100) := '';
    begin
    for i in 2..8 loop
      open c1(i);
      LOOP
           FETCH C1 BULK COLLECT INTO L_TT LIMIT 500;
            FOR indx IN 1 .. L_TT.COUNT
             LOOP
               v1 := L_TT(indx).clobject_source1_id;
               v2 := L_TT(indx).clobject_source2_id;
               v_step_id := L_TT(indx).cda_step_id;
               v_operator := L_TT(indx).clobject_operator;
      Execute Immediate ('Insert into cda_mrn_results Select --+ parallel (cm 128)
                                                      distinct ' || v_step_id || ', mrn, trunc(sysdate) dt from cda_mrn_results  cm
                        where cda_step_id = ' || v1 || '
                        and   cda_step_id in (Select cda_step_id from clobject_counts) ' ||
         v_operator ||
                    '  Select --+ parallel (cm 128)
                                                      distinct ' || v_step_id || ', mrn, trunc(sysdate) dt from cda_mrn_results  cm
                        where cda_step_id = ' || v2 || '
                        and   cda_step_id in (Select cda_step_id from clobject_counts)  ' );
    Insert --+ Append
           into clobject_counts Select cda_step_id, count(distinct mrn),
                       insert_date_time dt from cda_mrn_results  where cda_step_id =  v_step_id   group by cda_step_id,insert_date_time;
       COMMIT;                    
             END LOOP;
           EXIT WHEN L_TT.COUNT = 0;
         END LOOP;
      CLOSE C1;
    End Loop;    
    Commit;
    End;

  • Inbound IDOC from PLDA /SAPSLL/E2CCEHAA-CVRTQ

    Hello,
    We have an issue with inbound IDOCs from PLDA dumping - reason, we have exchange rates with ratio maintained in GTS for certain countries. However, when PLDA inbound IDOCs are received the segements do not return the values based on what was sent out (with the ratio), and we experience dumps.
    Understand that any inbound information for these IDOCS except the MRN number is used to update the customs declaration.
    What can we do to overcome this issue?
    Any pointers will be appreciated.
    Thanks,
    Padma

    Hi Padma,
    Surely this is the sort of problem that should be handled by SAP?  Have you created an OSS Incident?
    Otherwise, which Message are you talking about?  What error message is included in the dump?  And which program & line number is dumping?
    Regards,
    Dave

  • Import Discharge transit not reflecting

    Hello Team,
    I have created a PO and entered the Previous document type and MRN number in Foreign trade Import data of PO and Inbound Delivery but still my document is not reflecting in Transit procedure.
    am I missing somewhere? please help me in this regards.
    Thanks & Regards
    Rahul

    Hi Rahul,
    Please re-check the steps in the Configuration Guide.  Also check for logs in SM58 and in GTS.
    Regards,
    Dave

  • Lock change of  ztransaction while using in migo

    hi all,
    in general how do we stop change of a document while it is edited in other transaction .
    Ex : if  PO number is in use while doing MIGO it will stop us editing in ME22n.
    i have a similar requirement , we have a modulepool program ZMRN_CREATE, ZMRN_CHANGE jst like ME21n ME22n .
    the number generated here  is used in MIGO , how can i stop editing or change of MRN number while it is in use in MIGO screen.
    Thanks in advance...Pl help in this regard...
    Deepak.

    Hi Deepak ,
    Use this report in your program to lock and unlock your tcode in the background.
    use SUBMIT statement in your current module pool.
    REPORT Z_LOCK_UNLOCK_TRANSACTIONS
    LINE-SIZE 80
    MESSAGE-ID 00.
    * Program to lock and unlock transactions
    * Suvendu Swain
    TABLES: TSTC.
    DATA: LOCK_TEXT(30).
    *SELECTION-SCREEN begin.
    SELECT-OPTIONS: S_TCODE FOR TSTC-TCODE OBLIGATORY NO INTERVALS.
    PARAMETERS: P_LOCK RADIOBUTTON GROUP A,
    P_UNLOCK RADIOBUTTON GROUP A DEFAULT 'X'.
    AUTHORITY-CHECK OBJECT 'S_TCODE'
    ID 'TCD' FIELD 'SM01'.
    IF SY-SUBRC NE 0.
    MESSAGE E172 WITH TEXT-010.
    STOP.
    ENDIF.
    IF P_LOCK &H3D 'X'.
    LOCK_TEXT &H3D TEXT-008.
    ELSE.
    LOCK_TEXT &H3D TEXT-009.
    ENDIF.
    LOOP AT S_TCODE.
    CALL FUNCTION 'Z_LOCK_UNLOCK_TRANSACTIONS'
    EXPORTING
    TCODE &H3D S_TCODE-LOW
    LOCK &H3D P_LOCK
    UNLOCK &H3D P_UNLOCK
    EXCEPTIONS
    FAIL_TO_LOCK &H3D 1
    FAIL_TO_UNLOCK &H3D 2
    INVALID_TCODE &H3D 3
    INVALID_OPTIONS &H3D 4
    TRANSACTION_ALREADY_LOCKED &H3D 5
    TRANSACTION_ALREADY_UNLOCKED &H3D 6
    OTHERS &H3D 7.
    CASE SY-SUBRC.
    WHEN 0.
    WRITE:/ TEXT-001, S_TCODE-LOW, LOCK_TEXT.
    WHEN 1.
    WRITE:/ TEXT-002, S_TCODE-LOW.
    WHEN 2.
    WRITE:/ TEXT-003, S_TCODE-LOW.
    WHEN 3.
    WRITE:/ TEXT-004, S_TCODE-LOW.
    WHEN 4.
    WRITE:/ TEXT-005, S_TCODE-LOW.
    WHEN 5.
    WRITE:/ TEXT-006, S_TCODE-LOW.
    WHEN 6.
    WRITE:/ TEXT-007, S_TCODE-LOW.
    ENDCASE.
    ENDLOOP.
    hope this will solve your problem.
    cheers,
    Suvendu
    Edited by: Suvendu Swain on May 10, 2009 10:27 AM

  • Are there a BADi(s) to update documents in ERP from GTS?

    Hello,
    We have a requirement to update the feeder system document with data from GTS. Mostly, it is in regards to the Goods Receipt/Invoice. We are being asked to update this document(s) with the Entry Number assigned by Customs.
    Are there BADi(s) for this?

    HI Dean,
    Check BadI : /SAPSLL/ECC_INBOUND, method POST_INBOUND_PROCESS_CUPED or POST_INBOUND_PROCESS_CUHD.
    What you can do, or maybe combine it with the note mentioned by Dave, is to use the BadI for GTS->ECC call. It is triggered immediately after inbound message processing, so it would fit the situation where you recieve the MRN number from customs.
    In this Badi then you can choose what to do.. either call an ECC bapi to update your ECC document or send an Idoc to ECC system with the relevant information that will then be picked up in ECC with a bg job, there are more options..
    Cheers,
    Branislav

  • How to find licence number to activate software ?

    I have just bought the Adobe creative Cloud for enterprise.
    I had download the creative cloud and now each software is asking for a licence number but I can't find it.
    And I have no acces to Adobe Licensing website to get one.
    Can you help me?
    Thanks.

    Hi Berengere,
    Welcome on the Adobe Forums!
    There is no serial number needed to activate the Creative Cloud, the Adobe ID will be used to activate the product.
    As the product mentioned is Cloud for Enterprise, you have to verify first if your Adobe ID (email address) has been assigned to the user rights.
    You will find more information in the following link: http://helpx.adobe.com/creative-cloud/help/manage-creative-cloud-teams-membership.html
    If you have already proceeded the the previous steps, please try the steps below then:
    1. Clean Up cached user login information
    Close the Creative Cloud application.
    Navigate to the OOBE folder.
    Windows: [System drive]:\Users\[user name]\AppData\Local\Adobe\OOBE
    Mac OS: /Users/[user name]/Library/Application Support/Adobe/OOBE
    Delete the opm.db file.
    Launch Creative Cloud.
    2. Reset the Hosts file
    Windows
       Choose Start > Run, type %systemroot% \system32\drivers\etc, and then press Enter.
    Right-click the hosts file and select Open. Select Notepad for the application to open the hosts file.
    Back up the hosts file: Choose File > Save As, save the file as hosts.backup, and then click OK.
    Search the hosts file for entries that reference Adobe (for example, 127.0.0.1 activate.adobe.com) and delete these entries.
    Save and close the file.
    Mac OS  
    Log in as an administrator to edit the hosts file in Mac OS.
    In a Finder window, choose Go > Go To Folder.Type /etc.
    Select the hosts file and open it.
    Back up the hosts file: Choose File > Save As, save the file as hosts.backup, and then click OK.
    Search the hosts file for entries that reference Adobe (for example, 127.0.0.1 activate.adobe.com) and delete these entries.
    Save and close the file.
    Please, let us know how it goes.
    Thank you.
    Arnaud.

  • How do I use cell number associated with iPad 2 3G

    How do I use cell number associated with iPad 2 3G

    For Messages you can can use your email address, the iPad doesn't have a phone number that you can use.

  • How do I create an iMessage account for my phone number?

    When I go into Messages---Preferences---Accounts--- + ------ the options are AIM, Yahoo, Google Talk, and Jabber.  Nothing for a phone number.

    Link your phone number and Apple ID for use with FaceTime and iMessage

  • What is the correct part number for dvi to vga adapter for macbook pro model A1260

    Can someone tell me the Apple part number for the DVI to VGA adapter that came with a Macbook Pro model A1260? (Early 2008)
    My adapter has reached the end of useful life.
    Thanks!

    You have a MacBook Pro 15" Early 2009 (MacBook Pro 4,1)
    The Mac's port is a Dual-link DVI (VGA, Composite and S-video with adapter)
    The DVI connector  connects to the Dual link-DVI port,thus you need a DVI to VGA adapter.
    http://eshop.macsales.com/item/Micro%20Accessories/DVIVGA/
    You also can search the Apple store online for the part, but it's so basic and simple that paying more for Apple's version is just for looks.

  • Report for Material at subcontract AND PO number

    We are preparing for Inventory verification at subcontractors.
    My boss believes it would be easier for the SC vendor if we could supply the PO number for which the material was shipped.
    I haven't found such a report.  Is there one?
    If you know the tables and links, I can write a ABAP query
    Thank you for any help that can be provided.
    Althea

    Hi,
    ME2O works fine if you want to track which subcontracting PO's are still open and what is the current stock at vendor.
    ME2ON is another version of the same basic ME2O report.
    Try also MBLB - Stocks at subcontractor.
    As far as PO to 541 link is concerned, I do not think it is possible to find it unless there is some specific business process being followed which is supported by custom code.
    The reason is that when you issue against 541, you are simply providing materials to vendor that the vendor needs.
    There might be multiple open SC POs for same material/batch and there is no point in tracking against a particluar PO. Its the same material/batch the vendor receives.
    When you post a PGR for a SC PO, then the stock from vendor premises is consumed by 543 and the track to your SC PO is maintained.
    I tried maintaining EBELN as required in OMJJ for 541 but still no MSEG-EBELN is populated. Maybe I am missing something.

  • For BSID- Accounting Document Number corresponding PO Number is required

    Hi Gurus,
                 I have got a requirement to develop a report similiar to 'FBL5N' . I am getting the details of open and cleared items of a customer from BSID and BSAD tables respectively. My requirement is also to fetch the corresponding PO number of the LINE items displayed in the report.
                Can any one suggest how can I fetch PO number with Accounting document number(BSID-BELNR)  or (BSAD-BELNR).
               Your efforts in this matter are deeply appreciated and <<removed_by_moderator>>.
    Thanking You,
    ZIa.
    Edited by: Vijay Babu Dudla on Jan 28, 2009 11:07 PM

    If you have fields BSID-VBEL2 and BSID-VPOS2 are populated with the sales order, than access VBKD with the Sales Order to get the Customer PO (VBKD-BSTKD)
    Or
    First, You need to get the Billing document. Access BKPF with the BSID-BELNR to get the AWKEY where AWTYP = 'VBRK'
    Now, you can go to SD document flow with the billing document to find out the Sales Document. Access VBKD with the Sales document to get the Customer PO
    Regards,
    Naimesh Patel

  • Discoverer Report: A number field displays # when open in Desktop Edition

    Hi Guys
    I have created a folder in Admin Edition. I set Default Aggregation to Detail for Numeric fields.
    I have created a workbook in Desktop Edition. When I open workbook(report) it displays # in numeric fields.
    ANy idea why?
    Cheers
    Vijay

    Hi Vijay
    Any format change you make inside the EUL will generally only apply to new reports.
    If the report already exists it will have picked up the format as it was at the time. You will have to manually adjust the format of the column inside the report.
    Before you do this these is one more thing to check. Just grab the edge of the column and make it bigger just in case this is the cause. Desktop will not display part of the number so if the width of the column is not big enough to display the number Desktop will insert # instead. If this is not the case then right-click in the column and select Format Data. Using the Number tab increase the setting.
    Best wishes
    Michael

  • BW:Inventory stock Report issue based on Vendor and PO number

    Dear Guru's.
    Requirement is to report different inventory  stock's (Total Stock, blocked stock, stock in transit..etc) based on plant, material, storage location, vendor and purchase order in BW.
    For Example:
    Plant
    material
    Stock in Transit
    Total Stock
    1000
    50000001
    0,00
    100kg
    1000
    50000002
    500kg
    600kg
    If we drag the Vendor or Purchase Order Number into the report, Data gets Splitted into +ve (Inflow) and -Ve(Outflow) values.
    For Example:
    Plant
    material
    Vendor
    Purchase Order
    Stock in Transit
    Total Stock
    1000
    50000001
    54545
    567896
    +300 kg
    +400kg
    1000
    50000001
    -300kg
    -300kg
    1000
    50000002
    54549
    567899
    +900kg
    +800kg
    1000
    50000002
    -400kg
    -200kg
    I Think this is because no vendor assigned to outflow data. this is my guess i don't have much knowledge on MM. i have tried to restrict the keyfig's with stock category, but for most of the vendors or PO 's its unassigned.
    But we need the data in single as follows. can any one suggest me any steps to achieve this in BI or BO.
    Plant
    material
    Vendor
    Purchase Order
    Stock in Transit
    Total Stock
    1000
    50000001
    54545
    567896
    0,00
    100 kg
    1000
    50000002
    54549
    567899
    500 kg
    600kg
    Thanks in Advance,
    Dev

    Hi Sheshu and hi Srinu
    Already tried constant selection but it did not helped, the same keyfigure value is displayed in all the rows.
    that means the total stock value is repeated for all the vendors for a particular material.
    For example:
    Plant
    material
    Vendor
    Purchase Order
    Stock in Transit
    Total Stock
    1000
    50000001
    54545
    567896
    0,00 kg
    +400kg
    1000
    50000001
    54546
    567898
    0,00 kg
    400kg
    1000
    50000001
    0,00 kg
    400kg
    1000
    50000002
    54549
    567899
    +900kg
    +800kg
    1000
    50000002
    + 900 kg
    + 800 kg
    Regarding the BO settings, i need to try it.
    Any more suggestions will be much more helpful.
    Thanks and Regards, Sri

Maybe you are looking for

  • Free Goods - PRODH1 and PRODH2 are not populating

    Hello, We setup the Free Goods and created new access sequences with PRODH1 and PRODH2. While the whole PRODH is working, PRODH1 and PRODH2 are not. They don't seem to populate in KOMP. Which user-exit we need to populate them in? Thank you!

  • XSQL bug  when using CURSOR in xsql:query SELECT statement?

    Hi there, When I tested with different XSQL pages, I found out that if I did not involve any XSQL pages that contain "CURSOR", I received data correctly and when I shut down Tomcat, Oracle DB server did NOT create any dump file (???). However, as lon

  • Displaying a string in STARs form in JOptionPane!!!

    Hi all, I use a JOptionPane in my application that demande password. I want to show input string in STAR (**********) form. Anybody has an idea, or in there a solution to do that? here is my JOptionPane code: String password = JOptionPane.showInputDi

  • Master/Detail/Lookup functionality - ApEx and AJAX vs Oracle Forms

    I'd like to build a master detail form with some lookup functionality and have some of the fields automatically populated. I come from an Oracle Forms and PL/SQL background so I was hoping for some guidance in ApEx and Javascript for how to achieve t

  • Field-Dominance automatically 'Upper', how to change?

    Hi! Recently I discovered that the Field Dominance (FD) setting of my sequence/projects is automatically 'Upper'. Also when I capture from VHS, the FD of the clips in my project is always 'Upper'. But most of the time I want the FD to be 'Lower', bec