Missing Name in BBP_PD_SC_GETDETAIL

Hello, I use BBP_PD_SC_GETDETAIL to get the details of a sc. Then I loop over the table e_partner. Then I select the partner_fct = '00000016'. Then I select BUT000 with die guid. But the field but000-xubname is empty
Here is the Conding:
        if wa_partner-partner_fct = '00000016'.
          clear: but000,
                 adrp.
          select single * from but000 where
          partner_guid = wa_partner-partner_no.
          select single * from adrp where
            persnumber = but000-persnumber.
          wa_zselectsc-created_for = but000-xubname.
In which table is the User-Id ???
Marc

Hello,
The field xbuname is not filled for an employee in but000. 
You can try this to retrieve the user name of the requester:
data:  lr_employee TYPE REF TO if_bbp_es_employee,
       lv_partner_guid TYPE guid,
       lv_requester      type ERNAM.
    MOVE wa_partner-partner_no TO lv_partner_guid.
    TRY.
        lr_employee =
        cl_bbp_es_enterprise=>get_employee_by_guid(lv_partner_guid ).
        lv_requester = lr_employee->get_username( ).
      CATCH cx_bbp_es_not_found.
      CATCH cx_bbp_es_not_an_employee.
    ENDTRY.
Rgds,
Pierre

