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,

Similar Messages

  • Images are not displaying in the forms run time.

    Hello All,
    I am using forms 10.1.2.3.0 and database 11g in the windows XP platform.
    I am not able to see the images in the buttons at the run time. I have done the following setup for the same but still I am not able to display images in the buttons. I have gone through all the previous threads for the same. Can any body suggest where I am doing the wrong?
    1) Created one JAR file with the below command putting all the gif files in a folder (All the GIF files are in lower case). Kept this jar file in the forms/java folder. (When I am extracting the JAR file getting all the gif files and one more folder META-INF).
    rem====
    jar cvf icon.jar *.gif
    rem=====
    2) Modified the formsweb.cfg file as follows.
    imageBase=codeBase
    archive_jini=frmall_jinit.jar,icon.jar
    3) In the buttons property Iconic = Yes and Iconicfile name = icon_print (gif file name).
    4) Modified the Registry.dat file in the path "forms\java\oracle\forms\registry\Registry.dat" as follows.
    default.icons.iconpath=forms/java
    default.icons.iconextension=gif
    Start the OC4J instance, and run the application, but still not able to see the images in the buttons. After I modified the regedit file I am able to see the images in the design time but not in the run time.
    Any thing more needed to do the same. All the suggestions are welcome.
    Thanks,
    SUN
    Edited by: User SUN@ on Nov 23, 2009 11:25 AM

    Create a virtual directory icons in your /forms/server/forms.conf file
    In the registry.dat file change
    change
    default.icons.iconpath=http://yourmachine:port/forms/icons/
    Re: icons not displaying in oracle forms.
    Re: Icon deploy issue in 10g forms
    Re: cannot show icon images
    Re: Step by step creation of iconic buttons

  • 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

  • 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

  • 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.

  • 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 !!!

  • 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

  • Synced bookmarks can be searched for and found but many are not displayed on the complete scrollable bookmarks list.

    How odd. I've a somewhat complex bookmarks menu hierarchy, perhaps two dozen folders each containing between five and fifty bookmarks as well as a sub-folder or two. All of this is synced and displayed correctly with the bookmarks tab in the app, except for some of the more recent bookmarks that not organized into folders, and are floating inside the bookmarks menu. Of thirty or so, only five appear. Yet, when I search for them within the app they are found, including several bookmarks made today. These are bookmarks contained in the bookmarks menu but not in any particular folders. Clearly they are synced, yet the entire contents of the bookmarks menu are not displayed correctly in the app. Syncing otherwise seems swift. I've less than 600 bookmarks in total. I seek not to search for specific bookmarks but to browse my entire collection, so you can sense my frustration. I'd call this a bug. Any thoughts? Thanks!

    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.

  • Portal Forms are not displayed in the new migrated environment.

    Hi All,
    We have a distributed Portal environment. Application server and Portal Repository running on one system(System1) and one more portal repository and portal components existing in anothor system(System2). Through DAD we connect to System2 and access the componets. Recently we have done a migration.The Database along the Portal Repository in system2 was migrated to a new server. For this we have edited the DAD and made the necessary changes. But after the migration, the Forms residing in migrated portal repository(System2) are not getting dispayed.The rest of the things(Reports, Pages, Links,LOVs etc..) are working fine. The forms are not getting displayed in the pages where it's added. When forms are run from RUN link in Develop Tab it's showing ERROR but not the cause of the error. Will anyone tell what changes I have to do to make the Forms work?
    Thanks in Advance,
    Tom

    Hi DIAdemUser1,
    This feature was indeed removed.  R&D felt like it caused more confusion than benefit, and I agree.  I do apologize to you and others who liked the feature that has now disappeared.  When DIAdem 9.0 released the custom properties in the Data Portal showed their data types, but that feature was also removed in favor of simplicity.  I often miss that feature, but it's for the greater good.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

Maybe you are looking for

  • BPM + PROXY + Fault Message

    Hello My scenario is JDBC -> BPM <-> Proxy I developed a BPM has a step-type <SENDER> that is synchronous. Information on the above step:   . The message interface used an output, an input message and also a Fault Message. . I'm calling a proxy in th

  • Signature in PDF appears too heavy (line weight)

    Hello, I have excel documents which need to have an actual signature. I have scanned in my signature and have it as a TIF file amongst others. I have the full Adobe CS3 suite so I have cleaned up the sig in PS and saved it in various formats. When I

  • Ordering BT Infinity (Lead Times)

    Hello, I am renovating my new property and I am planning to move-in in around 6 - 8 weeks. I am led to believe that lead times to get a BT infinity engeneer in to install the broadband is around 2 - 3 weeks. I am happy to order it as soon as possible

  • Getting the formatting error in  smart forms

    Hi All, When I am running the program to display the output for SMARTFORM in development system it is working fine ,But doing the same in the production system gives me the  formatting error EXCEPTIONS                       FORMATTING_ERROR          

  • My ipod is not updating new songs?

    I resently changed my computer and intalled ipod n itunes from the CD....But now my ipod is not updating the new songs and i don't know how 2 export the songs i already have in the ipod. Now i don't want to lose the songs in the ipod but i also want