Problem  with Fonts for my Dunning form using SO10

Hello Gurus,
I have developed a Form for Dunning and have assigned 2 different standard texts (using SO10) for 2 dunning levels and I assigned the same paragraph format for both.(in my case P5 is paragraph format). I am using the same printer to print both the forms but the <b>font on the printout is different for both</b>....
Could you please tell me what might be the reason for it and how do i resolve it?
Thanks in Advance
Ravi

Hi..
When u r using the <b>INCLUDE TEXT</b>..
and if you are using the <b>STYLES</b> then the style formats will be applied to the <b>FIRST INCLUDE</b> onli..
for the <b>second INCLUDE</b> the default format of the <b>FORM</b> will be applied..
After first INCLUDE implicitly the STYLE FORMATS will be switched of..
again Include the style after the first include .. then u will get the required output !!
<b>
reward if it helps u..
sai ramesh</b>

Similar Messages

  • I have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

    i have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

    i have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

  • Problem with ACF for Adobe Interactive Forms

    Hi Gurus,
    I had created an adobe interactive form using web dynpro for abap, but I am getting the 500 connection timed out error in the browser when I test the web dynpro application. Where as a normal web dynpro application without adobe form is running successfully.
    The system details are :-
         Adobe LiveCycle Designer 8.0
         NW04S SPS9
         Adobe Reader 9
         IE 7.
    I followed the note 766191 and downloaded and installed ACF(for NW04s and higher version supported upto acrobat reader 9) from browser itself.
    I also followed the note 1150277 for enabling IE settings on ActiveX controls. And I checked in IE with Tools->Internet Options->Programs->Manage Add-ons, but the ACF components were not available.
    Please help me out.
    Thanks in advance,
    Sriratna.

    Hi Aleksandar
    Did you get a solution to this issue
    Im having the same problem, If you have a solution please forward
    Thanks
    Naziem Mahomed

  • Problem with data connection in adobe forms using wsdl file....

    Hi Experts,
        I am tryning to create a adobe form in which i need to create a data connection using a WSDL file. But i am coing across the problem as cannot find the path of th url.
    i tried to create the WSDL in 2 ways and i came across the same error.:
    1) using the URL of the WSDL file generated
    2)alos saved the file as WSDL file on desktop, and used to create
    in both cases i am coming across the same error.
    Note: i am not creating using webdynpro, i am doing using ABAP.
    Regards,
    Madhu

    @ankur17
    Won't insult you by suggesting that you haven't already checked Settings > mobile network > Data connection = On, as you have confirmed already that Internet Sharing is working.
    You may need to go to Settings > about > reset your phone and see if by setting up phone afresh it reads settings and applies correctly from SIM card.
    Is Network Setup application included or available from Marketplace > Nokia Collection as might be worth running this application too?
    If this issue still remains you may need to have device software re-installed at Nokia Care Point to try to resolve this.
    Happy to have helped forum with a Support Ratio = 42.5

  • Problems with Relation for char field (Forms 9i)

    hi, people
    I have 2 DataBlocks. Every block has the same table of the database as a source.
    I create the relation between this two blocks. I use the primary key as a Join Condition.
    Primary key is the Char(10) field.
    All works OK until the value of this field doesn`t include the sign "_".
    If the PK field doesn`t contain "_" the record will be displayed in DetailBlock else will not.
    Help...
    Thank you

    Hi,
    This problem is due to failuer of navigation of mouse cursore. For more specific solution can you give the error message and error code, So that we can have exact picture. Waiting for error code......

  • I downloaded Firefox 7 and when I click on the browser icon nothing happens, the browser does not load on desktop.I had no problems with Firefox 4 I had been using for several years and liked very much

    I downloaded Firefox 7 and when I click on the browser icon nothing happens, the browser does not load on desktop.I had no problems with Firefox 4 I had been using for several years and liked very much

    Most people have no problems with installing firefox as an upgrade, but there are quite a few things that can cause problems. Please have a look at the articles
    * [[software Update Failed]] <-- clickable link (blue ) --
    * [[firefox will not start]]
    * [[firefox does not work]]
    Post back after you read them and say what you tried. Have you ensured you used an admin account, possibly needing to check the UAC setting, and that security software is not blocking the changes. You should certainly try starting in firefox's [[safe mode]] either from a menu/icon option or by holding the shift key as you attempt to run firefox.
    Is the browser icon you see on the desktop, and a firefox icon ?

  • Print program name for the dunning form F150_FR_DUNN_01 in sapscript

    Hi,
          I am not getting the exact print program name for the dunning form F150_FR_DUNN_01 in sapscript. After an extensive search I have come across few names of print program like SAPF150D2 and SAPLF150. But still I am not understanding which one to use for the form and also how to use it. I am unable to understand which include I should use to write my code.
    Kindly help me.
    Thanking you.
    Pujarini Patra

    Hi,
    Yes, you should be able to assign F150_FR_DUNN_01 in Dunning Forms customizing:
    and yes, I too would absolutely try to go for either a Smartform or even a PDF Form (if i'd have all the necessary setup for them, like Adobe Document Services, in the system already). I have Basis 702 SP  0011and FINBASIS 600 SP 0021, so all the following technicalities refer to those releases:
    The corresponding SAP sample Forms are:
    - F150_DUNN_SF for Smartform; and
    - F150_DUNN_SF for pdf Form (don't let the name confuse you )
    I'm not entirely sure if it's a good idea to try to convert/migrate Sapscript to Smartform and the Smartform to PDF Form - have never done that  myself and don't know how good/usable the migration result is. I just take the interface of Smartform from SAP and do the rest from scratch or by copying over the common parts of our existing custom forms.
    There are the SAP Standard wrapper FMs for SF and PDF forms already in the System:
    - FI_PRINT_DUNNING_NOTICE_SMARTF calling PRINT_DUNNING_NOTICE_SF and
    - FI_PRINT_DUNNING_NOTICE_PDF calling PRINT_DUNNING_NOTICE_PDF.
    So, theoretically, all you had to do to replace SapScripts (or even to enable all three form types) is to assign a custom BTE Event handler FM to event 1720 (for correct Application), which could detect, what type of form is assigned in Customizing and call the corresponding wrapper FM.
    As a sample for coding PDF form wrapper call one could take FI_PSO_EVENT_00001720_PDF (if you have IS-PS) in the system. I'd take out the IS-PS specific "business logic" like posting dunning charges (if it does not apply to my solution) and add the logic to decide, which wrapper to call.
    The confusing part about the customizing (Table T047E) to me is that there seems to be no form type defined anywhere in there... just the FORNR field for form name, which should apparently take the names of all three form types... I'd  try to extend that table with custom Form type field and try to regenerate Table Maintenance dialog for  view Cluster VC_T047_F... That would save the whole effort to try to detect the type for  form assigned...
    Another tip, in case you didn't know it already: you should be able to see all the Customizing paths, where T047E is involved, when you enter table name in SM30 and press "Customizing" and then "Continue w/o Specifying Project":
    The selected entry is the one you are looking for to assing your custom forms, I believe.
    cheers
    Janis

  • Problem with font size, not showing up as expected.

    I've been wrestling with this for a few weeks now, but surely must be getting closer to having it resolved. It's just a problem with font size on just this one page.
    http://www.kgngroup.net/logos_and_packaging.html
    I want the body text to be 10px, but after two weeks, have played with every conceivable way, altering body font size in CSS and in the document itself. I've viewing it in Safari but others on Windows machines tell me that it is out of whack also.
    My main problem is that I can change the font size to extremes but it still shows up as the same size in the browser (about 12px.) I know changes can be made because I can modify the wording and that does change online. It's just a problem with the font size. Oh, and in the third column, the one to the right, in Dreamweaver, the font looks like it is miniscule, cannot even be read, but in the browser, since the style11 is applied, all three columns look equal size.
    Not sure where to go from here. I just want to get the body font down to 10 pixels.
    TIA,
    Ken

    John Waller wrote:
    I guess this a follow up to your earlier thread
    http://forums.adobe.com/message/3627681
    What would really help you in diagnosing issues such as this is to install the Firebug add-in for Firefox (as suggested in the earlier thread).
    Firebug shows you visually what CSS rules apply to whatever element you click on the screen.
    In this case, you have a confusion of CSS font sizes cascading on top of each other and that's confused again by mixing units for no real reason. .style11 is unnecessarily applied to lots of individual <p> tags. Remove those classes and delete the rule.
    e.g.
    The tiny font in the RHS column is affected first by
    .style8 {
    font-size: 0.5em;
    affecting the <td> then by
    .style11 {font-size: 75%}
    affecting the <p> tag.
    End result = tiny text (approx 2px).
    In these cases of mass confusion, my approach is to strip out all font sizing from the CSS and start over.
    Avoid %. Use px.
    Apply font sizing rules logically starting from the <body> tag downwards.
    That'll give you a solid baseline without weird effects.
    Ah, I find your answer worth repeating.
    Very cool that you have diagnosed so well and spelled it out here.
    I will get the Firefox add-on you mention, plus, print out this response and follow it like a recipe.
    It makes perfect sense and you have saved me from the 'clutter' of being wound up in too many directions with this because I could not make all of the connections that you have done here. I appreciate your help very much.
    Thank You,
    Ken

  • Workflow 2.6.3.5  - Problems with font in OA

    I have some problems with fonts in Oracle Workflow: i created a process in wf builder and a package that start the process..in the package i put a text body for the notifications with 'b' and '/b' but when i read the notification in workflow manager i cant see the bold font!! Anyone can help me?? I suppose that this problem is linked with HTML code that has to be set in some preferences menu, but i cant find it..but it may be another reason!
    Another problem that i have is that i cant disable the history window in the notification (even adding to the message the attribute #HISTORY)..
    THX for your help
    Jac ;)
    Message was edited by:
    JaCoRoBo

    1. I am unable to understand the first problem. Please note that if you want to display HTML formatted content, you will have to use one of the following options.
    PLSQL Documents - 32K size limit
    PLSQLCLOB Documents - CLOB
    Embedded Fwk Regions - Only in Oracle Applications
    If you are specifying HTML content within Item Attributes that you want to be eventually displayed in the notification the HTML tags could be decoded and displayed as is without formatting.
    2. There is no documented way to disable the Default Action History within the notification body. You may define the Document type message attribute #HISTORY, assign a PLSQL Document API to it and return null from the Document code. This should hide the action history.
    Hope this helps.
    Vijay

  • Problem with roaming for specific apps

    Hi :)
    I have a problem with my iPhone 4s:
    When i use roaming on my iPhone 4s i try to save some money by turning off roaming for specific apps, but one day for ca. 3 weeks ago it stopped working!
    Some apps can use roaming but some can't ;(
    There are like 10 apps always turned on, but if i try turning roaming off for an app that is on already it wont work!
    If i close settings and reopen it, the app is now denied using roaming!
    If i try allowing an app it changes but still wont work and after some time it gets in the same possission i cant change!
    I have never experienced this before and i could't find an answer on google ;(
    If you know how to fix it please respond to me here :)
    ~somonekilledme
    P.S: Im really sorry if there are bad english here, but im mot english sooooo..... yeah

    You are on the right track suspecting DHCP conflicts.
    To configure your "roaming network" connect your "slave" Extreme to your main Internet router - either directly or through a switch - and place it in "bridge mode". That will work.
    A router will be distributing IP addresses using DHCP. Anything connected to it should be configured as a bridge, the essential difference being that a bridge does not distribute IP addresses.
    I do not believe your "slave" Extreme will function connected as it is to the "main" Extreme, but may work if you assign it a static IP address. It is not unusual for it to retain this static IP after having been changed to DHCP if its lease is still valid.
    The OK article you referenced must be terribly outdated if it is referring to AirPort Admin Utility. That has not been used in about a decade. Read this one:
    Wi-Fi base stations: Extending the range of your wireless network by adding additional Wi-Fi base stations
    Unfortunately its screenshots refer to AirPort Utility 5.6, which has been replaced with the prettier, though less useful 6.2.

  • Problem with mail for exchange after update on E72...

    Hi everyone,
      I updated Nokia E-mail to ver 3.9 on E72. Now I am facing  a problem with mail for exchange. I have configured gmail on mail for exchange. I recieve a warning that "unable to sync contact administrator if problem persist". It started to pop up just after the update was over and is very frustrating. Even previously i used to recieve mails instantly but now it generally takes half an hour for me to recieve them. I deleted and created mail for exchange several times but to no avail.
    Also i am not able to automatically recieve mails other emails which i have configured. every time I have to manually download them everytime.
    Can anybody suggest a way out.
    Thanks
    Anil

    It could be a problem if you're using your network's connections...
    I was on a Pay & Go tariff with o2 some time ago, and needed secure connections for various things, o2 told me they didn't provide secure connections on Pay & Go tariffs...
    Could be worth checking with them to make sure it's supported.
    Nokia History: 3110, 5110, 7110, 7110, 3510i, 6210, 6310i, 5210, 6100, 6610, 7250, 7250i, 6650, 6230, 6230i, 6260, N70, N70, 5300, N95, N95, E71, E72
    Android History: HTC Desire, SE Xperia Arc, HTC Sensation, Sensation XE, One X+, Google Nexus 5

  • Problem with facetime for mac

    hello guy! I've got a problem with facetime for mac.My sister has a I-pod touch fourth generation with factime but i cna't phone her a message come on my mac.It say "xxx can't receive facetime's calls"!Can you help me??

    Thanks, Dah•veed.
    I did see mention of using Google Public DNS while I was searching the forums prior to posting, but to be honest didn't think it was a DNS-related problem.
    However, to rule it out I've set the prefered DNS servers on my router to Google's, but FaceTime still disconnects after 4-5 seconds when calling between me and my brother-in-law.  It doesn't matter who initiates the call.
    As a test, before I made the changes to my router, I logged into FaceTime as him on my MBP and tried calling myself on my iMac, and that was successful.
    The same test between the two iMacs when they were here was unsuccessful, so now I'm definitely thinking it's something on the '08 iMac.
    Now I just need to figure out what...

  • Problem with GarageBand for iOS 6/7 Iphone 3gs / 4

    Problem with GarageBand for iOS 6/7 Iphone 3gs / 4
    Hello,
    On February 16, bought the GarageBand for iOS which was free and so I find and install it on my 3GS .
    Take the demo: Curtain Call Demo
    and within the instruments :
    audio Recorder
    Sampler
    Smart Drums
    Smart Strings
    Smart Bass
    Smart Keyboard
    Smart Guitar
    Keyboard
    Drums
    Guitar Amp
    1.4.1 is the latest version for ios 6.
    Configure my AppleID on a Iphone 4 and install the program , the version I have the Iphone 4 is the orange ( different from 3gs ) icon and put it on the AppStore : ios 2.0.1 for ios7.
    With these instruments :
    audio Recorder
    Sampler ( to download the instrument )
    Smart Drums ( to download the instrument )
    Smart Strings (Download the instrument )
    Smart Bass ( to download the instrument )
    Smart Keyboard ( to download the instrument )
    Smart Guitar
    Keyboard
    Drums
    Guitar Amp ( to download the instrument )
    and if I give what I need to restore tells me if I bought it I did not restore anything and tells me to buy :
    Complete collection of GarageBand instruments and sound at a price of : € 4.49
    As they are 2 different versions ? More than anything I say because I have to pay for the instruments in the 2.0.1 version of the Iphone 4 ... ?
    And besides not wearing demo Demo Curtain Call : (
    GarageBand 1.x If you are upgrading it using iTunes on a Mac or PC, you can restore the original collection of instruments and sounds. There is no need to buy this collection. Press "You've already purchased?" When displayed on iPhone, iPad or iPod touch.
    this puts on the AppStore but I have tried to restore as I wrote above, and does not work. There is nothing to restore.
    regards

    I've been having the same problem. However, I believe my problem is due to the 3G issues I've been having. I don't have internet access even when the 3G symbol appears, so probably my iphone keeps trying to connect to the network and has its battery drained! Have you been having the same issue?

  • Problem with enabling thai language in forms

    Hi all,
    I am using
    forms6i,
    oracle10g db(client/server environment),
    NLS_LANG is:thai_thailand.th8tisascii,
    our font standard is:ARIAL
    when i give an i/p via forms the typed value is showing as junk characters.if i change the font for the particular form's field from arial to ms sans serif it is working fine ,but our font standard is arial .plz help me to enabling thai language in forms .and also plz suggest me whether arial font does support to thai language or not .
    Thanks in advance
    Thanks
    Jebesh

    Hi,
    Welcome to OTN forms
    For example:
    select * from a, b where a.no=b.no(+)
    select * from a, b where a.no left outer join b.no
    Thank you

  • Problem with fonts display in safari and mail ???

    hello !
    sometimes i have problems with fonts display
    safari use a mathematics font instead of my preferences fonts
    i have to copy-paste in a text-editor to see the right font !!!
    i have the same problems sometimes in mail
    is anybody have infos about that problem ?
    thanks !
    p.s. mail version 1.3.11 - safari version 1.3.1

    OS X cocoa apps like Safari and Mail don't like non-Unicode fonts using common names that replace Latin with symbols or other scripts. Helvetica Fractions and Times Phonetic are common culprits. You need to remove such fonts to solve the problem.

Maybe you are looking for

  • ICal on my iphone 4 is NOT searching all events in my Clandar !

    iCal on my iphone 4 is not searching all events in my Clandar ! I just noticed I had an Entry called "Ashu" appearing in 2009 many times all the way till date. But on my iMac's ical when i search the entry, it shows up just fine in all days it exists

  • Pending Purchase requisition lsit for a particular material group

    Hi Gurus, Pl advise . Regatds

  • Good receipt-printout in different printer

    Hi, We have printer SA18 for good movement(GR) printout.One of another user wants to print GR print(same) in another printer called SA19. For this I have done configuration in OMJR transaction.In that I have assigned user name(JUSHEN) & output device

  • Plant creation in IS-Retail.

    Hi guys..I need you help...I create the plants in Retail by transaction WB01. I'm using the plant profile 0110 for plants (stores). But now i have the situation that plant was create as store needs turn on a distribuition center (0100 Plant Profile).

  • Revenue recognition settings

    Hi All, I had configure the revenue recognition process in sap sd but while trying to configure the setting in item category the revenue recognition field it is not allowing me to update it is showing grey out, even i tried to do from transaction OVE