Asset Deacivation problem as APC not getting zero in depre area 15

Hi,
We are facing problem with asset retirement, our asset is not getting deactivated and the following warning message is displayed during transaction F-92.
"Asset 1100 1000001-0 will not be deactivated, it has a net book value"
We observed that during retirement in depreciation area 15 the APC value is not getting zero.
Pl suggest the solution,its urgent
Regards
Advait
09860638508

Hi
The transaction that is being used for asset retirement is only appilcable for one dep area and the asset is getting retired for only one dep area and not getting deactivated for the other dep area.
Try changing the transaction type used for retirement and process the retirement you will not receive the message and the asset will get retired for all the dep areas.
Good Luck
Hari

Similar Messages

  • Could not get access to download area on SAP Service Marketplace

    Hi All,
    When trying to download the SAP Mobile Execution for Motorola software in the download center in the Application and User Management work center, I get the following error message:
    "Could not get access to download area on SAP Service Marketplace."
    I have also search for this software in the Service Marketplace, but to no avail.
    I was hoping someone could point me in the direction of where I can download this software, or ideally the cause and solution to this error message.
    Thanks,
    John

    Hi John,
    Issue might be due to incorrect data in the system i.e., license codes assigned to your contract may be invalid or expired or Contract/ order is blocked due to payment issues.
    These information has to be checked in detail.
    Please report a incident.
    Thanks
    Lokesh Sharma

  • Unique problem Screen is not Getting data populated from BDC_DATA itab

    Hi Gurus,
    I have an unique problem, I have an custom transaction (module pool) and which first runs an ALV report displays an QM Records, There is an command button at the top of the report to create new defect, where i provide the Material Number, Supplier and Defect Code, and then if i press create it should navigate to standard transaction QM01 and It should create a new defect code.
    Issue:
    The recording runs fine till providing Material Number, Supplier and Defect Code of ZTCODE when it navigates to QM01, the whole executions just stops, i dont know why it is moving ahead. If i try to skip and come out of standard transaction also no improvement and all manually i should come out.
    Comparision with recording Made in ZTCODe and QM01.
    If i record the same activity directly with QM01 and if i try to run the recording, it runs perfectly.
    if i am trying to record it through Z module pool where it will navigate to standard transaction code QM01, it stops when it reaches QM01, i am getting this error. i dont know why.
    I have attached the code for your reference, kindly suggest me what can be the problem.
    MY CODE:
    perform bdc_dynpro      using 'ZQRPCCOMEX_NEW_SWCB' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=FC_DEFC'.
    perform bdc_field       using 'P_VAR'
                                  '/VEHICLEPROJ'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'S_NITG-LOW'.
    perform bdc_field       using 'S_QMDAT-LOW'
                                  '03.09.2010'.
    perform bdc_field       using 'S_QMDAT-HIGH'
                                  '03.03.2011'.
    perform bdc_dynpro      using 'ZQRPCCOMEX_NEW_SWCB' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ONLI'.
    perform bdc_field       using 'P_VAR'
                                  '/DEFECT_CODE'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'S_NITG2-LOW'.
    perform bdc_field       using 'S_NITG2-LOW'
                                  'G22C'.
    perform bdc_dynpro      using 'SAPLSLVC_FULLSCREEN' '0500'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=NEW_DC'.
    perform bdc_dynpro      using 'ZQRPCCOMEX_NEW_SWCB' '9507'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'W_SCR_REFNUM'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=OK'.
    perform bdc_field       using 'W_SCR_MATNR'
                                  'G22C'.
    perform bdc_field       using 'W_SCR_LIFNR'
                                  '220947-00'.
    perform bdc_field       using 'W_SCR_REFNUM'
                                  'C_DEF_11'.
                it is not executing from here these screens belongs to QM01, it stops the whole execution
    perform bdc_dynpro      using 'SAPLIQS0' '7200'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RQM00-MAWERK'.
    perform bdc_field       using 'RQM00-MAWERK'
                                  'CTT'.
    perform bdc_field       using 'VIQMEL-QMCOD'
                                  '0120'.
    perform bdc_dynpro      using 'SAPLIQS0' '7200'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=BUCH'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RQM00-MAWERK'.
    perform bdc_field       using 'RQM00-MAWERK'
                                  'CTT'.
    perform bdc_field       using 'VIQMEL-QMCOD'
                                  '0120'.
    perform bdc_dynpro      using 'SAPLSLVC_FULLSCREEN' '0500'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=&F12'.
    perform bdc_dynpro      using 'ZQRPCCOMEX_NEW_SWCB' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EECAN'.
    perform bdc_transaction using 'ZM11'.
    The screen gets hanged up in the QM01 screen and where the mandatory fields are not getting populated and thats it execution is not happening at any screens if i am trying to come out of transaction.
    Assumption - Correct me if iam wrong.
    There can be complication while calling a Ztcode (module Pool) which in turns calls a Standard Tcode.
    Thanks & Regards,
    S.Saravanan

    HI,
    Check the recording i think the recording does not contain the initial screen i.e SAPLIQS0 200.
    Re record the bdc or just add the initial screen in the BDC
    perform bdc_dynpro using 'SAPLIQS0' '200'.
    perform bdc_field using 'RIWO00-QMART' 'Q!' " What ever notification type u have
    perform bdc_field using 'BDC_OKCODE'  '/00'.
    This will sove ur problem .
    Regards,
    Madhukar Shetty

  • Begginers Problems - Servlet does not get the "Request property".

    I'm just beginning to learn about Servlet because fo my work. I have to do a servlet and a simple java file to interact with the servlet.
    The only problem i have is that when i'm trying to send some Request property to the servlet does not get that property.
    Thank in advancing to anyone who can help.
    /** The Servlet code */
    package com.sigmatao.gde;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.lang.String;
    public class test extends HttpServlet
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws IOException, ServletException
    PrintWriter out = response.getWriter();
    //ServletInputStream in = request.getInputStream();
    response.setContentType("text/html");
    out.println("<html>");
    out.println("<body>");
    out.println("Hello World via get!!!");
    out.println("</body>");
    out.println("</html>");
    out.flush();
    out.close();
    public void doPost(HttpServletRequest req, HttpServletResponse res)throws IOException, ServletException {
    String men = req.getParameter("Valor");
    res.setContentType("text/html");
    // ServletInputStream in = request.getInputStream();
    PrintWriter out = res.getWriter();
    out.println("<html>");
    out.println("<body>");
    out.println("Hello World via post!!!");
    out.println(men);
    out.println("</body>");
    out.println("</html>");
    out.flush();
    out.close();
    /** The java file */
    import java.net.*;
    import java.io.*;
    import java.net.HttpURLConnection.*;
    import java.lang.String;
    public class testpost{
    public static void main(String[] args) throws Exception {
    // create instance of url
    URL url = new URL(args[0]);
    HttpURLConnection con = (HttpURLConnection)(url.openConnection());
    // set a request property with it�s value
    con.setRequestProperty("Valor","Recibi Parametro");
    // specify that the default request method is post
    con.setRequestMethod("POST");
    con.connect();
    // get an input stream for reading
    InputStream in = con.getInputStream();
    // create a buffered input stream for efficency
    BufferedInputStream bufIn = new BufferedInputStream(in);
    // repeat until end of file
    for (;;){
    int data = bufIn.read();
    // check for EOF
    if (data == -1)
    break;
    else
    System.out.print((char)data);
    /* The result of execution **/
    C:\Temp\URL>java testpost http://localhost:8080/gde/test.do
    <html>
    <body>
    Hello World via post!!!
    null
    </body>
    </html>

    Thanks for the advice, but unfortunalety I need to do it with a java file because it is a specific requirement for the project I am working in.
    Thanks for your time.

  • When I attempt to install a non-Apple app using a CD, I do not get the prompts that are supposed to occur automatically and can't find a way to make them start. I am installing Rosetta Stone.

    When I attempt to install a non-Apple app - in this case Rosetta Stone - I do not get the prompts to follow after inserting the CD.  I have searched for a way to activate them with no luck.

    Rosetta Stone does make a Mac OS X compatible version of their software.  You may be elligible for a crossgrade or a Mac version of their CD.  Or you might need to consider installing Windows on your Mac, if the disc only has a .exe file.

  • IPhone5S oveheating problem and would not get starting up untill bettery discharged.

    It's been 3-4 months that I have brought iPhone5S. I am also facing overheating and bettery dranage issue with my iPhone5S. It's getting damm hot and restart it self. once my phone shutdown in this scenario, it never started till all of my bettery is not drained. After that I need to charge the bettery again and my phone is started. I have faced this issue twicely in last week.
    If I am tying to start my iPhone during this situation then some weared screen shown on the iPhone. Sometime it shows apple logo with half yellow and white screen while sometimes it shows startup screen and then never started. My iPhone continuously being hotter untill my whole bettery is not discharged.
    I need to know the possible reason behind this issue as well as the resolution.

    Basics from the manual are restart, reset, restore from backup, restore as new device.  If you've tried ALL these steps and the problem persists, bring the phone to Apple for evaluation.

  • Problem in query not getting desired output .

    i have the following table
    mysql> select * from emp;
    +------+-------+--------+-------+
    | eid  | ename | salary | depid |
    +------+-------+--------+-------+
    |   11 | ram   | 5000   | d1    |
    |   22 | shyam | 3000   | d1    |
    |   23 | mohan | 5500   | d2    |
    |   44 | radha | 8000   | d3    |
    |   48 | abhi  | 10000  | d3    |
    +------+-------+--------+-------+
    i am  executing  the following query :
    mysql> select  depid,count(depid) from emp where salary >5100 group by depid;
    and getting following result :
    +-------+--------------+
    | depid | count(depid) |
    +-------+--------------+
    | d2    |            1 |
    | d3    |            2 |
    +-------+--------------+
    2 rows in set (0.00 sec)
    i wants out put like this :
    +-------+--------------+
    | depid | count(depid) |
    +-------+--------------+
     |d1    |            0 |
    | d2    |            1 |
    | d3    |            2 |
    +-------+--------------+
    thanks in advance .
    csghanny.

    Hi
    csghanny,
    You question seems to be wrong.
    Because you are providing the filter condition where salary is greater than 5100. and for department d1, there is no salary more than 5100.
    +------+-------+--------+-------+
    | eid  | ename | salary | depid |
    +------+-------+--------+-------+
    |   11 | ram   | 5000   | d1    |
    |   22 | shyam | 3000   | d1    |
    |   23 | mohan | 5500   | d2    |
    |   44 | radha | 8000   | d3    |
    |   48 | abhi  | 10000  | d3    |
    +------+-------+--------+-------+
    select  depid, count(depid) from emp where salary >5100 group by depid;
    so there is no chance that this query will return the output what you are expecting.
    let us know, if you requirement is something different, so we can help you.
    Please Mark as Answer if my post solved your problem or Vote As Helpful if this helps. Blogs: www.sqlserver2005forum.blogspot.com

  • Drag and Drop Problem, Drag Enter not getting called - Need Help

    While doing drag and drop on the nodes of JTRee dragGestureRecognized method is getting called,
    but after that no method is getting called, not even dragEnter.
    I am using TreePath as the Transferrable Object.
    public void dragGestureRecognized(DragGestureEvent gestureEvent)
               Point point=gestureEvent.getDragOrigin();
              TreePath path=sourceTree.getPathForLocation((int)point.getX(),(int)point.getY());
               transferable = new TransferableTreePath( path );
              source.startDrag(gestureEvent,DragSource.DefaultMoveNoDrop, transferable, this);
              System.out.println("Drag Gesture Recognized method over");
         }

    you're most welcome, Jon, and it's this board, which 'animates' me to do it that way and this way, and find out the differences..
    but, indeed: the 'settings' of a photo should be 'accessible' in both ways..
    ' cause, in MY workflow in iMHD6 or FCE, I FIRST import the video, and more important: the audio-track, which I 'spice up' with additional footage, as stills...
    .. but I've never done that in iM08, which is for my projects still in 'experimental use'...- (I LOVE those picture settings, de-saturating clips etc....), I get used to the many audio-layers in FCE ...
    ... and: lately, tought some iMovie-beginners (a photographer and a print-designer), with zil background knowledge of any iMovie version, the first steps with iM08... they want to use it to 'glue' some impressions together, they shoot while doing their photo-jobs.. and they were very impressed and excited!... +sooooo easy+ ... yepp, the User Experience IS breathtaking, awesome, groundbraking

  • Hai i am new to the abap,help me in this problem,i am not getting the o/p.

    tables:mara.
    data:begin of itab occurs 0,
           matnr like mara-matnr,
           mbrsh like mara-mbrsh,
          mtart like mara-mtart,
          meins like mara-meins,
         end of itab.
    select-options:s_matnr for mara-matnr no extension.
    select matnr
             mbrsh
             mtart
            meins
           from mara
          into table itab
         where matnr in s_matnr.
    loop at itab.
    write:/ itab-matnr,itab-mbrsh,itab-mtart,itab-meins.
    endloop.
    regards in advance
    pandu

    Hi
    tables:mara.
    data:begin of itab occurs 0,
    matnr like mara-matnr,
    mbrsh like mara-mbrsh,
    mtart like mara-mtart,
    meins like mara-meins,
    end of itab.
    select-options:s_matnr for mara-matnr no extension.
    <b>START-OF-SELECTION.</b>
    select matnr
    mbrsh
    mtart
    meins
    from mara
    into table itab
    where matnr in s_matnr.
    loop at itab.
    write:/ itab-matnr,itab-mbrsh,itab-mtart,itab-meins.
    endloop.
    try this one
    and tel me ur getting error or o/p as blank
    reward if usefull

  • Problem with TextLine not getting mouse events when expected

    Hi All,
    I am cross-posting the discussion I put on the TLF forum here (sample code is in that post)
    http://forums.adobe.com/message/3768763#3768763
    The issue is to do with non/slow response when clicking to edit multiple TLF text elements on a base group. Thanks to some extra work by Jin-Huang the problem is apparently that when the edit functionality is set (by setting the interactionManager), the TLF class cannot receive any more events until the mouse leaves and re-enters the TextLine you are supposed to be editing. This sounds like a Flex bug.
    I guess my questions are (1) is this actually a Flex bug? and (2) does anyone know a workaround so the thing can start accepting input immediately without further mouse actions?
    Thanks,
    Darryl.

    What happens if you use two RichEditableText controls or two TextAreas
    instead?  By trying to install your own editing controls, you might have to
    fully conform to the IFocusManagerComponent interface for focusable
    components otherwise you might run into issues like this.

  • Ipad not getting service in certain areas

    I have an ipad with 3g support, all of the sudden it has stopped working in the gym where i used to have no problem. It shows i am connected but nothing is happening (even when i enable 3g) it works elsewhere, any suggestions?

    shoegirl123 wrote:
    my cell phone does not work in the gym (iphone) but i figured the 3g would overcome
    The 3G used by the iPad is the same as on the iPhone. So, if you don't get service on the phone, you shouldn't expect to get it on the iPad. It may not even (probably isn't as there are lots of legal issues involved in jamming) be anything the gym management is doing. Some structures, especially those with thick concrete walls, lots of metal, wiring in the walls, block cell reception. It's a limitation of the technology.

  • I use a MacBook Pro and an HTC phone and now I'm not getting any texts that are e-mailed to me from people with iPhones.

    I don't have unlimited texting so I have those who text me a lot send their text messages to my e-mail address [email protected]
    I reply through the gmail app on my phone and it's been working out fine for the past year. The other day I was experimenting with iMessage on my MacBook and i responded to a few messages from people with iPhones through my MacBook. I didn't like it so I logged out because suddenly I wasnt getting e-mailed those messages like I was before. Now that I'm logged out I can recieve any messages and a friend says that it auto responds with "this person can't be reached with iMessage at this time"
    What can I or my friend do? I don't want to buy an iphone

    yes other people can send an email to me through their text message app on their iphones and it works fine. theres just one person who cannot and she lives in a different state. i did tell her to delete the entire thread of messages that i have with her but i'm not sure if she did it correctly and may still be replying to a message that i sent through iMessage days ago. i just sent her a message about turning on her MMS. i am also asking her to send the messages to a completely different address that she doesnt have in her phonebook so hopefully that will work.

  • My e-mail on my iPad is jammed after I tried to send a video and will not get back.  settings are stuck as well, any suggestions?

    e-mail is jammed free trying to send video.  e-mail in settings re jammed too, any suggestions?

    Try resetting the device by holding down the home and sleep key, past the red slider, and until you see hte silver apple. That will reset the device with no damage to your info.
    What you probably did was try too e-mail something too big to be e-mailed. I shot a 3 minute video that was 80+ megs....e-mail often only allows a fraction of that. It's likely trying ot upload something it can't handle, and is hung up.

  • NOT Getting Values for LOCATION...on MultiProvider REPORT

    HI All,
    I have a MultiProvider on 4 cubes.All these 4 cubes having object LOCATION. I can see data in all cubes for LOCATION. I am running a report on this MultiProvider.
    Problem:
    I am not getting Values for LOCATION. Why?
    What I did:
    I checked all location objects of all 4 cubes @ MultiProvider level .
    I didn't use any Infoprovider in Qry designer sections.
    Please suggest. What is the reason how to solve..
    THanks & Regards.
    Sri.
    Edited by: siri26 k on Dec 5, 2008 10:41 AM
    Edited by: siri26 k on Dec 5, 2008 10:41 AM

    hello,
    in the identification tab of the MP,make sure you have checked all four checkboxes across the 4 infoproviders.
    then in Listcube T-Code, select your MP,display the records based on selection inputs and see if location is populated.
    If the data is not coming in listcube, then it will not come in the Query too.
    Reg,
    Dhanya

  • Chat user is not getting message from the other users

    In my application when user [A] initiate the chat with user[B]  , I am facing following issues
    -          User[B] is not getting initiation notification so that I am unable to open chat pod for user [A] on user[B] application
    -          Due to above problem , User[B] not getting any message sent by the User[A]
    -          User[A] can send only one message and it is displayed on simple chat pod
    when User[A]tries to send more then one message it is not displayed on simple chat pod but on the console I can see the messages
    following is sample code
     public function connectChat() :void {
    _collectionNode =
    new CollectionNode();_collectionNode.sharedID = NOTIFICATION_COLLECTION_NODE;
    _collectionNode.connectSession =
    this.connectSession;_collectionNode.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSynchronizationChange,
    false, 0, true);_collectionNode.addEventListener(CollectionNodeEvent.ITEM_RECEIVE, onItemReceive,
    false, 0, true);_collectionNode.subscribe();
    /*** @private
    * Handles the creation of a collection node if it does not already exist
     protected function onSynchronizationChange(event:CollectionNodeEvent):void { 
    if (_collectionNode.isSynchronized) { 
    if (!_collectionNode.isNodeDefined(START_CHAT_LIST) && _collectionNode.canUserConfigure(connectSession.userManager.myUserID)) {_collectionNode.createNode(START_CHAT_LIST,
    new NodeConfiguration(UserRoles.VIEWER, UserRoles.VIEWER, true, false, true,false, NodeConfiguration.STORAGE_SCHEME_QUEUE));}
     public function connectChat() :void{
    trace('connectChat');_collectionNode =
    new CollectionNode();_collectionNode.sharedID = NOTIFICATION_COLLECTION_NODE;
    _collectionNode.connectSession =
    this.connectSession;_collectionNode.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSynchronizationChange,
    false, 0, true);_collectionNode.addEventListener(CollectionNodeEvent.ITEM_RECEIVE, onItemReceive,
    false, 0, true);_collectionNode.subscribe();
    /*** @private
    * Handles the creation of a collection node if it does not already exist
     protected function onSynchronizationChange(event:CollectionNodeEvent):void { 
    if (_collectionNode.isSynchronized) { 
    //Creates the nodes if they don't exist 
    if (!_collectionNode.isNodeDefined(START_CHAT_LIST) && _collectionNode.canUserConfigure(connectSession.userManager.myUserID)) {_collectionNode.createNode(START_CHAT_LIST,
    new NodeConfiguration(UserRoles.VIEWER, UserRoles.VIEWER, true, false, true,false, NodeConfiguration.STORAGE_SCHEME_QUEUE));}
    /*** Checks if a chat is going to be started with this specific user
     protected function onItemReceive(event:CollectionNodeEvent):void { 
    var item:MessageItem = event.item; 
    var openChatEvent:OpenChatEvent = OpenChatEvent.ToOpenChatEvent( item.body, OpenChatEvent.OPEN_CHAT ); 
    switch (item.nodeName) { 
    case START_CHAT_LIST: 
    trace("Starting Chat Notified");  
    if( openChatEvent.userId && openChatEvent.userId == this.connectSession.userManager.myUserID ){
    this.dispatchEvent( openChatEvent ); 
    if( this._collectionNode.isSynchronized ) 
    this._collectionNode.retractItem( START_CHAT_LIST, openChatEvent.roomId );}
    break;}
    /*** Publishes a request for someone to join a chat
     public function publishChatRequest(notificationEvent : NotificationEvent) :void { 
    if( this.connectSession.userManager.getUserDescriptor( notificationEvent.userID ) ){
    var openChatEvent:OpenChatEvent = new OpenChatEvent( OpenChatEvent.PUBLISH_CHAT,null,notificationEvent.sharedID, notificationEvent.userNotificationList, null, notificationEvent.userID ); 
    if( this.presenceUsers )openChatEvent.descriptors =
    this.presenceUsers; _collectionNode.publishItem(
    new MessageItem( START_CHAT_LIST, openChatEvent, openChatEvent.roomId ) );}
    else{
    Alert.show(
    "User "+ notificationEvent.userID + " is not logged in.", "Publish Error" );}

    A) are these methods copied twice in the code here on purpose?
       connectChat() and onSynchronizationChange is repeated in code due copy paste mistake
    B) are both users subscribing to _collectionNode right away? Do each of them
    get to onSynchronizationChange?
       Yes , each of them get to onSynchronizationChange
    C) If you put a breakpoint in onSynchronizationChange, do you see the node
    get created? Do you see it in the dev console?
    Yes , it is creating a node
    D) Is user B receiving an onItemReceive at all? Is user A?
    Yes , it is creating a node
    Now both the user getting chat message, have following issue
    When user A initiate the chat with user B this action is not opening chat pod / window on user B end which shows user A has initiated chat with user B
    But when user B click on user A name to initiate the chat, this action opens a chat window and user B can see message send by user A
    Above scenario is not normal chat behavior in which other user gets the notification of chat . what could be the problem

Maybe you are looking for

  • HT201812 why did my playlists erease when i downloaded current version of itunes

    when I downloaded current version of itunes all playlist did not transfer?

  • N80 3.0617.0.6 Firmware

    Hi all, hi Karim, I know you locked the previous thread about N80 firmware, it was also a bit broad and started getting off topic (sorry for falling in that trap sometimes too). As I had reported, I was going to get my N80 updated today to latest fir

  • Firefox is not sending file inputs through iframe

    i know this ain't a programming forum, but i'm having problems with firefox while trying to send file inputs through iframes. this is my code <pre><nowiki><form id="popup_form_archivo" method="post" action="'subir_imagen.php" target="wk_iframe" encty

  • Reduced Functionality Mode - Office 2013

    Is it possible to force Office 2013 (volume license) into a Reduced Functionality Mode straight away without having to wait out the 30-day trial? I have a fairly niche application with regular imaging and I'd like my default images to have read-only

  • 10054: WSAECONNRESET: Connection reset by peer

    Good Morning everybody. We are having several problems with this issue. We are implementing SAP NetWeaver, and on the test fields, on the connection to sandbox, only 3 machines are presenting this issue. We already implement the solution adding on th