How to make TreeByNestingTableColumn when data is coming by RFC

Hi ,
I have a requirement in my project that i need to populate the TreeByNestingTable from the data that is coming from backend( importing Adaptive RFCs).
Also, on selection of a row having a node , i need to open some view & on selection of row having leaf, i need to open some other view.
Can anyone guide me, so as how to do this...?
thanks,
ankur

Hi valery,
Thanks a lot for your instant reply on SDN.
But i didn't get what you explained me as I am new to WebDynpro Java
If you could explain me this in step by step process & coding involved.
i have created a new value node in component controller to bind it with table & initially having RFCNAME_Input in component controller.I have added attributes required for treetable to this new value node & also placed a recursive node in it.
Then, i have placed elements of RFCNAME_Input->Output->Lt_org_unit node to an arraylist.
After this i am not able to proceed.
I would be very greatful to you if you can spare some time & help me.
Thanks & Regards,
Ankur
<b>
code i wrote for populating arraylist.:</b>
IWDNode tnode = wdContext.nodeTest_Org_Unit_Input().nodeOutput().nodeLt_Org_Unit();
int size = tnode.size();
final Collection modelObjects = new ArrayList(size);
for(int i = 0;i<size;i++)
final IWDNodeElement tele = tnode.getElementAt(i);
final Object model = tele.model();
modelObjects.add(model);

