Not getting the child details

Hi Friends,
Iam implementing a master detail page.
Here I have taken two sequences...one(emp id sequence)  for emp  custom table and  one (dependent id) for family details.
empid is common column for them. Based on this empid I should get child details (family details)
In my search page,create/update page  Iam getting the master details , but Iam not able to get child details for the  selected employee.
I have created a ASSOCIATION  say EmpFamAO  between two EO's (emp table    and   family details table)...................Based on empid column
AND
I have created a VIEW LINK  between this EO's  from master (EmpFamAO) left side  and child(EmpFamAO) right side of the view link editor
But the issue is Iam not getting this common column (emp id) in my child table when querying  therfore Iam not getting related child details...when Iam clicking on details icon or update icon .
Let me know for any clarifications.
Thank you.
Aravinda.

Hi Aravind just you have to fallow these methods.
public void createEmployee()
        EmpHeadersEOVOImpl hVo = getEmpHeadersEOVO();
        OADBTransaction tr = getOADBTransaction();
        if(!hVo.isPreparedForExecution())
            hVo.executeQuery();
        Row row = hVo.createRow();
        hVo.insertRow(row);
        row.setNewRowState(Row.STATUS_INITIALIZED);
        Number empId= tr.getSequenceValue("KSK_EMP_ID_SEQ");
        hVo.getCurrentRow().setAttribute("EmpId", empId);
    public void createEmpFamily()
        EmpFamilyEOVOImpl sfVo = getEmpFamilyEOVO();
        EmpHeadersEOVOImpl ehVo = get EmpHeadersEOVO();
        OADBTransaction tr = getOADBTransaction();
        sfVo.setMaxFetchSize(0);
        Row row = sTVo.createRow();
        sfVo.first();
        sfVo.insertRow(row);
        row.setNewRowState(Row.STATUS_INITIALIZED);
        Number familyId= tr.getSequenceValue("KSK_FAMILY_ID_SEQ");
        String empId = ehVo.getCurrentRow().getAttribute("StudentId").toString();
        sfVo.getCurrentRow().setAttribute("FamilyId", familyId);
        sfVo.getCurrentRow().setAttribute("EmpId", empId);
now above first method show for master table and
second one show Child Creation methos
so in that method we are inserting empid into Child table and inserting child id also.
So now your requirement will fullfill.
Let me know if required any details.
Thanks
San
    public void save()
        OADBTransaction tr = getOADBTransaction();
        tr.commit();

