Help reqd on no ranges issue for SD

Hi experts,
After i have loaded my customer master datas(xd01) thru lsmw,im facing a problem in the current number ranges issue...i've uploaded of 1000 records of no range started from 10000 to 11000...but in XDN1(tcode)...it shows the current number range is 11004....(i.e., if i create a new record.it starts from 11004..)
why it has been arised and how??????...how will it be resolved????
from my side....once i cancelled the recording in the middle after its loaded of 4 records. then after i ran it successfully for the balance records by the sequence way....is this the reason or something else...
waiting for ur solution/expert comments
thanks and regards
sankar

Dear Sankarbabu,
IF there's no setting for Date Check in OS54 - Engineering Change Management
Control Data,then you can create a change number with past dates,and also to
use the same one for changing BOM.
Tell me one thing you are saying you want to use ECM.Was the earlier one
created without BOM was created without an ECN?
See already if you have created your BOM with an ECN,then remove the date
check setting which I have mentioned in OS54.
Now goto T code CC02 ,enter the Change number and give the valid from date as
01.10.2007.
After that check in CS03 whether this date(01.10.2007)is getting reflected or not.
I'm sure this will solve your problem.
Regards
Mangal

Similar Messages

  • I have number range issue for fi posting.

    hi gurus,
    i have number range issue for fi posting (fb01,fb50).
    problem in updating table glpca due to duplication of record.
    INSERT GLPCA FROM TABLE T_GLPCA .
    With Regards,
    Shakthi Raj N.

    error msg  after generating document no and it is not getting updated in data base
    error msg
    "Express document "Update was terminated" received from author "ecciabap""
    Client.......   750
    User.....   ECCIABAP
    Transaction..   FB01
    Update key...   C83B07DE4DADF13CB4950017A4AB8015
    Generated....   02.03.2009, 20:37:23
    Completed....   02.03.2009, 20:37:23
    Error Info...   00 671: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC

  • Number range Issue for Business partners

    In our Feeder system (SAP ECC), the number ranges are over lapped for customers and vendors.
    For example  Customer master record : 100245 is for ABC customer and Vendor Master record: 100245 is for XYZ vendor.
    When these records were transferred from ECC to GTS,  both were transferred.  When searching for a business partner using external number 100245 in GTS  it pulls out two records. 
    First question:  Will this be an issue?
    Second Question: Is there any way, we can transfer Vendors and Customers which can use  different number ranges  in GTS?
    Please help.

    Hi,
    1. As soon as we consider only one feeder system overlapping number ranges is not  an issue. one external number can be assigned to two internal ones as business partners are having different roles. One as customer and one as vendor.
    2. It is not possible to be done with standard functionality as business partners have only one common number range. It would be possible to do a bit of a coding mainly renaming/renumbering within transfer user exit.
    Hope this answers your questions,
    BR,
    Gabriel.

  • ACI  - Date Range issue for Sales Details report

    I am working on ACI setup for one of my client. I set everything us as per documentation.
    This is regarding ‘Sales Details’ (Public Folders > ATG > Commerce > Sales > All Sales) report.
    Report is being generated if I select ‘Date Range’ under ‘Time Period’; but if I select ‘Predefined’ I get below errors:
    RQP-DEF-0177
    An error occurred while performing operation 'sqlPrepareWithOptions' status='-9'.
    UDA-SQL-0107 A general exception has occurred during the operation "prepare".ORA-32035: unreferenced query name defined in WITH clause RSV-SRV-0042 Trace back:RSReportService.cpp(758): QFException: CCL_CAUGHT: RSReportService::process()RSReportServiceMethod.cpp(239): QFException: CCL_RETHROW: RSReportServiceMethod::process(): promptPagingForward_RequestRSASyncExecutionThread.cpp(774): QFException: RSASyncExecutionThread::checkExceptionRSASyncExecutionThread.cpp(211): QFException: CCL_CAUGHT: RSASyncExecutionThread::run(): promptPagingForward_RequestRSASyncExecutionThread.cpp(824): QFException: CCL_RETHROW: RSASyncExecutionThread::processCommand(): promptPagingForward_RequestExecution/RSRenderExecution.cpp(593):
    Has anybody come across this issue?
    Any help in this regard will be highly appreciated.
    Thanks,
    Mukesh

    Contact Oracle support. I think we've seen this one before if using a particular version of Oracle(11.1?). There's a particular version of Oracle that doesn't support queries in a WITH clause that aren't referenced in the main query. Cognos seems to generate these types of queries not knowing that the version of Oracle doesn't support it. According or Support Article ID 1063400.1 you can patch this particular problem with Oracle or you can upgrade to Oracle 11.2. I also think that was a to get Cognos to generate an alternative query that doesn't use the WITH clause at all. Something about disabling the use of WITH in all queries by making a change to the report definition or alternatively a global change to the metadata model.
    Good luck...
    Andrew

  • Number range issue for SD.

    Hi SAP experts,
    We have reached a point that all the number ranges [Transaction SNRO (type RV_BELEG)] allotted are exhausted/needed for the purpose to which it has been allocated. No we are in a situation that, we have no more sufficient ranges to allot to new roll-outs.Please suggest me your valuable solution for this issue.

    Hi,
    There are only two options left
    1.Create new number range object
    2.Archive the documents
    As far as possible stick to the first option.
    Reward points if helpful
    Regards,
    Amrish Purohit

  • Help reqd to config.Eclipse + Lombaz for debugging on Weblogic 8.1

    By: c srini
    Help-Eclipse Lombaz config -debug on Weblogic [ reply ]
    2005-07-12 21:31
    Require help to configure my project in Eclipse with Lmbaz onto Weblogic 8.1.
    Following is a brief scenario of my problem:
    I have an existing web-based project that i need to import into Eclipse.
    I have Eclipse 3.0 and Lombaz 3.0.1. I use this with Weblogic 8.1, JDK 1.4.2 and Ant.
    My project requires some environment xml files to be loaded and i have them set in the classpath.
    I am unable to import the project and start it in the remote debugging perspective.
    Can you please help me import my project into Eclipse and to use Eclipse with Lombaz for debugging on Weblogic?
    The following is a part of what i have in my build file.
    This shows the diorectory structure as it exists in my project and the build directories(from which the war is created)
    <property name="src-root" value="C:/my-project" />
    <javac srcdir="${src-root}/src"
    <target name="copyfiles" depends="init">
    <fileset dir="${src-root}/js" >
    <fileset dir="${src-root}/css" >
    <fileset dir="${src-root}/images" >
    <fileset dir="${src-root}/html" >
    <fileset dir="${src-root}/jsp" >
    <fileset dir="${src-root}/letters" >
    <fileset dir="${src-root}/envXML" >
    <copy todir="${build}/WEB-INF" >
    <fileset dir="${src-root}/DD" >
    </fileset>
    </copy>
    <copy todir="${build}/WEB-INF" >
    <fileset dir="${src-root}/tld" >
    </fileset>
    </copy>
    <target name="init">
    <mkdir dir="${build}" />
    <mkdir dir="${build}/css" />
    <mkdir dir="${build}/js" />
    <mkdir dir="${build}/images" />
    <mkdir dir="${build}/template" />
    <mkdir dir="${build}/RMDEnv" />
    <mkdir dir="${build}/RMDTemp" />
    <mkdir dir="${build}/RMDLog" />
    <mkdir dir="${build}/RMDLog/AppLog" />
    <mkdir dir="${build}/RMDLogLog/DebugLog" />
    <mkdir dir="${build}/WEB-INF" />
    <mkdir dir="${build}/WEB-INF/classes" />
    <mkdir dir="${build}/WEB-INF/lib" />
    <!-- mkdir dir="${root}/WEB-INF/classes/src" / -->
    </target>

    good that you posted the SoniqMQ params.
    You have configured WLS to look for the Local JNDI names in the MQ params.
    You need to use
    "SonicMQSampleQ1" for destination-jndi-name
    AND
    "SonicMQQueueConnectionFactory" for connection-factory-jndi-name
    Hope this helps.
    Thanks and regards,
    Pazhanikanthan. P

  • How to get storage on my phone again. PLEASE HELP this has been an issue for a LONG time now.

    almost ALL of my iphones memory is being taken up by "other" i only have 1 GB of pictures & under 1 GB of apps. I actually had to delete all my apps just so i would still have space on my phone. I am not looking to buy more memory. My family cant really waste our money on that kind of stuff right now. I have tried restarting my phone but when i back up to icloud my phone is full of memory still. No i have no problem with getting all my pictures off my computer. But is there a way to reset my phone and ONLY keep my contacts. No other memory stays on my phone just my contacts. that way other will go away? If i need to go to the apple store i will go there. I just need to know what to do. another question i had was, now that i downloaded the icloud pannel, if i were to delete my icloud backup account, would all my information, like contacts, notes, reminders, etc, still be saved on icloud.com ? so i could just reset my phone completely. Get all my contacts off of icloud.com. & download all my pictures from my laptop onto my phone. PLEASE PLEASE PLEASE ANSWER. this has been a major problem for me for about a year & now its getting to the point where theres nothing left i can do. It's really stressing ALWAYS having to get online to try to find a way for my phone to not run out of storage. Please and thank you.

    hello, since this is not a support request as you have said yourself, your comment is offtopic to this forum - please refer to the [[Forum rules and guidelines]]!
    use https://input.mozilla.org/feedback in order to provide general feedback instead...

  • Help! seriously heavy processor issues for 'no reason'

    hi guys, i've inherited an AS3 project now compiled in FlashBuilder4
    it's and Away3D / AwayBuilder based project which i've updated but the  problem is that it isn't overly complicated but something within it is  killing the memory and processors.
    I've currently running a 4Gb Win7   7x processor machine
    Once initialised in a 'static' non interactive, non video state it's using 20%  memory and the equiv of 3 full processors.
    when i activate a tween (simple carousel) that shoots up to aroudn 60% of RAM and equiv of 5 processors.
    Is there a way I can identify what scripts are running?
    active objects?
    don't know, I'm not a flash guru so any advice would be gratefully  recieved as at the moment i'm just turning scripts on and off.
    Rich

    any suggestions at all?
    also the memory alocation in the Task Manager keeps growing even when nothing (that I can tell) is being instantiated, loaded opr tweened etc

  • Need Help w/ iOS 5 update issues for 3rd gen ipob touch

    I have a 32gb 3rd gen ipod touch. Since updating to iOS5 none of my itunes library reinstalled and I couldn't download any podcasts until I deleted about 20 apps. Now if I want to download a podcast it tells me I don't have enough memory unless I delete one I've already listened to. Does the iOS5 really take up that much space?!?!
    How can I fix this?

    With your iPod connected to the computer click on the iPod under Devices in iTunes and look at the distribiution of the capacity usage of the iPod in the colored bargraph near the bottom. If the "other "category is very large, like >1 GB that is problably the problem.  To reduce the "other" you need to retore you iPOd.  Sometimes restoring from backup works but other times resoring to factory defaults/new iPod is reqquired.
    If the large "other" is not the problem what is using the storage on the iPod?

  • Hoping for some help with a very frustrating issue!   I have been syncing my iPhone 5s and Outlook 2007 calendar and contacts with iCloud on my PC running Vista. All was well until the events I entered on the phone were showing up in Outlook, but not

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

  • Hi, i installed ios 5 for my iphone 4 and the camera function on lock screen was on the first few days , now it doesn't show the lock screen . is there any change i can do . Pls help me to solve the issue.

    hi, i installed ios 5 for my iphone 4 and the camera function on lock screen was on the first few days , now it doesn't show the lock screen . is there any change i can do . Pls help me to solve the issue.

    nishaadp wrote:
    ... it stucks with the apple logo ,  nothing works. Is anything i can do?
    See Here for
    Frozen or unresponsive iPhone

  • Halo, i hav an ipad2 version 4.3.5. now i went for updating it and while updating it shows error 4005. Pls help me in fixing this issue

    halo, iam using an ipad 2 and it was in version 4.3.5. Thought of updating it and went for it. While updating it shows error 4005 and i couldnt fix it. Can some one help me to fix this issue.

    You've tried the other things on those pages e.g. tried a different USB port on your computer and a different cable, tried the other pages that the first link
    If there’s an issue with the USB port, cable, dock, or hub, or if the device becomes disconnected during restore, try troubleshooting the USB connection, then troubleshooting your security software.
    If you checked your connections and are still seeing the error message, check for hardware issues.
    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the error message when you update or restore, contact Apple support.
    Do you have a different computer that you could try ?
    If you continue to see error 4005, 4013, or 4014 when you restore your device, contact Apple for support.

  • Hello to everyone : I have a problem every time I try to open iTunes for windows 8 64bit... Program stops to work every time trying to access to the store... Is anyone able to help me to solve this issue? Thank you so much...

    Hello to everyone : I have a problem every time I try to open iTunes for windows 8 64bit... Program stops to work every time trying to access to the store... Is anyone able to help me to solve this issue? Thank you so much...
    N.B. iTunes version is the last one available from https://apple.com/it

    Hey sweetcake74,
    Thanks for the question. I understand you are experiencing performance issues with iTunes for Windows. The following articles may help to resolve your issue:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • Hello I was charged twice for adobe story plus, I need this problem corrected and a refund issued for one of the subscription charges, I tried chatting with Adobe and they were unable to help me. Where is email support?

    Hello I was charged twice for adobe story plus, I need this problem corrected and a refund issued for one of the subscription charges, I tried chatting with Adobe and they were unable to help me. Where is email support?

    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • HT4623 After I update IOS6 for my iphone 3gs, while i turn on vibrate (Using side button) is not supporting. Automaticlaly tur.n on ring mode. So please help me to resolve this issue.

    After I update IOS6 for my iphone 3gs, while i turn on vibrate (Using side button) is not supporting. Automaticlaly turn on back to ringing mode. So please help me to resolve this issue.

    No one facing this issue in 3GS? please help me.

Maybe you are looking for

  • Audio file doesn't play on the server

    hi, i have embedded an audio file on a page. it plays perfectly fine in whatever browser i use to preview it, but when i put the page on my server the play controls do not appear, only the quicktime logo appears. url:http://www.doctorastronomy.net/am

  • What is the different between old and new succession planning?

    Hi I have worked a lot on succession planning in 4.6c. In ECC 6.0, the succession planning has shifted to e-recruitment section. 1. What is the difference between succession planning in 4.6C and ECC 6.0 2. Can I still use the old succession planning

  • Which photo editing softwares available on ipad2

    hi, i just want to buy ipad2 from my friend. but he uses it for different purpose and i want to use it to store and edit photos clicked from my digital camera. is it possible to transfer photos from my camera to ipad and secondly if i am out on some

  • Delete an in-game app to leave room for an update on another app.

    I want to eventually reinstall the deleted app and play it from where I left off.  Is it possible to do this through icloud? How can this be done?

  • The remote sever returned an error: (401) Unauthorized

    When I am trying to get the list items from the SharePoint 2013 list buy using the CSOM, it gives the Unauthorized Error. I have created the Priveder hosted App. I have the owner permission in the site. What are the possible troubleshoot steps. My co