Reg: 0COUNTRY and 0REGION are not displaying in the report

Dear SDNERS,
I am facing a problem in CRM Report " 0CRM_C04_Q003" I am not able to get the 0COUNTRY & 0REGION data in the reports it is showing # Not Assigned.
When I check the 0REGION & 0COUNTRY it is having data in it in the info objects.
I come to know that both the objects are navigational attributes of "0CRM_PROSPE" info object in the report and this info object  does not have any data in it as it is having a referece char of 0BPARTNER.
0BPARTNER is not showing the data for 0COUNTRY AND 0REGION. pleaes advice how to get this in CRM report.
Points will be assigned for a quick response.
Regards,
Prasad.

Hi,
0COUNTRY and 0REGION as you said are Nav Att of 0CRM_PROSPE Master data.
If Master data object itself is not having data then it would not be possible for you to get data for these objects.
You can include these two objects in your InfoProvider and add in your Query as normal InfoObjects instead of Nav att.
Note: The two Infoobjects should be mapped with the appropriate source fields in the transformation and data load should be successful.
Hope this would resolve your issue.
Regards,
Geeta

Similar Messages

  • Street and Country are not displaying on the Form

    Hi all,
    Does anyone know why the STREET and COUNTRY is not displayed on form?
    I have debugged into SAPscript, the value for REGUH-STRAS and LV_REGIO is there, but somehow it just cannot display on the form.
    /           <B>&REGUH-NAME1&<B></></>
    /           <B><B><B>&REGUH-STRAS&<B></></></></>
    /           <B><B><B><B><B>&REGUH-ORT01&<B></></></></></></>
    /           <B><B><B><B><B><B><B>&REGUH-PSTLZ&<B></></></></></></></></>
    /           <B><B><B><B><B><B><B><B><B>&LV_REGIO&<B></></></></></></></></></></>
    Please advice and thanks in advance.

    Hello,
    Use Condence symbol 'C' in the respective fields.
    &REGUH-STRAS(C)& / &REGUH-ORT01& / &REGUH-PSTLZ& / &LV_REGIO(C)&
    Regards,

  • Danish character and Symbol are not displaying in crystal report 2008

    I am developing a crystal report. The report displays data from database. The data is entered into database from a asp.net web form where a JavaScript Editor is used. Mainly data is saved in Danish character and also there are some emotion symbol. The web page is showing these data reading from database perfectly. But the Crystal Report is missing some Danish character as well as emotion symbol in some cases. The screen print both for web page and crystal report is shown bellow.  The database field DataType is “CLOB” and using Crystal Report 2008.
    Can anyone help me to get rid of this situation.
    Thanks to you all.

    Please have a look at the resolution in this thread:
    CR 2008 - Oracle 11g - CLOB fields are blank when using command
    -Abhilash

  • J_3RMOBVED G/L accounts are not displaying in the report

    Dear All,
    when i'm executing the T.code "J_3RMOBVED" stock overview russia.I'm not getting G/L account.
    Please can one guide how can i get G/L accounts
    regards
    Subhash

    Is G/L Account depends on Chart of Accounts. Is their any way that G/L acount and description is displayed in report. G/L Account is appearing but not descrition. Master data attr & text loaded fine.
    Raju

  • Nodes and links are not displaying in IE10 browser - mapviewer ps6

    Hi,
    Node and link are not visible on the IE10 browser where as in IE9 they are displaying properly.
    In IE10 browser ,
    when we set compatibility settings - Display All websites in compatibility view --> node are displaying properly.
    when we deselect this node are not displaying properly
    Is there any existing bug on mapviewer?
    Thanks in Advance
    Aruna

    DRK Montreal,
    try opening Terminal, and running the following command in the Terminal window:
    nslookup www.pinatize.me
    If you still have access to some of those other Mac computers, try running the same command on them also for comparison.
    Please include in your reply the full output from that command.

  • Chinese characters are not displayed in the Firefox bookmarks

    Chinese characters are not displayed in the Firefox bookmarks. The name looks like e.g. "??????? ???? cn.nytimes.com"
    Chinese character of the site name is displayed ok in the head of the browser window and there is no problem reading chinese web content. I use Firefox Portable 11 /English from portableapps.com in Windows XP.
    I googled and got some tips:
    1) Set your browser to recognise Chinese language internet sites.
    Windows users: Under "Tools - Options" on your browser's menu-bar add Chinese to the languages list.
    - I did this.
    2) Set your browser's "Character Set" or "Encoding" to UTF-8 (sometimes also called Universal Alphabet or Unicode).
    Encoding settings can be changed under the "View" option in your browser's menu-bar.
    - It was already set to UTF-8.
    3) Windows users: If Chinese text still does not display correctly, East Asian language support may need to be enabled.
    - This has been done when I installed Windows.
    I still don't get any Chinese fonts in the bookmark names. I can edit the bookmark name with chinese characters and then save the bookmark, it works fine. But why does not Firefox recognize the characters when saving bookmarks? Help is appreciated.

    No I didn't change anything deep beneath the hood. My problem didn't apply to the URL, but to the name of the link or bookmark header or whatever you would like to call it. (When hitting Ctrl + D there is a Name field). I only got ???????? instead of chinese characters in the name. Also for e.g. www.cntv.cn ...but maybe all China is not in the whitelist either. ;-) But anyway, this was not the real problem for me.
    Apparently I was wrong as after a reboot of the computer it worked. The solution seemed to be to add Chinese to the language list. I don't know why it was not enough to restart Firefox?
    Now I only have problems to show chinese characters in the name field of my external link manager... But I guess it is not an issue for Mozilla.

  • Leading zeros are not displaying in the excel

    Hi Experts,
    Leading zeros are not displaying in the excel
    Here is the situation:
    I have developed one report, which will create the file in Application server with TAB deleimeted. After that I am sending that file via email in the excel format using Email functionality FM.
    Normally our material numbers will start with zeros.
    But when I check the email excel file , leading zeros are not displaying.
    Even I checked the application server (AL11) file, zeros are there.
    I thought program FM was wrong and I tried it manually by downloading the file into excel. Eventhough it is suppressing zeros.
    Could you please advise, how to display leading zeros to the material number in excel file.
    Thanks in advance
    Raghu

    Application server file showing  zeros infront of the material number.
    1200#  0012401387# XXXXXXXX
    Once file created in app server, I am using one custom FM to send that output in excel format / txt format via email.
    when I send txt file via email, I am getting leading zeros. But when I send xls file via email, I am not getting zeros.
    I checked custom FUNCTION MODULE . No mistakes in that.
    ===
    Sudhir,
    As you said, I passed ( ' ) single quote infront of the material number. When I check the excel file, single quote also displaying like this '0000100.
    Application server file showing like below
    1200#  '0012401387# XXXXXXXX
    ===
    Could you please advise anyone how can we acheive this.
    Thanks

  • HT201401 My previously made calls are not displaying in the recent call section?  How can I restore  them+

    My previous calls are not displaying in the recent call section.  How can I fix this?

    There are some recovery programs out there if you google them - many with free trials. I haven't tried them so I have no opinion.Read any professional tech and user reviews you can find before you try one. I have read here in the past that some have worked for people who have posted here. 
    To help in the future, have you considered using Jump Desktop - Remote Desktop? I know it won't solve the problem you're dealing with now (unless notes were taken on your computer.) It's in the app store. It's the #1 paid app in the business category and the reviews are great. It allows you to see anything that's on your computer on your ipad. If you take your notes on your ipad then you might want to email them to yourself, put them on Word in your computer, for example, and then if you need them in class, you remotely connect your ipad to your computer and you will see your notes. This way you won't have to rely so much on the cloud. The explanation would be too long here, but you might want to take a look at it. You can use the free trial on jumpdesk.com and then if it works for you, buy it in the app store. 
    Meanwhile, it's hours since you sent this post. Hopefully others who can help solve your problem who are on this forum now can help you. I hope you get your notes back. Don't give up too quickly.
    Hope this helps. 

  • Aperture ate my picture files and they are not recoverable.  The guy at the Genius Bar told me to Trash the App, empty Trash, then go to Purchases and reinstall.  But Purchases says it is "Installed" so it does not let me download it again.  HELP!!!!

    Aperture ate my picture files and they are not recoverable.  The guy at the Genius Bar told me to Trash the App, empty Trash, then go to Purchases and reinstall.  But Purchases says it is "Installed" so it does not let me download it again.  HELP!!!!

    I typed Aperture into Spotlight and sure enough it did show up.
    It looks like it is supposed to be in Apps.
    But it is not there.
    So I clicked on the spotlight Aperture and it opened up the App!!!!
    But I do not know where it is to move it!
    How can I find it?
    While Aperture is running and you are seeing it in the Dock, ctrl-click (or right click) the Dock icon.
    You will see a contextual menu. Click on "Options", then select "Show in Finder".
    And check the "keep in Dock" mark, so you will not lose it from the Dock.

  • Contacts and calendar are not syncing? the word info is not in the selection iTunes sync menu

    contacts and calendar are not syncing? the word info is not in the selection iTunes sync menu

    Hey jimneeds,
    Thanks for the question. This feature was discontinued with OS X Mavericks:
    iOS: Syncing your data with iTunes
    http://support.apple.com/kb/HT1386
    What you can sync
    […] - Contacts*
    *To sync this content on an iOS device using OS X Mavericks v10.9 or later, use iCloud or another cloud-based service.
    Thanks,
    Matt M.

  • My iWork (pages and keynote) are not communicating with the iCloud. I haven't changed anything and all of the sudden there is no sync happening.  My iCloud account is fine as i can create documents on my iPad and they appear on iCloud.

    my iWork (pages and keynote) are not communicating with the iCloud. I haven't changed anything and all of the sudden there is no sync happening.  My iCloud account is fine as i can create documents on my iPad and they appear on iCloud. However, when i change documents on my mac (documents that are supposed to be in the iCloud), the changes do not sync with my other devices nor with iCloud.  Even when i create new documents on my mac and save them to iCloud, all seems okay and i can access them from my mac, however they do not show up in the iCloud and i can't access them with my other devices.
    Most recent version of mountain lion updated over a month ago.  New iPad in use for over a month.
    thanks

    The same thing is happening to me, Mail was fine about an hour ago and now is rejecting correct password.  Typical when today I'm waiting some important emails!

  • HT4009 I have purchased items from CityVille and they are not available in the App although my card has been charged for the purchases.

    I have purchased items from CityVille and they are not available in the App although my card has been charged for the purchases. I also have an email receipt with the purchase. Can you please tell me how to resolve this issue?

    iTunes Store: Hiding and unhiding purchases
    http://support.apple.com/kb/HT4919

  • Ratings and picks are not shown in the pictures in the filmstrip, although marked in the LR presets. Who can help?

    ratings and picks are not shown in the pictures in the filmstrip, although marked in the LR presets. Who can help?

    found the solution: the filmstrip was to small !!!

  • Enabled UDF's are not displaying in XL Report Composer.

    Hi,
    I Enabled User Defined Fields (UDF) under manage user defined fields. But itu2019s displaying only Light dimensionu2018s fields. But Dimension attributeu2019s fields are not displaying in XL Report composer. How we can display Dimension attribute fields in XL Report.
    Regds,
    Sampath Kumar.

    Hi,Danie Posthumus
    First of all we are not able to see my User define filed in report composer except for light dimensions type. Only we are getting Light Dimension Data Item type only we are not getting Dimension Attribute Data item type.
    Regds,
    Sampath Kumar Devunuri.

  • Is it possible to save a Photoshop project with multiple tabs (inducing images) for later use. Now, when I close Photoshop, it ask to save each tab separately and they are not staying in the project for later usage. Thanks in advance for you help.

    Is it possible to save a Photoshop project with multiple tabs (inducing images) for later use. Now, when I close Photoshop, it ask to save each tab separately and they are not staying in the project for later usage. Thanks in advance for you help.

    You should ask in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

Maybe you are looking for

  • How do I get a calendar notification with travel time/traffic info?

    Hi everybody, I saw an IOS 8 screenshot showing a calendar reminder in the lock screen that not only showed the upcoming calendar event info, but also said something like "to be in time, you should leave at 11:31". On the web page showing that screen

  • Trying to find a Program that locates and updates your songs and albums??

    Does any1 know of a program that Finds and Updates Information about Your songs and Albums. These are the Songs and albums that have already been on my PC and not have been purchased on Itunes

  • Searching with bing instead of google

    when i used to make searches in the url bar it used to use google to find the website and open it example i search facebook and it would go straight to facebook.com but now its olny searching on bing and showing me all the results i want it to go bac

  • Unable to Acess ISR form

    Hi,    I had configured ADS and now i'am trying to acess <b>Service Request</b> ISR form,when am seeing the preview it is not showing any error and it is not displaying any form,just it is displaying a blankpage. Please guide me in this issue. With R

  • Multi Language Smart Forms

    Hi I need to display multipile languages in same form my main language is english first the language will be in japaneese followed by english and french but everthing has to be displayed in the same page. japaneese English french any guidence in this