Having problem implementing enhancement spot 'OI0_OGSD_XM06'

Hi,
I have an enhancement spot using BADI  'OI0_OGSD_XM06'. It has property 'Can only be implemented SAP-internally' checked
under usability options. I want to know if this enhancement spot could be implemented. If yes, how?
Thanks in advance!

I am facing the same issue. However I learnt that we might need to use Adjusting Tool from  Object Navigator/SE80 on the implementation before transporting.

Similar Messages

  • Implementing Enhancement Spot

    Hi Experts,
               I am looking for an exhancement (Function Exit / Badi ) which will should be trigegred when user presses SAVE button in PO .(Say me22n)
               As I couldn't find suitable exit / badi....I thought of using the enhancement point provided for ME22N in the PAI module.Please correct if there is any issue upto here.
    *&      Module  EVENT_PAI_FINISHED  INPUT
          text
    MODULE event_pai_finished INPUT.
    ENHANCEMENT-POINT EVENT_PAI_FINISHED_01 SPOTS ES_LMEVIEWSF01 INCLUDE BOUND.
      CALL METHOD call_view->handle_event( 'BEFORE_TRANSPORT' ).
      CALL METHOD call_view->handle_event( 'PAI_FINISHED' ).
    ENDMODULE.                             " EVENT_PAI_FINISHED  INPUT
               Then to implement the enhancement point by creating a BADI implemetation ..when we are enetering the enhancement spot name ES_LMEVIEWSF01 under the create implementations section of SE19 transctaion with NEW BADI......and when we pressed cretae implementation button...nothing is happening..I mean neither BADI is getting created...nor thorwing any error message......
           Please suggest me how to follow.......You can find above code in the include
    LMEVIEWSF01 at line no 188........
            Earlier response will be appreciated.....
            Thanks ina dvance and reward points are garunteed....
    Regards,
    Sampath

    Hi Debhasis,
       Thanks for your reply. While saving exit 12 or exit 13 will be triggered ONLY when we make changes in standard PO item TABS.
        Let's say standard PO has 10 TABS at ITEM level. We are adding one more custom TAB there  adding to that our client interest is not to include this TAB fields in EKPO structure.  Hence we have to create the TAB by using screen exit option and we successfully created the TAB.
         Now take a case that we oopen ME22N with a PO no..then user did not make any changes in all the 10 standard TABS but make changes in only custom TAB...in that case exit 12 or exit 13 will not get triggered....Because they will be triggered only when you make changes to the fields which will be in EKKO or EKPO....as we are not supposed to extend EKPO ....those two exits will not be handy for us.......
         We even tried in existing BADI's ....but no BADI or exit will be getting triggering when we do not make any changes which effect EKKO and EKPO structure....
          Please let us know . if you have any idea to counter this unique problem.
           We also request you to please let us know ,if you ahve any idea, about implementing the this particular enhancement spot. Usually we can do it by SE19. But this particular spot is not allowing us to create one...... 
    Anyway Thanks .....Let's flow the discussion...
    Regards,
    Sampath

  • Problem with Enhancement Spot

    Hi Experts,
    I have implemented an enhancement spot in standard report program and export the data to some memory id. But the problem is when i am trying to execute the standard report the internal table which i want to export has entries. When i execute the custom program the tables does not has data. What is the problem and how can i solve that.
    Rgds,
    Bujji

    Hi ,
      Problem got resolved by myself, thank you guys...
    Rgds,
    Bujji

  • How implement Enhancement Spots??

    Hi Group,
    I have done some thing in BADI, but, one more thing is there like "Enhancement Spots" in the same Screen.
    Could you please let me know the relevance of it over the BADIs and how to implement the same , if possible through some Links/Blogs on the same.
    Thanks in advance.
    Regards,
    Vishnu.

    Hi Vishnu,
    First of all, if you are using ECC 6.0, then you will fine new Enhancement Framework wiht Enhancement Spots.
    From ECC 6.0 onwards, if you want to implement BADI, you need to find the respective Enhancement Spot for that BADI in the code and go to SE19 and, give the ESpot and BADI name and then implement the same.
    Hope this helps, if you need enough info, pls mail me to my id:
    [email protected], I ll send you docs related to the implementation of the same.
    Reward Points if helpful
    Regards,
    Harish Kalla

  • Steps for Implementing Enhancement Spot

    I want to do some enhancement using the Enhancement Spot 'HR_IN_MONWT_TD_VALUE'  which has the badi  'HR_IN_MONWT_TD_VALUE'.please provide me the proper steps to implement this enhancement spot.

    Exits are basically the hooks whcih SAP has provided to add your own code. There are two types of Exits:
    1. Customer exits: Implemented as Function Modules within z includes. Anybody can change it and no access key is required.
    2. User Exit: Implemented as subroutines within includes (any include except y or z includes). You need access for the specific include and then you can any subroutine (user exit) within that Include.
    BADIs are the enhanced version of user exits where the same logic is implemented via classes and object (OOP)
    Enchancement point is the latest once introduces with ECC6.0 . Not very sure about that but you can change it without any access key.
    Please go through the following link which will help you understand the exits in a much better way:
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec07a25db911d295ae0000e82de14a/content.htm
    http://www.sap-img.com/abap/what-is-the-difference-between-smod-and-cmod.htm
    http://sap.niraj.tripod.com/id21.html
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
    http://www.sap-img.com/ab038.htm
    User Exits.
    http://www.erpgenie.com/sap/abap/code/abap26.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    customer exits
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    Menu Exit.
    http://www.sappoint.com/abap/spmp.pdf
    http://www.sappoint.com/abap/userexit.pdf
    http://www.sapdevelopment.co.uk/enhance/mod_sapmenu.htm
    http://www.sapdevelopment.co.uk/en
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Rewards if useful.........
    Minal

  • Having problems implementing OMS

    Please be patient with me as I am new to Oracle,
    I have not been able to configure and run OMS even though I
    have followed the instructions I have found in several
    locations including the OMS Configuration Guide and the Oracle
    By Example Series.
    I have tried running 9i Database in Windows XP Pro, Windows
    2000 Pro, Windows 2000 Advanced Server, and now Windows .NET
    Enterprise Server all with the same results. I have even tried
    8i with the same results.
    I have created a database specifically for OMS. I have run the
    OEM Configuration Assistant to create my repository in that
    database. I have made sure that the Database service is
    running and the Database is open. I have made sure that the
    Intelligent Agent service is running. I have configured a
    static IP address.
    The problem is that the OMS Service will not start. I don't
    know if it is because OMS is not configured correctly, not
    installed correctly, or is incompatible with my software or
    hardware.
    If anyone could point out what I have overlooked, or could
    point me in the direction of a "baby-steps" kind of "how-to"
    for implementing OMS, or tell me I am just plain ignorant, I
    would greatly appreciate it.
    Thanks and Merry Christmas,
    Dwayne Croteau

    After a couple of months and about 20 reinstallations I figured
    it out.
    When I installed Oracle 9i for the first time I tried to
    install into Program Files\Oracle\Ora90 but the installer
    complained that Oracle couldn't be installed into a location
    that had a space in the path. So I substituted the DOS
    compatible path for that directory Progra~1\Oracle\Ora90. OMS
    started without a problem after I installed Oracle into a
    directory without a space in it's name.
    Woo-Hoo!
    Dwayne

  • Having problems with Transparrent Spot Colour gradients Ai CS4

    I would like to know how to make the spot colour transparrent on one end of the gradient tool. Have been fiddling with the gradient opacety when the one spot colour is white but I  get a "grey" area between the 1st spot colour and 2nd spot colour (being black). I've tried draging the 
    into the 1st spot colour but this isn't working either.
    HELP!!

    Hi Karms...
    Try this, use your shape without gradients only fill with the spot color, then open the transparency palette SHIFT+CONTROL+F10. Next select your spot color shape, in the transparency palette you see your shape, then double click alongside your shape, this create a opacity mask, like mask in Photoshop. Next you must set up your mask, usually i use a registration color to set a transparent region and withe to set opacity region, to make a blend you set a registration to withe gradient. You be aware the transparency zone is different to opacity zone.
    Pd: Steve I'm, a step back from you! no more phone calls while posting

  • Having problem implementing array in code?

    I am trying to write a code that will ask the user to either enter in a name of a reds baseball player, a batting average, or a slugging percentage. When this is entered the name of that corresponding player will pop up along with his stats. The code that I have so far is written below. I just need help in the three areas of my if statements so that if the user types in a name, average, or slug percentage then that player and stats will come up from the file in my program(stats.txt).
    import javax.swing.*;
    import java.io.*;
    public class BattingStats
    public static void main(String[]args) throws IOException
    String option=selectOption("Select a search option"))
    getPlyrName();
    //need help here?
    if(option.equals("listBatAvg"))
    //need help here?
    if(option.equals("listSlug"))
    //need help here?
    private static void readSomeLines() throws IOException
    String filename="stats.txt";
    FileReader fr=new FileReader( filename);
    BufferedReader br=new Buffered Reader (fr);
    String sLine=br.readLine();
    while (sLine != null)
    String[] stats = sLine.split("\t");
    sLine=br.readLine();
    br.close();
    public static String selectOption (String prompt)
    String option=" ";
    int choice= JOptionPane.showOptionDialog(null, prompt, "Cinncinnati Reds player stats", JOptionPane.DEFAULT_OPTION, new Object[]
    "Search for a particular players stats", "List stats in decending order based on slugging percentage"
    if (choice==0)
    option="searchPlyr";
    if(choice==1)
    option="listBatAvg";
    if(choice==2)
    option="listSlug";
    return option;
    public static String getPlyrName () throws IOException
    String name=JOptionPane.showInputDialog(null, "Enter players name?");
    return name;
    }

    I assume that there will be more than one line in each txt file. Your code appears to loop through the file lines but does nothing with them. I think you need something like:
    import java.util.ArrayList;
    ArrayList allResults = new ArrayList();   //Declared at the top of your program
    allResults.add(stats);
    I reproduce your code below with some amendments.  I think you would have a hard time compiling this without my amendments.  I am not sure about some of the details but atleast it will now compile.  You should compile and run your code regularly so that you only have one or two errors to deal with.  You should add occasional System.out.println("Message") statements to help you understand what the code is doing.  You can comment them out when you are confident.
    import javax.swing.*;
    import java.io.*;
    public class BattingStats
         public static void main(String[]args) throws IOException
              // OK Java is object oriented so get rid of static and
              // create a BattingStats object
              BattingStats b = new BattingStats();
         public BattingStats()
              String player = "";
              String option=selectOption("Select a search option"); //Removed surplus bracket
              try
                   player = getPlyrName();
              catch (IOException ioe)
                   System.out.println("Error in getting Player name");
                   System.out.println("Program terminating");
                   System.exit(1);
                   //need help here?     <<< Sort out file reading first
              if(option.equals("listBatAvg"))
                   //need help here?
              if(option.equals("listSlug"))
                   //need help here?
         private void readSomeLines() throws IOException    // Static removed
              String filename="stats.txt";
              FileReader fr=new FileReader( filename);
               //BufferedReader br=new Buffered Reader (fr);
              BufferedReader br=new BufferedReader (fr);
              String sLine=br.readLine();
              while (sLine != null)
                   String[] stats = sLine.split("\t");
                   sLine=br.readLine();
                   //The above is fine but surely you have more than one line
                   //if so your data is being read and dropped.
                   // I guess you need to create an ArrayList and add each
                   // stats line to it
              br.close();
         public String selectOption (String prompt)   //Static removed
              String option=" ";
              //int choice= JOptionPane.showOptionDialog(null, prompt, "Cinncinnati Reds player stats", JOptionPane.DEFAULT_OPTION, new Object[]
              //"Search for a particular players stats", "List stats in decending order based on slugging percentage"
              String[] optionArray = {
                        "Player stats",
                        "Batting average",
                        "Slugging percentage"
              int choice= JOptionPane.showOptionDialog(
                        null,
                        prompt,
                        "Cinncinnati Reds player stats",
                        JOptionPane.DEFAULT_OPTION,
                        JOptionPane.QUESTION_MESSAGE,
                        null,
                        optionArray,
                        optionArray[1]
              if (choice==0)
                   option="searchPlyr";  //Where is this used
              if(choice==1)
                   option="listBatAvg";
              if(choice==2)
                   option="listSlug";
              return option;
         public String getPlyrName () throws IOException   //Static removed
              String name=JOptionPane.showInputDialog(null, "Enter players name?");
              return name;
    }Please note that by highlighting the code and pressing the code button it keeps the formatting. This is why you can see the indents above.

  • Enhancement Spot Activation problem after Transport

    Hi All,
    We are implementing  enhancement spot as per certain requirement. Everything is fine in the deveopment system. But once we move the object to quality system the program execution is not going into the implementation, although Enhancement spot implemention is available in Quality.
    Currently we are going into Quality system and activating Enhancement spot manually, even thoug this solves the problem we are worried about the production system. Because we wont be having access to production system.
    Has anyone faced these kind of scenarios?
    Regards,
    Antony

    I am facing the same issue. However I learnt that we might need to use Adjusting Tool from  Object Navigator/SE80 on the implementation before transporting.

  • ENHANCEMENT SPOT implementation - STEPWISE

    Hello all,
    I wanted to implement enhancement spot in standard SAP code.I will be thankful if somebody can tell me the steps to implement ENHANCEMENT spot.
    Thanks.

    Hi Sandeep
    I will share some basic knowledge on them
    Enhancement points are regions where can insert our code to suit customer needs...Spots are subsets of points and created inside these points..for an enhancement point multiple active spots can exist
    For enhacement-sections : the main idea is to provide a spot to customise the existing process..eg:SAP has done a select criteria..but you need to filter it more by adding a where condition..in that case SAP suggests using Enhancement sections..At any time the first active enhancement section works...even if multiple sections are created(though ideally multiple sections are not allowed to be created)..if you do the procedure below you can see that enhancement-section when a spot is created for it...the code in the parent section is copied and given in the editable mode
    Creating spots implementations for points/sections are given below................................................................
    to Create a spot in the standard code...click on the spiral icon..screen changes to a different color...place cursor on ENHANCEMENT-POINT/ENHANCEMENT-SECTION keyword of the spot you require to create implementation for...righ click -> "enhancement implementation -> "create" -> a table control comes -> at the bottom "CREATE" button to be clicked" ...give a name and text in customer name space and save -> select the same name just given in the table control ..press 'Tick' .....you will get a space where code can be written..write the code.....save and activate
    Also check the following blogs on enhancement framework
    /people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    Reward if helpful and revert back for clarifications
    regards
    Byju

  • Enhancement Spot: WB2_CC_SETTLEMENT-- BAdi WB2_CC_SETTL_CHANGE_DATA

    Hi,
    I am implementing Enhancement Spot:WB2_CC_SETTLEMENT with BAdi WB2_CC_SETTL_CHANGE_DATA and class Interface IF_WB2_CC_SETTL_CHANGE_DATA.
    Interface IF_WB2_CC_SETTL_CHANGE_DATA have changing parameter is CR_BVB_TAB_DATA and defined as DATA.Structure of CR_BVB_TAB_DATA is available at runtime.
    Requirement is to access dynamic data of table CR_BVB_TAB_DATA fields WBELN, KNUMV and update field value of KAWRT.
    BAdi will be called in Vendor Contract Settlement ( transaction WB2R_SV ).
    I could not find trace of call badi  of WB2_CC_SETTL_CHANGE_DATA in program RWB2R_VENDOR_SETTLEMENT.
    Any information where this BAdi is called from program RWB2R_VENDOR_SETTLEMENT?
    Please suggest solution.
    Thanks,
    Somi Reddy Satti

    Hi Vikram,
    Thanks for prompt reply.
    The above transactions are belongs to Vendor Contract Settlements and under package WB2_REBATES.The BAdi's are called through classes CL_WB2_REBATE_SETTLEMENT,CL_WB2_REBATE_SETTLEMENT_1 in program RWB2R_VENDOR_SETTLEMENT.
    Enhancement Spot: WB2_CC_SETTLEMENT have following BAdi's
    WB2_CC_CHANGE_SPLIT_PART_SETTL - Change Split for Partial Settlement Dates active
    WB2_CC_REV_ACCR_ALLOWED_CHECK  - Check if reversal of accruals is allowed
    WB2_CC_SETTL_AFTER_CREATE      - Save own data after settlement document creation
    WB2_CC_SETTL_ALLOWED_CHECK     - Check if settlement is allowed
    WB2_CC_SETTL_CHANGE_BVB_DATA   - Change Business Volume Base for Settlement
    WB2_CC_SETTL_CHANGE_DATA       - Change Data before Data Transfer
    WB2_CC_SETTL_CHANGE_FINALLY    - Change Data before Settlement Document Creation
    WB2_CC_SETTL_CHANGE_HEAD_DATA  - Change Head Data
    WB2_CC_SETTL_CHANGE_ITEM_DATA  - Change Item Data
    WB2_CC_SETTL_SIGN_ADJUSTMENT   - Adjust Signs in Business Volume Data
    Thanks,
    Somi Reddy Satti

  • Enhancement Spot in CRM 5.0

    Hi,
    Please let me kow if anyone has implemented Enhancement Spot in CRM 5.0. I want to understand the limitations of implementation.
    Regards
    Vamsi
    Points will be rewarded

    Hi,
    Please let me kow if anyone has implemented Enhancement Spot in CRM 5.0. I want to understand the limitations of implementation.
    Regards
    Vamsi
    Points will be rewarded

  • Enhancements spot not working at debugging.

    Hi All,
    I am implementing enhancements spot in FM 'QEST_TOLERANCE_INSPECTION' that all implementation done successfully But while i am debug this code at that time the implemented  enhancements spot doesn't appear on debugging  screen. i have put all this think i.e BREAK-POINT and all and program control also going in that position, please help me out to resolve this.
    Thanks & Regards,
    Ams K.

    Ams,
    I use ECC 6.0 ( ABAP release 701 ) where the FM 'QEST_TOLERANCE_INSPECTION' is not released for customer usage.May be you should think twice before using it.
    Check if the FM is getting triggered in the first place.
    Check if the Enh is active.Try reactivating it.
    K.Kiran

  • Creating Enhancement Implementation for the  Enhancement spot in ECC 6.0

    Hi All,
    I have an urgent requirement of creating an Enhancement implementation for the existing Enhancement Spot in ECC 6.0 ..
    I never worked on enhancement in ECC 6.0.
    There is an existing enhancement spot called "ES_SAPLIQS0" in the package " IWOC". which has got three existing implementations
    1. DI_ROT_SAPLIQS0
    2. ISU_SAPLIQS0
    3. DIMP_GENERAL_SAPLIQS0
    I need to create another implementation for the same enhancement spot.. Please let me know the detailed procedure to create the enhancement implementation for the same spot..
    Thanks-
    Shrikant
    useful answers will be rewarded.

    First of all find out the include program where you want to write the logic.. Click the spiral button to go to enhancement mode.. then click on Edit > Enhancement operations> Show implicit enhancement points.
    This will hightlight all the enhancement points in your include program. Right click on exact enhancement point and select Enhancement Implementations --> Create,, It should give you the same Enhancement spot you are talking about. select that and write the code.. This code will be automatically appear in the same enhancement spot. You can see one more Enhancement implementation in the same Enhancement spot from the transaction code se19.
    Hope my explanation is clear, if you have any doubts, send me a mail at [email protected]
    All the best.
    Shrikant

  • Badi implementation in ECC 6 version using Enhancement spot

    Hi,
              I've to create an implementation for an already existing BADI in ECC 6.0 version.The interface method of the badi is getting called in main program in a standard include.Is it possible to create that using New badi Enhancement spot option in se19? If so where should i create the enhancement point because when i'm trying to create implementation i'm getting the message Enhancement point zbadi_le_shipment does not exist .
    Thanks in advance
    poornima

    Hi,
       First u need to implement the BADI badi_le_shipment
    Implementing Business Add-Ins (BADI)
    The use of object orientated code within SAP has lead to new method of enhancing standard SAP code called
    Business Add-Ins or BADI's for short. Although the implementation concept is based on classes, methods and
    inheritance you do not really have to understand this fully to implement a BADI. Simply think of methods
    as a function module with the same import and export parameters and follow the simple instructions below.
    Steps:
    1. Execute Business Add-In(BADI) transaction SE18
    2. Enter BADI name i.e.badi_le_shipment  and press the display
    button
    3. Select menu option Implementation->Create
    4. Give implementation a name such as Zbadi_le_shipment
    5. You can now make any changes you require to the BADI within this
    implementation, for example choose the Interface tab
    6. Double click on the method you want to change, you can now enter
    any code you require.
    7. Please note to find out what import and export parameters a
    method has got return the original BADI definition
    (i.e. badi_le_shipment ) and double click on the method name.Under this AT_SAVE  is the method put break point.
    8. When changes have been made activate the implementation
    YOu can go through these links...
    http://esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://esnips.com/doc/365d4c4d-9fcb-4189-85fd-866b7bf25257/customer-exits--badi.zip
    http://esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    Regards
    Kiran Sure

Maybe you are looking for

  • BPEL Process Manager Generated WSDL

    We are working on an ant build framework for a Oracle SOA Suite 10.1.3.3.0 project, consisting of a main BPEL process that is synchronously calling another BPEL process via an ESB. This second process uses the same ESB to call back the original proce

  • Problem with packages

    hi.. i have made about 3 java files in the folder "pack1" n put those files in the package by writing package pack1 as the first line in those files. When i use those classes in a fourth file which is also in the same folder, it somtimes sayz "class

  • I want to confirm a best practices issue - Acrobat XI Standard Forms used on an Apple OS - is this an issue?

    I am creating forms in Acrobat XI Standard on a Windows 7 64 Bit machine. I am reports that the forms do not work and I am seeing screen prints where the fonts in the form fields are larger and displaced than those in the original form I created. Thi

  • Where can I download an older firware version for my DR8-A2

    I would like to know to know where can I find and download the 140D version of the DR8-A2 firmware, because since I updated to 150D and 160D version it stoped burning DVD-R at 8x, it only burns at 4x or 2x. Can I flash it back to the 140D version. Pl

  • Using DTR in Web Dynpro

    Hi All, I'm interesting in using the DTR component of the JDI (without CBS & CMS) for version management. scenario: A number of developers are working on a WD project (the project is local and not DC). I want the developers to checkin and checkout li