Latest code not displayed

We are working in a team and therefore using NWDI for development. One of the applications developed by a team member when checked out by any other team member does not give the latest code. Instead it is showing the old code with lots of errors (as code is incomplete), nor it is allowing to make any changes to the code. However on the original developer's  machine where the code is developed it shows the latest code.I have tried "remove from client " option, Manually deleted the local poject folder and created again from Inactive DC,s but still it shows the old code.
When i check from version graph i can see the latest code, so i assume DTR is having the latest version but not displaying when the project is created. Kindly help.

Hi,
Go to the project explorer view
select the project
rightclick DTR-> Sync-> Force Sync.
When you do a force sync it will sync to all activities which are not even activated.
Regards
Ayyapparaj

Similar Messages

  • Tax codes not displaying in print preview.

    hello,
         i need to display tax codes in the me23n print preview.for that i write  a subroutine pool program and fetch the values. but the values are not displayed. i debuged the subroutine pool program, i found that in output structure itcsy, there are no fields. i hope this is the reason for the values not displayed. please help some one how to display values.
    coding : in script,
    define &g_menge&
    define &g_taxcode&
      perform get_main_details in program z_mm_po_details
    using &ekpo-ebeln&
    using &ekpo-ebelp&
    changing &g_menge&
    changing &g_taxcode&
    endperform
    in subroutine pool program,
    FORM get_main_details TABLES input STRUCTURE itcsy
                                 output STRUCTURE itcsy.

    Hello Kiran,
    <li> We can display LOGO using REUSE_ALV_GRID_DISPLAY only not using REUSE_ALV_LIST_DISPLAY. So when you click on print preview Grid output is displayed as REUSE_ALV_LIST_DISPLAY output. It is confirmed that using ABAP classical or ALV printing LOGO is not possible.
    <li>To print LOGO, you can go for SCRIPTS or SMARTFORMS.
    Thanks
    Venkat.O

  • Tax code not displaying in me2j - Need Report for PO tax codes

    Dear Guru's,
    For Trading materials, while creating PO, we are inserting Tax codes in "Invoicing Tab". But the same(TAX CODE) is not displaying in ME2J report.
    But For service materials, we are entering tax codes in the "Services Tab" and it is displaying in the report ME2J.
    Kindly tell me a report where we can see the taxcodes for PO.
    Regards,
    deepa

    Sir,
    I did that already, but no code is displaying in that "Tax code Column" for Trading materials.
    But tax code has been entered while creating PO in "Invoicing Tab" as "V0" for example.. V0 is not displaying in ME2J Report.
    Pls. reply
    Edited by: deepa rani on Jun 4, 2008 2:54 PM

  • Code not displaying in code view

    When searching for a particular feature, I may have clicked on something by accident. Now, my site looks and works fine in the browser and in design and live view, but the code is not displaying in code view.  See attached image.
    Anyone know how to fix this???  Thank you in advance!

    Have you tried restarting everything?

  • Reversal Reason Code not displayed in document -FB08

    Hello,
    I have reversed the FI document using the transaction code FB08. While reversing I have given the SAP standard reversal reason code as 1. A new document was created on reversal of document.
    But Reversal reason code '1' is not getting displayed in FB03 or GL line item report FAGLL03. I have checked the Field staus of the Posting key as well as of the GL accounts, at both the places "Reason code" is optional entry field.
    Can you please suggest where/How to see the reversal reason in the document reversed through FB08.

    Hi Prasanna,
    First of all go to Table BKPF & check for the field STGRD value for the concerned document.If it has value then you will get the value for Reversal Reason in FB03.
    I think you have mistook selecting the Reversal Reason in the layout because there are 2 different Reversal Reason fields with the same name. So select the correct field (BKPF-STGRD) from the layout.
    Hope it solves.
    Regards
    Andrew

  • Code not displaying in Design View

    Why would code visible in code view not be visible in design view?  DW cs4, using lesson pages from Adobe DW cs4 CIB.[I'm stuck and can't complete my lesson!]

    Display problems are most often caused by malformed code or an imbalance in opening and closing <div> tags.  Try validating your code and fix reported errors.
               Code Validation Tools
              CSS - http://jigsaw.w3.org/css-validator/
              HTML - http://validator.w3.org/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Reason Codes not displaying when performing emergency access management(SPM

    Hello guru,
    I am experiencing a little problem when using superuser privilege management (emergency access) functionality in AC 10.0.
    My problem is that the reason codes created in the AC system via the reason code link in the workcenter does not appear as drop down for me when I click on the logon button in the initial screen displayed in transaction SPM_GRAC.
    Suffice to say that i do not have any reason code to pick from in the drop down for superuser privilege management in the AC system when i logon with the firefighter user to perform SPM.
    Please help me out with your suggestions.
    Thanks

    Hello guru,
    I am experiencing a little problem when using superuser privilege management (emergency access) functionality in AC 10.0.
    My problem is that the reason codes created in the AC system via the reason code link in the workcenter does not appear as drop down for me when I click on the logon button in the initial screen displayed in transaction GRAC_SPM.
    Suffice to say that i do not have any reason code to pick from in the drop down for superuser privilege management in the AC system when i logon with the firefighter user to perform SPM.
    Please help me out with your suggestions.
    Thanks

  • Need help with code not displaying on the Stage:(

    // The following code is for a puzzle i'm trying to create, but it doesn't seem to want to display:
    stop();
              import flash.display.stage;
        import flash.events.stage;
        import flash.text.stage;
        import flash.utils.stage;
    var solve_btn:SimpleButton;
    var myFormat:TextFormat;
    var theSolution:Array;
    var visualGrid:Array;
    var showSolutionTimer:Timer;
    var s:Sudoku;
    var iGridUnsolved:Array;
    var showSolutionStepsOrder:Array;
            function Solution()
                addFrameScript(0,frame1);
                return;
            }// end function
    function randomSort(param1, param2:Object) : int
                return 1 - Math.floor(Math.random() * 3);
            }// end function
            function createGrid() : void
                var location_2:TextField = null;
                var location_1:int = 0;
                while (location_1 < 81)
                    location_2 = new TextField();
                    location_2.x = Math.floor(location_1 / 9) * 67 + 108;
                    location_2.y = location_1 % 9 * 57 + 48 + 20;
                    location_2.width = 60;
                    location_2.height = 53;
                    location_2.defaultTextFormat = myFormat;
                    if (iGridUnsolved[location_1] != 0)
                        location_2.text = iGridUnsolved[location_1];
                    visualGrid.push(location_2);
                    this.addChild(location_2);
                    showSolutionStepsOrder.push(location_1);
                    location_1++;
                showSolutionStepsOrder.sort(randomSort);
                                  return;
            }// end function
            function frame1()
                s = new Sudoku();
                iGridUnsolved = new Array(3, 5, 0, 4, 6, 0, 2, 0, 0, 6, 0, 0, 1, 0, 2, 0, 4, 0, 0, 1, 0, 3, 0, 0, 0, 7, 8, 0, 0, 4, 0, 1, 8, 5, 0, 7, 0, 6, 5, 0, 0, 0, 9, 8, 0, 0, 0, 7, 6, 5, 0, 1, 0, 0, 7, 8, 0, 0, 0, 6, 0, 2, 0, 0, 2, 0, 8, 0, 9, 0, 0, 3, 0, 0, 0, 0, 7, 1, 0, 5, 6);
                visualGrid = new Array();
                myFormat = new TextFormat();
                myFormat.color = 000000;
                myFormat.font = "Arial";
                myFormat.size = 24;
                myFormat.align = TextFormatAlign.CENTER;
                showSolutionStepsOrder = new Array();
                createGrid();
                theSolution = s.solve(iGridUnsolved);
                showSolutionTimer = new Timer(90);
                showSolutionTimer.start();
                showSolutionTimer.addEventListener(TimerEvent.TIMER, showStep);
                                  solve_btn.addEventListener(MouseEvent.CLICK, Start);
                return;
            }// end function
            function showStep(event:TimerEvent) : void
                var location_2:* = showSolutionStepsOrder.pop();
                var location_3:* = theSolution[location_2];
                var location_4:* = new TextFormat();
                new TextFormat().color = 0;
                if (visualGrid[location_2].text.length == 0)
                    visualGrid[location_2].text = location_3;
                    visualGrid[location_2].setTextFormat(location_4);
                if (showSolutionStepsOrder.length == 0)
                    showSolutionTimer.stop();
                event.updateAfterEvent();
                return;
            }// end function
    // Its probably something really small, just can't figure it out myself.

    Not sure why you are using addFrameScript() - try just calling the funcion, i.e. replace this
    function Solution()
        addFrameScript(0,frame1);
        return;
    }// end function
    with this
    frame1();
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • Help with Dynamic Code not displaying only ASP Shields???

    Started working with some .asp pages today and it is not showing me the record set in the brackets. Like this {Recordset.Field} Only giving me the little ASP shield. Looks like this. I have search on google and in dreamweave in the pref's thinking something was not turned on. Can any one help this is driving me nuts.
    theDogger

    I have been working with DW since UltraDev days and I have never had this issue. I did a fresh install of Win7 Pro and now I get this instead of the dynamic info in the window. I really do not think that it matters what view you are in. I do not want to se what is generated by the DB I just want to see what is supposed to be re-ferenced by the DB in the WYSIWYG.It should not matter if I am working in the Designer or classic or what I usually work in the Dual Mode
    It is killing me becasue I can't apply style to the shields it won't let me.
    If I run live view I get the proper info. displayed but I should get something like this in the WYSISYG window {rs_innentory.inv-LG-Image} not the damn ASP shield.
    I know that I am missing something simple that a tick box or something....it is driving me crazy!
    theDogger

  • CFChart Code Not Displaying

    I'm trying to test some cfchart code. However I noticed when
    I preview it on my pc all I get is a blank white screen. When I
    copy the cfm file to my production server I see my chart. Anyone
    know what's wrong with this?
    My PC is running CFMX 7.0.2 and Prod server is 7.0.1. All the
    setting is identical except one is running on Windo2K3 and my PC is
    running vista.
    Thanks,
    Jimmy

    I'd tried to installed the patch but Java is giving me a I/O
    error when trying to get my directiory listing. Is there another
    way to install the patch?
    Sounds like you might have attempted to install the wrong
    file. What you need is the
    ColdFusion
    MX 7.0.2 Cumulative Hot Fix 2

  • Apache FOP not displaying Cyrillic properly

    Hi,
    I am using apache FOP to generate pdfs' in Russian. I have embedded the fonts into the application but the output is being displayed as html numerical codes.
    The html numerical codes are stored in the database but I am unable to render them properly. I know the fonts are embedded correctly because when I apply the fonts to English text, Russian characters are displayed in the pdf correctly.
    e.g the Russian characters are displayed like this:
    &#1087;&#1088;&#1086;&#1076;... etc
    Why are my codes not displaying properly ? I'm a bit lost at this point.
    thanks in advance

    Hi,
    thanks for the reply.
    To clarify things a bit. My web page is submitting Russian text which is being stored in an Oracle database. This text is being stored in the &#xxxx; format. This formatting is displayed properly in a web browser but I am using Apache FOP to produce a pdf and the Russian text is not being displayed as the Russian characters but as the relative &#xxxx; codes. So these codes are not being translated back into their Russian Cyrillic symbols.
    I have configured FOP and embedded the Cyrillic TTF but these codes are still not displayed. I can apply the Cyrillic font style to English text and Russian characters are displayed so it seems that that cyrillic TTF is embedded properly.
    I am not generating an serialized xml file but rather creating a javax.xml.transform.dom.DOMSource object and with my xsl file I create the pdf code snippet below:
    thanks
    Paul
              //Setup a buffer to obtain the content length
              ByteArrayOutputStream out = new ByteArrayOutputStream();
              // add fonts for Russian and Chinese certificates
              String fontConfig = path + "fonts/fontcfg.xml";
           FopFactory fopFactory = FopFactory.newInstance();
           fopFactory.setUserConfig(fontConfig);
           FOUserAgent foAgent = fopFactory.newFOUserAgent();
              //Setup FOP
              Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF,foAgent , out);
              //Setup Transformer
              Source xsltSrc = new StreamSource(new File(xslFile));
              TransformerFactory tFactory = TransformerFactory.newInstance();
              Transformer transformer = tFactory.newTransformer(xsltSrc);
              //Make sure the XSL transformation's result is piped through to FOP
              Result res = new SAXResult(fop.getDefaultHandler());
              //Setup input
              Source domSrc = new DOMSource(xmlDom);         
           //Start the transformation and rendering process
              transformer.transform(domSrc, res);
              //Prepare response
              response.setContentType("application/pdf");
              response.setContentLength(out.size());
              //Send content to Browser
              response.getOutputStream().write(out.toByteArray());
              response.getOutputStream().flush();

  • Video is not displaying in the latest shockwave

    After updating to the latest version of Shockwave, .flv videos are not displaying. The audio is there but no video.
    What is going on Adobe?

    I agree - I am seeing an area where I presume video should be playing but I only hear the sound.
    You won't find an Adobe representative or tech support here, just other users trying to help one another.
    I assume Raymond that you are the content developer? Have you tried isolating the issue into a minimal file that could be submitted to Adobe as a bug report? I would suggest doing so as a start on getting your issue addressed. If you're lucky, doing so will lead you to find a solution, or perhaps a work-around. Create a file that only plays a video. You said earlier:
    I use the Flash asset and call.import which ever video is needed.
    perhaps you could post some code, or a link to a demo file that reproduces your problem

  • Updated to the latest revision. Firefox will not display my chosen home page without clicking on home icon.

    Since latest update...Firefox will not allow a new page to be opened from a link in a current page. It will allow a new tab to be opened (with tabbed browsing checked) but i prefer a new page. Even in tabbed browsing links to things like a pdf will not work at all.
    Firefox WILL NOT close. X-ing out will close the window but I can not get back to Firefox without closing it in task manager.
    Firefox will not display my chosen home page without clicking on home icon.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I have restored my new replacement iPhone 5s from my latest iCloud back up. However my camera roll pictures are not displaying. Its not saying i don't have any pictures, it just shows empty white squares? How do I get my pictures back? Thanks!

    I have restored my new replacement iPhone from my latest iCloud back up. However my camera roll pictures are not displaying. Its not saying I don't have any pictures in my camera roll, it has all the spaces for them, but it just shows empty white squares? How do I get my pictures back? Thanks!

    It's difficult to say whether it's stuck or not as the time to restore a backup can depend on many factors.  You'll have to decide when you think it's just not continuing.  You could try turning the phone off (hold the power button until you see the red off slider, then slide to turn off), then back on to see if that would get it going again.
    When you're convinced it's just hung, you can go back to settings and tap Stop Restoring iPhone to stop the restore.  You'll then have to try restoring it again (Settings>General>Reset, tap Erase All Content and Settings, go through the setup screens and when given the option, choose Restore from iCloud Backup).  Be sure it's connected to your charger and wifi while it's restoring the backup.
    You might also try the approach posted here by ezjules: https://discussions.apple.com/message/19518589#19518589.  This seems to have worked for some people who had trouble restoring their photos from an iCloud backup.

  • German Special Characters not displayed correctly in RTF  using code

    Hi ,
    In my code we are using webdynpro method
    WDResourceFactory.createResource(
    byte[] data, String resourceName,WDWebResourceType
    Type)
    Here in our code we are implementing this as
    ITemplateElement templateEl = wdContext.currentTemplateElement();
    WDResourceFactory.createResource(
    templateEl.getReportData(),
    reportName.substring(0, reportName.lastIndexOf('.')),
    WDWebResourceType.RTF); reportName.lastIndexOf('.')),
    Here templateEl.getReportData() returns a set of bytes which has some
    german special characters.
    We are generating the Bytes using String.getByes(),Just before
    String text = new String(in);
    collector.putBusinessObject(boName, bo);
    reportDocTemplateParser(collector, text);
    collector.removeBusinessObject(boName);
    String generatedText = collector.generateRTF();
    out = (null != generatedText) ? generatedText.getBytes() : null;
    The out put is the if i am giving a word with german special characters for eg:
    Betriebsübersichten it first gets converted to bytes and then passes through method WDResouseFactory.createResourse(.....) which creates an RTF file and finally in the RTF file it appears as Betriebsbbersichten the special character is not displayed correctly.
    i came to knw that while converting into bytes we have to make it RTF supported encoding.ie for eg generatedText.getBytes('cp1252').i even tried with other charactersets like ISO-8859,cp1253 and so on but none of them worked.
    It would be really great if you could suggest the needful.
    Thanks and Regards
    Neeta

    I soved this by using get_data function of response object. Then converting this into ISO-8859-1 charset.
    See code below.
    DATA :  lv_encoding   TYPE abap_encoding,
              lv_conv       TYPE REF TO cl_abap_conv_in_ce,
              lv_x_string   type xstring.
      lv_x_string = pv_http_client->response->get_data( ).
        lv_encoding = '1100'.
        lv_conv = cl_abap_conv_in_ce=>create(
                              encoding = lv_encoding
                                 input = lv_x_string ).
        lv_conv->read( IMPORTING data = pv_result ).

Maybe you are looking for