MIF: Split class and Class -- always alpha order

When I use the MIF doclet with an XML book file that specifies classes to include in the book, and I use the <Split>class</Split> option, the doclet always puts the classes in alphabetical order, not in the "logical" order that I specify. I get the desired subset of the package, just not in the desired order.
You can reproduce this with the sample XML files in the test/example-bookfile directory, if you comment out the <InsertAPIDoc> line, comment in the <Chapter>s that contains <Package>s and <Class>es, and fix the class names to match the actual sample source (e.g., SubClass, not SubClass1).
The workarounds are:
1. Use <Split>package</Split> instead of <Split>class</Split>.
2. Use a separate FrameMaker book file, not the auto-generated one; this makes an automated process more difficult.
I didn't find this in the bug database, though there is 4645280 about packages being "silently sorted".

This is a known bug. I am surprised that it has not been filed. I will search for it again and file a new bug if I don't find it. A new version of the doclet that supports new J2SE 1.5 language features will soon be released. You can expect this bug to be fixed in that release.
-Jamie

Similar Messages

  • Finder has stopped putting my folders and files in alpha order.  What happened?

    Finder has stopped putting my folders and files in alpha order.  What has happened?

    When you check and reset that file setting back to alphabetical order, does it stick?
    Sometimes a user permissions issue may cause a slight problem, so if this is the
    only issue, you could try to 'repair disk permissions' in Disk Utility, However if there
    is some other problem and this is only a symptom, something else may be the cause.
    If files have been moved between user accounts, then previous account settings &
    user permissions may be included with the moved file, so this matter may require
    you to look into the settings within each file, via Get Info on the highlighted file name.
    You can change permissions and privileges to some extent within this area.
    And at times, a simple restart may be required, if the unit has been on awhile. Given
    a portable computer, unlike a desktop, your use may not include leaving it on for
    months at a time; so it probably has been restarted more than occasionally. Mine,
    set to automatically sleep & spin-down the HDD when not in use, is up for months.
    Good luck & happy computing!

  • Class for Purchase order item components and Production order components

    I'm looking for a some classes.   I'm very new to objects, so I could be searching for them incorrectly.
    The first class I'm looking for is a purchase order class that contains the item components.  I've looked at CL_PO_ITEM_HANDLE_MM and CL_PO_HEADER_HANDLE_MM.  I couldn't find components as a part of either of the classes.
    The second one I'm looking for is not as critical.  It is for the components for a production order.   I have a function module: BAPI_PRODORD_GET_DETAIL that gets the components for the order.  However, to take advantage of objects - I read somewhere - that if possible I should avoid calling a function module.
    Any help that you could give would be greatly appreciated.
    Thank you!
    Michelle

    Hello Michelle
    I do not think there are already classes available on ERP 6.0 for reading production order (yet I might be wrong...). However, regarding purchase order you are already on the right track.
    *& Report  ZUS_SDN_OO_READ_PO
    *& Thread: Class for Purchase order item components and Production order components
    *& <a class="jive_macro jive_macro_thread" href="" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1206523"></a>
    "& NOTE: Coding adapted from BAPI_PO_GETDETAIL1
    REPORT  zus_sdn_oo_read_po.
    TYPE-POOLS: abap, mmpur.
    PARAMETER:
      p_ebeln   TYPE ebeln  DEFAULT '3000000045'.
    DATA: gs_document    TYPE mepo_document,
          go_po          TYPE REF TO cl_po_header_handle_mm,
          gs_header      TYPE mepoheader,
          gd_tcode       TYPE sy-tcode,
          gd_result      TYPE mmpur_bool.
    data: gt_items       type PURCHASE_ORDER_ITEMS,
          gs_itm         type PURCHASE_ORDER_ITEM,
          gs_item        type mepoitem.
    START-OF-SELECTION.
    *  prepare creation of PO instance
      gs_document-doc_type    = 'F'.
      gs_document-process     = mmpur_po_process.
      gs_document-trtyp       = 'A'.  " anz.  => display
      gs_document-doc_key(10) = p_ebeln.
    *  object creation and initialization
    **  l_ebeln = purchaseorder.
      CREATE OBJECT go_po.
      CALL METHOD go_po->po_initialize( im_document = gs_document ).
      CALL METHOD go_po->set_po_number( im_po_number = p_ebeln ).
      CALL METHOD go_po->set_state( cl_po_header_handle_mm=>c_available ).
    *  read purchase order from database
      gd_tcode = 'ME23N'.
      CALL METHOD go_po->po_read
        EXPORTING
          im_tcode     = gd_tcode
          im_trtyp     = gs_document-trtyp
          im_aktyp     = gs_document-trtyp
          im_po_number = p_ebeln
          im_document  = gs_document
        IMPORTING
          ex_result    = gd_result.
    *  there was a problem in reading the PO
      IF ( gd_result EQ mmpur_no ).
    **    l_messages = l_handler->get_list_for_bapi( ).
    **    PERFORM return TABLES l_messages return
    **                          poitem poschedule poaccount.
    **    CALL METHOD l_po->po_close( ).
      ELSE.
        gs_header = go_po->if_purchase_order_mm~get_data( ).
        WRITE: / gs_header-ebeln,
                 gs_header-bukrs,
                 gs_header-bsart,
                 gs_header-lifnr.
      ENDIF.
      gt_items = go_po->if_purchase_order_mm~get_items( ).
      LOOP AT gt_items INTO gs_itm.
        gs_item = gs_itm-item->get_data( ).
        write: / gs_item-ebelp,
                 gs_item-matnr,
                 gs_item-menge.
      ENDLOOP.
    END-OF-SELECTION.
    Regards
      Uwe

  • A few days ago my TV show and movie displays went whacky-the shows are no longer in alpha order, there are multiple listings of the same show, the pictures are random-including album covers.  I downloaded latest version.  Any ideas??

    A few days ago my TV show and movie displays went whacky-the shows are no longer in alpha order, there are multiple listings of the same show, the pictures are random-including album covers.  I downloaded latest version & no change.  Any ideas??

    ME TOO.
    I think mine are all still in alphabetical order, but :
    * movies I deleted from my library and told "hide this purchase in the cloud" are showing up again. If I try to play them, I get the "cannot find the file in its proper location, would you like to locate it" error message.
    * for movies that have "iTunes Extras," the extras show up as a separate item, with another copy of the movie artwork. Most of these I believe I had DELETED the "iTunes Extras" anyway.
    * Items are showing up multiple times.
    * A few MUSIC ALBUMS are listed in my Movies section.
    * Some movies (I believe ones that I deleted off my HD but are still in the cloud) are showing random album covers instead of their proper artwork.
    * Just rented a movie, and it didn't show up anywhere in my library. It downloaded properly and completely, was in a suitably labeled folder in my iTunes/Media/Movies section, but didn't show up in any section of the library (or via a library search). Had to manually find it and tell it to open the file using iTunes.
    Running the latest version, even checked for updates. No other changes made lately since the last round of apple software updates. This was wonky before the latest small update to iTunes - now it's even wonkier. And it is very, VERY effing annoying.

  • Won't charge in Mini Cooper (Car) and only plays songs in alpha order

    Yeah - this is lame. I got a nano for Christmas and replaced my old one (broke).
    1) It won't charge in my 2005 Mini Cooper (Car)
    2) It only plans songs in alpha order
    I skip all over the place trying to listen to music. I've been all over chat rooms looking for a solution and can't find one.
    Anyway - I read GeoChip is the answer to the charging problem. Any try it who doesn't work for GeoChip?
    Also - anyone have a solution to the alpha order problem? I've tried ordering the songs (far left column), Apply Sort Field option, created a "Mini" folder with songs in it several times...

    My Nano has issues with my 09 Cooper using the iPod/USB interface.
    What are you using as an interface?
    What iTunes version ?

  • Different GL accunts during GR for PO and GR for production order

    Hi
    For posting GR for PO and GR for Production order we use movement 101 only then how we can define or e different GL accounts for both the transactions ?

    Hi,
    As per my undestanding
    If you want to hit different GL for same material type for e.g. GR for PO and GR for Production order.
    you can define split valuation, Suppose material A has two Split valuation External Procurement or Inhouse Production.
    Now For valuation type External Procurement assign valuation class 1000 and for Inhouse Production 2000.
    Now in GBB for valuation modifier BSX assign two separate GL
    Like
    GBB     BSX     1000           120000(External Procurement)
    GBB     BSX      2000           130000(Inhouse Production)
    Solution 2 :-
    Define other movement type for Production create and create a new event key and assign GL to that one.
    Hope HElp U !
    Regards,
    Pardeep Malik

  • How to read and write Png and jpeg with  Alpha

    Hi
    I have trouble reading and writeing PNG and JPEGs that have an alpha channel (for transparency).
    Reading works, if i use Toolkit.getImage() method, but works NOT if i use ImageIO.read() method.
    Writing does NOT work using ImageIO.write()method. Instead i got a "java.lang.UnsupportedOperationException: Unsupported write variant!"
    See Test class and commandline output below:
    /****************START*****************************/
    package de.multivisual.bodo.test;
    import java.awt.*;
    import java.awt.image.*;
    import java.io.File;
    import java.net.URL;
    import java.util.Iterator;
    import javax.imageio.*;
    import javax.imageio.metadata.IIOMetadata;
    import javax.imageio.stream.ImageInputStream;
    import javax.imageio.stream.ImageOutputStream;
    public class AlphaChannelTest implements ImageObserver {
      Toolkit toolkit;
      Image img;
      public AlphaChannelTest() {
        super();
        toolkit = Toolkit.getDefaultToolkit();
        URL url =
          AlphaChannelTest.class.getResource(
            "/de/multivisual/bodo/test/" + "alphatest.png");
        img = toolkit.getImage(url);
        try {
          ImageInputStream imageInput =
            ImageIO.createImageInputStream(url.openStream());
          Iterator it = ImageIO.getImageReaders(imageInput);
          ImageReader reader = null;
          while (it.hasNext()) {
            reader = (ImageReader) it.next();
            System.out.println(reader.toString());
          reader.setInput(imageInput);
          ImageReadParam param = reader.getDefaultReadParam();
          BufferedImage bimg = reader.read(0, param);
          SampleModel samMod = bimg.getSampleModel();
          ColorModel colMod =       bimg.getColorModel();
          String[] propNames = bimg.getPropertyNames();
          IIOMetadata meta = reader.getImageMetadata(0);
          System.err.println("\n*****test image that was read using new Jdk 1.4 ImageIO.read() method");
          alphaTest(bimg);
        } catch (Exception e) {
          //e.printStackTrace();
        if (img != null)
          toolkit.prepareImage(img, -1, -1, this);
        try {
          synchronized (this) {
            System.out.println("wait");
            this.wait();
        } catch (Exception e) {
          e.printStackTrace();
        System.out.println("end");
      public void alphaTest(BufferedImage bi) {
        Raster raster = bi.getData();
        float[] sample = null;
        System.out.println("raster :");
        for (int y = 0; y < raster.getHeight(); y++) {
          for (int x = 0; x < raster.getWidth(); x++) {
            sample = raster.getPixel(x, y, sample);
            System.out.print("(");
            for (int i = 0; i < sample.length; i++) {
              System.out.print(":" + sample);
    System.out.print(")");
    System.out.println();
    Raster araster = bi.getAlphaRaster();
    if (araster == null){
         System.err.println("there is no Alpha channel!!!!!!!!!");
         return ;
    } else {
         System.out.println("Alpha channel found !");
    float[] asample = null;
    System.out.println("raster alpha:");
    for (int y = 0; y < araster.getHeight(); y++) {
    for (int x = 0; x < araster.getWidth(); x++) {
    asample = araster.getPixel(x, y, asample);
    for (int i = 0; i < asample.length; i++) {
    System.out.print(" " + asample[i]);
    System.out.println();
    String format ="PNG";
    System.out.println("##########Test Writing using new JDK1.4.1 ImageIO:");
    Iterator writers = ImageIO.getImageWritersByFormatName(format);
    ImageWriter writer = (ImageWriter) writers.next();
    ImageWriteParam param = writer.getDefaultWriteParam();
    ImageTypeSpecifier imTy = param.getDestinationType();
    ImageTypeSpecifier imTySp =
    ImageTypeSpecifier.createFromRenderedImage(bi);
    param.setDestinationType(imTySp);
    File f = new File("c:/tmp/myimage."+format);
    try {
    ImageOutputStream ios = ImageIO.createImageOutputStream(f);
    writer.setOutput(ios);
    writer.writeInsert(0, new IIOImage(bi, null, null), param);
    } catch (Exception e) {
         System.err.println("could not write "+format+" file with alpha channel !");
    e.printStackTrace();
    public boolean imageUpdate(
    Image img,
    int infoflags,
    int x,
    int y,
    int width,
    int height) {
    if ((toolkit.checkImage(img, -1, -1, null)
    & (ImageObserver.HEIGHT | ImageObserver.WIDTH | ImageObserver.ALLBITS))
    == 35) {
    int iw = img.getWidth(this);
    int ih = img.getHeight(this);
    BufferedImage bi = new BufferedImage(iw, ih, BufferedImage.TYPE_4BYTE_ABGR);
    Graphics2D big = bi.createGraphics();
    big.drawImage(img, 0, 0, this);
    System.err.println("+++++test image that was read using old Toolkti.getImage method");
    alphaTest(bi);
    synchronized (this) {
    this.notifyAll();
    return false;
    return true; // image is not yet completely loaded into memory
    public static void main(String[] args) {
    //     BufferedImage image = new
    // BufferedImage();
    new AlphaChannelTest();
    /*************************END********************/
    The commandline looks like this:
    [i]
    com.sun.imageio.plugins.png.PNGImageReader@d1fa5
    *****test image that was read using new Jdk 1.4 ImageIO.read() method
    raster :
    there is no Alpha channel!!!!!!!!!
    wait
    +++++test image that was read using old Toolkti.getImage method
    raster :
    Alpha channel found !
    raster alpha:
    ##########Test Writing using new JDK1.4.1 ImageIO:
    could not write PNG file with alpha channel !
    java.lang.UnsupportedOperationException: Unsupported write variant!
         at javax.imageio.ImageWriter.unsupported(ImageWriter.java:600)
         at javax.imageio.ImageWriter.writeInsert(ImageWriter.java:973)
         at de.multivisual.bodo.test.AlphaChannelTest.alphaTest(AlphaChannelTest.java:113)
         at de.multivisual.bodo.test.AlphaChannelTest.imageUpdate(AlphaChannelTest.java:135)
         at sun.awt.image.ImageWatched.newInfo(ImageWatched.java:55)
         at sun.awt.image.ImageRepresentation.imageComplete(ImageRepresentation.java:636)
         at sun.awt.image.ImageDecoder.imageComplete(ImageDecoder.java:135)
         at sun.awt.image.PNGImageDecoder.produceImage(PNGImageDecoder.java:511)
         at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:257)
         at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:168)
         at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
    end

    in between i found out that the my png and jpeg test images did not have an alpha channel, since the tool i used to create them, did not write the alpha channel to disk.
    if i use png with alpha channel, then the read works correktly with ImageIO.read()
    however the read problem still remains for gifs and the write does not work for gifs and neither for pngs.
    whether jpegs can be read with alphachannel i don't know since i don't have a tool to create jpeg with alpha channel. (at least gimp and corel9 are not able to )
    and it is not possible to write the previous read png with alpha channel back as and jpeg with alpha channel

  • ACE Dup ACK and TCP Out-of-order

    Hi,
    I have a pair of FT ACE 4710 offloading https traffic to a couple of webservers. We are seeing very high network utilisation when I capture the client facing port of the active ACE. There appears to alot of duplicate ACKs and TCP out-of-order packets (as shown by wireshark). Does anyone know if this is a problem with the ACE or "normal"
    Thanks

    I've seen some similar behaviour with the ACE Module and Apache webservers. To mitigate this I've configured the following which seems to work.
    On the ACE Module
    parameter-map type http ALL-HEADERS
      persistence-rebalance
    parameter-map type connection TCP-OPTIONS
      set tcp syn-retry 5
      tcp-options timestamp allow
    policy-map multi-match test-policy
      class http-vip
        loadbalance vip inservice
        loadbalance policy http-test-pm
        loadbalance vip icmp-reply active
        appl-parameter http advanced-options ALL-HEADERS
        connection advanced-options TCP-OPTIONS
    On Apache here are the two test results with keepalive on and off
    httpd.conf
    KeepAlive Off
    MaxKeepAliveRequests 1024
    KeepAliveTimeout 30
    MK-ACE01/001# show serverfarm MK-FARM-sf
    serverfarm     : MK-FARM-sf, type: HOST
    total rservers : 8
                                                    ----------connections-----------
           real                  weight state        current    total      failures
       ---+---------------------+------+------------+----------+----------+---------
       rserver: MK-HOST10
           10.10.1.10:0          8      OPERATIONAL  321        510863     16442
       rserver: MK-HOST11
           10.10.1.11:0          8      OPERATIONAL  304        512718     16276
       rserver: MK-HOST12
           10.10.1.12:0          8      OPERATIONAL  286        524207     17257
       rserver: MK-HOST13
           10.10.1.13:0          8      OPERATIONAL  291        516987     16626
       rserver: MK-HOST14
           10.10.1.14:0          8      OPERATIONAL  291        513016     16594
       rserver: MK-HOST15
           10.10.1.15:0          8      OPERATIONAL  311        510177     16434
       rserver: MK-HOST16
           10.10.1.16:0          8      OPERATIONAL  345        516340     16708
       rserver: MK-HOST17
           10.10.1.17:0          8      OPERATIONAL  282        513046     16418
    httpd.conf
    KeepAlive On
    MaxKeepAliveRequests 1024
    KeepAliveTimeout 30
    MK-ACE01/001# show serverfarm MK-FARM-sf
    serverfarm     : MK-FARM-sf, type: HOST
    total rservers : 8
                                                    ----------connections-----------
           real                  weight state        current    total      failures
       ---+---------------------+------+------------+----------+----------+---------
       rserver: MK-HOST10
           10.10.1.10:0          8      OPERATIONAL  0          553        0
       rserver: MK-HOST11
           10.10.1.11:0          8      OPERATIONAL  0          551        0
       rserver: MK-HOST12
           10.10.1.12:0          8      OPERATIONAL  0          552        0
       rserver: MK-HOST13
           10.10.1.13:0          8      OPERATIONAL  0          555        0
       rserver: MK-HOST14
           10.10.1.14:0          8      OPERATIONAL  0          554        0
       rserver: MK-HOST15
           10.10.1.15:0          8      OPERATIONAL  0          551        0
       rserver: MK-HOST16
           10.10.1.16:0          8      OPERATIONAL  0          550        0
       rserver: MK-HOST17
           10.10.1.17:0          8      OPERATIONAL  0          550        0
    This seems to of reduced the large number or re-transmits and dup-acks.

  • Iphone reorganized icons in alpha order while trying to move one icon...why

    I just downloaded an app and was organizing by moving it to the correct page when all of a sudden the iphone reorganized itself into alpha order re-establishing all the hoe screen/permanent apps on the first page in their original order. I have no idea how it did it - according to what I found on the forums from those wanting this feature, it isn't possible...but it is, I just don't know how. I really want my iphone back the way I had it...any ideas besides moving them all back one by one, how I can do that? Like an undo button...I wish! Thanks for any help!

    Something similar happened to me once... basically when you sync your phone, click on the applications tab. There should be an option at the top of the left hand side (where all your applications show up) to sort things by name, category, and date. Sometimes when you reorganise applications on your iPhone through the device and not through iTunes, iTunes will default to whatever setting is listed on that page. In your case, it was alphabetically, or by name. I agree with the post above, saying that you should try to always rearrange your apps on your computer through iTunes, so that there won't be any confusion.
    Message was edited by: suigneris

  • How to create a service order and check the internal order in R/3

    Required Solution:
    1. How to copy existing service order and create new one and check the internal order in R/3, whether the certain service order is correctly created in r/3, can you polease explain the steps plz.
    2. If i am creating service order by service template finally the service order is getting created but it is not showing me in the table iaom_crm_aufk, how to check this.
    can any one help me in this issues as soon as possible.

    Hello Zita,
    Try to restart your portal after creating <b>ServiceUser</b> in both UME and KM.
    One more major difference between ServiceUser and normal portal user is that a ServiceUser does not have a UserAccount (IUserAccount)
    Object serviceContext = null;
            try {
                serviceContext = AccessController.doPrivileged(new PrivilegedExceptionAction() {
                    public Object run() throws WcmException {
                        return ResourceFactory.getInstance().getServiceContext(CONTRACT_SERVICE_USER);
            } catch (PrivilegedActionException e) {
                logger.severe(e, "ResourceContext for the technical " + serviceUser +
                     " user could not be retrieved.");
    IResourceContext resCtx = (IResourceContext) serviceContext;
    So I modify all KM resources with this resCtx.
    Hope this helps ...
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • If I wish to print Contacts as a list how do I get the list to be alphabetized.  All my contacts print but they are not in alpha order.

    Sign out

    If I wish to print Contacts as a list how do I get the list to be alphabetized.  All my contacts print but they are not in alpha order.-cannot find an answer other than use iCloud which did not work.Tried Safari and Firefox.
    What to try?

  • Dynamic taxes and charges of Purchase Order

    Hi
    We have the following issues in purchase order:
    The discounts offered by vendors vary from PO to PO. Sometimes the discounts are applicable on basic price and in some cases it is applicable on the price after some charges/taxes. This is not feasible in the current configuration, as we are unable to overrule the pricing conditions and the order of computation of discounts/taxes.
    In some cases, we get an adhoc discount of an absolute value, which is not feasible to enter in the PO.
    The excise modvat received from some traders is in absolute value and not in percentage. There is no provision to record the same as well.
    Please let me know a feasible solution for this, as the charges, taxes and discounts vary from order to order and we would like to have the flexibility to define them physically in the order in which they are applicable (both in terms of percentage and absolute value).
    There are cases where we would like to enter the percentage and the amount on which that rate needs to be applied. SAP's pricing condition automatically computes this. We need a solution for this as well.
    Thanks in advance.
    Shaji Varghese

    Hi Shaji,
    I would advise you to do this step by step. If you want to design the complete priciing procedure for ll cases immediately , you have to be experienced in pricing.
    E.g. in your case : start with the complete manual solution ( and add automation afterwards if possible/desirable )
    In the most basic scenario, you need something like
    -Base price
    -Discounts % Before
    -Discounts Value
    -Discount % After
    -Tax1 base
    -Tax1 %
    -Tax1 value ( calculated )
    -Tax2 base
    -Tax2 %
    -Tax2 value ( calculated )
    -Total tax ( calculated )
    In you create manual price conditons for all ( except tax value ), this should very fairly straightforward.
    If you need a base for the % discount that is not available in the above, you add a condition type ( statistical ) and manually input the base specificially for the discount.
    As I said, if it works, you can start to add more automation where possible ( e.g. determine a default for the tax bases and only update manually when necessary ). To do this create a price condition record that is always found by the system ( e.g. with value 0 ), but mark it as manual input takes priority. Thne use a condition base value formula to default the condition type. If you change it anyway, you changed value will be used
    ( this also has the advantage that the confition type 'appears' immediatly on the screen and the user only needs to fill, instead of adding the condition type itself also manually )
    SAP pricing is VERY flexible and the same requirement can be implemented in many ways. It really depends on the complete picture to choose,
    rgds
    Dirk

  • Why aren't my photo albums in alpha order on AppleTV?

    I have AppleTV 1. When I scan my iPhoto albums to select one to play a slideshow, the albums are not in the alphabetical order as in iPhoto. And, AppleTV shows some "albums" that are actually not albums at all - they are individual photos. Can anyone explain this? How can I get AppleTV to show all of my albums in alpha order?

    I couldn't answer that with any guarantee, I don't share events with my Apple TVs. If as may be the case events aren't able to be listed in the same ways as albums, you might consider using Albums instead of events. I use them out of preference as they allow me to do a number of things that events don't, such as missing out photos or using the same photo in more than one album.

  • Is there an alpha order function in Pages for iPad?

    I have a folder inside Pages for iPad which has about 20 docs inside it.  I would like to put these files in alpha order by their title.  Is that possible?  If not, can I manually sort the files inside the folder?  I can get the files to move, but I can't get the file to hold it's new position.  Thanks for your help. Jo

    Go to Settings > General > Keyboard and turn Enable Caps Lock to On. When Enable Caps lock is On then double-tapping the shift key will lock it down (it turns all blue). YOU CAN THEN TYPE ALL CAPS,
    Message was edited by: JimHdk

  • Can avoid the entering my username and password always when i click on URL

    Hi,
    Iam new to BSP,i developed a simple BSP application to display a list of orders on the second page when a cutomer is entered in the first page. it is working fine.
    when i test the BSP application, it is asking for username and password.when i entered my username and password it is working fine.
    Then my question is when i test the BSP application, can i avoid the entering the username and password always.
    is there any way we can avoid the entering my username and password always when i click on the URL.
    Thanks
    Srinivas Manda

    sure.
    You can include the password and the username in the BSP link :
    <bsp_lnk>?sap-client=<client>?sap-user=<username>?sap-password=<password>
    where:
    <client>  = client where the username and password are defined
    <bsp_lnk> = your bsp link
    <username> = your username
    <password> = your password
    Regards,
    fabrizio

Maybe you are looking for

  • Reading file from an external folder.

    Iam tring to read an external file from the C:\ drive. Given below is the code. DATA LV_XLS(100) TYPE C. DATA LV_CONTENT TYPE XSTRING. LV_XLS = 'C:\XML\Report.xls' READ DATASET LV_XLS INTO LV_CONTENT. But when i execute iam getting an error - FILE NO

  • DBMS_REDEFINITION in 8.1.7

    Hi, DBMS_REDEFINITION is appeared in 9.0.1. It is{ORACLE_HOME}/rdbms/admin/dbmshord.sql script. Can't we use it in 8.1.7 ? By for exemple copying dbmshord.sql script on {ORACLE_HOME}/rdbms/admin ? Many thanks

  • IPhoto crashes with iLifeSlideshow Plug-In

    Hi guys,      I am trying to open iPhoto on a 2012 Macbook Pro running OSX Yosemite version 10.10.1 and all that happens is this crash.  I have checked for updates and restarted my computer several times to no luck.  If you know anything, PLEASE HELP

  • Problem with broadcom driver (wl) - can't set essid

    After a long history of failure installing linux on Mac hardware, I thought I'd try once again try installing Arch a MacBook (4,1) containing the Broadcom BCM4328 wireless card. I followed the instructions on this wiki page (http://wiki.archlinux.org

  • Starting with iMovie - general queries.

    I am fascinated with iMovie. I've printed out the 'instructions' and can understand bits of it. The system tells me I have the wrong Graphics Card for certain facilities but I can live with that. However: I have a cart load of Hi8 Camcorder tapes. I