Analysis, Design model, round-trip engineering

ok, here's the point.
We work with the problem domain and develop the analysis model. The analyst at this stage doesn't concern himself with the implementation details, some low-level code patterns and the programming language (well, let's forget for now about C's multiple inheritance and Java's workaround for it). So, when most of the analysis work is done, we end up with major classes (populated only with some basic attribs & behaviour; then, we have a high-level representation of business processes and corresponding activity diagrams. Of course, this model will be refined at a later stage, but for now it will do.
Say, we have the model in a project. Now we move to the design level. More and more details are added to the model, sequence/collaboration diagrams are added, we concern ourselves much more with the detailed class behaviour.
And here's the first question. Should we leave the original high-level diagrams intact and produce separate detailed ones? Generally, they represent the same process, but at a more detailed level. What about duplication of diagrams? Or should we elaborate the existing ones (but then we lose the clear and simple bird-eye view of the problem domain).
After that, we make a decision to implement the system as a set of EJB's. So, we've switch to component modeling at system design. UML model for these components differs quite a lot from a traditional one, so it can be quite painful to refactor the existing interaction diagrams. But do we need to do it? I agree that having <<EJBImplementation>>, <<EJBRealization>> , etc stereotypes displayed in the analysis model is not a nice solution.
Another question - is it a good idea to start a separate project for system design and just import/copy the required pieces from a higher-level design model? Or can we get away with combining all stages in one project file?
Please, read all of the above in the light of round-trip engineering. So, finishing after analysis stage, is not an option, but to lead the whole project to as low level as implementation details.
I'd like to hear from you, some hands-on experience with similar projects, your approaches. Feel free to comment on the flow of events.
Best regards,
Andrew

ok, here's the point.
We work with the problem domain and develop the
analysis model. The analyst at this stage doesn't
concern himself with the implementation details, some
low-level code patterns and the programming language
(well, let's forget for now about C's multiple
inheritance and Java's workaround for it). So, when
most of the analysis work is done, we end up with
major classes (populated only with some basic
attribs & behaviour; then, we have a high-level
representation of business processes and corresponding
activity diagrams. Of course, this model will be
refined at a later stage, but for now it will do.
Say, we have the model in a project. Now we move to
the design level. More and more details are added to
the model, sequence/collaboration diagrams are added,
we concern ourselves much more with the detailed class
behaviour.
And here's the first question. Should we leave the
original high-level diagrams intact and produce
separate detailed ones? Generally, they represent the
same process, but at a more detailed level. What about
duplication of diagrams? Or should we elaborate the
existing ones (but then we lose the clear and simple
bird-eye view of the problem domain).Depends on whether you are concerned about the abstract methodology or more concerned about the implementation methodology.
For full process control, on a large project, you will have a architecture design which will always reflect the target system but has little to do with the implementation design. If the architecture needs to change it means something was "wrong" with it (which could come about due to a change order or a refinement of the specification of the system.) There might be other associated high level documents which occupy the same level - such as the project plan. This would typically be the project initiation phase which occurs before software design starts.
Of course you would keep all of the documents. Just as naturally each version would be checked into the version control system.
>
After that, we make a decision to implement the system
as a set of EJB's. So, we've switch to component
modeling at system design. UML model for these
components differs quite a lot from a traditional one,
so it can be quite painful to refactor the existing
interaction diagrams. But do we need to do it? I agree
that having <<EJBImplementation>>, <<EJBRealization>>
, etc stereotypes displayed in the analysis model is
not a nice solution.I doubt that any reasonable system is going to make the decision to use J2EE in the system design process. That is always going to be a architecture or requirements decision (even if it is implicit.) If not then it suggests that there are probably at least three levels to the design process and the J2EE decision is in the top most layer (maybe there is a "high" and "low" level architecture process.) And architecture design must describe why J2EE was choosen and what if any alternatives were considered.
Again this document will be retained (and checked into version control.)
>
Another question - is it a good idea to start a
separate project for system design and just
import/copy the required pieces from a higher-level
design model? Or can we get away with combining all
stages in one project file?
In the abstract yes.
Why? Because in an ideal design environment, a "high" (system) level design is created by a small very experienced set of developers. Then it is handed off to many junior developers for "low" (detailed) design. That doesn't work if you are using the "same" design. This is only somewhat mitigated by design tools that somewhat support this process (or least last time I checked they didn't support it very well.)
Keep in mind that this is the ideal, and it is unlikely (probability wise) that you are working at or with a company where doing this is feasible much less encouraged.
Please, read all of the above in the light of
round-trip engineering. So, finishing after analysis
stage, is not an option, but to lead the whole project
to as low level as implementation details.
Round trip. You start with the documents that have been checked in. You branch the version control tree or just up the version numbers of the docs (depending on how "deliverables" are being handled) and start over.

Similar Messages

  • UML Modeling: Round Trip Engineering

    Hi!
    Yesterday I worked through and tested the UML Modeling: Developing Applications tutorial. Everything worked awsome and I managed to complete step in the tutorial.
    Today, when I started the studio and wanted to play a little more with Round Trip Engineering I found something strange.
    If I add an operation to the java-source using the source editor it do not show up in the UML class diagram but if I add an operation to the UML class diagram it shows up in the java-source.
    Is it me that is doing anything wrong?
    Is this a known issue/bug?
    Win XP Professional
    Java Studio Enterprise 8 with latest update today.
    Sincerely,
    // Paul

    Paul,
    Glad to hear you like the UML tool. Not sure which release/version you are working with so I'll try to cover all the bases hear.
    The UML module was released with the Enterprise Pack (early access version I believe), the live roundtrip was still enabled. Then we pulled UML module out of the Enterprise Pack because we needed to do some overhauling of the roundtrip feature and we didn't want to prevent Enterprise Pack from going beta, so now UML is available via the beta update center. This version of UML has the live roundtrip disabled so that code is not generated with every model manipulation and the model is not updated with every source edit. It sounds like this is the version you are working with.
    There is a strange scenario where the live roundtrip is unintentionally enabled (live roundtrip should never be enabled... ever - this is not your fault). A bug was filed and I fixed it, but the fix was integrated into a different branch than the one available via the update center. This is because we are about to release Java Studio Enterprise 8.1 and so we did all the bug fixing on that branch and all those fixes will be merged with the UML that is on the update center, probably in the next week or two, but a date has not been decided, yet.
    In summary, rest assured that the issue (and many many others) have been addressed, and those fixes will be merged into the version available on the update center very soon.
    Please keep the feedback coming on reverse engineering and code generation as we are rebuilding these features from scratch for NetBeans 6.
    thanks
    craig

  • Sun Java Studio Enterprise 8 UML Round Trip Engineering Problem on Linux

    Hi all,
    I know Linux is an unsupported platform but I thought I'd mention that the "Navigate to Source" context menu when trying to generate source from UML is missing.
    If you try to work through the "UML Modeling: Developing Applications" tutorial (http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/jse8/uml_fe.html) on a linux box, everything goes to plan until step 3 "Choose Navigate To Source from the contextual menu" of the "Continuing Development Using Round Trip Engineering" section.
    I haven't tested it on Solaris but it definately appears on Windows.
    Cheers!
    Mike.

    I just tried on JDS3 Linux and I was able to complete this tutorial from the beginning to the end without any issue. I tried the Navigate to Source option on all classes from the project tree under the "bankpack" package node and source file for all classes were opened in the source editors. In fact, all UML quickstart tutorials have been tested and working as expected on all platforms including JDS3 Linux.
    Which Linux system are you having this problem on?
    Which JSE 8 build are you using (look at product line from Help->About, click on Detail tab)?
    Are you able to see "Navigate to Source" from the contextual menu for any other class from this tutorial?
    As Trey indicated in his response that the source must exist to have this menu option, do you see the corresponding source file generated in the Java project?
    Thanks,
    --Peter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Oracle db ERD round trip engineering

    Hello,
    Is there a tool for oracle to take a db and have an ERD diagram produced from the db?
    I am looking for a tool like mysql workbench but for oracle.
    Thanks,
    John

    For example: CA ERwin Data Modeler
    With kind regards
    Krystian Zieja

  • Re: (forte-users) Round-trip database design

    We have used Erwin quite sucessfully, but it's not cheap.
    "Rottier, Pascal" <Rottier.Pascalpmintl.ch> on 02/15/2001 04:51:01 AM
    To: 'Forte Users' <forte-userslists.xpedior.com>
    cc:
    Subject: (forte-users) Round-trip database design
    Hi,
    Maybe not 100% the right mailing list but it's worth a try.
    Does anyone use tools to automatically update the structure of an existing
    database?
    For example, you have a full database model (Power Designer) and you've
    created a script to create all these tables in a new and empty database.
    You've been using this database and filling tables with data for a while.
    Now you want to do some marginal modifications on these tables. Add a
    column, remove a column, rename a column, etc.
    Is there a way to automatically change the database without losing data and
    without having to do it manually (except the manual changes in the (Power
    Designer) model).
    Thanks
    Pascal Rottier
    Atos Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Hello Pascal,
    Forte has classes which might be able to scan the database structure
    (DBColumnDesc,etc.). Express use this classes to determine how the
    BusinessClass looks like. We use Forte to create the tables,indexes and
    constraints. We have the Problem that the above described classes are only
    readable but not fillable. The solution for us will be to create our own
    classes in
    the same manner than existing classes are. So we are able to make updates in
    the database structure and maybe able to change the database tables with tool
    code. Another reason for us to have the database structure in the
    application is the
    ability to see the table structure on which the Forte code works always up
    to date
    with the code. You are always able to compare the structure of the database
    with
    your businessclasses and able to convert a wrong structure to the correct
    structure
    with maybe just a little piece of code.
    Hope this helps
    Joseph Mirwald

  • Round-trip database design

    Hi,
    Maybe not 100% the right mailing list but it's worth a try.
    Does anyone use tools to automatically update the structure of an existing
    database?
    For example, you have a full database model (Power Designer) and you've
    created a script to create all these tables in a new and empty database.
    You've been using this database and filling tables with data for a while.
    Now you want to do some marginal modifications on these tables. Add a
    column, remove a column, rename a column, etc.
    Is there a way to automatically change the database without losing data and
    without having to do it manually (except the manual changes in the (Power
    Designer) model).
    Thanks
    Pascal Rottier
    Atos Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch

    Hello Pascal,
    Forte has classes which might be able to scan the database structure
    (DBColumnDesc,etc.). Express use this classes to determine how the
    BusinessClass looks like. We use Forte to create the tables,indexes and
    constraints. We have the Problem that the above described classes are only
    readable but not fillable. The solution for us will be to create our own
    classes in
    the same manner than existing classes are. So we are able to make updates in
    the database structure and maybe able to change the database tables with tool
    code. Another reason for us to have the database structure in the
    application is the
    ability to see the table structure on which the Forte code works always up
    to date
    with the code. You are always able to compare the structure of the database
    with
    your businessclasses and able to convert a wrong structure to the correct
    structure
    with maybe just a little piece of code.
    Hope this helps
    Joseph Mirwald

  • Round Trip UML Tool

    Looking for suggestions for a round trip UML tool. Mainly I'm interested in being able to extract UML diagrams from Java source. Ideally, open source, but I'm open to anything if it's really good.
    So far I've found ArgoUML, but the support for reverse engineering UML seems spotty.
    I've also heard good things about Together and Rational, but both of those seem very expensive...
    Thanks for any thoughts,
    Johh

    I'd be curious to know your reasons for this, given
    that
    you seem to have quite a bit of experience.UML diagrams created by humans can sometimes show their intent more clearly than code by obscuring details and isolating the important abstractions. Unfortunately, maintaining that sort of UML diagram is expensive. I find it's cheaper to document the important abstractions and original intent with plain text comments.
    There are impedance mismatches between UML and all popular programming languages. This forces automated reverse engineering to either arbitrarily reduce detail across the board or burden the diagrams with trivial details. The purpose of a model is to throw away some information. That's why 1:1 scale maps are not popular. Automated systems aren't smart enough to know which information to throw away.
    Also, UML is sort of like Esperanto or Lojban. They might be useful in a pinch, but very few people want to speak them all the time. Automatically translating source to UML loses idiomatic information, and it turns out programming idioms convey a lot of useful information between experienced developers.
    It seems to me having UML diagrams for other people's
    code is especially useful, and can greatly ease the
    process
    of coming to understand it. Hence my special interest
    in a
    good reverse engineering tool. But I like UML for
    aiding my
    own design as well.I used to like it, but after I became more familiar with OO concepts I found it just slowed me down. Perhaps it is helpful while learning. I'm glad I know it, I just don't use it.

  • PI 7.1 Message Round Trip

    Good day,
    From rumors and small talk with fellow Netweaver technical consultants,
    I heard that with PI 7.1 - sending message without round trip  (sending message from one adapter to second adapter without entering the IS) will possible.
    1. Is that true?
    2.Where will the mapping take place if necessary?
    3.Will our monitoring capabilities will remain (message monitoring,end2end, AFW monitoring)
    If any of you experienced with PI 7.1 ,and currently not buried with development work, I'll appreciate you opinion\knowledge.
    Regards,
    Nimrod.G

    Hi,
    New highlights for SAP NetWeaver Process Integration 7.1 are:
    • Enterprise Services Repository as a central storage location for enterprise service definitions and lifecycle management data for all enterprise services
    • Universal Description, Discovery, and Integration (UDDI) 3.0–compliant services registry for runtime management of enterprise services
    • Improved support for standards such as Web Service Reliable Messaging (WS-RM), WS Policy, Security Assertion Markup Language (SAML)
    • Extended support for high volume scenarios
    • Business Activity Monitoring for process definition of milestone monitoring (event correlation)
    • Improved SAP NetWeaver Administrator support for central configuration and administration of both mediated and point-to-point scenarios.
    • XML payload validation
    • Process editor modeling enhancements: step groups, integrated alert management, configurable parameters
    • Integration of human interaction (generic user decision)
    • WS-BPEL 2.0 preview.
    • Message Packing.
    • Local Processing in Adapter Engine.
    • Reusable UDF’s.
    • Lookup function with multiple results.
    Regards,
    Soumya

  • Round trip between Flash Builder and Catalyst?

    Is it, or will it, be possible to go back to Flash Catalyst once a project as been brought into Flash Builder?
    I have imported the .fxp project into Flash Builder, made some code changes, then exported a .fxp project out again.  I want to be able to edit this in Catalyst so I can make design changes, but when I try to open the project Catalyst says it cannot be opened becuase it has been edited outside of the application.  Is there something I am missing or has this simply not been implemented yet?
    It would be a shame to not be able to "round trip" from Catalyst to Builder.
    Thanks for your time and the product looks very exciting.

    Hi Watern,
    For the first version of Catalyst, we're focusing on the one-way workflow from Catalyst to Builder (start in Catalyst, finish in Builder). We realize this is a big limitation and hope to address soon after the first release.
    There are a number of partial solutions for this problem, which you can find by searching around the forum. Most of them involve dividing the work between Catalyst and Flash Builder as cleanly as possible, which is surprisingly easy to do given the new skinning architecture. Here's an excerpt from a post I wrote that seems to have been lost:
    "If you are iterating between Catalyst and Builder on a custom component, you may find it is worth splitting the custom component out in that fashion. I'm planning to write an article explaining this, but here's a preview:
      In Builder, create a new subclass of SkinnableComponent. Put the component logic in there.
      If you need to add visual logic like "now move the konfabulator 10px to the left", you should make konfabulator a skin part, using the metadata (see Scrollbar.as, in the Flex 4 SDK, for an example).
      If your component has states, declare them with the metadata.
      In Catalyst, make sure that your custom component has those parts and states.
      Then import the custom component into Builder.
      In the MXML file for the custom component, change the root tag <Group> to <Skin>. It's now a skin (not a custom component).
      In the MXML file for the skin, add the [HostComponent("com.me.MyComponent")] metadata (see HScrollbarSkin.mxml, in the Flex 4 SDK, for an example).
      Wherever you are creating the instance, change the code <MyComponent/> to <MySkinnableComponent skinClass="MyComponent"/>. Now you're creating an instance of your skinnable component and assigning it the skin created in Catalyst.
    Done! If you make more changes in Catalyst, you'll have to repeat steps 5-7 again (for now!)."
    -Adam

  • After round trip to CS5 Aperture is not becoming the active window

    After I complete my edits in CS5 I command W and save and the file returns to aperture with adjustments etc but aperture doesnt become the active window so I have to click on it to start off the next part of my workflow. Unless I am mistaken there is something going wrong here as before when i used aperture on completion of the round trip I was back active in an active window where I started off. Anyone got any idea's with what I am doing wrong?  E

    If you were using CS5 and Aperture in SL, I think you are mistaken.  There is nothing about those keystrokes to cancel CS5 being the front application.  If you close CS5, then Aperture will be the front application, assuming you have not interimly opened another app.  I would not expect it to be different in Lion.  My use of Lion is currently testing another external editior, so haven't installed my Adobe Design Premium suite in Lion yet, but would not expect different behavior from that in SL.
    Ernie

  • Round tripping with Fireworks CS3

    I am using Dreamweaver/Fireworks CS3 and editing images
    between Dreamweaver and Fireworks by round-tripping via the
    Property Inspector is a very cool feature. However, I can't seem to
    use this same feature with background images linked to the page in
    a CSS style sheet, because there is not way to "select" the image
    in Design View.
    Is there a way to "select" a background image linked to the
    page in a CSS style sheet, so it will show up in the property
    inspector where I can edit the source file? There has to be a way!
    Can anyone help me out?
    David Conner

    > Is there a way to "select" a background image linked to
    the page in a CSS
    > style sheet, so it will show up in the property
    inspector where I can edit the
    > source file? There has to be a way!
    not directly from the design view window-
    But find out the image's name and folder location from
    whatever code it's
    called in, and then go to the Files Panel and right-click on
    the file to
    edit or optimize it in fireworks. If it's a background, it's
    a single image.
    If it's part of an inserted .png table or similar, select an
    adjacent real
    image that's part of the same .png and pick the round trip
    option.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Round tripping PSD in Cp7/TCS5???

    I’m also continually challenged with round-tripping PSD files in Captivate. I can import a PSD layer, but I can’t update the PSD from Cp if the original changes. So I figured that after editing the PSD file I would just import the PSD layer again. But since the PSD layer name hasn't changed, the image in the Cp library doesn't change! So I need to delete the media from the CP library, import the PSD again, and rework each slide where that image was used. Timeline, image properties, etc. Utterly ridiculous!
    From my research it seems like round tripping PSD is only an eLearning suite feature, but we’re using Tech Comm Suite. It’s very frustrating and time consuming to work around this arbitrarily disabled function. Especially considering the money we've spent for 4 TCS suites. Why is this functionality not enabled for TCS? I submitted a bug report / feature request and sent it down the black hole to India.
    Another stupid inconsiderate decision choice from Adobe. Articulate is looking better every day.

    Sorry Sreekanth, but your responses doesn't make sense to me. If Photoshop not being part of TCS is an issue then why is "Import a Photoshop file" an option in Captivate? Further how can Cp see the PSDs as folders in the library, with the PSD layers as images? Also, the fact that Illustrator was included in TCS4 was meaningless since we couldn't import an AI file direct to Cp anyway. We had to export from Illustrator to some other format, like PNG. If we needed to retain transparency of the image, well that was a gamble. By placing AI files into a PSD, then importing the PSD into Cp we had a workflow that retained the image source PSD and AI files, and retained transparencies. If updating a PSD in Cp 6/7 standalone does work, then it looks to us that Adobe did remove functionality when packaging Cp into TCS.
    And I did confirm my requirements with an Adobe sales rep before we upgraded to TCS5. I specifically identified this issue to him as part of TCS4. He was surprised that a premium suite like TCS would not offer an option like this. Especially since ELS did include it. He promised to look into it and get back to me. He followed up with email questions about versions of my softwere, but the discussion went quiet and I received no more replies to my inquires.
    We've always purchased Photoshop and Illustrator separately. I didn't know these have gone to Creative Cloud only. As technical content developers and curriculum designers we've always used those for our grapic design. It was always weird to us that TCS and ELS were packaged with Photoshop or Illustrator differently.

  • Design Model applications?

    The last step in creating a new application has a checkbox with "Save this definition as a design model for reuse" next to it. I could not see an explanation of "design model" in the HTML DB user's guide or on the Internet.
    Questions
    1) Does this mean you can have one or more template applications to speed up the development of new application?
    2) How do you change an application from not being a Design Model to being one? I created a template application without marking it as a Design Model. How can I make it one? I have the application export, but when I import it, I cannot designate it as a Design Model application.
    3) In the past I created some "test" applications with the checkboxs checked. I have since deleted these "test" applications, but they are still in the list of Design Model applications. How do I remove them from the Design Model list?
    Mike

    Mike,
    When you use the create application wizard, then the page definitions of the pages you’re adding to your application are saved as a model. So all the information about your form pages, report pages, tabular form pages, and if selected, your analysis pages, are all saved if you choose that option. When you use the create application wizard the next time, you will be able to re-use that application definition, perhaps modify it, add new page definitions, change existing page definitions, etc. And then you can create a new application based on that updated model. You can not go back to a model to modify an existing application, nor can you create a model for an application that previously didn’t have one.
    Please note that a model only stores information about your pages. Your other selections, like what theme you want to use, if you want to copy over any shared components, what kind of authentication you want to use, etc. are not stored in the model. So if you want to save a full application for future re-use, it’s best to export it, or create copies of the application.
    In order to delete an application model, you can go to your application administration, then click on manage service and go to application models. There you’ll find a list of models and a button to delete those that are no longer needed. Deleting a model has no effect on any existing applications.
    Regards,
    Marc

  • How would you model a trip or trajectory with Spatial ?

    Hello,
    I have a design question that is probably simple : "how would you model a trip/trajectory with Spatial".
    I would like to query trips that were in a specific area between 2 dates.
    Thank you for your help
    Gregory

    Hi Gregory,
    A simple way to model a trajectory is to model it as a set of trajectory points with a timestamp.
    Each trajectory has a trajectory id as its PK.
    Table Trajectory:
    Trajectory_ID NUMBER,
    Trajectory_Pt SDO_GEOMETRY,
    Time TIMESTAMP
    The above schema enables you to query the trajectory using time, geometry, and can be used fro tracking purpose (trajectory point level).
    A complete trajectory is to query a trajectory order by the time of its trajectory points.
    If you are only interested in the full trajectory geometry and time,the following might be sufficient.
    Trajectory_ID NUMBER,
    Start_Time TIMESTAMP,
    End_Time TIMESTAMP,
    Trajectory SDO_GEOMETRY
    You can build indexes on spatial and temporal information for your query if needed.
    jack

  • Round trips motion with FlexMotion

    I am EAGERLY looking for a LabView routine that allows the M-UTM150CC.1 motorized stage (driven through the ESP 100 controller) to perform a choosable number of round trips with the same velocity profile as it already has for one way out (for one way out, I have already the code)
    Is the FlexMotion card could solve my problem? How much does it cost?

    We bought in 1996 the FlexMotion 1035 (ISA card) which was at that time built by nuLogic, a startup from the MIT. Someone from nuLogic has been employed by National Instruments, I would like to get in touch with him to know what are the differences between the model PCI-7334 you propose me and the above one.
    PLEASE answer me SOON because it is PRESSING
    The references written on the card are the following:
    FM 1035
    Solder side L6 Rev-B
    Made in U.S.A. 1994
    P/N 5200-0005
    nuLogic Inc. ECCC4 94 VO 2595
    nuMotion BD
    BD. COMP side L1 Rev-B

