UPDATE ERROR -"SAPSQL_ARRAY_INSERT_DUPREC" CX_SY_OPEN_SQL_DBC

DEAR ALL!
I am facing the following error while posting goods issue through VL01N and stock posting through MB1C ( m.type 521 without production order ).
Table COBK is not updated wile doing those trasactions, this cause the runtime error.how to solve this issue?
I searched SAP notes but problem not yet solved.Kindly go through the following error and give your suggestions.
Thanks in advance. 
Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
     neither
    caught nor passed along using a RAISING clause, in the procedure
     "INSERT_TABLES" "(FORM)"
    Since the caller of the procedure could not have expected this exception
     to occur, the running program was terminated.
    The reason for the exception is:
    If you use an ABAP/4 Open SQL array insert to insert a record in
    the database and that record already exists with the same key,
    this results in a termination.
    (With an ABAP/4 Open SQL single record insert in the same error
    situation, processing does not terminate, but SY-SUBRC is set to 4.)
Sivasubramaniam,
SD consultant.

Hi Siva,
I am not sure but check your number range assignment for Material doc no. it might have exhausted.
The menu path is IMG> Materials Management> Inventory Management and Physical Inventory>Number Assignment>Define Number Assignment for Material and Phys. Inv. Docs. (check for your material doc type
REWARD if it helps you!!
Regards,
Ajinkya

Similar Messages

  • Update terminate : error SAPSQL_ARRAY_INSERT_DUPREC

    We are getting error "SAPSQL_ARRAY_INSERT_DUPREC" while using tcode : VK12 ME13 ME11,
    Error is in function module 'RV_KONDITION_SICHERN_VK13' , form 'KONH_CHANGE" in program "SAPLV13A". I checked OSS notes also but didnot find anything.We using ECC6. Can anybody tell what could be the reason and how to eliminate this.

    Hi Meena ,
    are u running out of Number series ?, i had this kind of errors while i'm creating Delivery documents , then i found out Number ranges are missing ,thats y i got that errors, in ur case , i never seen number ranges for CONDITION records , but still u can cross check with ur function consultants.
    regards
    Prabhu

  • FI-SL error SAPSQL_ARRAY_INSERT_DUPREC during direct posting to the SL.

    I am working on FI- Special Ledger and currently encountering an error:
    I am trying to post journals to the special purpose ledger using a local file where I am encountering the following error:
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC  
    Except.                CX_SY_OPEN_SQL_DB           
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught 
      in                                                                           
    procedure "INS_XXXXXA" "(FORM)", nor was it propagated by a RAISING clause.  
    Since the caller of the procedure could not have anticipated that the         
    exception would occur, the current program is terminated.                     
    The reason for the exception is:                                              
    If you use an ABAP/4 Open SQL array insert to insert a record in              
    the database and that record already exists with the same key,                
    this results in a termination.                                                
    XXXXXA is the custom database table name.
    The form mentioned is a item table for one the special ledger which has been custom defined.
    I have debugged the code and found out the following:
    1. There are two records which needs to be updated to the items table of the ledger.
    2. When I checked the items table the key value (which needs to be updated) doesn't exist currently.
    3. I saw some resolution on the number range definition which i tried to apply but not fruitful.
    Although the new records which needs to be inserted to the database table is not there I am getting the error SAPSQL_ARRAY_INSERT_DUPREC.
    Please let me know of any suggestion to resolve the issue.
    I might have not correctly implemented the solution for the number range.
    Your valuable suggestions will be awarded accordingly.
    Also let me know if anymore clarity is required.
    Kind Regards,
    himansu roy

    Hello everyone,
    Got the issue and resolution.
    The problem was in the custom code the ledger update was happening twice so the duplicate entries were giving dump during the COMMIT.
    Regards,
    Himansu Roy

  • Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC in t-code KO02

    Hi Guru,
    I got runtime error in transaction KO02, below i given all the details.
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
    (With an ABAP/4 Open SQL single record insert in the same error
    situation, processing does not terminate, but SY-SUBRC is set to 4.)
    How to correct the error
        Use an ABAP/4 Open SQL array insert only if you are sure that none of
        the records passed already exists in the database.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"
        "SAPLA02S" or "LA02SF00"
        "INSERT_ENTRIES"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
        In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    The exception must either be prevented, caught within proedure
    "INSERT_ENTRIES" "(FORM)", or its possible occurrence must be declared in the
    RAISING clause of the procedure.
    To prevent the exception, note the following:
    Information on where terminated
        Termination occurred in the ABAP program "SAPLA02S" - in "INSERT_ENTRIES".
        The main program was "RSM13000 ".
        In the source code you have the termination point in line 132
        of the (Include) program "LA02SF00".
        The program "SAPLA02S" was started in the update system.
        The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
        procedure "INSERT_ENTRIES" "(FORM)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPLA02S "; its source code begins in line
        85 of the (Include program "LA02SF00 ".
    Plz tell me if some one have idea to solve this problem,
    Thanks,
    Namdev

    Hi,
    check in the OSS and see if there is any note available:
    e.g.
    Note 78466 - RA_ASSET_MODIFIKATION - SAPSQL_ARRAY_INSERT_DUPREC
    https://service.sap.com/sap/support/notes/78466
    Best regards.

  • Windows Vista update error code 80070490

    Hi there,
    Can anyone help me with this issue! I've tried everything under the sun to fix this problem so I'm hoping you's more in the know than myself can help!!??

    Hi
    This Vista update problem seems to be known to Microsoft:
    +If you receive Windows Update error 80070490, it means that a file (CBS Manifest) that's needed to install updates is corrupt. To correct this problem, you'll need to repair Windows. Repairing Windows won't damage your personal files or the programs that are installed on your computer.+
    Here more details how to fix this issue:
    [Windows Update error 80070490|http://windows.microsoft.com/en-us/windows-vista/windows-update-error-80070490]

  • Windows Vista Update Error 80072EFD

    got Vista Home Premium 32bit and updates were running smooth till January. In Feb- March updates just stopped to work due error code 80072EFD. Have tried with Fixit ( doesn't work as well ) got an error 8004FE2C, and Win Defender got  the same error
    as updates 80072EFD. My laptop is without viruses ( have ESET Smart Security ) and no maleware ( have Malewerebytes ). Already had  checked all Win Update services were they running, then resetting them and added the links of microsoftupdates.com in ESET
    and Explorer ( preventing form blocking the site) even closed all firewalls and security.....without any success. Still got the same error  80072EFD!! 
    Can u please help ! :( 

    Try to use the below to see if it helps http://windows.microsoft.com/en-sg/windows/windows-update-error-80072efd#1TC=windows-7 And try resetting the windows update components http://support.microsoft.com/kb/971058
    Http://blog.theinfraguys.com | Please remember to click “Mark as Answer” on my answer if it helps. :)

  • Windows Vista- Update Error 80044016

    Good afternoon!
    Friend of mine is struggling with Windows Vista SP 2 - Windows Update.
    So far I tried to:
    -Disable AV, Disable Firewall
    -Clean boot
    -Automated solution - fix it
    -Sfc
    -checksur
    -re-register responsible dll's
    regsvr32 wuapi.dll
    regsvr32 wuaueng.dll
    regsvr32 atl.dll
    regsvr32 wucltui.dll
    regsvr32 wups.dll
    regsvr32 wuaueng1.dll
    regsvr32 wucltui.dll
    regsvr32 wups.dll
    regsvr32 wuweb.dll
    regsvr32 wups2.dll
    regsvr32 msxml.dll
    regsvr32 msxml3.dll
    regsvr32 msxml2.dll
    regsvr32 qmgr.dll
    regsvr32 qmgrprxy.dll
    -currently running Malicous software removal from safe mode in case of possible hijack.
    -PC is not under domain influence or behind proxy.
    Fact is this occured after clean install. He tried to reinstal it again and issue persists.
    Could you please check windowsupdate.log bellow and try to tell me what should be my next step?
    Due to the fact that my account is not verified yet, I can't post log here therefore I've chosen pastebin as the best location.
    pastebin.com//WJDzA6eq
    Thank you very much!

    Also I wanted to tell that Update error code is : 80044016
    Regards,
    Chrobak77

  • Media Encoder CC (2014) Update Error (U44M1P34)

    Just did a batch of CC updates and Media Encoder CC (2014) failed with error U44M1P34. Any suggestions on how to fix this?

    U44.. update error http://forums.adobe.com/thread/1289956 may help
    -more U44.. discussion http://forums.adobe.com/thread/1275963
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Windows 7 PRO GP update error

    Windows 7 PRO GP update error        
    We have a very peculiar problem
    We have a Primary  DC & Secondary DC installed in all our office ( Windows 2008R2). The Domain name is abc.com for all the Offices and the replication between the DC's happen in between the office happen without a problem.
    The clients in each of the offices gets authenticated from the DC in the respective office.
    But for a group policy update it gives an error as below
    "Computer policy could not be updated successfully.  The following errors were encountered: The processing of Group Policy failed.  Windows attempted to read the file
    \\<FQDN>\sysvol\<FQDN>\Policies\{BD732AAF-016F-11D2-945F-00C04Fb984F9}\gpt.inifrom a domain controller and was not successful.  Group Policy settings may not be applied until this event is
    resolved. This issue may be transient and could be caused by one or more of the following:
    a) Name Resolution/Network Connectivity to the current domain controller.
    b) File Replication Service Latency (a file created on another domain controller has not replicated to the current domain controller).
    c) The Distributed File System (DFS) client has been disabled.
    The error happens only on some clients.
    We are able to Ping, connect to the local DC and the client gets the IP from the local DC and also gets authenticated by the local DC for log on.
    On the PC which gives an error if we try to ping domain name - abc.com it returns the ip of the DC in a another office and not the local DC.
    Request to suggest a solution / tips to identify the problem

    Thanks for your reply
    Please find the IPConfig Details  as requested
    Windows IP Configuration of CLIENT with Problem
       Host Name . . . . . . . . . . . . : NP
       Primary Dns Suffix  . . . . . . . : ALT.COM
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : ALT.COM
    Ethernet adapter Local Area Connection 2:
       Connection-specific DNS Suffix  . : ALT.COM
       Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
       Physical Address. . . . . . . . . : 00-19-99-F2-5B-BC
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::bc5c:5976:37b2:d42a%14(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.102.22.72(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Tuesday, July 08, 2014 8:02:23 AM
       Lease Expires . . . . . . . . . . : Wednesday, July 09, 2014 8:02:23 AM
       Default Gateway . . . . . . . . . : 10.102.22.1
       DHCP Server . . . . . . . . . . . : 10.102.10.10
       DHCPv6 IAID . . . . . . . . . . . : 318773657
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-FE-B8-99-00-19-99-F2-5B-BC
       DNS Servers . . . . . . . . . . . : 10.102.10.10  10.102.10.11
       Primary WINS Server . . . . . . . : 10.102.10.10
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter isatap.ALT.COM:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : ALT.COM
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    ===========================================
    Windows IP Configuration on DC
       Host Name . . . . . . . . . . . . : ALTHODC03
       Primary Dns Suffix  . . . . . . . : ALT.COM
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : ALT.COM
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82575EB Gigabit Network C
    on
       Physical Address. . . . . . . . . : 00-19-99-7E-7F-62
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.102.10.10(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.224
       Default Gateway . . . . . . . . . : 10.102.10.1
       DNS Servers . . . . . . . . . . . : 10.100.10.10
                                           10.102.10.11
                                           127.0.0.1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{4353BDBD-759C-45E1-A523-621CC16121AA}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    =======================================================
    We do not use Sysprep and also we normally do not use imaging
    Domain Time is in Sync with DC & Client

  • Open Delivery value update error in credit management

    Hi
    We have credit management active at delivery level. The value of open deliveries is not getting updated correctly for items with material substitution (material determination). For all other items, its getting updated correctly.
    E.g Let say the credit limit set in FD32 is 10000 and the credit limit used % is 98 and the credit exposure value is 9800.
    Now when I create an order with qty 10 for mat A, it creates a sub item B due to material determination and the value of the item is Rs.1200. In our system, the sub item with TAPS item category is relevant for pricing.
    Then I create a delivery in VL01N and save it.
    Now if i check in FD33, the credit limit used should be 101% and the credit exposure value should be 11000, but its not updating the open delivery value correctly. Its not considering the value of the new delivery.
    However, If I add a normal item (TAN) in the same sales order and create a delivery for that item and save it, its updating the credit exposure based on the value of the normal item in the delivery correctly.
    How to make the system update the open delivery values correctly by taking the items with material determination also into account.??
    Please advise if any specific settings need to be done.
    Regards
    Madhu

    Hi,
    the system updates open values for credit management. These are:
    Open sales order credit value (S066-OEIKW)
    Open delivery credit value (S067-OLIKW)
    Open billing document credit value (S067-OFAKW)
    The system updates the open values in standard SIS structures S066 and S067. Technically, the structures are transparent tables. You can display the contents using transaction SE16 or using table maintenance.
    The S067-OLIKW will give the open delivery credit values credit.Check in you system whether this table is updated with the delivery values for the credit account(customer number)
    RVKRED77 u2013 Reorganize SD credit data
    When updating errors occur, it enables you to reorganize the open credit, delivery and billing document values.
    If the table is not updated run this report in background.
    Regards,
    Saju.S

  • After last automatic update, error message XUL Runner error platform version '6.0.2' is not compatible with minVersion 6.0.1. maxVersion 6.0.1. I am unable to open Mozilla Firefox at all. Had to use Explorer to ask this question!

    After last automatic update, error message XUL Runner error platform version 6.0.2. is not compatible with min Version 6.0.1 maxVersion 6.0.1 appeared every time I try to open/run Mozilla Firefox.

    See:
    *[[/questions/869812]]
    *[[/questions/869951]]

  • Error while posting the  Idoc 'Update error, transaction VA01'

    Hi Gurus,
    When an inbound Idoc for sales order is trying  to post we  are  getting the  error 'Update error, transaction VA01'.
    Aslo following  are the  details of  the error:
    Update error, transaction VA01
    Message no. 00377
    Diagnosis
    An error occurred in CALL TRANSACTION USING or CALL DIALOG USING
    during a synchronous update.
    The error was caused by the transaction VA01.
    Update information
    Return code:        009
    Text       :        Error during insert table FPLTC (RC= 1, Key= )
    Procedure
    Pleas analyse your Batch-Input data.
    You can also examine your posting data using the transaction SM13.
    Can somebody let  me  know  what would  be  the cause.
    Also the  we are  trying  to post the  Idoc with a Id which is  having  maximum Authorization.

    Hi,
    Where you able to resolve your issue, I would appreciate if you can share the solution.
    Thanks

  • Run-time error SAPSQL_ARRAY_INSERT_DUPREC occurred

    When creating a new SyncBo (T51) instance after syncing eventually MI Clients shows the following message:
    [20070315 01:28:14:343] E [MI/Sync ] Received exception info code 10 and detailed message "Exception while callSync: The ABAP/4 Open SQL arrayinsert results in duplicate database records. records in the data base."
    In sm21 shows message:
    AB0 Run-time error "SAPSQL_ARRAY_INSERT_DUPREC" occurred
    AB1 > Short dump "070316 205056 sapnw ELDA " generated
    Looking for SAPSQL_ARRAY_INSERT_DUPREC error in SAP Note we found the note 817849 (Runtime error SAPSQL_ARRAY_INSERT_DUPREC occurs during sync).
    We have downloaded and applied this note in Backend as note requires and ALL prerequisites of this note. Also we have upgraded to SP19 and Kernel to 155 (part 1 and 2). But problem continues and the client that happened this problem does not work any more, all new SyncBO instances created goes to MEREP_MON as Waiting status.
    The dump on duplicate record is happening when the user is synchronizing and when a record is getting inserted to table merep_10100.
    The solution /workaround could be to do a client reset for those devicesand test again and see if it is happening, but error returns happening after this.
    When this happen SyncBo instance keeps on Waiting status (MEREP_MON). We couldn't understand why this happen suddenly and then no more new SyncBo could be created, all goes to Waiting status. Reprocess (ShiftF5) or start handler (Shift10) does not take any effect.
    Best Regards,
    Rogério

    Hi Ajith
    I am getting the same error and below is the error message from ST22. The only change is I am using for MTR application and the sync fails for the 2nd time when synched for patches for the MTR application. As it is generic sync, could you please advice to get rid of the problem.
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
      neither
    caught nor passed along using a RAISING clause, in the procedure
      "LOG_INSERT_DB" "(FORM)"
    Since the caller of the procedure could not have expected this exception
      to occur, the running program was terminated.
    The reason for the exception is:
    If you use an ABAP/4 Open SQL array insert to insert a record in
    the database and that record already exists with the same key,
    this results in a termination.
    (With an ABAP/4 Open SQL single record insert in the same error
    situation, processing does not terminate, but SY-SUBRC is set to 4.)
    Thanks, Raj

  • Runtime error SAPSQL_ARRAY_INSERT_DUPREC  during migo

    Hi Friends,
    When I try doing MIGO with reference to a PO and save the document it gives me runtime error SAPSQL_ARRAY_INSERT_DUPREC.
    I have check the buffer, and the no. range everything is perfect, but still i am getting this error.
    Can anyone please give me the possible solution for this. Is there any SAP note that I need to apply.
    Regards,
    Wasim.

    Hello Wasim,
    The common cause of this termination is the material document             
    number range as per note 31793 - SAPSQL_ARRAY_INSERT_DUPREC.                                                                               
    So please check if the current numbers are synchronized with the          
    database tables:                                                                               
    OMBT trx x MKPF table                                                     
    OMH6 trx x EKKO table                                                                               
    If it has the same number range the sort dump should not be raised        
    anymore.                                                                               
    The main root causes are:                                                 
    -> when you are transporting number ranges from one client to another;                                                                               
    -> when you face a shut down in your system and you have defined a        
    buffer application server tolerance in transaction SNRO;                                                                               
    -> when you are doing the posting by using BAPI's and for some reason     
    the BAPI failed.                                                                               
    I hope it helps you.                                                      
    Best Regards,
    Fábio Almeida
    MM Consultant

  • I am trying to update to iTunes 10.5 and am getting a Apple Software update error. "There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. ??

    I am trying to update to iTunes 10.5 and am getting a Apple Software update error. "There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. ?? I can't uninstall the Apple Software Update from my Control Panel. It states "Fatal error during installation" Please HELP!!!

    I am experiencing the exact same issue during the installtion process for iTunes 10.5.
    I uninstalled all Apple components but when I attempted to uninstall the Apple Software Update I received the same message: "Fatal error during installtion." I was able to repair the Apple Software Update but still could not install iTunes 10.5 afterwards.
    I have tried everything that I could find on these discussions pages as well as other suggestions on third party sites. I continue to receive the error message: "There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.
    I was able to uninstall and reinstall QuickTime 7.7.1. During the reinstalltion process I received the same message (There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.) But after clicking "OK" the installtion process was succesful. PLEASE HELP!

Maybe you are looking for

  • ERROR ITMS-9000 (again)

    Ok, I'm stumped. I see other have had this issue but, nothing seems to fix this. This isn't my first book on itunes, and I didn't have this problem last time. I'm exporting from Indesign CS6. Here is my error: Error Messages:                     Appl

  • How to make a spot chanel in photoshop

    Hi, I need to create a two color photoshop ad (black and PMS 304) and the colors have to be separated out. Need to make a spot chanel for the PMS 304. Can anyone please tell me how to do it. Thanks Rod29

  • Cannot download SPS15 for SAP ERP 6.0 from MOPZ

    Hello gurus, I need your help. I am planning to upgrade my ECC 6.0 system to EhP4 SPS3, but for this I need to update my system first from its current level of SPS09 to SPS15 (SP Level equivalent of EhP4 SPS03), so for this I want to download SPS15 f

  • Change display of result set from 'showing data as rows, to showing data as one or more columns'

    Hi Everyone, I am interested in changing the way that data is displayed in my result set. Essentially I want to display a selection of rows (1 to n) as columns, the following diagram explains my intentions - Perhaps one of the greatest challenges her

  • Two finger scroll ... shimmer

    Hi When using two finger scrolling does anyone experience a shimmering from the fine lines surrounding each message and from the light text in the post area. I find it annoying in an otherwise perfectly running MacBook. I don't see it in Firefox but