[SOLVED] Lousy fonts with .chm viewer for Linux

I installed the .chm file viewer HelpExplorer 3.0 in both Windows XP and Arch Linux (chm = compiled HTML help file).  In Windows XP, with default fonts installed, the fonts in text read with this viewer appear crisp, sharp and anti-aliased.  In Arch with KDE 3.5.7, on the other hand, the fonts appear fuzzy, grainy and don't seem to be anti-aliased, in contrast with their appearance in all other apps (except for a few such as Dillo) which render text good-looking, sharp and anti-aliased.
HelpExplorer for Linux was provided as a tarball that included a precompiled 'helpexplorer' binary.  The program doesn't seem to allow for customizing font settings.
The following fonts are installed in Arch (in /usr/share/fonts/):
ttf-bitstream-vera-1.10-5 is installed by default
gsfonts 8.11-4 is installed by default
PostScript Type 1 fonts installed: Century Schoolbook, Nimbus, URW Bookman, URW Gothic, URW Palladio
ttf-ms-fonts-2.0-1 (Microsoft TTF: Andale Mono, Arial, Comic, Courier, Georgia, Impact, Tahoma, Times New Roman, Trebuchet)
font-bh-ttf-1.0.0-3 (Luxi BH)
xorg-fonts-100dpi-1.0.1-1 (courier, helvetica, lucida, new century, times)
The "Files" section of my xorg.conf looks as follows:
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/share/fonts/cyrillic"
# FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/share/fonts/defoma/CID"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection
I've attached a screenshot of some text displayed in the HelpExplorer reader in Arch (the font is Times New Roman): http://img216.imageshack.us/my.php?imag … ot1zh9.png
[img=http://img216.imageshack.us/img216/8401/snapshot1zh9.th.png]
What do I need to do to improve the font appearance in this program in Linux?
Last edited by RobF (2007-10-02 18:06:46)

I found a solution of sorts by installing and running the Windows version of HelpExplorer in Wine or Crossover.  There is still very little control over fonts but when I enlarge the default font (with 2x CTRL-+) I do get a nice-looking anti-aliased Times New Roman font, and this solution would be my preferred way of reading .chm files in Linux (i.e. better than KchmViewer or Xchm).
Recap of the problem:
1. The .chm viewer HelpExplorer Viewer 3.0 when installed in Windows XP renders fonts crisp and clear and anti-aliased.
2. The Linux version of HelpExplorer Viewer 3.0 (delivered as a precompiled executable in a tarball) doesn't render fonts antialiased, regardless of what I tried, and they look grainy and unattractive.
3. The Windows version of HelpExplorer Viewer 3.0 when installed and run in Arch in Wine or Crossover does render the default font they offer (looks like Times New Roman) fairly crisp and clear and anti-aliased, at least at the enlarged setting.
Can someone explain to me what might be going on?  Why is it that the Linux version cannot render fonts anti-aliased when the Windows version running in the emulator in Linux can?  Is there something that I have to change in my fonts config, fonts location, symlinks or path to get the anti-aliased fonts to work in HelpExplorer in Linux?
Robert

Similar Messages

  • Partition an Advanced Format drive with 4KB sector (for Linux OS only)

    I got a brand new WD 1TB drive, model WD10EZEX, I'm upgrading from an old 500 GB drive with Arch running on it, and I'm going to make a fresh Arch install on it.
    I suddenly learned about all this Advanced Format issue, with the first units "lying" about physical sector size and all that stuff, which started like 2 years ago and I was not aware of.
    I couldn't find a step by step guide to perform the proper formatting for a fresh Linux OS install with 4KB-sector, despite the info is out there scattered in tons of blogs, forums, etc.
    I figured out the steps for my simple setup, and I'd like to know if everything is all right. For the ones who already know the steps, can you please go to the bottom of the post, and tell me if the final setup is all right to start the fresh install ??  I reproduce all the steps hoping that this will help other people in the future.
    I'll use the whole drive only for an Archlinux install, with one partition for the / and another for /home.
    Seems the GPT modern method is the way to go, and the gdisk tool will do the trick. If we are booting from this drive, with GRUB2 in a BIOS system, we must also create a BIOS Boot Partition.
    So, with the drive having no partitions at all, and sda being the device name
    # gdisk /dev/sda
    Command (? for help): p
    Disk /dev/sda: 1953525168 sectors, 931.5 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6527769B-B4BC-408C-A45B-D2DAA4036620
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1953525134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 1953525101 sectors (931.5 GiB)
    Number Start (sector) End (sector) Size Code Name
    we create the 2 MiB BIOS Boot Partition
    Command (? for help): n
    Partition number (1-128, default 1): 1
    First sector (34-1953525134, default = 2048) or {+-}size{KMGTP}: 2048
    Last sector (2048-1953525134, default = 1953525134) or {+-}size{KMGTP}: +2M
    Current type is 'Linux filesystem'
    Hex code or GUID (L to show codes, Enter = 8300): ef02
    a 45GB partition to use as /
    Command (? for help): n
    Partition number (2-128, default 2):
    First sector (34-1953525134, default = 6144) or {+-}size{KMGTP}:
    Last sector (6144-1953525134, default = 1953525134) or {+-}size{KMGTP}: +45G
    Current type is 'Linux filesystem'
    Hex code or GUID (L to show codes, Enter = 8300): 8300
    Changed type of partition to 'Linux filesystem'
    and the rest to use as /home
    Command (? for help): n
    Partition number (3-128, default 3): 3
    First sector (34-1953525134, default = 94377984) or {+-}size{KMGTP}:
    Last sector (94377984-1953525134, default = 1953525134) or {+-}size{KMGTP}:
    Current type is 'Linux filesystem'
    Hex code or GUID (L to show codes, Enter = 8300): 8300
    Changed type of partition to 'Linux filesystem'
    we can check the setup
    Command (? for help): p
    Disk /dev/sda: 1953525168 sectors, 931.5 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6527769B-B4BC-408C-A45B-D2DAA4036620
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1953525134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 6143 2.0 MiB EF02 BIOS boot partition
    2 6144 94377983 45.0 GiB 8300 Linux filesystem
    3 94377984 1953525134 886.5 GiB 8300 Linux filesystem
    and everything looks fine, we have the multiples of 8 starting sectors, so we write the changes
    Command (? for help): w
    Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!!
    Do you want to proceed? (Y/N): y
    OK; writing new GUID partition table (GPT) to /dev/sda.
    The operation has completed successfully.
    now we need to give the / and /home partitions a format, I choose ext4 and ask for a 4096 block size just in case we have a "lying" unit (not my case but I prefer to write down the most general command)
    # mkfs.ext4 -b 4096 /dev/sda2
    mke2fs 1.42.6 (21-Sep-2012)
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    2949120 inodes, 11796480 blocks
    589824 blocks (5.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=4294967296
    360 block groups
    32768 blocks per group, 32768 fragments per group
    8192 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
    4096000, 7962624, 11239424
    Allocating group tables: done
    Writing inode tables: done
    Creating journal (32768 blocks): done
    Writing superblocks and filesystem accounting information: done
    and the same thing for /dev/sda3 .
    Check with gdisk and parted that everything is fine, is this all right to start the install ??
    # gdisk -l /dev/sda
    GPT fdisk (gdisk) version 0.8.5
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 1953525168 sectors, 931.5 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6527769B-B4BC-408C-A45B-D2DAA4036620
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1953525134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 6143 2.0 MiB EF02 BIOS boot partition
    2 6144 94377983 45.0 GiB 8300 Linux filesystem
    3 94377984 1953525134 886.5 GiB 8300 Linux filesystem
    # parted /dev/sda
    GNU Parted 3.1
    Using /dev/sda
    Welcome to GNU Parted! Type 'help' to view a list of commands.
    (parted) print
    Model: ATA WDC WD10EZEX-00R (scsi)
    Disk /dev/sda: 1000GB
    Sector size (logical/physical): 512B/4096B
    Partition Table: gpt
    Disk Flags:
    Number Start End Size File system Name Flags
    1 1049kB 3146kB 2097kB BIOS boot partition bios_grub
    2 3146kB 48.3GB 48.3GB ext4 Linux filesystem
    3 48.3GB 1000GB 952GB ext4 Linux filesystem
    Last edited by karamaz0v (2012-12-06 06:39:45)

    Your partitions look fine from an Advanced Format point of view. The test is simple: Are all your partitions' start points, as measured in sectors, divisible by 8? Yours are.
    karamaz0v wrote:what confused me a bit, was that I saw a lot of setups with the BIOS boot partition, and also a 200 MB EFI one. Having a BIOS system, I think I don't need the EFI one.
    Some people do this because they're unclear of their requirements. Others do it because they want to have the option of switching boot modes between BIOS/legacy and EFI. With both types of boot loader installed, you can choose on a boot-by-boot basis which way to start the computer, assuming it supports both boot modes.

  • Font Smoothing in LabView for Linux

    Hello,
    I was wondering if anyone has been able to get their fonts in LabView for Linux to be either smoothed using Gnomes subpixel smoother for LCDs, or any other type of anti-aliasing. I currently can use truetype fonts in LabView, and for the most part they do look pretty decent.. btu they are not smoothed at all. Every single application I have loaded has smooth fonts other than LabView. Please let me know if anyone has managed to get this working... and if so, how.
    I am currently using Gentoo with all of my packages updated less than a month ago, with LabView 8.2
    Thanks for any info!

    Unfortunately, we do not support fonts on your operating system. Hopefully another customer is more familiar with this.
    Message Edited by Support on 10-04-2007 01:33 PM
    Charlie M. CLD

  • Failed to install php-oci8 with instant Client for linux 64

    Hello,
    I have a 64-bits Linux box with RHEL4, and PHP version has been upgraded from 4.3.9 to 5.1.6. I try to make the connection to remote oracle server.
    I download instantclient-basic-linuxppc-10.2.0.2-20060327.zip , and follow the instruction to
    install it.
    But when i try to install php-oci8*.rpm, no matter which i use:
    php-oci8-5.1.6-1.el5.i386.rpm or php-oci8-4.3.9-2.2.el4.i386.rpm
    The installation always failed due to dependencies errors with oracle instant client.
    I also tried with some other packages like: php-oci8-4.3.9-3.el4.x86_64.rpm
    All my tries gave me dependency errors.
    sometime like:
    error: Failed dependencies:
    libclntsh.so.10.1 is needed by php-oci8-5.1.6-1.el5.i386
    oracle-instantclient = 10.2.0.3 is needed by
    php-oci8-5.1.6-1.el5.i386And I cannt find the right RPM for oracle instant client for linux 64 bits box, and php-oci8 5.1.6 64 bits.
    I have been trying on this problem for more than one week, and so frustrated. I will appreciate if I can be guide on this issue.
    Thanks in advance!

    See my followup to your duplicate post in the PHP forum

  • Updated my iPad 2 to ios6 and wish I didn't. Lost the wonderful maps app and I'm miserable.  Is there a replacement app coming from google with street view for iPad?

    Looking to the community for a suggestion for the best replacement map app for my ipad2.  I regret "upgrading" to ios6 when I lost the old maps app.  I used it daily and had perfect functionality for my purposes.  Now I wish I'd researched it more before I clicked '"install."  Is there a google replacement coming soon with street view that works like the old one?  Is apple working on fixing the existing app to include the features of the old app?   So sad....wish I could go back!

    I tried the google Maps app on my iPad2 but it looked terrible.  Blurry when expanded to 2X, clumsy and not intuitive.  Terrible for my purposes and way different from the old Google Maps app.  Per International Business Times (12/13/12):
    "While iOS users may be rejoicing at the return of their favorite navigation app, it should be noted that Google Maps has not yet launched for the iPad. The version currently available in Apple’s App Store is only for the iPhone, and Apple Maps will still act a the default Maps App on iPhones even after Google Maps has been installed."
    Perhaps it'll look/behave better when an iPad version is eventually released.   But thank you anyway.
    Gonna try the EggMapsHD.  Just wish there were some reviews out there.
    CJL4603

  • Trouble with custom viewer for Android

    Hello, I have created a Custom Content Viewer for Android using Viewer Builder 1.5.1. After building the Content Viewer I sideloaded, v15 Android.apk and tested it on a Samsung Galaxy tab. It shows the empty gray viewer with no content.
    Is there something that I may have not done correctly with the android app? I want to test my viewer locally. I have uploaded folio with the same adobe Id, which I have used to create my content viewer but not able to find my content on tab.
    I have professional account for DPS, how to get "Sign In" button for my Content viewer and test it before uploading it to Android market? Any help would be appreciated.
    Thanx in advance
    Kundan

    Got it. I tried booting with MOD_AUTOLOAD set to yes, and it was working fine. Looks like I needed to specify some more modules in my list.

  • Linux Bare Metal Provisioning with OEM Pack for Linux for RAC 11gGR2 OEL 5X

    Hi,
    Has anyone ever used the OEM Pack for Linux to provision Bare Metal Linux servers?
    See: http://www.oracle.com/technology/products/oem/omp_linux.html
    We are thinking of using this tool to provision our Linux Servers, because we are UL-Customers with OEL, and this Tool is free of Charge for UL- Premier and Basic Limited Customers.
    I have only found Documentation which seem to suggest that the OEM Linux Pack is supported with OEM Grid Control 10.2.0.4 and Oracle 10G ,
    but i am not sure if this Pack is supported for use with OEM Grid Control 10.2.0.5 and Oracle RAC 11gR2.
    I would appreciate your Help on this.
    Regards,
    Pascal

    user11999910 wrote:
    but i am not sure if this Pack is supported for use with OEM Grid Control 10.2.0.5 and Oracle RAC 11gR2.Yes, it is. The Linux Management Pack is built-into Grid Control and ships with 10.2.0.5. I believe you need to add a few patchsets to get full provisioning support for Database 11gR2. There is a My Oracle Support article that lists all the recommended patches for Grid Control.

  • How can I solve the problem with Adobe viewer/player ?

    Dear guys in Apple support team
    I have a MacBook Pro 13' late 2011, several months ago I updated my mac to mountain lion and I can say its really great operating system and I really enjoy working with it. The only problem I have is that more than twice a day while using my computer for reading a paper in PDF or in online PDF's or sometimes watching flash videos online, cooling fan starts to work faster and when I look up in the activity monitor, more than 60% of the CPU processing is engaged with Adobe player/viewer and I have to kill the process to stop cooling fan and release the cpu process. My adobe products are in the latest update and there should not be any problem about that.
    Please help me solve this problem and enjoy more than ever from your creative products.
    Thank a lot
    Ali

    Flash has always been a problem hogging the CPU. Recent versions, however, have been a little better. You might try Adobe Flash Player 11.7.700.169. I would also recommend the Safari extensions ClickToFlash 2.7.5 and FlashToHTML5 2.4.

  • [SOLVED] Where do I find "applets" for linux?

    Hi, do you know those things we put on linux desktop that measure cpu, memory, disk usage, network, etc? So, how are they called: applets, gadgets, monitors, icons, plugins?
    I think they are so cool!! They make the system really beatiful, and there are many of them that we can customize a lot.
    I'm looking for some to use with WindowMaker, AfterStep and LXDE.
    But I don't know where to find them (neither how to call them), so, could anyone please tell where to find them?
    Thanks!!
    Last edited by ILoveJapaneseGirls (2009-10-21 20:00:46)

    Yeah, that's it, maybe widgets is a better name to describe them.
    Actually what I was looking for is a site specialized on it, that contains lots of them. Do you know any?
    After a quick search on google, i found this one: http://www.instantfundas.com/2007/10/8- … tform.html. I'll try them to see which are better.
    Widgets are pretty cool, and they would be a strong reason for me to move from LXDE to WindowMaker or Afterstep, as they can make these WMs look very nice.
    Well, I'm moving this topic to SOLVED. From now on, if I need more help I can find by myself.
    So, thanks for the suggestions guys.
    Last edited by ILoveJapaneseGirls (2009-10-21 20:00:13)

  • Integrate Web Dynpro with Flash Viewer for JasperReports

    Hello,
    I am trying to integrate the Flash Viewer with Web Dynpro in order to render the jasper reports generated in my web dynpro component. I am using a Flash Island within the view which has the SWF file bound to it.
    I need to pass the URL of the XML report to an attribute called FlashVars of the embed tag, where the flashviewer SWF file is embedded.
    What I have done so far is: created a property named "FlashVars" for the flash island, and then pass the file location of the generated report to it. However I am not getting the report rendered in the Flash Viewer.
    Best Regards,
    Baez

    Take a look at these 2 blogs:
    /people/jawed.ali/blog/2009/02/09/part-i-print-web-dynpro-java-applications-using-jasperreports
    and
    /people/jawed.ali/blog/2009/10/21/part-ii-print-web-dynpro-java-applications-using-jasperreports
    Instead I'm interested in Part III (We will be integrating JasperReports into WDJ applications.) just do not find this blog
    Regards
    Banana

  • Issue with iTunes view for podcasts with the latest iOS update (for my Macbook Air, Sept 21, 2013)

    I just got the latest update for iOS for my Macbook Air - and now all of my previously deleted podcast episodes are showing up as available for download from the cloud - which is clogging up my iTunes display.  How can I get these previously downloaded, listened to, and deleted episodes off of my podcast view/list?

    "Not only did it download a new version of itunes, but it also downloaded MS Word updates, and other software that required updating."
    MS Word is not an Apple product so it could not've downloaded with all the Apple software updates.
    "I clicked File > Check for Updates"
    What program were you running to do that?
    In any case boot from your OS installer disk and run Repair Disk from Disk Uility.

  • Issue with Smart View for Planning Connection

    Hi All,
    I'm facing this issue with Hyperion 11.1.1.3 & 11.1.2. I've created a connection in SmartView by giving the URL as http://ServerName:8300/HyperionPlanning/SmartView. After that i'm able to see "Servers" and when i started expanding that, it displayed the server name. When i clicked on the server name, it should display the Planning Application name right ? instead of that just a Cuble symbol is displaying. Do i need to make any settings for proper display of the Planning Application names ? This is perfectly working fine with HFM. I'm able to see HFM application names

    Well, the thing I always forget and have pulled much hair out over is to add the essbase server access to the planning group.
    Check on that, and I will loosen the rocks in my head to see what else I can suggest.
    Robb

  • [solved] Error Trying to Compile Video For Linux.

    I have a new TV card and I need to patch v4l to get it working. When I run the build script I get:
    Preparing to compile for kernel version 3.7.9
    File not found: /lib/modules/3.7.9-1-ARCH/build/.config at ./scripts/make_kconfig.pl line 33, <IN> line 4.
    Usually this means that I you don't have linux-headers installed but:
    scamper2 src/media_build ‹master*› » pacman -Ss linux-headers
    core/linux-headers 3.7.9-2 [installed]
    However, /lib/modules/3.7.9-1-ARCH/ doesn't have a build directory. Any suggestions on what I am doing wrong?
    Last edited by geekinthesticks (2013-02-28 07:58:00)

    geekinthesticks wrote:
    File not found: /lib/modules/3.7.9-1-ARCH/build/.config at ./scripts/make_kconfig.pl line 33, <IN> line 4.
    scamper2 src/media_build ‹master*› » pacman -Ss linux-headers
    core/linux-headers 3.7.9-2 [installed]

  • Novell Client for Linux 2 beta & VMWare - bridged only?

    OpenSUSE 11.1 with Novell Client for Linux 2.0 SP2 beta.
    OpenSUSE is installed as a VMWare Workstation guest using NAT. When attempting to use contextless login, the Novell Client hangs. If you disable contextless login and then browse to the right context, you can login OK.
    If you change the virtual NIC from NAT to Bridged, contextless login works fine. If at all possible, we need to use Bridged instead of NAT (long story).
    Any idea what could be the problem? From what I can tell, SLP, DA, etc are set correctly, but I could be wrong.
    Thanks.

    Originally Posted by Thorsten Kampe
    * mlazovjp (Mon, 14 Dec 2009 18:56:02 GMT)
    > OpenSUSE 11.1 with Novell Client for Linux 2.0 SP2 beta.
    >
    > OpenSUSE is installed as a VMWare Workstation guest using NAT. When
    > attempting to use contextless login, the Novell Client hangs. If you
    > disable contextless login and then browse to the right context, you can
    > login OK.
    >
    > If you change the virtual NIC from NAT to Bridged, contextless login
    > works fine. If at all possible, we need to use Bridged instead of NAT
    > (long story).
    >
    > Any idea what could be the problem? From what I can tell, SLP, DA, etc
    > are set correctly, but I could be wrong.
    Use NAT only if you need NAT - otherwise use bridged.
    Thorsten
    I was afraid that someone was goign to say something like that :)
    We use port security hardware on our network, which will disable a port on the switch if it detects multiple MAC addresses on the same port. A virtual machine's bridged networking sets port security off and disables the port, so we have had to resort to NAT for all virtual machines. We can ask for exceptions to be made for a subset of our lab computers, but that is not an ideal solution.
    Not only is that extra overhead for us to manage these exceptions, but we will not be able to realize our long-term goal of providing the virtual machine to our students to use on their personal notebooks since we cannot provide them port security exceptions.
    I am still having problems grasping the reason that a contextless lookup (via LDAP, I assume) would misbehave while coming from a NATted connection but a bridged connection works fine on the exact same virtual machine. Shouldn't the communication between the VM and the LDAP server work properly either way??

  • Issue with Sales Views in MM01

    Hi gurus,
    We need to create a material with only views for Basic Data 1&2, and Sales Org. Data 1, Sales Org. Data 2 and Sales General Plant data.
    The sales organization is created but when trying to assign the material (with existing Basic Data 1&2) to the Sales Organization the system is giving error "sales org. and distrib. channel invalid sales area".
    Any idea what additional settings are necessary to assign the material to the sales org. ?
    Thanks!
    VL

    Sales organisation itself is not enough, you have to define distribution channel also:
    SPRO > Enterprise Structure > Definition > Sales and Distribution > Define, copy, delete, check distribution channel
    Distribution channel has to be assigned to sales organisation:
    SPRO > Enterprise Structure > Assignment > Sales and Distribution > Assign distribution channel to sales organization
    Division should also be defined and assigned:
    SPRO > Enterprise Structure > Assignment > Sales and Distribution > Assign division to sales organization
    It's starnge that you want to create material master and still your config has such serious deficiencies...

Maybe you are looking for

  • Can not insert or update [TABLE] from internal table in method

    I've faced a problem with OO abap. I've tried to insert into [ TABLE ] from internal table, but i've got error msg after i compiled. "An explicit work area is necessary in the OO context. Use "INSERT wa INTO [TABLE] itab"" After  i changed to loop in

  • How can i see the callers special information like Job Title, Company name, and may be notes?

    I need to see the caller's  special infos in call screen.  Like Company name, Job Title? Please dont say me, "put these info to name&surname field", because that, i'm useing Outlook Contact and i cannot change it. I tried some special programs like (

  • HELP! iPod playlists are always getting f...d up! HELP!

    This is a strange problem, infinite thanks to the person who can help me! Once I updated my iTunes 5 to iTunes 6, on a different computer I have; shortly after that, the problem started: I can arrange the main-folder AND/OR playlists on my iPod nano

  • Thread death and xml files when analyzing large datasets

    i analyze large data sets. for example: 4000 persons that each have a time series with 8,000 data points. i do this linearly, so (i think) i am only running the *public static void main(String[] args) { .... }* for(Person person : PersonSet) {  // th

  • BW certification

    i all, i am planning to do BW certification . i am not much conversant with the process and procedure. i would appreciate if anyone can help me on the below mentioned questions. 1) from where can i get the training material, if anyone has it please m