Z_implementation of Badi ORDER_SAVE not showing up in WEB UI.

Hi CRM Expert, I did a Z implementation of BADI ORDER_SAVE to auto populate the date , when status changes. The Status is llinkd to the Z_ Date type .We have al the Z_date types in the WEb UI.. but the code is not being triggered ..
The code works fine in GUI but not in WEb UI.
What could be the reason...???

Hi ,
Fetching the current Transaction GUID .
  CALL FUNCTION 'CRM_INTLAY_GET_HEADER_GUID'
    IMPORTING
      ev_header_guid = lv_ref_guid.
Fetching the Process type for which the Badi will trigger .
  CALL FUNCTION 'CRM_INTLAY_GET_PROCESS_TYPE'
    EXPORTING
      iv_orderadm_h_guid  = lv_ref_guid
    IMPORTING
      ev_process_type     = lv_process_type
    EXCEPTIONS
      proc_type_not_found = 1
      OTHERS              = 2.
  IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ENDIF.
CHECK lv_ref_guid IS NOT INITIAL.
  CHECK lv_process_type EQ 'ZDL'.
*Inserting the required fieldname for data into it_requested_objects.
  INSERT gc_object_name-orderadm_h
  INTO TABLE it_requested_objects.
  INSERT gc_object_name-status
  INTO TABLE it_requested_objects.
  INSERT gc_object_name-status_h
  INTO TABLE it_requested_objects.
  INSERT gc_object_name-appointment
  INTO TABLE it_requested_objects.
  INSERT lv_ref_guid INTO TABLE it_header_guid.
Fetching all the Transaction relevent data using FM .
  CALL FUNCTION 'CRM_ORDER_READ'
    EXPORTING
      it_header_guid       = it_header_guid
      iv_only_spec_items   = true
      it_requested_objects = it_requested_objects
    IMPORTING
      et_orderadm_h        = it_orderadm_h
      et_status            = it_status
      et_status_h          = it_status_h
      et_appointment       = it_appointment
    EXCEPTIONS
      document_not_found   = 1
      error_occurred       = 2
      document_locked      = 3
      no_change_authority  = 4
      no_display_authority = 5
      no_change_allowed    = 6
      OTHERS               = 7.
  IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
           WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    EXIT.
  ENDIF.
  READ TABLE it_orderadm_h INTO wa_orderadm_h INDEX 1.
  READ TABLE it_status INTO wa_status
  WITH KEY status = 'E0006'.
  IF sy-subrc = 0.
Entering data for structure ls_input_fields
    ls_input_fields-ref_handle  = '0000000000'.
    ls_input_fields-ref_guid    = lv_ref_guid.
    ls_input_fields-ref_kind    = 'A'.
    ls_input_fields-objectname  = 'APPOINTMENT'.
    ls_input_fields-logical_key = 'ZMAINASSI'.
*Entering data for deep structure
    ls_fielname-fieldname = 'DOMINANT'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    ls_fielname-fieldname = 'DURATION'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    ls_fielname-fieldname = 'RULE_NAME'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    ls_fielname-fieldname = 'SHOW_LOCAL'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    ls_fielname-fieldname = 'TIMESTAMP_FROM'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    ls_fielname-fieldname = 'TIMESTAMP_TO'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    ls_fielname-fieldname = 'TIMEZONE_FROM'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    ls_fielname-fieldname = 'TIMEZONE_TO'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    ls_fielname-fieldname = 'TIME_UNIT'.
    INSERT ls_fielname INTO TABLE ls_input_fields-field_names.
    INSERT ls_input_fields INTO TABLE lt_input_fields.
    GET TIME STAMP FIELD lv_timestamp.
Entering new data for appointment table
    ls_appointment_com-ref_guid       = lv_ref_guid.
    ls_appointment_com-ref_kind       = 'A'.
    ls_appointment_com-timezone_from  = 'INDIA'.
    ls_appointment_com-timestamp_to   = '0'.
    ls_appointment_com-timezone_to    = 'INDIA'.
    ls_appointment_com-appt_type      = 'ZMAINASSI'.
    ls_appointment_com-timestamp_from = lv_timestamp.
    APPEND ls_appointment_com TO it_appointment_com .