Similar Messages

  • Missing Name for TemplateBeginEditable

    Whenever I try to create a new page from a template, I get an error message saying: There is an error at line 115, column 33 (absolute position 3710) of "Macintosh HD:Users:mkeenanb:Desktop:Website:Goddard Portfolio:Templates:Goddard Portfolio.dwt": Missing name for TemplateBeginEditable
    But as far as I can tell, like 115 TemplateBeginEditable has a name.
    What am I doing wrong?
    Here is the code I'm using:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Getting to Know You</title>
    <!-- TemplateEndEditable -->
    <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    <meta name="author" content="Erwin Aligam - styleshout.com" />
    <meta name="description" content="Site Description Here" />
    <meta name="keywords" content="keywords, here" />
    <meta name="robots" content="index, follow, noarchive" />
    <meta name="googlebot" content="noarchive" />
    <link rel="stylesheet" href="../Colourise11/images/Colourise.css" type="text/css" />
    </head>
    <body>
    <!-- wrap starts here -->
    <div id="wrap">
        <!--header -->
        <div id="header">           
            <h1 id="logo-text"><a href="../Colourise11/index.html" title="">(Devising, Theatre, Community)<sup>Queered</sup></a></h1>       
            <p id="intro">
            A Goddard College MFAIA Portfolio
            </p>       
            <div  id="nav">
                <ul>
                    <li><a href="../Colourise11/index.html">Getting to Know You</a></li>
                    <li><a href="../Colourise11/style.html">Brainstorm</a></li>   
                    <li><a href="../Colourise11/index.html">Create</a></li>
                    <li><a href="../Colourise11/index.html">Praxis and Reflection</a></li>
                    <li><a href="../Colourise11/index.html">Presentation</a></li>   
                </ul>       
            </div>   
            <form  id="quick-search" action="../Colourise11/index.html" method="get" >
                <p>
                <label for="qsearch">Search:</label>
                <input class="tbox" id="qsearch" type="text" name="qsearch" value="Search..." title="Start typing and hit ENTER" />
                <input class="btn" type="submit" value="Submit" />
                </p>
            </form>   
        <!--header ends-->                   
        </div>
        <!-- content-wrap starts -->
           <!-- TemplateBeginEditable name="content" -->
        <div id="content-wrap">
            <div id=description>
                <h2>Getting to Know You</h2>
                <p>Short blurb about Getting to Know You step in devising.</p></div>
        <div id="main">
                <h2><a href="../Colourise11/index.html">Artist Statement</a></h2>
                <p>
             Aritst Statement goes here.
             </p></div>
            <!-- main ends -->   
            <!-- sidebar starts -->
            <div id="sidebar">
                <h3>C.I. Video</h3>
            <!-- sidebar ends -->       
            </div>
            <!-- TemplateEndEditable -->
        <!-- content-wrap ends-->   
        </div>
        <!-- footer starts here -->   
        <div id="footer-wrap"><div id="footer-content">
            <div class="col float-left space-sep">
             <h3>About Maggie</h3>           
                <p>
                <a href="../Colourise11/maggiekeenanbolger.com"><img src="../Images/Purple Headshot.jpg" width="60" height="84" alt="firefox" class="float-left" /></a>
                Maggie is an experienced Teaching Artist, Sex Educator, Applied Theatre Practitioner and Performer. As a teaching artist and sex educator, she has worked all around the country with a wide variety of populations from LGBT Homeless Youth to Seniors.
    <p>
    As a performer, she has performed on and off-Broadway in professional theatre productions as well as self-produced productions of her own creation. Passionate, intentional, ethical and fun, Maggie strives to bring an enviornment of creativity, questioning and joy to all of the work she does. </p>
    <a href="../Colourise11/maggiekeenanbolger.com">   Learn more...</a></p>
                </p>
                <p>
                &copy; copyright 2013 <strong> Maggie Keenan-Bolger</strong><br />
                <a href="http://www.bluewebtemplates.com/" title="Website Templates">website templates</a> by <a href="http://www.styleshout.com/">styleshout</a>
                <ul class="col-list">
                </ul>
            </div>
            <div class="col float-left">
        <!-- TemplateBeginEditable name="studyplan" -->
                <h3>Study Plan Quote</h3>
                <p>
                <strong>Study Plan #1</strong> <br />
                Cool quote from study plan here
                </p>
                <!-- TemplateEndEditable -->
                <ul class="col-list">               
                </ul>
            </div>       
            <div class="col2 float-right">
                <h3>Goddard College</h3>
                <p>This website is a final portfolio from the Goddard College Masters in Fine Arts Interdisciplinary Arts Program. For more information about this program, visit <a href="http://www.goddard.edu">www.goddard.edu</a>.</p>
            </div>       
        </div></div>
        <!-- footer ends here -->
    <!-- wrap ends here -->
    </div>
    </body>
    </html>

    Kuljeet Pal Singh wrote:
    whats the value of control_management_pack_access in your database.
    Is this something I should be worried about? i don't see any issue as the missing object also not doing much IO.
    however you may get the detail from v$segment_statistics
    query you may find from below post.
    Top accessed table
    Thanks for the answer, but for what should I query?
    It doesn't show me a segment name, only the text ** MISSING ** which clearly isn't one of my segments.
    I'm not concerned about the I/O it generates, I'm concerned about the fact that there is no segment name in the report.
    Could this be caused by tables/indexes that were created during the snapshot and were no longer available when the report was generated?

  • [svn] 3540: Fix for missing name of the exception class, when @ throw is used.

    Revision: 3540
    Author: [email protected]
    Date: 2008-10-09 11:20:44 -0700 (Thu, 09 Oct 2008)
    Log Message:
    Fix for missing name of the exception class, when @throw is used.
    Also fixes for:
    SDK-17212 - Add a line feed between messages in the ASDoc validation_errors.log file.
    SDK-17242 - The Constants.as and GlobalFunctions.as classes from system classes need to have their content added to __Global__.xml
    SDK-17256 - For methods of the mx.components.Group class, args or return values of type Object do not appear in the ASDoc output.
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17212
    http://bugs.adobe.com/jira/browse/SDK-17242
    http://bugs.adobe.com/jira/browse/SDK-17256
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/class-files.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Revision: 3540
    Author: [email protected]
    Date: 2008-10-09 11:20:44 -0700 (Thu, 09 Oct 2008)
    Log Message:
    Fix for missing name of the exception class, when @throw is used.
    Also fixes for:
    SDK-17212 - Add a line feed between messages in the ASDoc validation_errors.log file.
    SDK-17242 - The Constants.as and GlobalFunctions.as classes from system classes need to have their content added to __Global__.xml
    SDK-17256 - For methods of the mx.components.Group class, args or return values of type Object do not appear in the ASDoc output.
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17212
    http://bugs.adobe.com/jira/browse/SDK-17242
    http://bugs.adobe.com/jira/browse/SDK-17256
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/class-files.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

  • Asynchronous reserve finally failed: missing name server configuration

    Hi,
    can anybody give me a hint why we get these errors?
    "asynchronous reserveFinally failed: missing name server configuration, no logon known -> operation will be retried name reservation : name server=http://sapcoe01.bbn.hp.com:50000/,  category=SAP_DevelopmentComponentName, name=hp.com/appl/tax, reservationKey=63415681, state=FINALIZE_PENDING"
    The development objects are listed in SLD with status PRERES. The Name Server location is configured in DTR with the logon data. The name server is also listed in the development configuration.
    Where else could be the cause for this error?
    Many thanks for any hints!

    Hi Martin,
    Here you can see the *_PENDING items: http://<host>:50000/dtr/sysconfig/support/NameReservationList
    And here you can configure the name server: http://<host>:50000/dtr/system-tools/administration/NameServerConfiguration
    The solution is to define your name server a second time with a slightly different URL. The first entry you already defined probably uses the fully qualified hostname, e.g. <i>http://<host>.mycompany.com:50000/sld/cimom</i>. Define the same name server again but <b>without the domain</b> and <b>without the /sld/cimom path</b>, e.g. <i>http://<host>:50000/</i>. Actually it should correspond to what's shown in the error message, e.g. "operation will be retried name reservation : name server=<b>http://<host>:50000/</b>,". When you click Save Configuration, the pending items in the queue will be processed. The only problem we have left is that "after some time" the 2nd entry we just defined dissapears and we need to configure it again (and again and again...)
    Kind regards,
    Sigiswald

  • The messages on my Iphone and Mac don't match, My Mac is lacking messages. Do they only show if the sender has an iPhone, trying to figure out if thats what the missing names have in common, or if it a different problem?

    The messages on my Iphone and Mac don't match, My Mac is lacking messages. Do they only show if the sender has an iPhone, trying to figure out if thats what the missing names have in common, or if it a different problem?

    Messages on the mac will only show iMessages sent from an iPhone, another mac, iPad etc etc...
    It won't show SMS / Text messages.
    If the messages are green on your iphone then they are text messages... Blue are iMessages

  • Missing name column in site view

    I'm testing Dreamweaver CS4 for Mac and when I imported my
    website, suddenly none of the files had names. In fact the name
    column is completely missing from both the local and remote side of
    the site view page. Can anyone tell me what I've done wrong? I've
    been using MX for years with no problem on Mac OS 10.4x, but now
    I'm on a new laptop with 10.5 and MX didn't want to work anymore,
    so I'm trying CS4 (also with no success :-(
    Thanks for any help!
    mzvetina

    In each of these views, you can go to their view-menu (upside-down triangle) and choose Layout->Select Columns...
    Marc

  • Missing name in Hire notification

    We are using a hire workflow using the business object BUS1065.
    It is designed to send a hire notification to various department for each new employee hired.(Security,IS,payroll etc ).
    The notification contains the employee name and NT login id (Infotype 105,subtype001 ).
    The WF is triggered as soon as an employee is hired via PA40.
    We are currently facing a problem.The SAP notifications are missing out the name or NT login id (Not both ) in few hire notification.
    Although the frequency of such error is 1:20 . But still we need to find the root cause behind it.
    Kindly suggest.
    Thanks,
    Nitu Kumari

    We have included a step of Refresh container which executes 100 times with wait of 60 seconds.
    There is already a condition imposed : Either the time limit exceeds ( 60 X 100 seconds ) or the name is fetched.
    This condition is checked before the notifications are sent out of SAP.
    In our case, the WF executes for 60 X 100 seconds , but is still unable to fetch the name or Login id from the PA tables.
    Kindly suggest the reason.
    Thanks,
    Nitu Kumari

  • Missing names

    Names are missing from phone contacts. Iphone 4.   I have toggled the Icloud contacts to no avail. Other solutions?
    I was asked if I wanted to update, answered yes. Then told not enough memory but took away names?  So frustrated.
    Thanks for any help.

    Select
              View ▹ Show View Options
    from the Finder menu bar. In the dialog that opens, select
              Arrange by: None

  • Edit LabVIEW VI Call Missing Names

    All of the sudden, when viewing the VI Parameter Table in the Edit LabVIEW VI Call, the Name column is missing and I can not expand any of the clusters. It's as though the COM/ActiveX link is somewhat broken.
    I have previously configured many VI links using the Parameter Table and have mapped many individual cluster elements to TestStand items, but now I can not even expand the clusters (because the name column is completely missing) to view the mappings. Everything seems to run fine, and the mappings still seem to exist, but I can no longer view or edit them, and I can not see the name column for existing configurations or new ones.
    Thanks,
    Martin

    Hi Martin,
    If you put your mouse in the area with the red mark, near Type, your mouse cursor will change.  Then, you can expand the name column, even though it is currently hidden.
    Message Edited by AEDavid on 02-19-2007 11:44 AM
    Cheers,
    David Goldberg
    National Instruments
    Software R&D
    Attachments:
    mouse.JPG ‏57 KB

  • Decision Report from siebel-determinations-server missing name substitution

    In the debugger decision report, I get the name substitution - ie "Bubba Gump is eligible".
    But in the decision report that gets saved in Siebel, I am getting "the person is eligible"
    the inbound XML also shows "the person"
    What do I need to be doing to get the name substitution in the decision report saved in Siebel?
    Running OPA 10.4.1
    Thanks,
    Allan

    Hi Frank,
    Well, I went back to pull the rules for the name subsitution, and saw that I had a concatenation issue where if the middle name was unknown, the rules I wrote weren't working. This is because Siebel brings it up as uncertain.
    Once I changed the rules to check for uncertainty, the substitution text (the person's name) worked as expected in the decision report.
    Thanks, we can consider this closed.
    Cheers,
    Allan

  • Proposed vs. assigned source of supply

    Hello Experts,
    I have the following scenario:
    We are using SRM 5.0, extended classic scenario and have a requirement in which a material without an SAP number is selected from a catalog (something similar to a 3rd party catalog).
    However, each material in this catalog have all the information needed such as price, vendor, description, etc.
    However, when this is sent to the shopping cart, the vendor is assigned as a proposed source of supply, instead of an assigned source of supply. Because of this, this requirement is sent to the Sourcing Cockpit, which we don't want to to, since all information needed is already there, and is should automatically create a Purchase Order.
    Is it possible to do this?
    If so, which BADI's should we use?
    Regards,
    Gilberto Gallardo

    Hi
    Using BBPDOC_CHANGE_BADI, we have done this several times._
    Also, we can go for BBPCATALOG_TRANSFER BADI..._
    Please go through the links below for more details ->
    Re: Automatic PO with preferred vendor
    Re: Convert preferred vendor to fixed vendor
    Missing Name in BBP_PD_SC_GETDETAIL
    Re: I cannot access "Supplier Catalogue no" in BBP_DOC_CHANGE_BADI
    Re: partner functions  for vendor master in SRM
    Re: Partner functions OA and IP missing for Vendor in Extended classic PO
    How to select Vendor information as per the line item of the shopping cart
    Hope this will defiinitely help. Do let me know.
    Regards
    -Atul

  • Missing Contact Names - Only Numbers Showing - All Yahoo Contact Data Gone

    The other day I did a sync and afterward in the phone tab, all my Favorites and Recents are displaying numbers and NOT the names of my contacts as they had always done before.
    Further, if I click on the "Contacts" tab, there are only 10 contacts listed when before there were several hundred!
    This was just a sync, no software update. I have tried several troubleshooting steps including:
    1. Checked my Yahoo account online to make sure all contact info still exists there, it does.
    2. Re-entered my Yahoo credentials in iTunes to make sure contact info was syncing. It accepted credentials as expected.
    3. I restored my iPhone using the latest backup (from a few days prior) with no luck.
    4. I restored my iPhone from a backup several months ago (July) and my contact names were back...but all my music, apps, photos, video, etc. was gone so I restored back to the most recent backup.
    5. I then imported all my Yahoo contacts into my Gmail account and then added my Gmail account to the phone in the hope that it would grab the contact names. Nope.
    So now I'm stuck and looking for assistance from anyone who can offer my advice on what else I may try if anything. This seems to be a reoccurring issue with Yahoo contacts on the forums here as of late with different people experiencing slightly different behavior (like me having all numbers but missing names and other people having names but no numbers).
    What's going Yahoo? What's going on Apple?
    What's the fix, or at least a workaround???

    Update on the Gmail workaround:
    Importing all my Yahoo contacts to Gmail and then choosing to sync Google/Gmail contacts in iTunes before syncing seemed to do the trick.
    I think this is definitely a Yahoo contacts problem and not necessarily iPhone.
    Any thoughts?

  • Web Template: Show full user name

    I want to show the full name of the current user rather than just the logon id. SYUSER as a text element gives me the id but not the name.
    Another alternative is to turn on the user name option in the Role Menu (we are using that on this particular template) but I don't want the "back button" to be shown next to the user name as it has a target of "_Top" and therefore jumps out of the frameset I am using.

    Hi,
    Please refer notes:
    Employee Name Is Not Displayed On Self Service Pages as Expected (Doc ID 1364139.1)
    Initials And Full Name Format Are Not Defaulted In Nl Self-Service (Doc ID 1295573.1)
    Self Service Personal Information Not Showing Expected Name Format (Doc ID 1514040.1)
    Self Service HR Search Results is Missing Name for Employees (Doc ID 1518390.1)
    In addition, I suggest you to raise an SR in parallel if it is Production instance pertaining issue.
    Thanks &
    Best Regards,

  • DNS: reverse zone comes back after remove and some follow up issues

    hello community,
    after installation of OSL i had setup dns with a primary zone.
    the automatically created reverse zone for my internal network is fine.
    whenever i enter a new system the default for the ip address is 10.0.0.1 and the reverse zone is automatically setup for this ip address.
    whenever i remove this reverse zone it come back automatically after saving the dns configuration.
    with this come some follow up error.
    server admin claim that there is no name server configured for this reverse zone.
    when i configure it the configured name server entry vanished after clicking the save button.
    when i try to configure settings i can not. i get the error message that the configuration can not be saved cause of the missing name server for the reverse zone i am not using ....
    in the log file i can see that the file for reverse zone can not be found.
    when i check the dns configuration in the shell i can see that the reverse zone file is not there.
    someone has an idea
    - whats the best way to fix this?
    - why is the gui still showing the reverse zone i am not using?
    - is the dns configuration also in the ldap db with wrong entries?
    regards
    christian

    Clean out your zone definitions, and start over. Server Admin is unfortunately seemingly fussy around the authoritative server stuff and the order stuff gets entered, and it seems you can get into a sequence where it doesn't have what it needs. I had encountered couple of cases when I was in a similar state as you're in now, and I ended up clearing and deleting the primary zone and re-adding the zone and the hosts, being careful to add the authoritative server as the first step of adding a zone.

  • IPhone 3G doesn't pick up all the contacts in Address Book

    I just laboriously entered a bunch of new contacts in Address Book. When I sync to iPhone with iTunes (7.7), most of them show up as expected. But about 30% of them are just not there. No entry at all on the phone, but I can still see them plain as day in Address Book. I tried setting the "Replace information on this iPhone" "Contacts" check box in iTunes and re-synching, with the same effect. From Address Book, I don't see anything particularly in common between the missing names (they mostly have both a phone number and an email just like the many contacts that made it OK). Any ideas?

    Huh, well I just poked around in Address Book (on the Mac) for a while, and it (then) became convinced that it was time for a save. So I did (File->Save) And then the synch found the rest. So odd, though. I know that one of the contacts missing was the first one I entered! Between this and very funky behavior after importing vCard files from google (which was so bad I had to wipe the whole thing out), I can't say I'm so impressed with Address Book.

Maybe you are looking for

  • One server for two networks

    Hello, I do not already have a Mac Server but I'm planning to buy one, but first of all I got a question. Is it possible (if the server has two or more ethernet ports) to divide the services on the different ports ? In my example I want to represent

  • RV320 problem with VPN connect (BUG)

    forgive for bad English Today I bought and I adjusted RV320, at once I saw some problems. Firmware last 1. I adjusted two VPN tunnels between RV320 and two RV-082 also I saw what not one tunnel in Web panel not connect. I many times pressed, the cond

  • Help with an SQL query

    DB version : 10.2.0.4 Below is a query which will get all tables in ALL schemas which has both YEAR_N and MONTH_N columns and generate the delete statements. SELECT 'delete from '||owner||'.'||table_name||' where (year_n=2008 and month_n<4) or (year_

  • Obtain info from nested table in function?

    Oracle9i 9.2.0.1.0/Windows 2000 I'd like to obtain an ID from a nested table object in order to insert it into an ID field (outside the nested table I'm getting it from). I've got a function that lets me get a foreign key ID from one other table ('ob

  • Playlist sync issues

    I have 3 devices and possibly 3 different versions of my top 25 most played playlist. Here's the top 25 most played from my phone, 1. Usher - More 2. Pitbull - Reign Over Me Feat. Mark Anthony 3. Rihanna - Cheers Drink to That 4. Lady Gaga - Paparazi