Output Format for Amount in SAP Script PO

Hi,
In my Standard SAP Script PO Form 'MEDRUCK', all amount values are getting printed in the form 1.234.567,89 but I want them to be in the Form 1,234,567.89 .
For doing this I have gone in T-Code SU3 and set the default decimal notation as
X 1,234,567.89 . 
I have also tried by giving the command
/: SET COUNTRY 'IN'
But still the amounts in the ouput format is coming in the same way 1.234.567,89 .
If anyone has faced similar situation, plz tell how to change the output format of amount in SAP Script.
Thanks and Regards,
Nitin Gupta

I have tried using SU3 but it's not worknig. Is their any other method also of which maybe I am not aware of?

Similar Messages

  • Struggling with Comma for an amount in sap script

    Hi Experts
    I am strugling with comma for an amount in sap script .
    For ex: 1234.56  and i need 1,234.56
    I tried  system->userprofile->owndata->Default(Tab)->Decima Notation 1,234,567..89(Selected)
    and i did use /:Edit Mask Field name  but i am not getting comma.
    Thanks & Regards
    Reddy

    Hello,
    In the driver program, assign the amount to a variable of type P and use that variable to display in the script. You will get the commas.
    Vikranth

  • Formatting issue related to SAP Scripts

    Hi All,
    I have a formatting issue related to SAP Scripts.
    Issue is i have a variable declared as:
    <b>v_kbetr LIKE BSET-KBETR.</b>
    I will fetch some value into this v_kbetr in SE38.
    Then in SE71[Layout set] i have put it as &v_kbetr&
    Now i have written code in SE71 as below:
    IF &v_kbetr& EQ '          0.00'
    0
    ELSE
    &v_kbetr&
    ENDIF
    like wise i am displaying 2 fields with same condition.
    now if value for v_kbetr is 6.75 then it is getting displayed as right aligned.
    Otherwise 0 will be displayed as left aligned
    Now what i want is &v_kbetr& to be left aligned if value present. though i have declred as &v_kbetr(L)& it is not working.
    Is there any solution for this.
    Thanks,
    Kumar.

    Hi.
    Symbol values other than numeric values are normally formatted left-justified.so define this variable other than Numeric.
    If you write Field(L) this will only for output,

  • 57F4 Print Output format for Subcontracting

    1. How to assign Print out put format for goods issue made against a subcontracting vendor
    2. How to assign print output format for 57F4 Subcontracting challan
    3. What are CIN settings for subcontracting po.

    Hi,
    Maintain the Outout type J1IF for the excise group - SPRO - IMG - Logisitics general - Tax on goods & movements - India - Business transactions - Subcontracting - Maintai subcontracting attributes
    check following link
    [http://wiki.sdn.sap.com/wiki/display/ERPLO/SubcontractingChallan57F4_J1IF01_J1IF11]
    Regards
    Kailas Ugale

  • Request for Quote IN SAP SCRIPTs

    Request for quote in SAP Scripts
    Do any one was modified MEDRUCK layout??
    Please let me know ,which elements
    do they people used??
    thank you

    Hi Silpa,
       You needn copy the MEDRUCK Script for your specific purpose. You can create your own script for your purpose. Its not necessary that you have to copy the original one and proceed.
    Link:
    http://www.sap-img.com/sapscripts.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0db74a494511d182b70000e829fbfe/frameset.htm
    Reward if helpful.
    Regards,
    Tushar

  • How to get multiple output formats for each execution of the report?

    Hi,
    Is it possible to get multiple output formats for each execution of the report? If so can you provide some details?
    Thanks

    In Reports 6i, Reports Distribution was introduced. This allows you to run the report once and output to a number of destinations with a different format. It also allows you to distribute individual sections within a report to different destinations in different formats.
    The Destinations for a Report to distribute to are defined either in a distribution file and passed on the command line or inside of the report definition.
    To add a destination to the the report definition, bring up the property palette against the report object and then select the "Distribution" property under the "Report" node. This will bring up a dialog that allows you to create a distribution list. You can then test this list by selecting "file->distribute" from the menu.
    To run a report that is to be distributed through rwrun60, you need to add "distribute=yes" to the command line. It will pick up the destinations from the report definition. If you add "destination=<filename>" then it will pick up the destinations from the specified "<filename>" and ignore the destinations in the report definition.
    Note: if "distribute=yes" is specified on the command line then the destype/desname/desformat parameters will be used to format the report (ie: which printer/display to use during formatting for sizing objects) but will be ignored when the report is sent to the destinations.

  • Right-justified for amount in sap scipt

    Hi,
    good morning guys.
    I dev the sap script for cust.statment. every thing is fine.  i need to show the amounts like
    10000.00
      2000.90
        100.00
    20000.00
    but now iam getting the amt the differnt positions. i used the Right-justified &symbol(r)& but no use. and i used the &symbol(c)&
    no use. iam not getting the right way.
    my paragraph format  and tab postion *** like below
    first tab : 2.55 cm left ,
    second  : 5.10cm left,
    third: 6.50cm,left,
    fourth: 9.0cm,left,
    fivth:10.0cm,left,
    sixth:12.50 cm,DECIMAL
    seventh:13.50cm,DECIMLA
    eighth: 16.50cm, LEFT
    ninth: 18.00CM,DECIMLA
    plz can any one tell me how to over come thisprob
    regards
    chandu

    Hi Chandu,
    Please use Right tab position in your paragraph format. In your paragraph format all tab position are from left.
    Regards,
    Chandra K

  • Output Format for Currency

    Hi There,
    I have set defaults as '1,000.00' for currency output in the own data but in the output of report it is showing like '1.000,00'.
    PS: there is no formating statement in the program as well.
    Any advice friends, how can I make it in required format.
    Regards,
    Shabbar

    HI ali ,
    yeah u can do thi sin scripts ..
    take a look at this ..
    Country-Dependent Formatting: SET COUNTRY The formatting for certain field types depends on the country settings. These field types include, for example, date fields and number fields that include either a decimal point or the ‘thousands’ separator character. The formatting options defined in the user master record are usually the ones used here. To choose a formatting option other than the one specified in the user master record, use the SET COUNTRY control command. The country-dependent formatting options are stored in the T005X table. Syntax: /: SET COUNTRY country_key You can enter the country key either as a literal value enclosed in quotes or as a symbol.
    /: SET COUNTRY 'CAN' /: SET COUNTRY &country_key& Use a blank country name to revert to the setting found in the user master record: /: SET COUNTRY ' ' This SAPscript command actually calls the corresponding ABAP command internally. This guarantees the effect of the SAPscript command to be identical with that of the ABAP command
    regards,
    VIjay
    Message was edited by:
            vijay k

  • Missing output format radio button in SAP Query

    Hi SAP Gurus
    We have SAP Query which as created in 4,6c. After the upgrade to ECC 6.0 We found that the output format radio button is mising in SAP Query. We are unable to choose teh output format. How can we have the radio button back?
    Appreciate yr help
    Rgds..Sanjay

    Dear Sanjay
    Refer OSS Notes 723577 and 132813, may be this notes helpfull.

  • Reduce decimals in amount in sap script

    User wants to limit the number of zeros in the decimal places, e.g., if the number is 352.0000 he wants it to print only 352.00. 
      Is there some kind of special code that can be used to accomplish this in sap script, please help me with this.
    Thank you so much for your time.

    hi thanvi,
    use &VALUE(Z)& for suppressing zeros. pass  as &VALUE(.2)& to set decimals two only
    check this link.
    To suppress zero after thousand separater in SAP Script

  • Best Output Format for Slide Show?

    If I were to purchase Final Cut Studio...
    What would be the best output format to use for a simple slideshow intended for Web deployment? In other words, which encoding method will provide the best compromise between file size and video quality? The slideshow is a series of simple static images with some fade transitions and Ken Burns effects. There is also a soundtrack for background music.
    A 1.5 minute slideshow with soundtrack created using Adobe Flash is less than 2 MB in size (which is great for Web deployment), and it looks very good. If that same slideshow is exported from Flash to a QuickTime-compatible format, it balloons to over 20 MB!
    So what I'd really like to know is, if something like Final Cut Pro were used to create that same slideshow, would I be able to produce a web-ready video that rivals the Flash version in size?
    Thanks for any help and insight you can provide,
    -Steve

    Studio X wrote:
    Quicktime is a file wrapper that can contain anyone of a number of codecs.
    Yes, I understand that.
    H.264 is the prefered version for web/apple TV delivery.
    A 90s slideshow that was less than 2 MB as a SWF file became a 27 MB behemoth when exported using the H.264 codec. The exported file had the same frame rate and resolution (pixel dimensions) as the original Flash file. The audio was optimized as well. Why the dramatic difference? (I think I know why, but perhaps I'm missing something.)
    That being said, Final Cut Pro is a video editing program and is a waste of money if all you are doing is simple slideshows.
    Slideshows are not all I will be doing, but I will be doing them occasionally, and it's hard to justify purchasing Flash just to create slideshows that are optimized for the Web.
    Have you tried iMovie then converting the output to either Flash or (if you have Quicktime Pro) converting to h.264 QT?
    My tests indicate that anything but Flash format results in a monstrous file for a simple slideshow. I have a notion as to why this is, but I wanted to check to make sure that I'm not overlooking some way of creating smaller non-Flash files.
    The bottom line is that Final Cut Studio will be far more useful and versatile for what I need to do, and I would be much more proficient with that software; but if I can't output video files that rival those of Flash in terms of quality and file size, then I might have to get a copy of Flash after all.
    And yes, you can convert a QuickTime movie to flash, but it's just not the same in terms of file size as generating the same slideshow directly in Flash. I suspect this is because Flash is optimized for animation, whereas the QuickTime codecs are designed for video, and a simple slideshow is more of an animation than a video.
    So my real question is (and I suspect the answer is no), is it possible using Final Cut Studio to generate a simple slideshow which rivals the output from Flash in terms of file size for a given resolution?
    -Steve

  • SMTP - Output Formats for RAW Text

    Hi,
    I am trying to set the output format in transaction SCOT for RAW Text. I want to set the format to HTM. However, HTM does not exist in the dropdown menu. Does anyone know how I can get HTM as an option for RAW Text?
    Thanks
    /Elvez

    Hi Elvez,
    Check note 698124 SAPconnect: Customer-specific format conversion, let me know if it
    solved your request ?
    Ari

  • How to attach Pacakge for Local made SAP Script

    Hi,
             I have created a SAP Script, initially I have made it as local without assigning any  package,  ow I want to attach one package for that SAP Script form to transfer it to quality and production but in chnage mode the package filed is disable.
              Also other option is there to copy existing form to new and give the package name  but i want to know insted of copy how to add package for existing form.
    regards,
      zafar

    Goto SE03>object directory>change object directory entries> enter FORM in the first text box and script name in the object name select checkbox and execute.....>select the form and press button change object directory above....

  • Hyperlink provision for website in sap script

    Hello,
    Is there any possibility to display the website link with hyperlink with colour blue in sap script?If yes please provide the solution.
    Thanks in advance.
    Regards,
    Ashwini

    Hi,
    Check t-code SO72 to Maintain Hypertext Module.
    Refer this wiki,
    http://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/creatingHypertextinSAPScripts
    but i dnt knw how to display in blue color.. I am not sure In sap script coloring is not possible.
    Regards,
    Dhina..

  • What is the possible output format for a BAPI  ?

    Can anybody tell me what is the possible output format of a BAPI.
    What happens when a BAPI excecutes ?
    thanks

    Hi,
    All the output message/feedback about a trasaction are stored in the RETURN parameter table .
    You can read that RETURN internal table using "format message" or "Read_Text" Fucntion modules.
    Thanks
    Dany

Maybe you are looking for