The Customer not showed in customer form

Dears,
how are you ??
I am in a problem .
I used hz_party_v2pub.update_person API to update the customer first name and last name .
It updated already on table hz_parties and i checked it .
But when i query it from the customer form ,it not showed me any customer ...
Whyyyyyyyyyyyyyyyyyyyyyyyy??
How to solve this ??

And this is the code that i used for update customers first and last name
set heading off
set feedback off
set pagesize 0
set linesize 200
set serveroutput on size 100000
DECLARE
cursor emp_old_data IS select * from xx_person_customer where COUNTER=107;-- BETWEEN 71 AND 100 ;
p_person_rec HZ_PARTY_V2PUB.PERSON_REC_TYPE;
xin_xout_object_version_number NUMBER;
x_profile_id NUMBER;
x_return_status VARCHAR2(2000);
x_msg_count NUMBER;
x_msg_data VARCHAR2(2000);
BEGIN
for i in emp_old_data loop
p_person_rec.Party_rec.party_id := i.party_id;--10307;--12072; --<< party_id from 1d >
xin_xout_object_version_number := I.OBJECT_VERSION_NUMBER; --<< OBJECT_VERSION_NUMBER from 1d >
p_person_rec.person_FIRST_name := I.FISRT_NAME;
p_person_rec.person_last_name := I.LAST_NAME; --<< this is the new last name >
HZ_PARTY_V2PUB.update_person(
fnd_api.g_false,
p_person_rec,
xin_xout_object_version_number,
x_profile_id,
x_return_status,
x_msg_count,
x_msg_data);
dbms_output.put_line('***************************' );
dbms_output.put_line('Output information ....');
dbms_output.put_line('xin_xout_object_version_numb er: '||xin_xout_object_version_number);
dbms_output.put_line('x_profile_id: '||x_profile_id);
dbms_output.put_line('x_return_status: '||x_return_status);
dbms_output.put_line('x_msg_count: '||x_msg_count);
dbms_output.put_line('x_msg_data: '||x_msg_data);
dbms_output.put_line('***************************' );
END LOOP;
commit;
END;
waiting your replay

