Keyfigure Properties for amount with out commas

Hi All,
In our Report amount is displaying as 56,3000.33
where i need to show the user like 56300.33
could any one please let us know how can i achive this.
Regards
Srini

Hi Srinivas,
Try it in SU01 - Key in the User id - Goto Defaults - Decimal Notation - 1 234 567,89.
This is user specific and you may get this in the report display.
Thanks,
Ram.

Similar Messages

  • How to scan my computer and external hard drives for pictures with out importing duplicates.

    how do i scan my computer and external hard drives for pictures with out importing duplicates.

    iPhoto doesn't scan anywhere. It imports files offered to it. If it spots a duplicate it will warn you.

  • How do I create an apple Id for iTunes with out having a credit card?

    ow do I create an apple Id for iTunes with out having a credit card? I have this but it says when i use it on itunes I have to show payment information i dont have a credit card and I dont have a itunes card right now.

    Click here for information.
    (80251)

  • Need to print with out comma

    Hi all,
    My table is loaded like this 123,678 .00 .I need to extract the data without comma like this 1234678.00
    can any one help me to resolve this issue?
    Thanks in advance.

    You can do this.
    data: str(15) type c value '123,678.00'.
    translate str using ', '.
    condense str no-gaps.
    ABAP related questions should be posted in the ABAP forum. 
    As I see you have done.
    need to print with out comma
    Regards,
    Rich Heilman
    Message was edited by: Rich Heilman

  • Invoice verification for GR  with out po(501)

    how to make invoice verification for matl with GR with out PO

    Hi,
    501 Movement is meant for GR w/o referencing PO.
    There will not be any GR/IR clrng account generated in this GR.
    So you can not refer this for Invoice Posting.
    Alternatively, in MIRO Transaction, you can have the option of Posting the amount to different G/L account or Material Account. With this you can post the Invoice in the SAP System
    You have to use either of following transactions for Vendor Bill booking;
    FB60 - Invoice OR
    F-43 - Invoice - General
    And Use F-53 - Post Payment after Vendor Bill Booking..
    Kuber

  • VAT Configuration for India with out CIN

    Hi Experts,
          Greetings. My clinet is into service industry,basically our products include online data sets, software. When the Project was implemented as per the discussions with the tax experts the system is configured with out CIN. All these Proudcts are liable only for Service Tax.So a new "ZSER"  tax condition type is created and included in the pricing procedures.
       Now Business decided to sell few more products in India through India Legal Entity. Few tax experts say that some of these Products may fall Under VAT.
    As I am completely New to India Tax scenarios could some one help me on what questions I can ask the business regardng VAT and When we say VAT does it also mean that a separate document need to be created like Excise invoice or some thing before we actually create an Invoice and wil there be any additonal reporting requirements from VAT perspective?
      I have gone through the VAT doucmnetation available in the Net but couldnt undestand completely as i am not much familar with CIN.
    Request your help in this Regard.
    Thanks,
    Srini

    Hi Prasanth,
      Thanks a lot for your reply. The condtion types JIVP and JIVC are not available in our system.How ever  we will create two new tax conditon types by copying the most nearst condtion type and add them into the SD pricing Procedure and FI tax Procedure.
    Do we need to configure these two condtion types as tax determinition rules in Path: Spro-> IMG> S&D->Basic functions->Taxes>define tax determinatin rules : Here for these two condtion types we need to define the possible classfications for the cusotmer as well as material and subsequently Cleanse the cusotmer master data and material master data to update the classification for these two tax categories?
    Is there any other option like using one tax category like MWST/UTXJ  and make the two condition types to work. I am habituated to u.s and canada tax procedures where we can have multiple tax conditon types using one tax category.Please excuse if my question is basic.
    Thanks,
    Srini

  • How to generate the ATR files for reports with out manually?

    Hi all,
    how to create the ATR files for reports in OBIEE 11g with out manually?
    is there any other method to create the ATR files by using the OBIEE Server?
    please provide me the solution for this?
    we are creating manually for each and every report, it is time taken process how can we generate ATR files automatically
    by using the OBIEE Server?
    Thanks,

    Hi,
    I am afraid not.ATR are attributes files contains the object's full name, access controllist (ACL), description, and so on.Each catalog object has a corresponding attributes file, I am not sure why do you have to generate the atr files.In case you need info about atr files: http://businessdecisionsystems.com/blog/?p=7
    If you have huge number of similar reports(with filter variations and same kind of layout), try to play around with the xml to minimize the development effort.
    Rgds,
    Dpka
    Edited by: Dpka on Oct 4, 2011 12:00 AM

  • BAPI with out Commit

    Hi All
    after bapi calling we need to call commit
    my question is there any bapis with out transaction commit
    Regards
    Surendra

    Hi
    We have the sales order or purchase order with the older version so we need to commit use the bapi_transaction_commit.
    u can chk out in bapi transaction.
    Inside of the code there is commit work is not been used.
    All the LUW's will be commited in the database.

  • Ristrict user not to go for delivery with out sale order.

    Hi,
    I need some Help in ristricting the user from entering the Delivery document with any sale order.
    As per the requirement all the documents should run in a proper fassion.
    sale order> Delivery> Invoice.
    Purchase Order> GRPO> Invoice.
    If any change in the flow the user should not be allowed.
    Is there any possibility to implement this can you please help me in doing such.
    Thanks,
    Mahi.

    Hello Mahi,
    Is it not a trigger, it is inside store procedure of SBO_SP_TransactionNotification, which is standard part of the SAP B1 installation...
    read the following blog of Lisa :
    /people/lisa.mulchinock/blog/2009/05/22/the-sptransactionnotification-stored-procedure
    ALTER   proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(20),                     -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, <u>pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    BEGIN
    -- Return VALUES
    declare @error  int                    -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    SELECT @error = 0
    SELECT @error_message = N'Ok'
    DECLARE @docnum nvarchar(50)
    --     ADD     YOUR     CODE     HERE
    if @object_type='15' and @transaction_type='A'
    BEGIN
      if exists(select top 1 'A' from dln1 T0 where T0.BaseType != '17' and T0.DocEntry = @list_of_cols_val_tab_del)
      begin
         set @error = '-1'
         set @error_message = 'delivery without sales order is not allowed!'
      end
    END
    -- SELECTthe return VALUES
    SELECT @error, @error_message
    END
    Regards,
    J.

  • Function module for se16 with out authority check for se16

    Hi ,
    I am creating a tode YSE16 which has same functionality as SE16 but having its own authority check. I am calling a function module RS_TABLE_LIST_CREATE function module to get the functionality of SE16. But is there any way that i can get the function module which do not check for the authorization for se16 and execute my tcode.
    Regards,
    Sri.

    Hi Sri,
    If I am not wrong this is the question?
    Guys , Sri is modifying the YSE16 as per this requirement. Do u have some other solution? Thanks.
    Requirement is to create customized tcodes YSE16, YSM30 and YSE38 for se16, sm0 and se38. Lets start with YSE16.
    Client want YSE16 tcode to restrict users based on some tables within a authorization group or even * value for auth group field.
    SE16 restricted on:
    S_TABU_DIS
    Auth Group and Activity
    As per Requirement YSE16 tcode sld be restricted on :
    Y_TABU_DI2 (customized object)
    Auth Group, Activity and Table name
    We dont want to give SE16 to users in Production. So basically requirement is to restrict users on table name with YSE16 irrespective on authorization group. User sld only be able to access the table mentioned in Table name field.
    so Srilu is trying to modify the Program. Can you please suggest some other way to modify it.
    Thanks.
    Regards,
    Naveen Dalal

  • A way to change sync computer for Iphone with out loosing everything?

    Need to switch my main computer. Will I loose everything if I do so? Any way to avoid this?

    Only iTunes content on your iPhone will or should be erased but won't be erased on your iPhone if you transfer your iTunes library from your existing computer to the new or different computer per the instructions included with this link along with authorizing the new or different computer with your iTunes account with iTunes.
    http://support.apple.com/kb/HT1751
    Photos transferred from the existing computer will be erased from your iPhone only if you select Sync Photos under the Photos tab for your iPhone sync preferences with iTunes on the new or different computer.
    Photos and/or videos in the Camera Roll are not included or touched turning the iTunes sync process but a good idea to import this data with the computer before syncing as with any other digital camera.
    No other data on your iPhone should be touched such as contacts especially if you don't have sync contacts with a supported address book application on your computer which is selected under the Info tab for your iPhone sync preferences.

  • How do I use an IPhone for music with out using ITunes!!

    ITunes screws up my music files and duplicates music. I have finally started to use one computer for all of my good music, and only do my IPhone updates and downloading of music that I want on my IPhone on a totally seperate computer. My other computer the one that I keep ITunes off of runs fantasic now, no issues. The one that I run ITunes on I keep a current backup of. And restore it completely every time it screws up my music files.

    For what's it's worth, iTunes have no duplicated my music or messed it up. The only way to put music on your iPhone is to use iTunes. You'll have to copy your music to iTunes and then create a playlist to sync to the phone.

  • My lightroom 4 will not import my files from my compact flash card . It has been working for years with out fail but now there is no import previews and it says the files are not recognized by raw format support in LR

    I have lightroom 4 I've had it for years and it has imported my raw files from my CF card without issue . Now when I plug in my CF card to import new files it says import operations not performed and there are no image previews . When I continue by hitting "import" I get a pop up window that states "the files are not recognized by raw format support in Light Room"

    Don't feel too bad.  If the D4S has as many menus and custom functions as my Canon 5D Mark iii its easy to get messed up.
    If you downloaded from the link I gave you it will be Lr 5.4.   The link was just to show you when the D4S was supported.  The newest version is 5.7.1 and can be downloaded here.  Don't know your OS so you will have to pick Windows or Mac.   Product updates
    On my Mac I just run the downloaded installer program (its a full version and not an small update) and it installs the new version and erases the old version.  If you are on Windows you will have to get help from a windows person. 

  • Credit Block for customers with out crossing the limit

    Recently credit limit of the all the cusotmers has been altered and been updted newly, but nbow when the rush orders creating for these customers, system is blocking the orders for the credit limit. i did run the program RVKRED77, but still credit data is not been re organized. i am struck here.

    Hi ,
    Please select the check credit limit as blank at rush order document type level and item category level.
    Regards,
    Sash.

  • Currency with out commas

    HI,
    Iam passing to table 1000.00 amount.
    At table level it is taking as 1,000.00 and data type is CURR.
    I need to remove "1,000.00" and save as "1000.00" at table level.

    Hi,
    I don't think you can do that unless you change the field type as Blag mentioned earlier.
    You are right, Blag.
    Regards,
    Ferry Lianto
    Message was edited by: Ferry Lianto
    Message was edited by: Ferry Lianto

Maybe you are looking for