Now add the new date i.e.
    CALL FUNCTION 'CRM_APPT_MAINTAIN_SINGLE_OW'
      EXPORTING
        is_appointment_com     = ls_appointment_com
      CHANGING
        ct_input_fields        = lt_input_fields
      EXCEPTIONS
        precondition_violation = 1
        invariant_violation    = 2
        OTHERS                 = 3.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      EXIT.
    ENDIF.
  ENDIF.

Similar Messages

  • Business catalyst site is not showing up on web searches

    I built my site in Muse and published directly from Muse onto Adobe Business Catalyst. It has been a couple of months and this site is not showing up on web searches. I believe it has something to do with my Business Catalyst settings. Frustration has set in and I'm turning to this commuity to seek direction. The site is edgeadvertising.ca
    Should I be looking at Googles webmaster tools?

    Hi edgydoug1,
    You have a challenging case since "Edge Advertising" appears to be a common business name with many other established websites for "Edge Advertising" or "Cutting Edge Advertising" businesses around the world.
    First, I'm going to contradict Gaurav. I may be interpreting what I see on Google incorrectly, but it looks to me as though Google has indexed your site. It's a one page site. Correct?
    A few things you'll want to do to improve the chances searchers will find your site:
    1) Set the Page Title for your page in the Page Properties dialog. I recommend setting it to your business name. You might consider including Winnepeg in the page title, since that will increase the odds that someone looking for "Edge Advertising" in your area will find you, rather than the Edge Advertising in Washington, D.C., Tampa Bay, Fairport, NY, Houston Texas, etc.
    2) You might consider putting your contact information where your copyright currently is.
    3) Enter keywords for your page in the Page Properties dialog Metadata panel. Be sure to include Winnepeg and Manitoba (spelled out), along with your business name and the services you provide.
    4) Pay special attention to where you apply h1, h2, h3 tags via paragraph styles. You should probably make the main "Edge Advertising" title the h1 for the page.
    There are two primary factors to SEO, indexing and page ranking.
    Indexing is about making sure your pages have content that corresponds to what your prospective customer will be searching for. This generally means choosing ~3 search phrases and doing what you can to be sure those phrases and the words in those phrases are used in your site. Your site has quite a bit of live text content, so you're probably doing well but you'll want to think about search phrases and see how well they correspond to words and phrases in your content.
    With a single page site you're limited to a single page title and no filename for the HTML file (since it will be index.html), so you'll want to make sure the page title is good and you make good use of h1, h2, h3 tags. You may also want to add alt tags to your images (if you haven't already). And keywords in your metadata.
    Page ranking is largely about the number of other sources (websites, twitter, facebook, blogs, etc.) that contain links into your site. If lots of other sites are referring to your site, your page ranking will be higher relative to other sites with similar page content.
    Again, given the business name is not unique and many of the other businesses with the same name are likely to offer the same services, it's going to be difficult to differentiate your site to web searchers. You'll want to make sure the geographic location of your business is prominent along with the principals and anything else that may be unique to your business (that also known to web surfers).
    Finally, when you make a change to your site, if you submit your sitemap.xml file to Google using Webmaster Tools it theoretically will encourage Google to re-index your site sooner, though there's no guarantees how long it will take.

  • All items of delivery is not showing on SNC Web Portal

    Hi Experts,
    We are facing one strange issue in SNC. I am explaining scenarion in detail.
    We have one sales order having 10 line items in R/3 & it is showing correctly on SNC web portal. For that sales order we have delivery with 10 line items ( out of 10 items 4 items having Batch mentioned in delivery) in R/3 but in SNC Web Portal it is showing only 6 Items. Basically whatever the Items having batch is not showing on SNC Web Portal.
    I have checked lots of deliveries & all are having same issue. I have checked all the IDOCs, XML messages to XI & then APO having all the line Items of delivery but all items are not showing on SNC Web Portal.
    Could you please advice, what it this issue & how can we resolve it?
    Thanks in Advance.....
    Regards
    Sujay

    Hi Chandrasekhar,
    I checked this note but this doesnot answers my query.
    Regards
    SV

  • Crystal Report Images Not Showing - JSP inside /WEB-INF folder

    Hi Experts,
    I am using Crystal report for Eclipse and also using Struts2 and tiles framework combination.
    The problem is when viewing the report all I've got is red X on all images and the graph image also not showing. This is when I use tiles and my jsp is inside the web-inf folder.
    This is my struts link: href="s:url value='/report/reportOpen.action?report=1'
    I've checked that the path to the viewer generated HTML is not correct. see code below.
    src="../../../crystalreportviewers/js/crviewerinclude.js"
    But when I test to access a simple jsp viewer that resides on the web root folder, this works fine but of course this is not what I want to have. I need to have my banner and menus on top of the report page (using tiles)
    This is my jsp link: href="s:url value='/ReportViewer.jsp?report=1'
    Viewer generated HTML below.
    src="crystalreportviewers/js/crviewerinclude.js"
    This might be a common problem and that you can share to me your solution.
    Note: I removed the script tags because I can't submit this entry.
    Thank you  in advance,
    Regards,
    Rulix Batistil
    Crystal Report Images Not Showing - JSP inside /WEB-INF folder

    Hi Saravana,
    After a few experimentation from your idea i was able to figure out the problem and now it is working.
    I don't have to copy the folder to where my jsp resides but still maintains it in the root location:  web/crystalreportviewers
    The changes should always be in web.xml.
    1st: change the crystal_image_uri value to ../crystalreportviewers
    2nd: change crystal_image_use_relative value to "web"
    Change to "web" instead of webapp because that is what I named my web root folder.
    <context-param>
              <param-name>crystal_image_uri</param-name>
              <param-value>../crystalreportviewers</param-value>
         </context-param>
         <context-param>
              <param-name>crystal_image_use_relative</param-name>
              <param-value>web</param-value>
         </context-param>
    Thank you. You showed me the way on how to solve the 3 day problem.
    BTW, my next problem is when clicking on any buttons prev/next/print/export, I got this error HTTP Status 404.
    Well, at least for now I can view my initial report.  I just need to figure out the next issue and with the help of the great people here in the forum.
    Thanks a lot.
    Regards,
    Rulix
    Edited by: Rulix Batistil on Nov 26, 2008 7:27 AM

  • IPhone iMessages do not show up on Web Message

    I noticed that messages sent from iMessaging do not show up on my Web Messaging app. They show up on my iPhone texts but not on my Web Messaging. Why???

    Where is this Web Messaging app through? Are you referring to the Integrated Messaging offered by Verizon Wireless? If so, the messages are functioning as designed. The messages sent as iMessages are sent through the data connection and Apple's servers. They don't go through the same VZW system as regular text messages that would show up in the Integrated Messaging.

  • Fiscal Year / Periods does not show properly in WebI and compunding

    Hi,
    I have few reports where I am using Fiscal Year /Period as filter.
    I have created a Universe on the top of a SAP BI Query and did not do any customization.
    Then I created a WebI report. In this report I created various filters beside Fiscal Year / Period. When I run report, filter window opens. I can select all other filters but when it comes to Fiscal Year / Period it does not show me the values I want to see. It shows AUG 0001, APR 0025 etc. I want to see AUG 2010, MAR 2009 etc so that I can select them and get the data of the required Fiscal Year / Period. In Cube I have the required data. If I select MAR 0010 etc I donu2019t get any data.
    On the other hand if I put fiscal Year / Period in columns or rows it shows the right value.
    If also run SAP BI Query and Fiscal Year / Period in Variable then on variable screen I can see the right value from where I can select and get the required result.
    Do I have to do any step at Universe level or something else?
    It seems that Fiscal Year / Period is compounding.
    Is there any help?
    Thanks
    Bashir Awan

    Ingo,
    for thanks for igniting my thoughts in this regards.
    Yes these values do exist in SAP BW.
    It is some how compunding the values at filter level.
    It does not let me see the whole value when filter screen popup in BOBJ.
    In SAP whole value shows when variable screen popup, I see three columns Fiscal Year / Period. Text, Posting Period Key, and Posting Year Key.
    Fiscal year / Period Text which shows Aug 2009, Posting Period Key which shows our period 1 to 16, and Fiscal year key which shows 2009 etc.
    Is there any setting in BOBJ which compunds the year for variable screen so that we may see the whole values for filters?
    thanks

  • Crystal Report Chart not showing up in Web Portal

    I have a created a chart using Crystal Reports(runs fine in Crystal) and published it on our Report Server. When I went to look at the report on our Web portal, the text objects were visible however the chart was not. Portal is in JSF technology (IceFaces) on JBoss server.
    Anyone know why this happening?
    I founded post
    [Re: Crystal Viewer in Servlet does not show graphics|Re: Crystal Viewer in Servlet does not show graphics]
    I have this in web.xml
    <context-param>
             <param-name>crystal_image_uri</param-name>
             <param-value>/my_app_name/crystalreportviewers115</param-value>
    </context-param>
    But in URL like this one
    /my_app_name/crystalreportviewers115/crystalimagehandler.jsp?dynamicimage=crystal7652571164231307864.png
    I haven't file "crystalimagehandler.jsp" I also didn't found "crystal7652571164231307864.png" file. how to resolve this problem?

    Yes I did. I created file "crystalreportviewers115" in my "WEB-INF" and coped there all file from "C:\Program Files\Business Objects\Common\4.0\crystalreportviewers12\".
    In tutorial which i founded [here|http://devlibrary.businessobjects.com/businessobjectsxir2/en/en/JRC_SDK/jrc_java_dg_doc/doc/jrcsdk_java_dg/Tutorials2.html#1459845] they saying that I must copy file "crystalreportviewers115" but in my case I have "crystalreportviewers12" and:
    - ChartSupport
    - java
    - managed
    In my case i haven't file "crystalreportviewers115" but "crystalreportviewers12".
    In eclipse the structure of my app (its "Dynamic Web Project") looks like:
    - myapp:
    _______ src
    _______ crystalreportviewers115
    _______ WebContent:
    _________________ WEB-INF
    Any advice?

  • HT4976 Some of emojis are not showing correctly in web view text are.

    When I input emojis in webview's text area, some are not showing as a emojis, they are showing as a symbole e.x. ☺ (WHITE SMILING FACE),✌(VICTORY HAND) e.t.c., these are not the correct emoji as they are showing in apple device keyboard.
    Can you please sugges me what should i do ?

    Is Webview an app? If so, it may not support the Emoji font. Or, if you're talking about typing in a web page, the same maybe true. The iPhone Emoji font frequently shows up as garbage characters on other phones. It sound as if it's being converted to the Symbol font in whatever your trying to use it. Avoid use of the Emoji font unless you are communicating with other iOS devices.

  • Keyfigure not showing up in Web I report

    I have created a BEx query based on a multiprovider on top of a DSO and cube. We have two key figures from the DSO and one from the cube. The BEx report shows all the three key figures, but the web I shows only one keyfigure based on the cube with the other two (based out of DSO) not showing up any values.
    Are there any design considerations in the universe designer to display key figures from different infoprovider types?
    Thank you
    V

    Hi,
    First of all it is good to state the version of BO you are working with, XI31 is very different from BI40.
    Reporting straight out of a DSO is not recommended, but it is possible (I've done it XI31).
    However, WebI being WebI you might be better off create a query/universe on the cube and one on the DSO separately and combine them in WebI by merging on the common dimensions.
    That said: when you say, the keyfigure doesn't show up, what does that mean exactly.
    You generate the universe and it doesn't get generated?
    Or you run the report and do not see any values in the keyfigure?
    In the latter you may have a selection that is preventing you from seeing the DSO values.
    How are they 'linked' to the cube, are all the characteristics you use in the report both in DSO and cube?
    What if they are only in the cube, are the keyfigures set to constant selection for the missing ones?
    Is the key figure set to database delegated or straightforward sum()?
    Did you try to run a query on just the DSO keyfigures (no dimensions, no keyfigure from the cube)?
    Post back with a little more info and we may be able to help...
    Good luck,
    Marianne

  • Pages not showing up in web search

    I am a newbie to DW 8 (I am a photographer).
    Like everyone, I would love to find my pages in a web search
    with google or yahoo, but they are not showing up.
    Here is an example of the info (from the web page) for one of
    my pages (classes I teach):
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <title>Digital photography classes with Richard
    Sjolund</title>
    <link href="file:///Scanner-1/Dream Program and
    sites/ws2.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .style1 {color: #FF0000}
    .style2 {color: #0000FF}
    .style3 {
    color: #000066;
    font-weight: bold;
    the title is correct- anad what I want. But, if I search on
    that title information - I find nothing.
    Is the information better off in something other than the
    page title?
    Here is the web site:
    http://www.naturephotostudio.com
    many thanks.
    Dick

    How long has the site been up? If you search for this
    Photography Shows
    Richard Sjolund it comes up first in google.
    Search for this Richard Sjolund was born in the Upper
    Peninsula of Michigan
    and it comes up as duplicate content an other website
    http://www.artsiowacity.com/artist/RSjolund/rsjolund.htm
    so could be a
    problem from the search engines point of view. Hard to say
    looks like a lot
    of competition in this field.
    Dave
    "DickSj" <[email protected]> wrote in
    message
    news:e79puk$c7m$[email protected]..
    > I am a newbie to DW 8 (I am a photographer).
    >
    > Like everyone, I would love to find my pages in a web
    search with google
    or
    > yahoo, but they are not showing up.
    >
    > Here is an example of the info (from the web page) for
    one of my pages
    > (classes I teach):
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <title>Digital photography classes with Richard
    Sjolund</title>
    > <link href="file:///Scanner-1/Dream Program and
    sites/ws2.css"
    > rel="stylesheet" type="text/css">
    > <style type="text/css">
    > <!--
    > .style1 {color: #FF0000}
    > .style2 {color: #0000FF}
    > .style3 {
    > color: #000066;
    > font-weight: bold;
    >
    > the title is correct- anad what I want. But, if I search
    on that title
    > information - I find nothing.
    >
    > Is the information better off in something other than
    the page title?
    >
    > Here is the web site:
    >
    >
    http://www.naturephotostudio.com
    >
    > many thanks.
    >
    > Dick
    >

  • Bgcolour not showing up on web

    Hi  I have added
    bgcolour to a page description text area box which shows up on dreamweaver but
    when i uploaded the file the bgcolour did not show up on internet explored does anyone know w
    hy this has happened
    images of differences are below
    code for the box is
    <textarea id="elm1" name="elm1" rows="15" cols="30" style="WIDTH: 20%" bgcolor="#333399" ><?php echo $row['page_desc'];?></textarea>
    Thanks

    Hi,
    so do I, you should try to implement Mylenium's recommendation as soon as possible. And I would like to bring in addition to this some simpler things into focus. Let's start with:
    1. Your picture on the page "http://beaufieldmews.com/menu.php?id=10 (20091202061112picnic%20basket.jpeg) is about 5MB and 3008x2000px. You should scale it down before you put it into "poor" DW.
    2. Try to delete all your blanks in t the names of images or files.
    3. The characters of the submenus are very small, in my mind, I think it's cause you need the space at the moment and so
    4. I suggest you should use a horizontal menu instead of the present side menu.
    5. "Join our newsletter" and the following informations should also be achieved via link. Do not go like a bull at a gate wih these.
    About your real question "bgcolour did not show up on internet" I will make myself more clearly anyway.Hans-G.

  • Charts are not showing up in WEBI after the SAP Integration

    folks,
                  I have successfully iinstalled the following
                  BOBJ XI R3.1 Java version
                  Crystal Reports 2008 with SP1
                  Xcelsius 2008 enterprise
                  SAP GUI
                  Java Connector
                  SAP Integration tool kit.
    Now in WEBI when I want to draw some charts which are not showing up. Please give me some suggestions.
    Regards,
    preddy

    HI,
    I would suggest you open this in the WEb Intelligence forum unless this only happens with SAP based reports.
    Ingo

  • Charts are not showing up in WEBI

    folks,
    I have successfully iinstalled the following
    BOBJ XI R3.1 Java version
    Crystal Reports 2008 with SP1
    Xcelsius 2008 enterprise
    SAP GUI
    Java Connector
    SAP Integration tool kit.
    Now in WEBI when I want to draw some charts which are not showing up. Please give me some suggestions.
    Regards,
    preddy

    XCelsius 2008 SP3 is a full version of XCelsius. Just want to know if you install this version of your BOBJ server. I have heard that there may be problems with WebI after you install this version of XCelsius on your BOJB server.
    I would recommend to avoid this and install XCelsius on a separate machine.
    Regards,
    Stratos

  • BI Hierachy node values not showing up in WebI LOV

    Hi Experts,
    We are on BI 7.0 Ehp1 and BOBJ ENTERPRISE XI 3.1.
    We have a Bex query with Hierarchy and Hierarchy node variable.
    In the Webi Query LOV only the Hierachies show up but not the values for nodes.
    Since these are not mandatory vairables the WeBI query runs fine and fetches the required data.
    The variables are in the Filter section of the Bex query and the refrence characteristic on which the hierarchy variable is based  is NOT in the free characteristic and the rows.
    There are 5 hierachies in BI with about 5300 nodes.
    Any help or leads will be highly appreciated!
    Thanks,
    Satyen
    Edited by: Satyen Popat on Feb 5, 2010 12:30 AM

    Hi Ingo,
    As always appreciate your response. Yes, both the variables (Hierarchy and hierarchy node variable) are part of the universe.
    When I hit refresh on the LOV screen for the node values  <No Values> is returned.
    These values show up properly on the Bex side.
    Thanks!
    Satyen
    Edited by: Satyen Popat on Feb 5, 2010 12:44 AM

  • Vlan and SSID not showing in AP Web Interface

    We have a couple of APs that do not show the Vlans and SSIDs through the AP web interface.  If you go to the SSID manager page in web interface, the page comes up but does not show any of the SSIDs configured.  The same goes for Services - Vlan.  That page comes up but does not show any Vlans configured.  If you telnet to the APs, you see the listed mssid and all the SSID interfaces.  The SSIDs on the APs are functional and working.  This just makes it difficult to use the web interface for these APs.  I have tried to compare running configs on APs where web interface is not showing this and on APs that it is showing but cannot see any differences.
    Thanks.

    Unsupported things are never documented. You can't possibly list all browsers that you don't support.
    But if it's not mentionned clearly as supported then it means "it might work but we never tested with it".
    Let us know how it goes with the 12.4.21
    Nicolas
    ===
    Don't forget to rate answers that you find useful

Maybe you are looking for

  • Calling a Web Dynpro Application from POWL feeder class

    Hi, I know this question is asked before but never answered, but I try again...... I have a own POWL feeder class where I defined a button in method IF_POWL_FEEDER~GET_ACTIONS. I know that this action can be handled in method IF_POWL_FEEDER~HANDLE_AC

  • Data to sql server using labview and labview sql toolkit

    Hello everyone, I am using mssqlserver 7.0, labview 6.1 and labview sql toolkit. I am getting error while i try to store (large) data of size more than 4000bytes. Has anyone come accross such problem . Looking for your solutions or suggestion for the

  • How change language to Spanish in Pages 09

    I need to change language frecuently in pages, key note and works. But I haven´t found the way. Help is welcome

  • How to change com.sap.aii.connect.integrationserver.r3.mshost

    Hello Colleagues, java system is down,i want to change the com.sap.aii.connect.integrationserver.r3.mshost -81xx in configtool. can u please tell me  where to change in configtool???

  • Bash - open file with

    Hello guys, I'd like to type in just the filename in a bash shell and the file should then be opened with the program I'd defined previously. Example Instead of zathura name.pdf, the pdf should be opened with zathura when I only type in name.pdf. Is