Similar Messages

  • Not getting the tax details in me23n using custom smartform

    Hi to all,
       I am useing bapi to get the details of service order and printing the details in my custom smartform which is assigned in me23n. My problem is i am getting all the details like line item and all related but not the tax details. I need to print the net amount which is net amount + tax . Can any one help me in this regards.

    Use function module   CALL FUNCTION 'CALCULATE_TAX_ITEM'
          EXPORTING
           dialog                    = lc_n
           display_only              = lc_x
           i_taxcom                  = lwa_taxcom
          IMPORTING
        E_NAVFW                   =
           e_taxcom                  = lwa_taxcom
        E_XSTVR                   =
           nav_anteil                = lv_taxamt
         TABLES
           t_xkomv                   = lt_komv
         EXCEPTIONS
           mwskz_not_defined         = 1
           mwskz_not_found           = 2
           mwskz_not_valid           = 3
           steuerbetrag_falsch       = 4
           country_not_found         = 5
           OTHERS                    = 6
        IF sy-subrc <> 0.
       MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    LT_KOMV will return the tax related data.
    Nabheet

  • Not getting the leave details in the WF12300111

    Hi all,
    Am using the standard workflow 12300111 for the leave reuest in ESS.
    The supervisor of the workflow initiator getting the leave request but he is not able to view the leave details and the leave type. The supervisor is getting only the employee details.
    can anyone guide me to resolve dis issue?
    Thanks,
    Ravi.

    Hi Ravi,
    Kindly check that in the Binding you are passing all the required data that needs to be transferred from 1 container to another. The Supervisor is not able to see leave Details because you have not passed them correctly  in the Binding.
    Let me know if it helps and even if you have any doubts
    With  Best Regards,
    Kanika

  • I have set up an Apple ID for my child who is under 13. I did not get the steps to set up the password for the ID. How do I do that now. The family sharing has sent an email notification to the email by how do I access it?

    I have set up an Apple ID for my child who is under 13. I did not get the steps to set up the password for the ID. How do I do that now. The family sharing has sent an email notification to the email by how do I access it to accept.
    Thanks.

    Hey Lori,
    You can set or change the password for an Apple ID by following the steps in this article -
    Apple ID: Changing your password - Apple Support
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • Error!! Can not find the delivery details for the delivery Id :

    hi all,
    I have a report which i need to burst in seven different reports wherein my delivery key is column "emp_id". Now when i schedule the report to burst then the report completes with a warning. I see that there are various delivery cycles for the report and for one of the cycles i get the following message
    Error!! Can not find the delivery details for the delivery Id :
    hence, what happens due to this is, even there are successful deliveries for other delivery ids but then i get only two rows of data in each of the seven bursted ouput xls files. wheareas the data runs in thousands of rows for each cycle.
    Hence whats happening is, that due to error /warning in one of the delivery cycles other reports are also not showing data.
    I am not sure whats causing the issue and why i am not getting complete bursted files out.
    Please suggest
    Thanks
    Ronny

    I guess, you are in 10.1.3.3.2 :),
    in the latest release 10.1.3.4.1, there are more enhancement wrto bursting and performance i believe.
    check th release notes
    can you send me the xml and bursting query you have, i can try simulating in my local.

  • When syncing iPod the PC lost power. once power restored synced iPod but the sleeve detail has been blanked. Also when syncing a 'miss-match' message is reported on iTunes. how do I get the sleeve detail back onto iPod?

    When syncing iPod the PC lost power. once power restored synced iPod but the sleeve detail has been blanked. Also when syncing a 'miss-match' message is reported on iTunes. how do I get the sleeve detail back onto iPod?

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • How can I get the attributes details like user name, mail , from sAMAccount csv or notepad file through powershell or any other command in AD?

    How can I get the attributes details like user name, mail , from sAMAccount csv or notepad file through powershell or any other command in AD?

    Ok what about If i need to get all important attributes by comparing Email addresses from excel file and get all required answers
    currently I am trying to verify how many users Lines are missing , Emp numbers , Phones  from AD with HR list available to me.
    I am trying to Scan all the AD matching HR Excel sheet and want to search quickly how many accounts are active , Line Managers names , Phone numbers , locations , title , AD ID .
    these are fields I am interested to get in output file after scanning Excel file and geting reply from AD in another Excel or CSV file
    Name’tAccountName’tDescri ption’tEma I IAddress’tLastLogonoate’tManager’tTitle’tDepartmenttComp
    any’twhenCreatedtAcctEnabled’tGroups
    Name,SamAccountName,Description,EmailAddress,LastLogonDate,Manager,Title,Department,Company,whenCreated,Enabled,MemberOf | Sort-Object -Property Name
    Can you modify this script to help me out :)
    Hi,
    Depending on what attributes you want.
    Import-Module ActiveDirectory
    #From a txt file
    $USERS = Get-Content C:\Temp\USER-LIST.txt
    $USERS|Foreach{Get-ADUser $_ -Properties * |Select SAMAccountName, mail, XXXXX}|Export-CSV -Path C:\Temp\USERS-ATTRIBUTES.csv
    #or from a csv file
    $USERS = Import-CSV C:\Temp\USER-LIST.csv
    $USERS|Foreach{Get-ADUser $_.SAMAccountName -Properties * |Select SAMAccountName, mail, XXXXX}|Export-CSV -Path C:\Temp\USERS-ATTRIBUTES.csv
    Regards,
    Dear
    Gautam Ji<abbr class="affil"></abbr>
    Thanks for replying I tried both but it did not work for me instead this command which i extended generated nice results
    Get-ADUser -Filter * -Property * | Select-Object Name,Created,createTimeStamp,DistinguishedName,DisplayName,
    EmployeeID,EmployeeNumber,Enabled,HomeDirectory,LastBadPasswordAttempt,LastLogonDate,LogonWorkstations,City,Manager,MemberOf,MobilePhone,PasswordLastSet,BadLogonCount,pwdLastSet,SamAccountName,UserPrincipalName,whenCreated,whenChanged
    | Export-CSV Allusers.csv -NoTypeInformation -Encoding UTF8
    only one problem is that Manager column is generating this outcome rather showing exact name of the line Manager .
    CN=Mr XYZ ,OU=Users,OU=IT,OU=Departments,OU=Company ,DC=organization,DC=com,DC=tk

  • Coded UI -VSTS 2012 How to get the tab details from UITabContainerPane(UI Test Control)

    Hi Team,
    I am quite new to Coded UI. I am trying out the possibility of Coded UI for Spotfire Report Validations which is available in web portal. I have three tabs on my web page. How can get the list of tabs and act on each. In the recorded script i could see that
    under UITabContainerPane I can see the tab coming under UITabContainerPane(UITestControl). I am not sure from this parent how will i get the childs to get access to each tabs. Please advice.
    Thanks & Regards,
    Divya

    I tried the following code however when i do a quick watch on div i get a timeout.
    public partial class UIMap
            public void selectTab()
                HtmlDiv div = new HtmlDiv();
                div.SearchProperties[HtmlDiv.PropertyNames.Name] = "tab";
                HtmlControl controls = new HtmlControl();
                controls.SearchProperties.Add(HtmlControl.PropertyNames.Class, "singleTabContainer");
                UITestControlCollection collection = controls.FindMatchingControls();

  • Z-Report for PR using ES language not getting the Header and Item text deta

    Hi,
    We have developed Z report for PR report and we ahve used ES and EN language, but when i select language ES and execute the report then we are not getting the Header and Item text data,
    Secondly when We select language EN and execute the report then we are getting the Header and Item text details.
    Please guide me.
    Thanks
    Shital

    Have you maintained Tetexxt in ES language or is it that you are expecting  on selecting ES the text from En will get coverted to ES and display in your report?

  • I do not 'get' the basic snowflake / dimension / fact thing....

    Hello,
    sorry for total newB question, but if I have a table that is the most detailed level of data, do I have to create a datawarehouse copy of this that summarises it, or can OBIEE do that for me???
    I have read the documents / by example stuff but I am struggling with this most basic thing, even though the more complex areas seem easy.
    So what I am asking is, if I have a table, say 'user_trans' - do I have to write something in OWB or similar to turn this into a number of heavily summarised tables, say - user_trans_by_state, user_trans_by_period OR is there a way with the tool itself that I can take the basic table, import into the physical layer in the inventory and get OBIEE to do these summarisations for me - by generating dimensions??
    So to illlustrate, say user_trans has =>
    amount, user name, period, state
    Do I have to write something in a DW to generate
    sum(amount), user name - for user_trans
    sum(amount), state - for trans_by_state etc
    Or is there a way in the repository to do this, if so can someone please talk me through it in basic terms???
    Thanx

    Try the links detailed on an earlier answer....
    Tutorials of OBIEE?, Oracle By Example OBIEE?
    And on basic principles you are looking at a 1 => Many join in a star structure, the 1 being the centre or base of your star.
    In terms of the rest, install yourself a test area and work through the Oracle By Example stuff - if you do not get the concept maybe it will sink in with the practise....
    hope this helps - and good luck!
    R.

  • My aperture library will not open after restoring my whole computer after a kernal panic.  I can not get the Aperture troubleshooting menu to open...any help?

    My aperture library will not open after restoring my whole computer after a kernal panic.  I can not get the Aperture troubleshooting menu to open...any help?

    Leonie,
    Fisrt let me thank you for your reply and assistance!  So here is the problem with so more detail...I was not sure I was going to get any replies ; )
    I restored from a time machine back up.
    History of Failure:
    I was trying to launch Aperture when the kernal panic occured.  My computer had been closed, and asleep and the battery was dead.  I plugged in charger and it was restoring/waking up after being asleep/shutting down from dead battery.  I launched Aperture from the dock and as soon as it opened the kernal panic occured.  After that the computer would not turn on.  It would try to boot then it would shut off.  I even tried to safe boot to no avail.  I went to the Apple store and they told me that the only thing I could do was restore whole computer from back up.  So thats what I did.
    Since then my previous aperture library: "2011" will not open.  I have created a new aperture library "2012", and it runs fine.  I have added new photos for about the past month...no problems. 
    When I launch aperture with 2012 library then try to switch libraries, I get the following prompt: "The selected library is from an older version of Aperture and requires a relaunch to switch."  I choose "Relaunch" and I get the following warning prompt: "There was an error opening the database for the library “~/Pictures/Aperture Library 20111.aplibrary”."  The only option is "Quit"
    Both libraries are version 3.2.3
    Computer stats: 3.06 GHz Core 2 Duo, 8 GB 1067 MHz DDR3 RAM, OS X 10.6.8
    I have tried to launch aperture troubleshooting by holding option+command from both the aperture icon and from the library file, neither will launch the troubleshooting feature.
    I am ok with computers, but not a whiz (mechanical engineer)...to me it seems as though there is a corrupt path or file or some sort of "check" that is failing, becuase the failure occurs so fast after trying to launch aperture. Maybe that doesn't make any sense but just a thought.
    I hope that you may be able to provide some insight.  Thank you again for you time and I hope that you have a nice day!
    Mike

  • Iam not getting the document in production order

    HI,
    Iam created a document (cad drawing)in CV01N and this document is assigned to BOM item category D.
    created production order  and released .here iam not getting the document overview in production order heade details.
    Any setting for document?give me solution

    Hi Naresh,
    You can view the dms documents at purchase order item level not in header. Hope this will resolve the query.
    Regards,
    Ravindra

  • Why CRM ?  I am not getting the purpose of CRM ? Help on this ?

    Hi All
         I am looking forward to learn CRM (Present i am working on Netweaver)
         Even i have seen some docs but i am not getting the main purpose of the CRM
         Can any one help me to get the basic details of CRM?
        Like
        Why CRM? Where it will be used ? what it contains?
        How the data will be maintained etc....
    Adv thanx and points to all
    regards
    Prasad

    Hi Prasad,
    There are three UI in CRM
    Interaction center -- Web client, Winclient
    Mobile Client Application
    PCUI
    Pls proceed.
    Interaction center:
    I have told u already
    Mobile Client Functions
    •        Integration of the Mobile Client Calendar with Microsoft Outlook or Lotus Notes
    This function allows you to integrate the mobile client calendar with groupware. such as, Microsoft Outlook and Lotus Notes.
    •        Inbox
    This function allows you to view e-mails, rejections, and notifications that you receive on your mobile client
    •        Infocenter
    This function allows you to view your SAP Enterprise Portal Infocenter content in an offline capability
    This guarantees fast access to information at a specific time, thereby accelerating the execution of your business processes.
    •        Chart Overview
    This function enables visual depiction of data in a predefined way, using graphics. These business graphics are represented as charts
    •        Reports
    This function allows you to generate reports in a predefined format.
    •        Cross-Component Functions
    This function encompasses a set of functions, such as creating attachments and notes that are common across business components in a mobile client application.
    People centric  user interface : ( PCUI )
    The People-Centric User Interface (People-Centric UI) is an intuitive Web-based user interface that helps you perform your daily tasks quickly and simply.
    With the help of predefined roles , the People-Centric UI gives you central access at all times to the data and information you require for your daily work.
    The People-Centric UI meets end user requirements and makes it possible to:
    •        Navigate easily through complex applications
    •        Get access to information quickly
    •        Reduce processing time to a minimum
    I would like to appreciate u by rewarding the points.
    Thanks and Regards,
    Maniprabu

  • HT201324 I am not getting the verification code sent to my device ?

    I am trying to get my iCloud keychain up and running and I do not get the verification code which has to be sent to my phone - the details are all correct I am just missing something.

    Hello Ianpb2908,
    If you are having issues receiving the verification SMS when setting up your iCloud Keychain, you may find the information and steps outlined in the following article helpful, in particular this portion:
    If you didn't receive the verification code via SMS
    Make sure that you have a strong cellular network connection on your phone.
    Make sure that your phone number can get SMS messages. To check, ask someone to send you a text message.
    Make sure that the correct phone number is associated with your account:
    On your iPhone, iPad, or iPod touch, tap Settings > iCloud > Keychain > Advanced. (In iOS 7, tap Settings > iCloud > Account > Keychain.) Make sure the phone number under Verification Number is correct. If not, enter another phone number. 
    On your Mac, choose Apple menu > System Preferences. Click iCloud, then click Options next to Keychain. (In OS X Mavericks or earlier, click iCloud, then click Account Details.) Make sure the phone number under Verification number is correct. If not, enter another phone number.
    If you can't access a device that has iCloud Keychain enabled, contact Apple Support and verify your identity to get help setting up iCloud Keychain.
    Get help using iCloud Keychain - Apple Support
    Sincerely,
    - Brenden

  • I want to reset (clean out) my old 4S.  I have just bought a 6 and have the 4S as a stand alone unit (No connection to network.  I can not get the sitcom to do the erase all command.  It wants to access the Cloud which is impossible.

    I want to reset (clean out) my old 4S.  I have just bought a 6+ and have the 4S as a stand alone unit (No connection to network).  I can not get the system to do the erase all command,  it wants to access the Cloud which is impossible.  Is there anyway to 'Erase All Content and Settings". 

    Something here might help a detailed list of actions
    What to do before selling or giving away your iPhone, iPad, or iPod touch - Apple Support
    refer to If you no longer have iPhone  section

Maybe you are looking for

  • How to get PMT Value in oracle ?

    Hi All, I need to calculate PMT Value, There is Excel function for PMT ==> PMT(rate,nPer,PV, (FV),(TYPE)) i have to calculate it using pl/sql. Any body can help how to get PMT VAlue in PL/SQL? Thanks for your help. Regards, Iwanto

  • Slide duration - How to make one slide have a different duration to another slide?

    Slide duration - How to make one slide have a different duration to another slide? EG So one slide has 2 seconds, another 4 another 6 All I can see is how to make all slides have the same duration Any help very much appreciated! Brian

  • Media Skin issue

    Help... I managed to figure out how to create a nice media skin with no thanks to the incomplete and confusing instructions on the Apple Quicktime tutorial, but with many thanks to kkirkster's website and a few others. I am, however having an issue w

  • Problem While Loading mp3 From Jar File?

    Hello There I've Made a jar File That Contains mp3 file That Should be Played When the jar is opened but the file doesn't play? and my code snippet to load from the jar URL url=getClass().getResource("/file.mp3"); MediaLocator ml=new MediaLocator(url

  • .mov problem with Premiere CC v8.1 Mac OS 10.85

    HI, I got a serious problem. I bought a Creative Cloud Subscription and I try to open a project and the files connect alright but I can only play audio, no video it shows red. The clips are .mov and were converted from a MXF to mov using  XfcpX 2 The