A bug in communication tab ?

Hi,
In communication tab it shows one author and when I open the blog it shows another author. Is that a bug?
Screen shot from communication tab:
Screen shot from blog:
Regards,
Midhun VP

The blog was edited or/and re-published by G Lakshmipathi (as a moderator)
So in communication and activity tab it is showing that it is written by Lakshmipathi G
As per my experience, it's not a bug. I've seen this before.
Here is the activity tab.
You can see the blog was created yesterday (08 August), but you got the notification today.

Similar Messages

  • Forms not active in Communication tab in Customs Declaration

    Hi,
    The forms (Shippers Letter of Instructions, SED, COO etc) are not active and not showing up in "Communication" tab of Customs Declaration while creating a customs declaration manually from transaction /SAPSLL/CL_CUS_01.
    Appreciate any help in pointing to missing configuration or activation of BAdI etc. 
    Followed the steps in "Communication Processes" in Customs Management in IMG
    1. Action Profile:          US_CU_EX      (US: Customs Processing (Export)
    No changes made
    2. Action Definition:
    Action Definition     Description     Sort Order
    US_CU_EX_CUSEX_M_UAES2     Export Declaration Option 2 (US)     0
    US_CU_EX_CUSEX_P_COO     Certificate of Origin (US)     
    US_CU_EX_CUSEX_P_SED     Shipper's Export Declaration (US)     0
    US_CU_EX_CUSEX_P_SLI     Shipper's Letter of Instructions (US)     
    No changes made
    3. Messages for Communication Process:
    Message     Description     Message Type     Scheme
    P0350     Certificate of Origin (US)     /SAPSLL/CUS_EXP     CUS_US
    P0360     Shipper's Export Declaration (US)     /SAPSLL/CUS_EXP     CUS_US
    P0370     Shipper's Letter of Instructions (US)     /SAPSLL/CUS_EXP     CUS_US
    Assigned Scheme
    4. Control Settings for Communication Process:
    Process – CUSEX     
    CUSEX     Export     Export/Dispatch     Export / Reexport
    Activities:
    CUSEX     Export Declaration          SED
    Messages:
    M0410     Export Declaration Option 2 (US)
    P0130     NAFTA Certificate of Origin (NAFTA)
    P0140     Export Packing List NAFTA (NAFTA)
    P0350     Certificate of Origin (US)
    P0360     Shipper's Export Declaration (US)
    P0370     Shipper's Letter of Instructions (US)
    5.Print Control for Foreign Trade Documents:
    Assigned Message to Legal Unit
    6. Print Profile:
    Defined Print Profile (where to assign this?)
    Thanks
    Sreekar

    Hi Venkat,
    Sorry for delay in reply and thanks for helping me out on this issue. We have worked out the ADS configuration issues, set up master data for printer, set up .xdc files for printer etc. and are now able to display the forms and able to 'print preview' the forms.
    However, when I print preview the form, the print icon is grayed out. I am not able to print the form. Can you please advise what am I missing?
    Thanks
    Sreekar

  • Purchase Order ME23n  - communication tab - where these values stored

    Dear all
    Can someone tell me where the
    Purchase Order ME23n  - communication tab - where these values stored
    I am not able to find it.
    Regards,
    Venkat

    Table EKKO. All fields in communication tab are available here
    EKKO-IHREZ  Your Reference
    EKKO-VERKF  Responsible Salesperson at Vendor's Office
    EKKO-TELF1  Vendor's Telephone Number
    EKKO-UNSEZ  Our Reference

  • Vendor adress details(Email adrerss of other communication tab)

    Hi All,
    I need email addresses maintained in Other communication tab of a vendor .
    I will be thankful if somebody will guide me the table or function module that will fetch other communication tab details for me.
    Thanks.

    You can use BAPI: BAPI_PARTNEREMPLOYEE_CREATE / Change/Delete to create/ change / delete the contact person but it is online.
    Test and see if you are actually looking for this.

  • Customer Communication Tab details query at site level

    Hi,
    Can anyone please provide query to get the customer communication tab details in 11i at site level.
    Regards
    Dev

    Hi Octavio,
    Thank you for sending me this query. I am working on Customer Interface in R11i. For updating the records I need to check already existing data for a particular customer in a particular site. I am getting all the details except the communication tab details.
    I am writing the below query but it is giving multiple rows and same data. Some phone numbers and email addresses are missing in the communication tab . Please correct me what mistake i am doing.
    SELECT hcp.email_address,
    ,hcp.phone_area_code
    ,hcp.phone_number
    ,hcp.phone_extension
    ,hcp.phone_line_type
    FROM ra_customers rc
    ,ra_addresses_all raa
    ,hz_party_relationships hpr
    ,hz_contact_points hcp
    WHERE rc.party_id = raa.party_id
    AND rc.party_id = hpr.object_id
    AND hcp.owner_table_id = raa.party_site_id
    AND rc.orig_system_reference = 'C100233' -- This I will get from the file for update
    AND raa.orig_system_reference = 'A100961' -- This I will get from the file for update
    AND hcp.orig_system_reference = '<Phone Reference>' -- This I will get from the file for update
    Regards
    Dev

  • Recently updated  Contacts details of customer at the Communication tab defined at the Site level in oracle  AR

    Hi Expert,
        Please let me know How to find out recently updated  Contacts details of customer at the Communication tab defined at the Site level in oracle  AR.
    Thanks in advance.

    Hi -
    Please use the below code to get the Contacts at the Account level.
    where Sold to Org id is the Customer Account Id.
    SELECT hp2.person_last_name||', '||hp2.person_first_name
    FROM apps.hz_parties hp,
    apps.hz_parties hp2,
    apps.hz_relationships hr,
    apps.hz_cust_accounts hca
    WHERE 1 = 1
    AND hca.party_id = hp.party_id
    AND hca.cust_account_id = :sold_to_org_id
    AND hr.subject_id = hp.party_id
    AND hr.relationship_type = 'CONTACT'
    AND hp2.party_id = hr.object_id
    AND hr.object_type = 'PERSON'
    AND hp.party_id = hr.subject_id
    Thanks
    Vyaghresh
    Edited by: user11990386 on Jun 20, 2011 2:33 PM

  • Contacts details of customer at the Communication tab defined at the Site level in oracle AR

    Hi Expert,
       Please tell me that how I find out recently updated  Contacts details(Multiple contacts) of customer at the Communication tab defined at the Site level in oracle AR
    Thanks in advance.

    Hi Octavio,
    Thank you for sending me this query. I am working on Customer Interface in R11i. For updating the records I need to check already existing data for a particular customer in a particular site. I am getting all the details except the communication tab details.
    I am writing the below query but it is giving multiple rows and same data. Some phone numbers and email addresses are missing in the communication tab . Please correct me what mistake i am doing.
    SELECT hcp.email_address,
    ,hcp.phone_area_code
    ,hcp.phone_number
    ,hcp.phone_extension
    ,hcp.phone_line_type
    FROM ra_customers rc
    ,ra_addresses_all raa
    ,hz_party_relationships hpr
    ,hz_contact_points hcp
    WHERE rc.party_id = raa.party_id
    AND rc.party_id = hpr.object_id
    AND hcp.owner_table_id = raa.party_site_id
    AND rc.orig_system_reference = 'C100233' -- This I will get from the file for update
    AND raa.orig_system_reference = 'A100961' -- This I will get from the file for update
    AND hcp.orig_system_reference = '<Phone Reference>' -- This I will get from the file for update
    Regards
    Dev

  • Display community pages under active community tab in left vert nav

    Hi, I'm trying to display the community pages in an "active" Comunity under the given Community tab in left vertical nav. I simply need to find out how I can access the community id from the HTMLAnchor so I can compare this community id to commP.GetCurCommunityID(). I tried calling url.GetAccessKey() and url.GetID(), these do not get current community id - both throw a NumberFormatException when I try Integer.parseInt on the String (because they return null).
    This is the CListURLMediator I am looping through:
    while(mediator.Next())
    HTMLAnchor url = (HTMLAnchor) mediator.GetEntry();
    AddBgImageListRow(table, url);
    // TODO: add page links under ACTIVE community link
    /*if (NavPageType.COMMUNITY == m_model.GetCurNavPageType())
    CommunityNavPage commP = (CommunityNavPage) m_model.GetPageSpecificMethods();
    //url.GetAccessKey() or url.GetID() do not get current community id - both throw NumberFormatException
    if (commP.GetCurCommunityID() == Integer.parseInt(url.GetAccessKey()))
    CypressWriteCommPagesTable(table, col, commP);
    Any ideas?
    Thanks, Victor

    The mediators will only give you pre-built constructs with the URL. But, you can use the ICPListEntryIterator object to enumerate over it in the same way you iterate over a mediator. ICPListEntryIterator.GetEntry returns a ListEntry class, which has a GetCommunityID method.

  • Communication tab in PO header

    *In communication tab in PO header, the fields Your reference and our reference are non editable for PO type Local PO. Is it possible to make it editable ?*
    *Is it possible by customizing through SPRO or is there some development required?*
    *I have checked in Service PO and STO from ME27. The fields there are editable.*

    hi go through
    spro-Materials Management-Purchasing-Purchase Order-Purchase Order
    check the field selection key assign to your po document type
    then go to Define Screen Layout at Document Level
    select your field sel. key click on detail icon click on reference header data
    here make setting req. entry or optional
    Vipin

  • Supressing the "Inside this Community" + Subcommunity" + "Related Community" tabs

    I read the discussion thread on "How to hide the page links of a community on the 5.0.2 portal" and I looked at the UI Source code for "NavigationCommSectionDropDownView".
    And I was wondering about which portion of that code should be disabled/altered to completely suppress the "Inside this Community" navigation tab along with the "subcommunity" and "related community" tabs below it.
    We need to create a community that doesn't have any navigation scheme. We will create our own and need to suppress the 'out of the box' navigation scheme.
    Thanks for urhelp.
    Hani

    The community section menu will not show up at all when Removed from a NavType. If you want it to show up for only certain communities you would not change the NavType class but instead add logic into the view's (NavigationCommSectionDropDownView or NavigationCommSectionComboBoxView located in the view folder under the NavType file) Display method to only display the menu for specific communities by checking community IDs. Instead of hardcoding the IDs in the code you could put them in NavigationSettings.xml and get them for there with the NavigationCommonHelpers.GetNavSettingsValueX methods.
    Refer to the UI Customization Guide has more information.

  • How do I delete items from "My Activity" from the Community tab..

    How do I delete items from "My Activity" from the Community tab?

    You can't. The streams are uneditable even to the mods and admins. It's an ongoing data collection. You can only hide stuff by marking it as read in the relevant areas like your Inbox.
    Mylenium

  • Community tab Rollover Navigation

    Hi Folks,
    I am interested in building a pluggable navigation scheme that takes the current SimpleLeftVertical navigation and adds a rollover event for the community tabs. The community tabs will display the associated community page links on rollover (our communities will have between 1-3 associated pages each).
    Just wondering if anyone has done something similiar? If so(or not), please forward any suggestions, thoughts you have for an approach. I have read the UI Customization Guide but am a newbie to UI customization.
    Thanks, Victor

    You didn't mention what you want the rollovers to do. If you want to display a menu or expand a tree I suggest using a javascript menu framework. Using an already coded and debugged menu framework will save you a considerable development time. There are plenty available online and there is also one available in 5.0.2, the jscontrol menus which are used by one of the navigation scheme.
    Also, be sure to use the cached CommunityInfo object when getting pages for the communities to make your navigation performant. I.e. Call the CachedOpenCommunityInfo method on the IPTCommunityManager class instead of opening a IPTCommunity object.

  • How to report a bug for Communication Express

    Hello everyone,
    Is there a way to report a bug for Communication Express? I know it's possible to report a bug for Application Server or Portal Server, but I couldn't find how to do it for Communication Express. Is there any other way except submitting a service request?
    Thanks,
    Milosh

    Milos@saga wrote:
    Is there a way to report a bug for Communication Express? I know it's possible to report a bug for Application Server or Portal Server, but I couldn't find how to do it for Communication Express. Is there any other way except submitting a service request?The only formal method to log a bug is via a Sun Service Request. Informally I can log a bug but if you want to get the bug fixed sometime in the near future then you will still need to log a service request to have the bug escalated.
    Regards,
    Shane.

  • Bug in command + tab

    the box behind the app switcher goes behind windows when activated in spaces.

    The blog was edited or/and re-published by G Lakshmipathi (as a moderator)
    So in communication and activity tab it is showing that it is written by Lakshmipathi G
    As per my experience, it's not a bug. I've seen this before.
    Here is the activity tab.
    You can see the blog was created yesterday (08 August), but you got the notification today.

  • Possible bug with Triggers tab

    Hi there,
    I'm using 1.0.0.12.15 and think there is a bug with the triggers tab. When I navigate to my table (which has one trigger on it), and then click on the Triggers tab, the trigger shows up multiple times. It's probably not a coincidence that it shows up the same number of times that there are columns :)
    Looks like a missing join condition somewhere.
    Hope this helps

    Tracked this one down too...
    SQL Developer is getting the triggers like this:
    Select dt.trigger_NAME, dt.trigger_type, dt.triggering_Event, dt.status, do.object_id , do.owner sdev_link_owner, dt.trigger_NAME sdev_link_name,'TRIGGER' sdev_link_type
    from all_triggers dt, all_objects do
    where do.owner = :OBJECT_OWNER
    and dt.owner = :OBJECT_OWNER
    and dt.trigger_name = do.object_name
    and dt.table_name = :OBJECT_NAME
    However, we got other objects (mainly tables) with the same name as the trigger. Not specifying the object type will identify them the same way as the trigger, resulting them all to be included in the select!
    Adding "and do.object_type = 'TRIGGER'" will solve the problem.
    K.

Maybe you are looking for

  • Purchasing Cube -- 0PUR_C01.. "Added record" is showing zero in request

    When i try to load the data to this cube, my trasfer record is showing values while Added Record is showing zero values. Whats the problem. Please advise !!

  • Record chat not seen as option in OS X Mavericks Messages when doing video chat

    In OS X Mountain Lion when doing a video chat using Messages one can record the video chat. (assuming you have permission by the other party (parties??)) I do not see that option in the "upgraded" OS X Mavericks. Is the lack of a record video option

  • Re: Static Noise On My GT70 Gaming Notebook

    I received a customer's laptop here having the same issue. It doesn't look like an issue which can be resolved by software because the sound seems emitted from the mainboard after I disassemble it. So I've requested some new versions of the mainboard

  • Using JAXB 2.0 with JDeveloper 10.1.3

    Hi there, I'm having a wee bit of trouble getting JDeveloper to load my version of the JAXB 2.0 libraries. Everything compiles o.k. However when I run my application (on the embedded OC4J container in Jdeveloper), I get runtime errors that the OC4j c

  • Which SAP Module I should go for

    Hi All, I  compltely new to the SAP.I have around 3 year experience in BI(DWH,ETL),Java .I have some good package as well Due to some  personal reason  I wanted to shift to my native where we dont have any software companies but we have so many steel