Technical Spec Design for java model

Hi All,
Any body having TSD for java in any Obj.
I need the model tsd for java Obj.
Regards
BHI

WHAT java model are you talking about?
Regards,
Benny

Similar Messages

  • E-Recruitment Technical architecture design for stand alone

    Hello,
    I looking at various options to implement E-Recruiting in a stand alone scenario.
    One option i know is where my HR Data is in ECC6.0 and E-Rec component is in other ECC6.0 system and i can interface the data through ALE and RFC's.
    When we talk about E-Rec in standalone (without ECC), how would be technical architecture look like.
    Please help me with some inputs.
    Best Regards
    G Raj

    Hi Raj,
    Am not sure what are the exact details that you require. I have given a few pointers which may be of use.
    Incase eRecruiting is on a different server then the transfer of data (PA & OM ) will be through ALE & idocs.
    The transfer of data from eRecruiting to ECC is through RFC where only a set of 15 fields can be transferred back. There is also a newer option to use XI for this.
    The standalone server usually has only the erec component & no other HR module (Pls chk the installation guide on this point)
    A few BADIs need to be activated in the erec server
    When an internal employee(object P) is transferred here, a corresponding object NA(candidate) & BP(business partner) is created.(This is because of the BADI activation)
    Incase of an external employee , the moment he registers, an object NA ,BP ,CP is created.When he is hired into the system, there is an object P created with a New CP which then will have to be coonnected to the original NA.
    Change pointers will take care of synchronisation of data between both the servers.
    The relationship between the various objects are seen in infotype 1001 in the erec system.
    The advantage of using this scenario is that core HR is not exposed to external people as the erec server talks with the external world.
    Incase of webdynpro ABAP as UI, you can have separate fron-end & back-end.
    Regards,
    Sowmya

  • RE:WebDynpro for Java (Model)

    Hi all,
    I have created a model using Depricated webservice in WebDynpro DC  it is working fine.But after that i have modified that webservice the changes are not reflected to my model and the error iam getting method not found so how to update my model with that modified webservice.
    Note:If i right click on the model i am not able to get the Re-import Model.

    Mahesh,
             when we speak about the Adaptive RFC model and odinary one the difference is when you are trying to use the adaptive RFC when the changes happen at the back end just by reimporting the your WDframe work is inteligent enough to realise the changes but if it was non Adptive then it will not.
    I dont know how much effort it takes to reconstruct the application using Advaptive Webservice as of now. If you can do that your problem will be resovled. If you Still want to persist with the depricated Webservice model i am scared to say that you will be introuble in future because the whole use of webservice model will be handicaped if you use it.
    I am sure this interaction has helped you in getting insight of Adaptivity of the Model.
    Regards,
    Arun.

  • Can u tell me how to prepare the technical specs in implimentaion project?

    plzzz

    Hi Anitha
    Technical Spec is nothing but mirror of development. Based on your Functional spec you need to build technical spec.
    For Ex:- you want to build a DSO,
    Tech Spec look like this--- first We need show Physical data model for DSO ..........
    Name of the --- Keyfields Data FieldsAttributes (Dis/Nav)-- Transformations  -- Source system -- Datasource
    DSO                                                                                (Rule types)
    I hope this will help you .......any doubts reply me
    Thanks,
    Manag

  • Urgently need a Technical Specification Document for any java development

    hi friends,
    I urgently need a tech spec doc for any java developments , wanted to refer for creating templates for a product . Please help its very urgent.
    Thanks

    Here are a couple of hundred technical specifications for a wide variety of Java development projects:
    http://jcp.org/en/jsr/all

  • Any functional spec or technical spec for  MB5B report??

    Guys,
    Please send me any Functional Spec or Technical Spec of the standard SAP report  with tcode MB5B ( Stock as on posting date). Any document explaining logic or technical flow is very much useful to me..I need to understand the logic and what are all the underlying tables used. I will assign more points to anyone who help me.

    I got some help from the abaper.table/field details of the input screen and output screen
    input screen
    MATERIAL NUMBER       MARD     MATNR
    COMPANY CODE      T001     BUKRS
    PLANT                       T001W                    WERKS
    STORAGE LOCATION     T001L     LGORT
    BATCH     MCHB     CHARG
    VALUATION TYPE     MBEW     BWTAR
    MOVEMENT TYPE     MSEG     BWART
    SPECIAL STOCK INDICATOR     MSEG     SOBKZ
    SELECTION DATE     MKPF     BUDAT
    output screen
    STORAGE LOCATION     T001L     LGORT
    MOVEMENT                     MSEG      BWART
    MATERIAL DOCUMENT     MKPF     MBLNR
    ITEM                                      MSEG     ZEILE
    POSTING DATE                      MKPF     BUDAT
    QUANTITY                                      MSEG     MENGE
    PLANT                                       MSEG     WERKS
    MATERIAL                                    MSEG     MATNR
    In the input screen
    i have three radio buttons :
             STORAGE LOC/BATCH STOCK
              VALUATED STOCK
              SPECIAL STOCK
    and  following checkboxes
    WITH OUT OPENING STOCK,WITH OUT CLOSING STOCK(WITH MOVEMENTS)
    WITHOUT OPENING STOCK,WITH CLOSING STOCK(WITH MOVEMENTS)
    WITH OPENING STOCK, WITH OUT CLOSING STOCK(WITH MOVEMENTS)
    WITH OPENING STOCK, WITH CLOSING STOCK(WITH MOVEMENTS)
    WITH OPENING STOCK, WITH CLOSING STOCK: UNCHANGED(WITH MOVEMENTS)
    WITH OUT OPENING STOCK,WITH OUT CLOSING STOCK(WITH OUT MOVEMENTS)
    WITH OPENING STOCK,WITH CLOSING STOCK(WITH OUT MOVEMENTS)
    can you help me in understanding which field in what table should be taken
    into consideration if need to implement the above radio button or check box.
    For example if the user clicks on "WITH OPENING STOCK,WITH CLOSING STOCK(WITH OUT MOVEMENTS)"   checkbox
    what is the linking field  which i should restrict my logic to ?
    It would be helpful if you can give me atleast some information that you have ..

  • Can I Design a Forum with using web dynpro for java?

    Hi All:
        Can i design a forum with using web dynpro for java?
        I want to design an application like a simple forum which maybe has many replies.So if i use
    the UI technology "web dynpro for java", i will to create UI elements dynamically.How can i control this
    dynamical UI elements to keep layout ?

    Hi,
    yes you can do that....
    for exaple if you observe SDN...
    you can imagine like....
    A big Transparent Container(TC)....
    Inside that number of other TCs(depending upon the question nd its replies...)....
    In side each TC, again around 9 UIElements....
    one for menioning what is the question/reply?
    other for your description of question/reply...
    other for your name,
    displaing your fourm point... etc...
    So it will be
    for(loop till your (Question+No of replies))
    Create Transparent Container....
    Add Childs to the Container...
    Decide your layout....
    In case if you want to know how to create UIElements dynamically....
    http://help.sap.com/saphelp_nw04/helpdata/en/4f/07cf3dd28b5610e10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdjava/dynamic%2bui%2bgeneration
    Regards,
    Srinivas.
    Regards,
    Srinivas.

  • OBIEE Best Practice Data Model/Repository Design for Objectives/Targets

    Hello World!
    We are faced with a design question that has become somewhat difficult and we need some help. We want to be able to compare side-by-side actual measures with their corresponding objectives/targets. Sounds simple. But, our objectives are static (not able to be aggregated) with multi-dimensionality and multi-levels. We need some best practice tips on how to design our data model and repository properly so that we can see the objective/target for a measure regardless of the dimensions that are used in the criteria and regardless of the level.
    Here is some more details:
    Example of existing objective table.
    Dimension1
    Dimension2
    Dimension3
    Obj1
    Obj2
    Quarter
    NULL
    NULL
    NULL
    .99
    1.8
    1Q13
    DIM1VAL1
    NULL
    NULL
    .99
    2.4
    1Q13
    DIM1VAL1
    DIM2VAL1
    NULL
    .98
    2.41
    1Q13
    DIM1VAL1
    DIM2VAL1
    DIM3VAL1
    .97
    2.3
    1Q13
    DIM1VAL1
    NULL
    DIM3VAL1
    .96
    1.9
    1Q13
    NULL
    DIM2VAL1
    NULL
    .97
    2.2
    1Q13
    NULL
    DIM2VAL1
    DIM3VAL1
    .95
    2.0
    1Q13
    NULL
    NULL
    DIM3VAL1
    .94
    3.1
    1Q13
    - Right now we have quarterly objectives set using 3 different dimensions. So, if an author were to add one or more (or zero) dimensions to their criteria for a given measure they could get back a different objective. They could add Dimension1 and get 99%. They could add Dimension1 and Dimension2 and get 98%. They could add all three dimensions and get 97%. They could add zero dimensions (highest grain) and get 99%. Using our existing structure if we were to add a new dimension to the mix the possible combinations would grow dramatically. (Not flexible)
    - We would like our final solution to be flexible enough so that we could view objectives with altogether different dimensions and possibly get different objectives.
    - We currently have 3 fact tables with 3+ conformed dimension tables and a few unique dimension tables.
    Could anyone share a similar situation where you have implemented a data model structure with the proper repository joins to handle showing side-by-side objectives/targets where the objectives were static and could be displayed at differing levels with flexible dimensions as described?
    Any help would be greatly appreciated.

    hi..yes this suggestion is nice...first configure the sensors(activity or variable) ..then configure the sensor action as a JMS Topic which will in turn insert the data into a DB..Or when u configure the sensor action as a DB..then the data goes to Oracle Reports schema..if there is any chance of altering the DB..i mean if there is any chance by changing config files so that the data doesnt go to that Reports schema and goes to a custom schema created by any User....i dont know if it can b done...my problem is wen i m configuring the jms Topic for sensor actions..i see blank data coming..for sm reason or the other the data is not getting posted ...i have used a esb ..a routing service based on the schema which i am monitoring...can any1 help?

  • Technical spec for Project systems report

    Hi all,
    My requirement is to create technical spec's on this Project Systems monthly and yearly budget and actual tracking with drill down capability
    And the char and KF are:-
    Char
    Project Definition
    WBS Element
    Cost Element
    Vendor
    Purchase Order No.
    Purchase Order Item
    Requester
    Created On
    PO Description
    Final Delivery
    KF
    PO Value
    Value - Quantity Delivered
    Amount Invoiced
    To be invoiced - Value
    To be Delivered - Value
    Can anyone help me that which standard query is suitable for this requirement.

    Hi,
    Check the below business content queries:
    0PM_MC01_Q0001     Budget Comparison (Actual Costs) 
    0PM_MC01_Q0002     Budget Comparison (Planned Costs)
    0PM_C06_Q0002       Budget Proposal (Periodic)
    0PM_C06_Q0003       Budget Proposal (Objects)
    Check this might be useful:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e8/858f40f5767d17e10000000a1550b0/frameset.htm
    Hope this helps.......
    Rgs,
    Ravikanth

  • I received a car charger for xmas. I have an iPhone 4. Is there a difference in the charging dock between the older and newer iphones? I don't want to damage it by shoving a cable in that is designed for a newer model.

    I received a car charger for xmas. I have an iPhone 4. Is there a difference in the charging dock between the older and newer iphones? I don't want to damage it by shoving a cable in that is designed for a newer model.

    there are 2 connectors the old pin30 and the new ligthing bolt
    they don't look very much alike so if anybody were damage byt forcing it in it would be their own fault seeing how diffrent they are

  • Need some technical specs for practice

    Can any body send me some sample technical specs for practice. My email id is [email protected] Thanks in advance
    bindazme

    Hi,
    I m not sending you any sample for  tech specs but you will
    find the tips as below:
    1.In 1st page you may require to give heading and company logo also at the RHS.
    2.Give title of the document , SAP Module Name, Specification Type (Giv ein a tabular format)
    3.Revision History in Tabluar Format including Author , Description , Date , Version ( Version management very imp try to maintain it)
    4.Requirement Description : Enter in detail wat is u r reqmt.
    5.U may add Process flow diagram using visio etc.
    6.Outstanding issues
    7.Prerequisites
    8.Input Parameter Details
    9.Processign logic Details
    10.Out Put Details (if Report Output Format)
    11.The few unit testing scripts also u can include
    12.Proper file name , in header & Footer
    13. Always try to keep track changes on for version management. If u need to create new version try to accept previous version then keep track for curren tchanges.
    14. Maintain index & Page no in table content .
    Kindly Reward points if contents are useful....
    Rewards,
    Mandeep.

  • NEED FUNCTIONAL/TECHNICAL SPEC FOR GL CONVERSION

    Can someone please email me the functional and also technical spec for GL conversion. I need to give the functional spec to the Abaper to do LSMW.
    Any advise and guidance in this regard will be greatly appreciated.
    Please send me documentation on the spec sheet for gl conversion. I need to prepare one and give to the technical person by tomorrow. Email it to me at [email protected]
    Please send me asap
    thanks a lot
    Lakshmi

    Lakshmi, can you please send me the format of that func spec, if possible?

  • Design header in Web Dynpro for java

    Dear experts
    I used PageHeader UI Element for design header in web dynpro for java. How to insert a image and set padding  logo in page header?
    Ex : Create a SAP header includes the content as SAP logo, application title, functions, user name, logout button.
    Thanks.

    Hi,
    I couldn't understand your requirement for keeping an image in page header but i suggest you not to do so, because it is not a good practice and creates a performance issue. Page header UI element is not much customizable for same purpose and should not contain interactive UI elements according to [UI Element Guide|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b06c8c9a-19a4-2b10-d985-9ae7a4383478]. You can also refer to the same document for the usage of the Page header and other UI Elements its a very useful and nice article.
    Regards
    Jeetendra

  • Model reimport issue in WD for JAVA

    Dear experts,
    I am creating an application in webdynpro in JAVA. I wanted to add 3 BAPIs in the existing ARFC model. So I reimported it and added the required BAPIs. Reimport was successful It shows those 3 BAPIs under WeDynpro --> Models --> <Model Name> --> Model Classes.
    But when I am tring to see those in Component Controller --> Context, I do not see those newly added BAPIs.
    Anyone has come across similar problem? Any solution to ithis?
    Thanks and regards,
    Pradnya

    Hi pradnya,
    Ur saying u have reimported the BAPI in the same model object then they will be present in the previous model object only.
    You have the previous mapping na.
    Just click edit context mapping and map the new BAPI nodes from the Model node to component controller.
    And continue with ur work.
    Note:-
    But for the model to work you have start the J2EE Engine.
    I think you know this.
    This is just for your information.
    Not related to teh question.
    Thanks & Regards,
    Lokesh

  • How to Create our own Custom Design for UI Elements in WebDynpro Java

    Hi Experts,
    As of now i am using the Standard design for the  UI Elements in the WebDynpro Java Applications.
    For example:
    header1,header2,monospace etc are available in design for UI Elements.
    Now i want to give my custom design to the UI Elements.
    So how can i create this. and Is it possible to create in NWDS.
    Thank You.
    DS

    Hi DS
    Eclipse Theme Editor for NetWeaver 2004
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a026b4ce-de48-2a10-7285-fb457ee6c7ed
    Eclipse Theme Editor for NetWeaver 7.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/136dd890-0201-0010-1b9d-bd09a0d3b1d8
    Hope this will be use ful for u
    Regards
    sriram

Maybe you are looking for

  • How do I scale an Edge Animate comp afterwards?

    Is it possible to scale an Edge Animate composition after you made it? I made a composition, but I want to rescale the whole thing. I can change the stage values, but still have to resize all the elements. First of all that's a lot of work when you h

  • How can i get ipad 2 out of recovery mode

    I was trying to breakjail my ipad 2 and I got stuck in recovery mode. What is the solution?

  • CNT cost ctr attribute. Can you enter a range of allowed cost centers?

    We are using SRM 5 with extended classic. We are restricting which cost centers users can shop for by specifying the allowed cost centers in attribute CNT. However, users have a large number of cost centers that they can shop with, which means having

  • No valuation variant found for valuation area

    Dear Experts When i m clearing or puting the LOt in quality through MB31 with 101 Movment for Production Order Following Error has occured No valuation variant found for valuation area xxxx. Rgds Pankaj Agarwal

  • Service problem

    I was just reminded theres an "installation section" that most of my questions are probalby better suited for. I link to my misplaced post. wheres the software directory?