Similar Messages

  • DSWP  not showing field Customer Number in Solution Information

    Hi Guru's,
    In transaction code DSWP  while Creating <b>New Solution</b> system not showing field Customer Number in Solution Information.
    It is showing <b>Solution Name</b> and <b>Original Language </b> only.
    Due to this I am not able to continue error coming <b>Please fill out all the fields</b> but required field is missing.
    Please help.
    I have installed Solman 3.2 on Win 2003, Oracle.
    Current patch level :
    SAP_BASIS   620                   0058     SAPKB62058
    SAP_ABA          620                   0058     SAPKA62058
    BBPCRM          310                    0011     SAPKU31011
    PI_BASIS        2004_1_620     0007     SAPKIPYI57
    ST-PI       2005_1_620     0005     SAPKITLQG5
    CPROJECTS   310_620     0004     SAPK-31204INCPROJECT
    ST       320                     0010     SAPKITL320
    ST-A/PI       01E_CRM315     0000          -
    ST-ICO       140                     0001     SAPK-14001INSTPL
    ST-SER       320                     0007     SAPKITLO77
    ST-SUP       320                     0010     SAPKITLC50
    TMWFLOW      320     0010     SAPK-32010INTMWFLOW

    Hello,
      check note  877547 - Cannot create new Solution in SAP Solution Manager.
    Hope it solves your problem.
    Regards,
    Raquel Cunha.

  • 2 of my personas dissappeared 'My Gallery' since they've rearranged the viewingorder (from highest ranking to creationdate), and 2 of them are showing double. My designer name is 'Nielske' and the personas not showing in my gallery are: "Madonna - Intervi

    2 of my personas dissappeared from 'My Gallery' since they've rearranged the viewingorder (from highest ranking to creationdate), and 2 of them are showing double. My designer name is 'Nielske' and the personas not showing in my gallery are: "Madonna - Interview Magazine Collection" and "Madonna - Interview Magazine 4". However they are showing in the complete Persona Database if searched under Madonna (page 5).
    == This happened ==
    Every time Firefox opened
    == the personas in My Gallery (Personas by designer Nielske) got sorted bij date of creation instead of highest ranking

    I have the same problem.
    Here is the link to my gallery - http://www.getpersonas.com/en-US/gallery/Designer/manishp100
    as you will see these two, at least, do not appear - I cant remember if there are more that dont.. im sure there might be -
    http://www.getpersonas.com/en-US/persona/245197
    http://www.getpersonas.com/en-US/persona/245212

  • Why did the trace NOT show the other switches in between?

    I have a PC that is connected to a switch (A) in a network. Switch A has many switches in between and connects to another switch B. When I did a trace to the server, the last switch I see in the result is switch B. Also, when I checked to which port of switch B that the server was connected, It showed as Po1. When I did a show cdp neighbor for the interfaces for the interfaces involved inthe bundle, I get a switch and then another. Why did the trace NOT show the other switches in between? Why did I get an arp on Switch B? Could some one explain?

    It's hard to tell, but if you have L2 switches, the addresses on those L2 switches are for management purposes only and you won't see a response from a trace. The only time you'll see a response is when the packet is routed between devices and not switched. You'll get an arp request/response across a single vlan. If you have vlan 10 across 10 switches, all 10 switches will see an arp request because they're broadcasted throughout the whole vlan.
    HTH,
    John
    *** Please rate all useful posts ***

  • Calendar Lov not showing in custom forms on EBS 12.1.1

    Hi,
    Previously i worked on Oracle Forms 6i but at present i am working on Forms 10g (Forms [32 Bit] Version 10.1.2.0.2 (Production)) with no patch.
    I build the custom forms and compile that in custom top on EBS 12.1.1 but the calendar lov is not showing.
    Build Step.
    Used TEMPLATE.fmb for scratch.
    Field name -Order date, Item Type- TextItem, SubclassInformation- TEXT_ITEM_DATE, DataType-Datetime, FormatMask -DD-MON-YYYY HH24:MI:SS,
    List Of Values- ENABLE_LIST_LAMP, Validate Form List- No
    Add 'KEY-LISTVAL' trigger in ORDER_DATE field and write 'calendar.show;' Trigger text but it's not working.
    If Above steps apply on forms-6i then calendar lov populated on EBS 11.5.10.2.
    I know this is very old topic and found lots of post for this topic but none of them help me.
    Could any one help me if anything i missed for Forms-10g with EBS12.1.1 ?
    Thanks in advance.

    Hi Srini,
    Thanks for your reply.
    You can see i followed the all the above steps as mentioned in the article.
    But still it's not working.
    If you implemented the Calendar LOV in EBS12.1.1 through forms 10g then please give me your steps.
    AS per my understanding the below is the required steps.
    1. Item Type - Text Item
    2. Subclass Information - TEXT_ITEM_DATE
    3. Data Type - Datetime or Date
    4. List of Values - Enable_List_Lamp
    5.Add key-LISTVAL trigger and written calendar.show;
    Thanks
    Edited by: user10977928 on Aug 6, 2012 1:25 AM

  • Search Box is not showing in custom master page

    Hi 
    I am using "Office 365 Enterprise E3 Trial"
    and have created a custom master page for my public SharePoint
    site .
    I have added Search snippet from the snippet gallery but the search
    box is not showing in the master page .I am not able to find the reasons .

    My Master page code is like bellow
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"[]>
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
        <head>
            <meta http-equiv="X-UA-Compatible" content="IE=10" xmlns="" />
            <!--CS: Start Page Head Contents Snippet-->
            <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
            <!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
            <!--SID:00 -->
            <meta name="GENERATOR" content="Microsoft SharePoint" xmlns="" />
            <meta http-equiv="Content-type" content="text/html; charset=utf-8" xmlns="" />
            <meta http-equiv="Expires" content="0" xmlns="" />
            <!--MS:<SharePoint:RobotsMetaTag runat="server">-->
            <!--ME:</SharePoint:RobotsMetaTag>-->
            <!--MS:<SharePoint:PageTitle runat="server">-->
                <!--MS:<asp:ContentPlaceHolder id="PlaceHolderPageTitle" runat="server">-->
                    <!--MS:<SharePoint:ProjectProperty Property="Title" runat="server">-->
                    <!--ME:</SharePoint:ProjectProperty>-->
                <!--ME:</asp:ContentPlaceHolder>-->
            <!--ME:</SharePoint:PageTitle>-->
            <!--MS:<SharePoint:StartScript runat="server">-->
            <!--ME:</SharePoint:StartScript>-->
            <!--MS:<SharePoint:CssLink runat="server" Version="15">-->
            <!--ME:</SharePoint:CssLink>-->
            <!--MS:<SharePoint:CacheManifestLink runat="server">-->
            <!--ME:</SharePoint:CacheManifestLink>-->
            <!--MS:<SharePoint:PageRenderMode runat="server" RenderModeType="Standard">-->
            <!--ME:</SharePoint:PageRenderMode>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="core.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="menu.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="callout.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="sharing.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="suitelinks.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:CustomJSUrl runat="server">-->
            <!--ME:</SharePoint:CustomJSUrl>-->
            <!--MS:<SharePoint:SoapDiscoveryLink runat="server">-->
            <!--ME:</SharePoint:SoapDiscoveryLink>-->
            <!--MS:<SharePoint:AjaxDelta id="DeltaPlaceHolderAdditionalPageHead" Container="false" runat="server">-->
                <!--MS:<asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server">-->
                <!--ME:</asp:ContentPlaceHolder>-->
                <!--MS:<SharePoint:DelegateControl runat="server" ControlId="AdditionalPageHead" AllowMultipleControls="true">-->
                <!--ME:</SharePoint:DelegateControl>-->
                <!--MS:<asp:ContentPlaceHolder id="PlaceHolderBodyAreaClass" runat="server">-->
                <!--ME:</asp:ContentPlaceHolder>-->
            <!--ME:</SharePoint:AjaxDelta>-->
            <!--MS:<SharePoint:CssRegistration Name="Themable/corev15.css" runat="server">-->
            <!--ME:</SharePoint:CssRegistration>-->
            <!--MS:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
                <!--MS:<WebPartPages:SPWebPartManager runat="server">-->
                <!--ME:</WebPartPages:SPWebPartManager>-->
            <!--ME:</SharePoint:AjaxDelta>-->
            <!--CE: End Page Head Contents Snippet-->
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <!--DC:Two Tomorrows-->
           <link href="style1.css" rel="stylesheet" type="text/css" />
            <link href="slider.css" rel="stylesheet" type="text/css" />
            <!-- JS -->
            <!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">//<![CDATA[!-->
            <script type="text/javascript" src="https://purplechannelltd-public.sharepoint.com/_catalogs/masterpage/DNV/js/jquery-1.10.2.min.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" src="js/custom.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" src="js/bjqs-1.3.min.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" src="/Documents/clients_hover.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" src="/Documents/jquery.backgroundSize.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" class="secret-source">//<![CDATA[
            jQuery(document).ready(function($) {
              $('#banner-fade').bjqs({
                width       : 1600,
                height       : 377,
                responsive  : true
            //]]>
            </script>
            <script type="text/javascript">//<![CDATA[
    $(document).ready(function () {
        if((window.location.href=="https://purplechannelltd-public.sharepoint.com/")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/default.aspx")||(window.location.href=="https://purplechannelltd-public.sharepoint.com/Pages/default.aspx")
          $("#banner-fade").removeAttr("style");
          $("#BannerLine").removeAttr("style");
          $("#trBreadCrumb").css("display","none");
          $("#trNewsAndTraningHome").removeAttr("style");
          $("#trNewsOnly").css("display","none");
        else
         $("#banner-fade").css("display","none");
         $("#BannerLine").css("display","none");
         $("#trBreadCrumb").removeAttr("style");
         $("#trNewsAndTraningHome").css("display","none");
         $("#trNewsOnly").removeAttr("style");
        if((window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Services.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Key-issues.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Industries.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Clients.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/About-us.aspx")
        ||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/walking-the-talk.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/what-is-sustainability.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/our-team.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/assurance-code-of-conduct.aspx")
        ||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Contact-us-EMEA.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Contact-us-asia-pacific.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Contact-us-Americas.aspx")){
          $("#banner-fade").css("display","none");
         $("#BannerLine").css("display","none");
          $("#trBreadCrumb").css("display","none");
          $("#trNewsAndTraningHome").removeAttr("style");
          $("#trNewsOnly").css("display","none");
        if (window.location.href.indexOf("dnv-gl-launches-new-global-brand") >= 0 ||window.location.href.indexOf("how-future-proof-your-business") >= 0||window.location.href.indexOf("human-rights-time-walk-talk") >= 0 )
         $("#trNewsOnly").css("display","none");
        if($("#trNewsOnly").html().indexOf("Web Part Error:")>0)
        $("#trNewsOnly").css("display","none");
        if($("#trBreadCrumb").html().indexOf("Web Part Error:")>0)
        $("#trBreadCrumb").css("display","none");
            //]]>
            </script>
            <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:ContentTypeId msdt:dt="string">0x0101000F1C8B9E0EB4BE489F09807B2C53288F0054AD6EF48B9F7B45A142F8173F171BD10003D357F861E29844953D5CAA1D4D8A3A</mso:ContentTypeId>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:HtmlDesignFromMaster msdt:dt="string"></mso:HtmlDesignFromMaster>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">https://purplechannelltd-public.sharepoint.com/_catalogs/masterpage/DNV/TT.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
        </head>
        <body>
            <!--CS: Start Ribbon Snippet-->
            <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
            <!--SPM:<%@Register Tagprefix="wssucw" TagName="Welcome" Src="~/_controltemplates/15/Welcome.ascx"%>-->
            <!--MS:<SharePoint:SPSecurityTrimmedControl runat="server" HideFromSearchCrawler="true" EmitDiv="true">-->
                <div id="TurnOnAccessibility" style="display:none" class="s4-notdlg noindex" xmlns="">
                    <a id="linkTurnOnAcc" href="#" class="ms-accessible ms-acc-button" onclick="SetIsAccessibilityFeatureEnabled(true);UpdateAccessibilityUI();document.getElementById('linkTurnOffAcc').focus();return false;">
                        <!--MS:<SharePoint:EncodedLiteral runat="server" text="&#60;%$Resources:wss,master_turnonaccessibility%&#62;" EncodeMethod="HtmlEncode">-->
                        <!--ME:</SharePoint:EncodedLiteral>-->
                    </a>
                </div>
                <div id="TurnOffAccessibility" style="display:none" class="s4-notdlg noindex" xmlns="">
                    <a id="linkTurnOffAcc" href="#" class="ms-accessible ms-acc-button" onclick="SetIsAccessibilityFeatureEnabled(false);UpdateAccessibilityUI();document.getElementById('linkTurnOnAcc').focus();return false;">
                        <!--MS:<SharePoint:EncodedLiteral runat="server" text="&#60;%$Resources:wss,master_turnoffaccessibility%&#62;" EncodeMethod="HtmlEncode">-->
                        <!--ME:</SharePoint:EncodedLiteral>-->
                    </a>
                </div>
            <!--ME:</SharePoint:SPSecurityTrimmedControl>-->
            <div id="ms-designer-ribbon" xmlns="">
                <!--SID:02 {Ribbon}-->
                <!--PS: Start of READ-ONLY PREVIEW (do not modify) --><div class="DefaultContentBlock" style="background:rgb(0, 114, 198); color:white; width:100%; padding:8px; height:64px; overflow:hidden;">The SharePoint
    ribbon will be here when your file is either previewed on or applied to your site.</div><!--PE: End of READ-ONLY PREVIEW -->
            </div>
            <div id="s4-workspace" xmlns="">
                <div id="s4-bodyContainer">
                    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" xmlns="http://www.w3.org/1999/xhtml">
                        <tr>
                            <td align="left" valign="top" class="headerLeft">
                            </td>
                            <td width="886" align="left" valign="top">
                                <div class="header">
                                    <a href="https://purplechannelltd-public.sharepoint.com/">
                                        <img src="images/logo.gif" width="189" height="109" alt="Logo" />
                                    </a>
                                    <h1>Sustainability Advisory Services
                                    </h1>
                                    <ul id="topNav">
                                        <li>
                                            <a href="http://purplechannelltd-public.sharepoint.com/Pages/About-us.aspx">About us
                                            </a>
                                        </li>
                                        <li>
                                            <a href="https://purplechannelltd-public.sharepoint.com/Pages/News.aspx">News
                                            </a>
                                        </li>
                                        <li>
                                            <a href="http://purplechannelltd-public.sharepoint.com/Pages/Contact-us.aspx">Contact us
                                            </a>
                                        </li>
                                    </ul>
                                    <!-- top nav -->
                                    <div style="right: 0px; ; color: rgb(0, 51, 153); font-weight: bold; top: 25px;">
                                       BUSINESS ASSURANCE
                                                                    </div>
                                    <!-- twitter -->
                                    <div class="twitterSec">RT @damidefelice: @edgeoftheocean Anna Turrel shows how @TwoTomorrows assesses corporate human right
                                    </div>
                                    <!-- twitter -->
                                    <!-- search -->
                                    <!--<form action="" method="get" id="search">
                                        <input name="" type="text" class="searchText"/>
                                        <input name="" type="image" src="images/search-icon.gif"/>
                                    </form>!-->
                                    <!-- search -->
                                    <!--ADD!-->
                                    <div id="search">
                                        <div data-name="SearchBox">
                                            <!--CS: Start Search Box Snippet-->
                                            <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint,
    Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                                            <!--MS:<SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox">-->
                                                <!--PS: Start of READ-ONLY PREVIEW (do not modify)--><div class="ms-webpart-chrome ms-webpart-chrome-fullWidth
    "><div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPart" width="100%" class="ms-WPBody noindex " OnlyForMePart="true" allowDelete="false" style=""><div componentid="ctl00_SmallSearchInputBox_csr" id="ctl00_SmallSearchInputBox_csr"><div
    id="SearchBox" name="Control"><div class="ms-srch-sb ms-srch-sb-border" id="ctl00_SmallSearchInputBox_csr_sboxdiv"><input type="text" value="Search..." maxlength="2048" accessKey="S" title="Search..." id="ctl00_SmallSearchInputBox_csr_sbox" autocomplete="off"
    autocorrect="off" onkeypress="EnsureScriptFunc('Search.ClientControls.js', 'Srch.U', function() {if (Srch.U.isEnterKey(String.fromCharCode(event.keyCode))) {$find('ctl00_SmallSearchInputBox_csr').search($get('ctl00_SmallSearchInputBox_csr_sbox').value);return
    Srch.U.cancelEvent(event);}})" onkeydown="EnsureScriptFunc('Search.ClientControls.js', 'Srch.U', function() {var ctl = $find('ctl00_SmallSearchInputBox_csr');ctl.activateDefaultQuerySuggestionBehavior();})" onfocus="EnsureScriptFunc('Search.ClientControls.js',
    'Srch.U', function() {var ctl = $find('ctl00_SmallSearchInputBox_csr');ctl.hidePrompt();ctl.setBorder(true);})" onblur="EnsureScriptFunc('Search.ClientControls.js', 'Srch.U', function() {var ctl = $find('ctl00_SmallSearchInputBox_csr'); if (ctl){ ctl.showPrompt();
    ctl.setBorder(false);}})" class="ms-textSmall ms-srch-sb-prompt ms-helperText" ><a title="Search" class="ms-srch-sb-searchLink" id="ctl00_SmallSearchInputBox_csr_SearchLink" onclick="EnsureScriptFunc('Search.ClientControls.js', 'Srch.U', function() {$find('ctl00_SmallSearchInputBox_csr').search($get('ctl00_SmallSearchInputBox_csr_sbox').value);})"
    href="javascript: {}"><img src="https://purplechannelltd-public.sharepoint.com/_catalogs/theme/Themed/E97CFE0A/searchresultui-61174269.themedpng?ctag=7" class="ms-srch-sb-searchImg" id="searchImg" alt="Search" ></a></div></div></div><noscript><div
    id="ctl00_SmallSearchInputBox_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_SmallSearchInputBox"></div><div class="ms-clear"></div></div></div><!--PE:
    End of READ-ONLY PREVIEW-->
                                            <!--ME:</SharePoint:DelegateControl>-->
                                            <!--CE: End Search Box Snippet-->
                                        </div>
                                    </div>
                                    <!--ADDEND!-->
                                </div>
                            </td>

  • INVOICE NOT SHOWING IN CUSTOMER A/C

    hi all,
    pl help me out on the issue...
    I had made two Sales order against which made the invoice .I had got the invoice number also,but when I am going in the ledger of customer it is not showing there.also,if  I checked this in VF03 it is showing does not exsist.
    Then from where I got the invoice number??
    second, when I process this in VF01 then system is allowing me to make the invoice again..

    Hi,
    Goto VOV7 T.Code,Select your item category.MAintain the the completion rule as "B".
    Save.
    Goto VA03,Enter your sales document number here.
    Click on document flow or press F5.
    Check whether the invoice is created or not.If it is created then check whether the accounting document is generated ornot.If it is not generated then release your invoice to ccounting using VF02 or VFX3 T.Code.
    If there is any error in this process then log will be created.Check the log.
    For your customer all the open invoices and cleared ones in FBL5n T.Code.
    Regards,
    Krishna.

  • Calculate result as average in the report not showing average for all

    Hello,
    I have a calculated key figure in the query where its result should show average. I have made a setting for this calculated key figure as:
    1. Calculations tab: Calculate result as "average" and calculate single value as "nothing defined"
    2. Aggreagation tab: exception aggregation: Total and reference char: []
    Now coming to report, BEX it showing correct average for all cells but when i run it in portal few values it is showing correct average but for few it is showing as blank. I exported this to excel then cell shows blank but cell has some values in the custom format and display values when i change the format to general from "format cells" option.
    Please help me in resolving the issue- why portal not showing value for all.
    Thanks,
    Vijaya

    SAP note solved the purpose.
    Thanks & Regards,
    Vijaya

  • Price of the product not showing in e-commerce

    Hi,
    I am Configuring the E-commerce in standalone server. I need some information here. I hv configures the e-commerce and while login to make a order the pricing is not showing. I should get the price of my product. I maintained the price in CRM Standalone server and it is working fine in GUI and when I create the Internet Sales Order in GUI it shows the price but why not showing in E-commerce.
    First of all I configured the E-commerce and the product and product catalog and everything is showing. When ever a custmer buys the product and make the sales order the price of the product is not showing.
    Second thing if 1 customer log in e-commerce and order for the product he will consider as a general customer and in GUI we create the BP Sold to party and assign the sales area data and it works fine while creating the sales order in GUI. But While a customer makes an order in e-commerce he is the general customer and we dont have any sales area data for that customer and when he makes order the pricing does not show. If I open that transaction in GUI then the error is pricing data couldnot be maintained for this partner. Then while makig an order in e-commerce from where the pricing data will come .
    Here i need clarification wheather we have to connect IPC to e-commerce to get the product data or if we maintained the product price in CRM Standalone server that will take also.
    The problem is here i am not getting the product pricing in e-commerce.Is it mandatory to connect to IPC server?
    Pls suggest me.
    Thanx
    Chinmaya

    Hi,
    Please check.
    E-commerce B2B :  Pricing not displayed in catalog
    Let me know if you require any further help.
    Thanks & Regards,
    Nelson S Raj

  • BLOB column's image is not showing up in Forms

    Hi All,
    I am using Forms 10g. I created a default form (using wizard) for a table that has a BLOB column. Form builder automatically created an image item that corresponds to the BLOB column. The problem is that when I run the, the image item is always blank, and is not showing any image. Although I know that the BLOB column contains valid images, which I can see using PL/SQL developer tool.
    The form is compiling without error, and also, there is no runtime error message. So without reporting a compile time/runtime error, the Form is not showing the image. Can anybody help me plz??? this is urgent, any help will be greatly appreciated.
    Thanks in Advance.

    Hi,
    I am simply using the Forms default "EnterQuery" and "ExecuteQuery" buttons. I have not written a single line of code. That is, just using the forms default funcionality.
    Thanks.

  • Business rules do not show up in forms

    We are using EPM 11.1.2.0. Recently, we have noticed that any new business rules we have created and associated with certain forms-do not show up in the forms.
    We have verified security, location etc for the rules. Somehow they don't show up at all.(even admin cannot see it in workspace).
    But they still exist if we look at rules in eas console.
    Anybody had similar issues?
    Edited by: 784749 on Nov 22, 2011 7:24 AM

    We recently had a somewhat similar issue. We opened our Workforce planning app to the users. Even though we turned on business rules on EAS and admin was able to see the rules on forms, the users did not. Restarting Planning services solved the issue.
    Cheers,
    Mehmet

  • UDF is not showing at Forecast Form - Row Level

    Hi Expert s,
    I am facing a hurdle while showing  UDFs in the Forecast Row Level .
    The UDF is created . but at the Forecast Form , it is not showing at the Row Level as well as it is not showing in the Form Setting .
    Thanks
    Ashish Ranjan

    Hi Ashish......
    Unfortunately SAP has given the provision but it seems it does not work.....
    It does not display UDF at Forecast level......
    Regards,
    Rahul

  • I have songs that have been purchased and they show up in my I tunes but the are not showing up bold like all other songs in my library, they will not let me download from the cloud and will not load onto my ipod.

    I have a handfull of songs in my library that are not showing up bold like the other songs. When I click the icon to download from the cloud nothing happens and they will not load onto my ipod. When I look for them in the purchased area they show up as purchased and downloaded.

    Welcome to the Apple Community.
    So far as I am aware, books haven't been available for 6 years, so I'm wondering if you mean audiobooks.
    Audiobooks are not currently part of the content that can be re-downloaded.

  • Name of the Month not showing correctly in calendar

    I m facing a strange problem with the calendar, on the home screen calendar icon date & day is showing correct but when i view the full month calendar then its not showing the right month --- it is showing all the days of the March 1st to 31st correct but on the TOP in place of month it is showing February 2008 instead of March 2008. How can Feb has 31 days. I hv checked all the other settings.
    PLS HELP ME.

    Here are a couple of articles from the apple support website that might help out.
    http://docs.info.apple.com/article.html?artnum=305740
    http://docs.info.apple.com/article.html?artnum=305744

  • Why are photos that are placed on the page not showing up in links panel?

    seems really random, I have 2 files that have several photos on them, but one photo on each is not showing in the links panel

    not sure, just checking on errors from other co-workers, but I tried copying and
    pasting from Quark and got the same result, so that is probably what they did.
    thanks

Maybe you are looking for