Similar Messages

  • How to find out when data was deleted from table in oracle and Who deleted that

    HI Experts,
    Help me for below query:
    how to find out when data was deleted from table in oracle and Who deleted that ?
    I did that to fidn out some data from dba_tab_modifications, but I m not sure that what timestamp shows, wether it shows for update,insert or delete time ?
    SQL> select TABLE_OWNER,TABLE_NAME,INSERTS,UPDATES,DELETES,TIMESTAMP,DROP_SEGMENTS,TRUNCATED from dba_tab_modifications where TABLE_NAME='F9001';
    TABLE_OWNER                    TABLE_NAME                        INSERTS    UPDATES    DELETES     TIMESTAMP         DROP_SEGMENTS TRU
    PRODCTL                        F9001                                                     1683         46       2171            11-12-13 18:23:39             0                   NO
    Audit is enable in my enviroment?
    customer is facing the issue and data missing in the table and I told him that yes there is a delete at 11-12-13 18:23:39 in table after seeing the DELETS column and timestamp in dba_tab_modifications, but not sure I am right or not
    SQL> show parameter audit
    NAME                                 TYPE        VALUE
    audit_file_dest                      string      /oracle/admin/pbowe/adump
    audit_sys_operations                 boolean     TRUE
    audit_syslog_level                   string
    audit_trail                          string      DB, EXTENDED
    please help
    Thanks
    Sam

    LOGMiner --> Using LogMiner to Analyze Redo Log Files
    AUDIT --> Configuring and Administering Auditing

  • How to make today's date be at the top of the page?

    In month view, how can I make today's date appear at the top of the page? When it is late in the month, I don't need to see a month of past events--I need to see what is coming up.

    MTM wrote:
    I have a report in which the data from a repeating frame frequently spans several pages and I want to put a notation at the top of each new page that says "xxx continued...".
    Assume the repeating frame rows for employee John which span all of page 1 and half of page 2. Then, rows for employee Sue are produced, continuing through the rest of page 2 and all of page 3. A third employee, Ted, STARTs on page 4.
    At the top of page 2 I would like to have the notation "John continued...". Similarly, at the top of page 3, I'd like "Sue continued....".
    The kicker is the condition where a new employee, STARTs at the top of page, like Ted, above. In that case, I do not want any message printed.
    I sure would appreciate any insights......Check this {thread:id=2503674}
    you will get idea.
    Hope this helps
    Hamid

  • How to make the 'Finish Date' field Editable in Project server 2013

    Hi All,
    In Project server 2013 on premises deployment, When I try to create a new enterprise project [Also in case of new custom project type], Only the 'Start Date' field is available. The 'Finish Date' field is by default taking the value of the 'start Date' itself.
    I am unable to make this 'Finish Date' field editable.
    Any pointers on this would be very helpful,
    Thanks
    Shanky

    Shanky --
    When you create a new project in either Microsoft Project Professional or Project Online, the system does not allow you to enter both a Start date and a Finish date for the project.  Here is how the software works:
    You enter the Start date of the project.
    You completely plan the project with tasks, task dependencies, task Durations, and assigning resources to tasks.
    Based on the Start date you provide, plus all of the task information, the software calculates the Finish date of the project for you.  So, you cannot provide both the Start date and the Finish date, nor is they any way to force the system to allow
    you to do this.  Hope this helps.
    Dale A. Howard [MVP]

  • Drill Down when data is coming from a query

    Hello experts,
    I have one question regarding the drill down functionality. For sake of simplicity, let's assume we are working on a pie chart.
    i) Data is coming from a query (via the universe).
    ii) The data source is really the query itself, it is not coming from the excel sheet. In other words, the query is not first copied to the excel sheet and then fed to the pie chart. Pie chart directly uses the query binding.
    ii) When a slice in the pie is clicked, I want to copy that slice's information into a cell (basically the drill-down functionality).
    I wasn't able to achieve this functionality.  I think the problem is the 'source data' field in the 'insertion' tab. I select 'Row' as my insertion type and I also select a destination. However, when it comes to selecting 'source data' I have nowhere to point to since my source data is the query (query binding is not an option here). So, since I have no real source data, I cannot drill down and copy the values to the destination cell.
    The workaround is to copy the query data into excel first, but I don't that is an elegant solution. Is there any other way to achieve this?
    Regards,
    Guven.

    Hello David,
    You confirm that mapping the whole column would be an option, right?
    Here is why I asked this question: Let's assume I have a dashboard that displays the types of encounters in a hospital. Some examples of encounter types are: emergency, elective, newborn, etc... Currently, in the database, there is data for these 3 types. So, the dashboard contains a pie chart and each slice corresponds to the number of visits by patients for this encounter type (e.g. 450 emergency encounters, 9900 elective encounters and 32 newborn encounters).
    Tomorrow, a new encounter type could take place in the hospital and this of course has to be reflected in the dashboard. If I make the assumption that there are only 3 encounter types, then the dasboard would be missing information. So, in this case, should I be mapping the whole column to the pie chart?
    Regards,
    Guven.

  • How to make net due date dependent on Payment Terms in credit memo FB75

    Hi Experts,
    In our system currently when we create credit memo using tcode FB75 system makes the invoive due immediately.
    We wanted to make this net due date dependent on payment terms given by us. Please let me know how can I achieve this..
    Please let me know if there is any user exit there or the configration path to achieve this...
    Regards,
    Vidya

    Hi,
    "vbdkr-zterm. is nothing but Payment terms
    *   Fetching Payment term details
        SELECT SINGLE * FROM t052 INTO w_t052 WHERE zterm = vbdkr-zterm.
        IF sy-subrc = 0.
          CLEAR i_faede.
          MOVE-CORRESPONDING w_t052 TO i_faede.
          MOVE: w_t052-ztag1 TO i_faede-zbd1t,
          w_t052-ztag2 TO i_faede-zbd2t,
          w_t052-ztag3 TO i_faede-zbd3t.
          i_faede-bldat = BKPF-budat.                         "this is Importnat posting date
          i_faede-koart = 'D'.
    *     Fetching Due date using Function Module
          CALL FUNCTION 'DETERMINE_DUE_DATE'
            EXPORTING
              i_faede                    = i_faede
            IMPORTING
              e_faede                    = e_faede
            EXCEPTIONS
              account_type_not_supported = 1
              OTHERS                     = 2.
          IF sy-subrc <> 0.
          ENDIF.
          w_invdate = e_faede-netdt.              "this field contains Net due date...
        ENDIF.
    Prabhudas

  • How  to make the Fix Date & Qty automatic

    Dear Friends,
    In the Sales order schedule line there is an indicator  Fixed Date & Qty.
    How can I make this indicator to be automatic  when I create the Sales Order.
    Please help
    Ravi

    Hi Ravi,
    Goto SHD0 T.Code and create a transaction variant.
    Assign the same to your sales order type.
    When you try to create a sales order then this will be ticked by default.
    The same you can do in OVZJ T.Code also.Here against your sales area,you have to tick it.
    Regards,
    Krishna.

  • During synchronization, how to make the iPhone data will not be replaced by data from iTunes, but otherwise?

    Well, I recently iTunes has Buge and when I reopened everything was gone. I did not backup later, so my library is composed only of my purchases on the iTunes Store. I want to sync my iPhone with iTunes, but if I make this sync, iTunes will erase all data on the iPhone and replace with data from the iTunes library. But I want the opposite, that is to say replace iTunes data with data from the iPhone. How do I do this?
    Thank you in advance!
    PS: I know that many will tell me that iTunes syncing only occurs from iTunes to iPhone, not vice versa, or need to use an extraction program .. But is it any other solution?

    Dudley,
    Try this Knowledge Base Article:
    iCal, Mac OS X 10.5: Empty "Home" and "Work" calendars may appear after installing Leopard
    Since you have a .Mac account, have you been using .Mac Backup?
    ;~)

  • SQL*LOADER how to load blanks when data is null

    I need to load data which contains null values into a table which cannot contains nulls. How can I tell SQL*LOADER to load blanks in a column when the input data is nulls?

    I think something like this in your control file should work:
    col1 char(10) nvl(col1,' ')

  • How to find where the data is coming from in appended field for BW extract

    I am not an ABAP'er ... And this problem is about a BW Extractor
    I am extracting data for my (Utility Industry) Sales Statistics Cube using 0UC_SALES_STATS_01 data source. The Extract structure is BIW_ISU_ESTA and we are appending the structure with a few fields:
    I_ZAHL1
    I_ZAHL2
    I_ZAHL3
    I see some similar fields in DBERCHZ1 which are not the same. The data gets filled in the above fields somehow. I need to find out how and where. We have now diffrent variation of the same data and I'd like to extract that transactional data as well using the same fields rather than appending more fields to an already huge extract structure. When I click on the fields in BIW_ISU_ESTA, it takes me no where. I also tried out the extractor program (RSA3) in debug mode but somehow the fields are already populated. I tried using the ABAP dictinary but can't find a way to find these fields there.
    Any help would be appreciated.
    Thanks a lot.
    Bilal

    Thanks Renata,
    This is a standard business content extractor with the fields enhanced. Usually we have some user exits to populate the fields but in this case we only append the extract table. I couldn't see these fields being part of any existing includes in the extract struct but some how they get populated. I guess system knows from where to copy the data.
    Thanks for your reply though. I am closing this thread as it seems not a very popular cube.
    Bilal

  • How to make the manufacture date as  not required field

    When upload initial stock, the manufacture date is made as a required field to enter but actually there are no related information for some materials.  Is there any configuration to disable this function and make manufacture date field as an optional field?
         Thanks a lot!

    Hi,
    Use t.code: OMJX and make  date of manufacture {field nameGOITEM-HSDAT} field as hide or display as you required and save.
    Now try ur trasnaction.
    Regards,
    Biju K

  • How to make Filemaker as data store in ODI.

    Hi
    I have a requirement where i need to export data from Filemaker 11 to Oracle 11g, using ODI 11g . Is their any way to use Filemaker directly or by using ODBC connection of Filemaker to use it as data store to export data into Oracle database. Also let me know what measures need to be taken to make it happen?
    Thanks in advance.
    Regards
    Sandeep.

    Thanks Dev for responding,
    I have created the ODBC DSN for filemaker tool and trying to add it in topology. But it is not recognizing into any datastore. Tried with sun-jdbc/odbc driver also in odi. But didn't work.
    Can you suggest me how to connect the filemaker odbc in odi.
    Thanks in advance.
    Regards
    Sandeep

  • How to make Report for Data Forms ?

    Dears
    I need to make a report for specifice Data Form to show me who have access on this data form and the kind of security which took on dimensions members on the same data form. Just be note that the Security is assign on the Folders of data forms and is assgin by groups not users.

    There is no pre-built report that will do what you're describing. Last year at KScope, Brian Marshall gave a presentation on pre-built queries to run against the Planning repository. I don't see it on the ODTUG site, but here's some SQL that might get you started. It's not exactly what you're looking for, but it's a start:
    SELECT
         o.[OBJECT_NAME] AS [Secured_Object]
         ,uo.[OBJECT_NAME] AS [User_Name]
         ,CASE a.ACCESS_MODE
              WHEN 3 THEN 'Read'
              WHEN 1 THEN 'Write'
              WHEN -1 THEN 'Deny'
         END AS Access_Level
         ,CASE o.OBJECT_TYPE
              WHEN 24 THEN 'Task List'
              ELSE ot.[TYPE_NAME]
         END AS Object_Type
         ,CASE a.FLAGS
              WHEN 0 THEN 'Member'
              WHEN 5 THEN 'Children'
              WHEN 6 THEN 'Children (Inclusive)'
              WHEN 8 THEN 'Descendants'
              WHEN 9 THEN 'Descendants (Inclusive)'
         END AS Access_Level
    FROM
         HSP_ACCESS_CONTROL a
    INNER JOIN
         HSP_OBJECT uo ON a.[USER_ID] = uo.[OBJECT_ID]
    INNER JOIN
         HSP_OBJECT o ON a.[OBJECT_ID] = o.[OBJECT_ID]
    LEFT JOIN
         HSP_OBJECT_TYPE ot ON o.OBJECT_TYPE = ot.OBJECT_TYPE
    ORDER BY
         o.OBJECT_TYPE
         ,o.[OBJECT_NAME]

  • How to UNLOCK  queues when data is migrated from legacy system to SAP syste

    Hi  All,
    I need some help regarding queues (SMQ2). XI is been used to migrate data from legacy system to SAP system. Sometimes the queue is getting locked. Once the queue is unlocked then the message is processed correctly. So, the incoming queues must be "unlocked" routinely so that they can process through the system. There is a standard report RSQIWKEX available that can be scheduled in SAP system to automatically unlock the queues. Before using the standard report RSDIWKEX, we made sure that we have added parameter MONITOR QRFC_RESTART_ALLOWED set to "1" in Integration Engine specific configuration (TCODE SXMB_ADM).We are unable to analyze the reason for locking of queues and how to avoid it. If the locking of the queues can not be avoided, is there any way to unlock the queues? We tried executing this report but were not successful in unlocking the queues. Please guide us in solving this issue. It would be really helpful if you can give us a direction in solving this problem.
    Thanks in Advance,
    Shwetha.

    Hi,
    Just check if the Queues are registered in Transaction SMQR.
    If its not, then register the Queue by pressing 'Register' Button
    Sharif.

  • How to make the datagrid data organised

    I am not sure what code that can make the data in datagrid in position like regid,regname,,address,email,phone,company rather than every time I go in,it will refresh and be in random position and it is not organised.
    Please help and please tell me where to put the code.
    package {
      import flash.display.MovieClip;
      import fl.events.*;
      import flash.events.*;
      import flash.net.NetConnection;
      import flash.net.Responder;
      import RecordSetDP;
      public class RegistrationAdmin extends MovieClip {
      private var gateway: String = "http://localhost:8088/amfphp/gateway.php";
      private var connection: NetConnection;
      private var refreshResponder: Responder;
      private var updateResponder: Responder;
      private var regid: int;
      public function RegistrationAdmin () {
      viewBtn.addEventListener (MouseEvent.CLICK, viewRegistrants);
      updateBtn.addEventListener (MouseEvent.CLICK, updateRegistrant);
      deleteBtn.addEventListener (MouseEvent.CLICK, deleteRegistrant);
      addBtn.addEventListener (MouseEvent.CLICK, addRegistrant);
      updateResponder = new Responder (refreshData, onFault);
      refreshResponder = new Responder (refreshSuccess, onFault);
      connection = new NetConnection ();
      connection.connect (gateway);
      registrantsDG.addEventListener (Event.CHANGE, gridItemSelected);
      refreshData (true);
      public function viewRegistrants (e: MouseEvent): void {
      refreshData (true);
      private function refreshData (refresh: Boolean): void {
      if (refresh)
      connection.call ("RegistrantService.viewRegistrants", refreshResponder);
      private function refreshSuccess (result: Object): void {
      registrantsDG.dataProvider = RecordSetDP.toDataProvider (result);
      private function onFault (fault: Object): void {
      trace (String (fault.description));
      private function gridItemSelected (e: Event): void {
      regid = e.target.selectedItem.regid;
      regnameTxt.text = e.target.selectedItem.regname;
      addressTxt.text = e.target.selectedItem.address;
      phoneTxt.text = e.target.selectedItem.phone;
      emailTxt.text = e.target.selectedItem.email;
      companyTxt.text = e.target.selectedItem.company;
      private function getParams () {
      var param: Object = new Object ();
      param.regid = regid;
      param.regname = regnameTxt.text;
      param.address = addressTxt.text;
      param.phone = phoneTxt.text;
      param.email = emailTxt.text;
      param.company = companyTxt.text;
      return param;
      private function updateRegistrant (e: MouseEvent): void {
      var param: Object = getParams ();
      connection.call ("RegistrantService.updateRegistrant", updateResponder, param.regid, param.regname, param.address, param.phone, param.email, param.company);
      private function deleteRegistrant (e: MouseEvent): void {
      var param: Object = getParams ();
      connection.call ("RegistrantService.deleteRegistrant", updateResponder, param.regid);
      private function addRegistrant (e: MouseEvent): void {
      var param: Object = getParams ();
      connection.call ("RegistrantService.addRegistrant", updateResponder, param.regname, param.address, param.phone, param.email, param.company);

    the datagrid has sortItems and sortItemsOn methods you can use.

Maybe you are looking for

  • Outlook synching failure

    I was enjoying having my Outlook contacts and calendar on my iPod. Recently, after iTune updates, this no longer works. I get no calendar information and I get only a few contacts as if the sync is picking up the wrong contact list. Anyone had this p

  • Lookup in a Mapping to a ABAP or Java proxy

    Hi, within the documentation of the Mappinglookup API only lookups to RFC,JDBC and SOAP should be supported. Is it possible to lookup to a proxy ? Regards, Gerald

  • Not saved the changes to the information for the movie.

    Hi guys! Suddenly faced with a problem: the changes are not saved in the statement made by me about the movie. I make the changes themselves, close the properties, open again and see that all the changes I've made have disappeared. This occurs only o

  • Getting [Microsoft][ODBC SQL Server Driver] Optional feature not implemented

    I am using below mentioned code to insert values in MSAccess 2000 which having table structure as mentioned below:- Field Name Data Type TodaysDate Date/Time Cart ID Number Client Name Text Campaign Text Team & Segment Text Duration Number Tape ID Te

  • User Exit at VF01

    Hi, I have business requirement, at the time of creation of billing document we need to call another Z Screen for some data selection.  Please anybody can help me which exit availabe to VF01 level and also at  VF01 Conditions level. Regards Goutham