Maybe you are looking for

  • Incorrect initial value for char 0FISCYEAR in i_t_range in DTP filter prog

    Gurus I need your help , I have searched all the threads but could not find anything which can help me resolve this issue. I have a filter in DTP as a routine to get the year from system date. The program is correct for syntex but when I trigger the

  • Very unusual problem with DataProvider

    Hi everyone I followed this tutorial http://developers.sun.com/jscreator/learning/tutorials/2/inserts_updates_deletes.html to create a somewhat similar page, using a MySQL data source. Everything worked fine, until I tested the application with Hebre

  • BP Ref Nbr in Incoming Payments

    whenever my users are trying to create an incoming payment, we want the Doc Nbr to be shown at all times. But for some reason they are able to see only the BP Ref Nbr in the incoming payment grid. Although we go to Form settings and check OFF the BP

  • Video screen gone weird

    To whom may help, When i go onto video chat the screen breaks into 4 pieces and they dont line up i have taken a screen shot for you. I have tested the cam and its ok i can get full pics and full screen its only when i video chat i cant Please help K

  • Handling AMC scenario

    Dear All , Scenario:- Our customer signs an AMC contract with us for ex. AMC for maintaining computer hardware and networking equipment. Now once customer logs a call following transaction take place GOOD RETRUN -->Faulty Material IN from Customer.