Repetitive Structure in Webdynpro

Hi All,
I am developing a Webdynpro for Java application for Investment Declaration which has repetitive structure,
How can I use floor plan manager to develop this application, Is there any standard webdynpro application having repetitive structure in ESS.
Regards
Sarath

Hi Nitin,
Repetitive Structure are used FREQUENTLYi n HR .
These are
infotype 0005
            0008
            0025
            0027
Hope it will help u...........!!!

Similar Messages

  • ESS WebDynpro Appilication with Repetitive structure

    I am trying to develop an ESS Webdynpro application for Infotype P0585 (Section 80) P0591 (Nominee Details), both these infotypes have repetitive structure.
    There is no screen structure or RFC's(For Read, Modify, Edit Operations) for these Infotypes.
    We are using ECC 5.0 (Software Component: EA-HR(SAP R/3 Enterprise HR Extension) Support Package Level : 09 )
    I understand that customising for repeat Structure can be done by making an entry in the tables T588AUTO_MAP, T588AUTO_TABLE     (Mapping for Conversion of Repeat Structure/Tables), but both these tables do not permit entry.
    Any guidelines in developing Webdynpro application for services that use infotypes that have repetitive structure and implementing conversion class for the above infotype.

    Hi Sarath ,
    I am also working on Infotypes P0585/6 .
    There are some modifications to be done in the Output Table Conversion Method inside the CL_HRPA_UI_CONVERT class for IT0585/6. The screen structure's was not getting copied properly and the Object Key of the Line-Records were lost inside this method somewhere. These changes are been rectified now and will be working by the end of the week.
    As for the Entry in the T588AUTO_TABLE , it has been done  for P0585/6 .
    Regards
    Aditya Todi

  • To pass the values in repetitive structures any function module

    hi all,
          Is there any function module to pass the values in repetitive structures like infotype 0041(Date spcification). I heard there is a function module, so any of you can tell that function module.
    thanks,
    sekhar.

    Hi Chandra,
    If your question is to find a date for a given dar value in IT 0041 then this is the sol:
    Yes there is a function Module for IT0041, HR_ECM_READ_IT0041_DATE_TYPE
    eg: 
    INFOTYPES: p0041.
    DATA: lv_msg TYPE REF TO if_hrpa_message_handler,
              lv_date TYPE D.
    GET pernr.
    CLEAR: lv_date.
        CALL FUNCTION 'HR_ECM_READ_IT0041_DATE_TYPE'
          EXPORTING
            datar           = 'U2'       " specify the value of the dar value, for which u have to find date
            p0041           = p0041
            message_handler = lv_msg
          IMPORTING
            date            = lv_date.
    For the dar value U2, lv_date will have the corresponding date.
    Hope this will clear your doubt.
    Thanks,
    Kishore

  • Repetitive Structure in HR....!!!

    Hi,
    Kindly let me know Repetitive structure in HR.
    Regards,
    Nitin Jain

    Hi Nitin,
    Repetitive Structure are used FREQUENTLYi n HR .
    These are
    infotype 0005
                0008
                0025
                0027
    Hope it will help u...........!!!

  • Regarding Structures in Webdynpro

    Hi
    I am doing prototype for manufacturing company Quality system.I created a Structure in webdynpro project and designed all screens and associated context.i have following questions?
    1. How these structures should be created in database,so that i can store/retrive the values?
    2.My WAS Java is installed on Oracle database.so do i need to download oracle drivers to create the datasource?
    3.While creating datasources what drivername,className to be given?
    4.how to test the datasouce once it is created in Visual Admin tool?
    5.How to test datasource from webdynpro application?
    Please help.i will give good points
    Thanks
    Prasad

    Hi,
    you will get all required info at,
    http://help.sap.com/saphelp_nw70/helpdata/en/aa/940ee5331b4b8fa0a6cb6714dc5db4/content.htm
    also check below link,
    http://sapignite.com/tutorial-for-interactive-forms-by-adobe-using-webdynpro-for-abap/
    Thanks,
    Chandra

  • Repetitive Structures in PA custom Infotype

    Hi all,
    I have created a Custom PA Infotype using PM01 transaction and it is working fine,
    How ever now I want to add repetitive structure for the same(something like date specifications),
    I went through many materials but none of them have helped,
    So can anyone let me know how to add a repetitive structure to the custom infotype ?
    Thanks,
    Madhukar
    Edited by: MADHUKAR BHAT P A on Jan 27, 2011 8:05 AM

    create yourstructure separatly in data dictinary (se11) after tht u can include/apend your customized strcture into your info type.
    Ram

  • How to create an xml structure in webdynpro for java using NWDS?

    Hi Experts,
    I need to call an webservice by passing an xml structure to the webservice.I have the input values loaded on the context,which are basically tied to an Form UI element.Is there anyway in webdynpro to build an xml structure. ,
    or do i need to use any open source like JAAS or DOM parser in the webdynpro project.?
    Thanks
    Aravind

    hi,
    I was working on exporting table data from wd to Excel sheet. There, i had to create an XML representaion of the context.
    Please refer to link, and go through page, 10 and 11 and see id you find anything useful.
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/webdynpro/wd%20java/wdjava%20archive/exporting%20context%20data%20into%20excel%20using%20the%20web%20dynpro%20binary%20cache.pdf]

  • How to Map 2 structures in webdynpro ABAP?

    Hi Group,
    I am facing an issue while I was trying to map the fields in Source structe to the Target structure fields.
    My requirement is like as under:
    I have 2 different structures ( Source Structure on the left side with some fields and Target Structure on the right side with some fields ) as:
    eg.,
    Source structure ( in Tree format ):
    Main Source Structure( source structure header )
      - Structure1
         - field1
         - field2
         - filed3
           - Sub structure1.1
            - field1
            - filed2
      - Structure2
         - field1
         - field2
      - Structure3
        - field1
        - field2
    Main Target Structure( target structure header )
      - Structure1
         - field1
         - field2
      - Structure2
         - field1
         - field2
           - Sub structure2.1
             - field1
             - filed2
      - Structure3
        - field1
        - field2
    now, I want to map the fields of Source structure fields to that of Target Structure fields.
    the user chooses like Arrows.... from one souce structure field he will drag and drop to one of the fields of the target structure to which it has to be mapped and this Arrow now should be disabled.
    again the user will do the same task until he maps all the strutures of the source is finished.
    this all has to be done using webdynpro ABAP.
    Please let me know if anybody has worked on the same kind of issue.
    thanks in advance.
    regards,
    Vishnu.

    Hi,
    I have not worked on such requirement. But in the latest versions there is a new feature for
    drag and drop. I think this would be helpful in your case.
    Please check the WDR_TEST_DRAG_AND_DROP for this new drag and drop feature.
    Please check out these links -
    WD for ABAP: Drag and Drop: How can I copy an icon by Drag and Drop
    Regards,
    Lekha.

  • How to develop tree structure using webdynpro

    hi everybody,
    I want to develop a sample tree structure for an object in webdynpro.can u help how to develop that one.

    Hi Srinivas,
    Here are links...
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/47ce9b90-0201-0010-59b5-f70826824eee
    http://help.sap.com/saphelp_nw04/helpdata/en/33/af0abb4559424dad802cbc7e31eaf2/content.htm
    Hope it helps.
    Regards,
    Maheswaran.B
    Message was edited by:
            Maheswaran B

  • Folder structure in WebDynpro Java

    Hi Friends,
    An application in STRUTS has a specified folder structure such that all jsp files should be placed in JSP folder,similarly in the case of WEB-INF folder there is a particular format or structure for the same which we follow.
    Similarly in WebDynpro Java,what is the folder structure we follow?
    Whatever we build and compile these meta data is placed at some folder structure,so what is the folder structure we follow.
    Can i get a proper information on this please.
    Thanks and regards,
    Chandrashekar.

    Hi Chandrashekar,
    When you care WD apllication it has default structure, which is
    WD_Application
    WDDynpro
    Models
    Web Dynpro Component Interface
    Web Dynpro Components
    Dictionaries
    Local Dictionary
    Data Types
    SRC
    Configuration
    Mimes
    Pacakges
    PS: this structure created by default.
    Thanks
    Anup

  • Formating the response of Java webservice to table structure in webdynpro

    Hi All,
    I am stuck at a point where I have  a Java Webservice resulting an ArrayList Response.
    My webdynpro will have to populate the ArrayList response into a table.
    Below is the piece of code am using to execute my webservice.
    CODE :
    JavajdbcModel md = new JavajdbcModel();
        Request_Display reqDisp= new Request_Display(md);
        try
        reqDisp.execute();
        wdComponentAPI.getMessageManager().reportSuccess("Str: "+reqDisp.getResponse());
    RESULT :
    <modelObject class="Response_Display"><target roleName="DisplayResponse"><modelObject class="DisplayResponse"><attribute name="Response" value="[[i01111, USSS, DSGTechTwo, DEF], [i012345, USSS, DSGTechOne, ABC], [i067890, USSS, DSGTechTwo, DEF], [i07777, USSS, DSG, ggg], [i08888, cccc, vvvv, bbbb], [io3333, USSS, DSGTechOne, abc]]"/></modelObject></target></modelObject>
    The required output are the values that are with the blue font above.
    I have tried with methods like :
    getAttributeValue, getResult - but are of not much help.
    Could you please help me out in this.
    Thanks & Regards,
    Suyukti. B N.

    Dear Suyukti,
    Since your web service returns an arraylist,
    you need to retreive the response into an arraylist. Then you can you this arraylist to populate the node for the table as required.
    Your code will be something like
    ArrayList al = (ArrayList)reqDisp.getResponse();
    Now that you have the response, then use the get function of the arraylist to set the context.
    al.get(index);
    This function returns  java.lang.Object, so you need to to cast into the required type.
    e.g. String str = (String) al.get(0);
    Hope that works.
    Regards,
    Mayuresh.
    PS: xxxxxxxxxxxxxxxxxxxxxxxxxx
    Edited by: Armin Reichert on Jan 1, 2008 3:49 PM

  • Repetitive structure In ABAP HR

    hi all ,
        Am getting syntax error for the code below. Am using
    4.7 .its says "p0041-dar01" and "date" are type-incompatible.
    however when i compile the same code in 4.6 its workin fine. here is the code..
    *& Report  ZTEST_REP                                                   *
    REPORT  ZTEST_REP                               .
    INFOTYPES 0041.
    NODES : PERNR.
    data : begin of date,
             dar like pa0041-dar01 ,
             dat like pa0041-dat01.
    data  : end of date.
    START-OF-SELECTION.
    GET PERNR.
    DO 12 TIMES VARYING DATE
              FROM P0041-DAR01
              NEXT p0041-DAR02.
    write :  / date-dar ,
               date-dat.
    write : / date.
    ENDDO.
    END-OF-SELECTION.
    can i know what is the exact problem ...
    Thanks
    senthil

    Hi Senthil ,
    Try ...this way...
    DATA: BEGIN OF WORD,
            ONE   VALUE 'E',
            TWO   VALUE 'x',
            THREE VALUE 'a',
            FOUR  VALUE 'm',
            FIVE  VALUE 'p',
            SIX   VALUE 'l',
            SEVEN VALUE 'e',
            EIGHT VALUE '!',
          END   OF WORD,
          LETTER1, LETTER2.
    DO VARYING LETTER1 FROM WORD-ONE NEXT WORD-THREE
       VARYING LETTER2 FROM WORD-TWO NEXT WORD-FOUR.
      WRITE: LETTER1, LETTER2.
      IF LETTER2 = '!'.
        EXIT.
      ENDIF.
    ENDDO.
    The resulting output is the character string
    "E x a m p l e !".
    Regards,
    Vijay

  • Regarding Tree structure display in Webdynpro ABAP

    Hi Experts,
    I am very new to webdynpro ABAP , I was asked to implement some functionalities of RWBE transaction in webdynpro , in RWBE transaction list can be displayed as Tree structure , in webdynpro how i can implement this ? using ALV UI element is it possible . Please help .
    Regards,
    Ratheesh BS

    Hi ,
    I need an output like the below
    <material number                 a1           a2        a3
              < plant                       b1          b2        b3
                 . org                        c1          c2        c3
    <material number                 A1          A2       A3
    is it possible to show the output as in this format using ALV ?.
    I have tried with the help provided by SDN , but not succeed .
    also i need to capture double click event and show the currosponding result in a seperate view.
    here material number is the parent node , plant and org were child nodes
    Regards,
    Ratheesh BS
    Edited by: Ratheesh Bhaskaran on Oct 7, 2008 4:22 PM
    Edited by: Ratheesh Bhaskaran on Oct 7, 2008 4:26 PM
    Edited by: Ratheesh Bhaskaran on Oct 7, 2008 4:29 PM

  • How to create Tree structure in Visual Composer

    Hi All,
         I need to develop tree structure in my VC application. Can any one of you please suggest me the steps to do it.Its very urgent please can any one help me out in this.
    Regards,
    Lakshmi

    Hi Nutan,
    if you want to solve it with webdynpro it depends on your skills in java and abap. There are books available to start with webdynpro and there are examples for building tree structures with Webdynpro.
    [Java Webdynpro|http://www.sappress.com/product.cfm?account=&product=H983]
    [ABAP Webdynpro|http://www.sappress.com/product.cfm?account=&product=H1916]
    If you want to do it in VC you have to write e.g. an ABAP rfc function module, which returns you the tree with the information about childnode, parentnode and so on, so that you can display it in the table. But if the users click on sort then the tree is "destroyed". You can also display only a few levels of your tree and when you select a certain node a drill down is done by calling a rfc which returns the child nodes of the corresponding node.
    But I think the solution with VC is not the best. Use webdynpro for this requirements.
    Best Regards,
    Marcel

  • Table element referesh in webdynpro for abap UI layout

    Hi all,
    we are implementing a tree structure in webDynpro where we are facing a problem while selecting and deselecting all the child nodes
    of a particular node.The backend for this is ABAP.
    We are successful in selecting all child nodes on checking a particular node. But problem is when we are unchecking the same node, all its child nodes are deselected in the back end but in the screen its child nodes are still showing checked.
    And if we refresh the screen, those child nodes are deselected on refreshing the screen. pls show a way such that we can deselect all child nodes on unchecking the node.
    Now I am thinking like we have to refresh the screen on calling the deselect BAPI. pls suggest.
    pls kindly give helpful replies. Its of high priority.
    Thanks, awaiting for early replies.
    Hema.

    How did you solve your problem ?

Maybe you are looking for

  • CS5.5 Premiere → AE & RED audio disappearing

    Just talked my boss into upgrading CS5.5 (Mac) because we were having audio issues with CS5. So today I'm still getting this funky behavior when dealing with RED .R3D files in CS5.5 I have some R3D clips edited in Premiere Pro CS5.5.  Every looks fin

  • Shell Command

    Hi, I am using oracle 8i on window 2003. I am trying to execute an powerbuilder app from inside a pl/sql. I am use the code in the below link. http://www.oracle-base.com/articles/8i/ShellCommandsFromPLSQL.php#JavaStoredProcedure I am able rename a fi

  • Adobe Draw

    I have been creating layered files on my iPad with Adobe Draw. However, I do not have the option to send to illustrator on desktop. Adobe Line has the option but not Draw as shown in videos. I can only share as a flattened png or jpg. Any suggestions

  • Upgraded to snow leopard and now all my time machine backups are gone

    Could this be related to the upgrade? This backup is fine as I have nothing to recover, but I don't understand why time machine won't perform an incremental backup. There are 340GB on the disk with 160GB available. The error message I receive is "Thi

  • Video capturing software and editing?

    Hi everyone....My first post. I have an iTouch (i love it....my first ever apple thingy) I am interested in podcasts for my website and for publishing on itunes and of course, synching with my itouch.. I know how to do all this and here is my questio