Rffous_c--amount and date is coming in a diffrent format

Hi all,
i am executing RFFOUS_C, which calls a sap script (customized) to print the data. It is for US. But when i see the output of the sap script, for one employee it is showing some diffrent amount and date format.
the date for other employees is comming as 01/19/2007 whereas for one employee it is 01.19.2007. and also amount coming as 62.345,00 instead of 62,345.00. when i checked in the system the land1 field from REGUH is US and for this employee it is HK.

Hi,
Were you able to solve it.Because we also have similar requirement and i understand that the amount and date format depends on receipent country. But the customer doesn't want to change the country settings and want this format in issuing country format.
Your help would be highly appreciable.
Thanks

Similar Messages

  • As we are having a problem explicit with Adobe Reader 11.0.07, we are interested in news and dates for coming updates to Adobe Reader. Can I find information about this anywhere ?

    As we are having a problem explicit with Adobe Reader 11.0.07, we are interested in news and dates for coming updates to Adobe Reader. Can I find information about this anywhere ?

    Hello Claus,
    you could have a look here: http://helpx.adobe.com/security/products/flash-player/apsb14-13.html  and in german language http://www.chip.de/downloads/Adobe-Reader_12998358.html
    In all These cases Google could be "your friend".
    Hans-Günter

  • How to avoid the Amount and Date values for VOID Cheques

    Hi All,
    I had created a two window i.e For Amount and Date. If I process the cheque the Amount value and Date should not trigger for VOID CHEQUES.
    Can any one tel me how to avoid the Amount and Date values for VOID Cheques
    Your help will be greatly appreciated.
    Regards
    Yathish

    Hi,
    I dont know which tablel you are referring to, is it PAYR table and the field VOIDR?
    If a cheque is voided, it would have a reason and it is stored in VOIDR field of this PAYR table.
    Check if the field VOIDR is filled, if it is filled, do not print the amount and date.
    Regards
    Subramanian

  • How can we transfer huge amount of data from database server to xml format

    hi guru
    how can we transfer huge amount of data from database server to xml format.
    regards
    subhasis.

    Create ABAP coding
    At first we create the internal table TYPES and DATA definition, we want to fill with the XML data. I have declared the table "it_airplus" like the structure from XML file definition for a better overview, because it is a long XML Definition (see the XSD file in the sample ZIP container by airplus.com)
    *the declaration
    TYPES: BEGIN OF t_sum_vat_sum,
              a_rate(5),
              net_value(15),
              vat_value(15),
             END OF t_sum_vat_sum.
    TYPES: BEGIN OF t_sum_total_sale,
            a_currency(3),
            net_total(15),
            vat_total(15),
            vat_sum TYPE REF TO t_sum_vat_sum,
           END OF t_sum_total_sale.
    TYPES: BEGIN OF t_sum_total_bill,
            net_total(15),
            vat_total(15),
            vat_sum TYPE t_sum_vat_sum,
            add_ins_val(15),
            total_bill_amount(15),
           END OF t_sum_total_bill.TYPES: BEGIN OF t_ap_summary,
            a_num_inv_det(5),
            total_sale_values TYPE t_sum_total_sale,
            total_bill_values TYPE t_sum_total_bill,
           END OF t_ap_summary.TYPES: BEGIN OF t_ap,
            head    TYPE t_ap_head,
            details TYPE t_ap_details,
            summary TYPE t_ap_summary,
           END OF t_ap.DATA: it_airplus TYPE STANDARD TABLE OF t_ap
    *call the transformation
    CALL TRANSFORMATION ZFI_AIRPLUS
         SOURCE xml l_xml_x1
         RESULT xml_output = it_airplus
         .see the complete report: Read data from XML file via XSLT program
    Create XSLT program
    There are two options to create a XSLT program:
    Tcode: SE80 -> create/choose packet -> right click on it | Create -> Others -> XSL Transformation
    Tcode: XSLT_TOOL
    For a quick overview you can watch at the SXSLTDEMO* programs.
    In this example we already use the three XSLT options explained later.
    As you can see we define a XSL and ASX (ABAP) tags to handle the ABAP and XML variables/tags. After "

  • Amount and Date Formatting Urgent !!

    Hello Gurus,
    I want to format Amount in the below manner , I need to put this data in a text file ,
    When I read it from SAP , irrespective of whatever format
    I need to write the data in the text file in the following format
    999999999999.999
    if the amount is 12 then
    000000000012.000
    if the amount is 100 then
    000000000100.000
    Also , I need a help on date formating
    My date will always appear in the text file in the following format
    YYYY.MM.DD
    so irrespective of whatever user settings on has I need the format to appear in the text file as above.
    Please help me Points guaranteed , please try it at your end
    and please paste the code.
    rgds,
    Aryan

    Hi Aryan,
    For Amount, try out the below code...it will work fine.
    REPORT  ZAMT_DAT                                .
    TYPES amt   TYPE p DECIMALS 3.
    data : v_amt(16) type c ,
           v_amt1 type amt value 100,
           v_len type i,
           v_len1 type c,
           p_date(10) type c value '23012008'.
           v_amt = v_amt1.
           condense v_amt.
           v_len = strlen( v_amt ).
           v_len = 16 - v_len.
           do v_len times.
           concatenate '0' v_amt into v_amt.
           enddo.
           write : v_amt.
    For date, set the user settings as  below...
    system-userprofile->owndata->defaults->dateformat
    set it to the 4 th radio button....
    it will work fine.
    Thanks

  • Amount and Date Formating Urgent !!

    Hello Gurus,
    I want to format Amount in the below manner , I need to put this data in a text file ,
    When I read it from SAP , irrespective of whatever format
    I need to write the data in the text file in the following format
    999999999999.999
    if the amount is 12 then
    000000000012.000
    if the amount is 100 then
    000000000100.000
    Also , I need a help on date formating
    My date will always appear in the text file in the following format
    YYYY.MM.DD
    so irrespective of whatever user settings on has I need the format to appear in the text file as above.
    Please help me Points guaranteed , please try it at your end
    and please paste the code.
    rgds,
    Aryan

    Hi,
    Try out the following code for obtaining the date in YYYY.MM.DD format.
    data mydate like sy-datum.
    data: year(4) type c,
          month(2) type c,
          date(2) type c.
    year = mydate(4).
    month = mydate+4(2).
    date = mydate+6(2).
    write: / year no-gap, month no-gap, date.

  • Amount and Date in words (Spanish, if logon language is english)

    Dear all,
    hope sb can help me with my issue.
    We have to print within our system for Spain. That means the check itself have to be in spanish.
    But we don't have spanish as logon language available. So the logon language is english.
    If we print our checks we use the fields
    &REGUD-ZALIW&    (for Date in words)
    and
    &SPELL-WORD&     (for Amount in words).
    Unfortunately the words are not in spanish but in english. Additionally the day is not in words at all.
    Could anybody help me? How can I get the words in Spanish?
    Thanks in advance
    Philip

    Hi, u have to use this function
    CALL FUNCTION 'SPELL_AMOUNT'
        EXPORTING
          amount    = w_dmbtr
          currency  = 'CLP'
          language  = 'ES'
        IMPORTING
          in_words  = w_spell
        EXCEPTIONS
          not_found = 1
          too_large = 2
          OTHERS    = 3.
    where w_dmbtr is the amount of the check.
    and for the date
    but before u need to set up the sy-langu = 'S'. of spanish
    after u get the value set it again to english.
    CALL FUNCTION 'CONVERSION_EXIT_LDATE_OUTPUT'
    EXPORTING
    INPUT = p_date
    IMPORTING
    OUTPUT = MONTH.
    Regards

  • Data not coming in proper tabular format - BICS

    Hi friends,
    I tried connecting Xcelsius with BW(BEX query) where I succeeded to connect both system and was able to see objects coming through BEX query into Xcelsius connection defination TAB. When I go to its output values, it contains "cross-tab Data". I clicked on it and map it in excel. My BEX query has only two things one is Material (Char) and other is Amount(Key Figure). So I mapped it with two colums of excel of Xelsius and finally mapped those two colums with Spreadsheet component of Xcelsius to view the things precisely as it is coming.
    But the problem is when I see the output, though it is showing the data but the header of the spreadsheet is bit scattered.As in,
    it should display like:
    Material.....|...Amount..|
    Mat1..........| 5000........|
    Mat2..........| 2000........|
    But it is showing something like
    Key Figures...|...Amount....|
    Material.........................|...........................
    Mat1..............................| 5000........|
    Mat2..............................| 2000........|
    Overall Result...............|..7000.......|
    You can see the second table contains data which is really different from the format I am looking for. What could be the reason for this? Anybody can guide me..
    Thanks alot!!

    Hi kgaurav2k1, if you don´t want to see the "Overall Result" you need to change the query definition to not show total (from Bex Query Designer). Regarding the header, I´ve never could change it, and decided to use the data from the 3rd row. It is the format for a cross-tab header.
    Hope I help.
    Regards,
    Liliana

  • Report in Excel format fails for huge amount of data with headers!!

    Hi All,
    I have developed an oracle report which fetches upto 5000 records.
    The requirements is to fetch upto 100000 records.
    This report fetches data if the headers are removed. If headers are given its not able to fetch the data.
    Have anyone faced this issue??
    Any idea to fetch huge amount of data by oracle report in excel format.
    Thanks & Regards,
    KP.

    Hi Manikant,
    According to your description, the performance is slow when display huge amount of data with more than 3 measures into powerpivot, so you need the hardware requirements for build a PowerPivot to display huge amount of data with more than 3 measures, right?
    PowerPivot benefits from multi-core processors, large memory and storage capacities, and a 64-bit operating system on the client computer.
    Based on my experience, large memory, multiprocessor and even
    solid state drives are benefit PowerPivot performance. Here is a blog about Memory Considerations about PowerPivot for Excel for you reference.
    http://sqlblog.com/blogs/marco_russo/archive/2010/01/26/memory-considerations-about-powerpivot-for-excel.aspx
    Besides, you can identify which query was taking the time by using the tracing, please refer to the link below.
    http://blogs.msdn.com/b/jtarquino/archive/2013/12/27/troubleshooting-slow-queries-in-excel-powerpivot.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • I have been recently trying to get the update for the new iOS 7.1 and it keeps coming up as too much data for update. It says to check your storage and or usage and edit it them, but when I go check I have over 7.8GB of messages "saved" on my phone.  why?

    I went to my data after this message kept coming up and unlike the rest of the usage data you cannot delete your "saved" message data. I tried deleting some photos (which I don't have a lot to begin with; now I only have 40) still nothing. I then went to to my local apple store in the mall and the two guys I talked to didn't help. They said to delete the threads which I did, then delete the pictures which I also did and that should help. They were wrong they I'd say however to reset your phone if all else fails and that will deffinelty do it. But I don't want to lose all of my data so I am trying to save my things on iCloud and it won't let me do to my storage. There have been similar situations like mine on here but the backup bot isn't working on my computer. At this point I am just so lost and confused I don't know what to do. Someone please help

    Snowden has already commented on this. Messages are stored on Apple devices until they are uploaded for screening to the NSA. Apple holds these messages on your device and on the cloud service. Once the information has been uploaded to NSA, the messages then delete off your device. In order to not arouse suspecion, the device will always show you some amount to data as space being occupied on your device. Theorecically this data could be over written and not protected if they were on hidden sectors of your memory. The information stored on this "messages" partition is actually more than messages, thats why this space commitment can easily reach 3 gigs. Any computer science specialist will tell you that ASCII characters only use minimal kilobytes of data. Apple complies with this request to upload your personal data as outlined in the Patriot Act. The only way to delete this "messages" data hold is by doing a complete wipe of your device and not conducting a restore. It will clear the space off your device, but NSA actually has the information from the cloud service regardless.

  • Difference between Invoice amount and invoice amount on psting date

    Hi Gurus,
    I had run MC$G report which dispalys Vendor/Order Qty/PO value/Gr quantity/GR value/Invoice quantity/Invoice amount (Posting date) / Invoice amount
    In this issue is Invoice amount Posting date and Invoice amount fields were not showing same value.
    Could you please tell me the difference between these 2 ??
    Reagr

    No answer

  • Is there any way to connect time capsule to a MacBook Pro directly via USB. I have a large amount of data that I want to back up and it is taking a very long time (35GB is taking 3 hrs, I have 2TB if files in total)...)?

    Perhaps via USB. I have a large amount of data that I want to back up and it is taking a very long time (35GB is taking 3 hrs, I have 2TB if files in total)...? I want to use TimeCapsule as back-up for an archive which is curently stored on a 2 TB WESC HD. 

    No, you cannot backup via direct usb connection..
    But gigabit ethernet is much faster anyway.. are you connected directly by ethernet?
    Is the drive you are backing up from plugged into the TC? That will slow it down something chronic.. plug that drive in by its fastest connection method.. WESC sorry I have no idea. If ethernet use that.. otherwise USB direct to the computer.. always think what way the files come and go.. but since you are copying from the computer everything has to go that way.. it makes things slower if they go over the same cable.. if you catch the drift.

  • I have huge amount of data on a windows external drive and want to transfer to a Mac drive.  Does anyone know an easy way to do this?  I have almost 2TB of data to transfer.  Thanks.

    I have huge amount of data 2TB on a windows Fantom external drive and want to transfer to a Mac drive.  Does anyone know an easy way to do this?  Thanks.  I have an IMac 3.5 GHz Intel Core i7.  I haven't bought a Mac external yet. 

    Move your data to a new Mac - Apple Support

  • Is the only way to import large amount of data and database objects into a primary database is to shutdown the standby, turn off archive log mode, do the import, then rebuild the standby?

    I have a primary database that need to import large amount of data and database objects. 1.) Do I shutdown the standby? 2.) Turn off archive log mode? 3.) Perform the import? 4.) Rebuild the standby? or is there a better way or best practice?

    Instead of rebuilding the (whole) standby, you take an incremental (from SCN) backup from the Primary and restore it on the Standby.  That way, if, for example
    a. Only two out of 12 tablespaces are affected by the import, the incremental backup would effectively be only the blocks changed in those two tablespaces (and some other changes in system and undo) {provided that there are no other changes in the other ten tablespaces}
    b. if the size of the import is only 15% of the database, the incremental backup to restore to the standby is small
    Hemant K Chitale

  • "Amount, currency, and date fields and service provider reset"

    Hi all,
    I am trying to save a trip request via TCode: TRIP but receive the following message:
    "Amount, currency, and date fields and service provider reset"   Messsage no. PTRA_WEB_INTERFACE150
    The system is on ECC6.0 with IS-PS (i.e. Funds management activated).
    Anyone encountered this previously - hope you can share your solution.
    Thanks in advance.

    Hi
    I am also facing the same and checked the table mention below and dates are same but still facing the error "Amount, currency, and date fields and service provider reset" along with other error message i.e "Expense type not allowed (T70S_RECEIPT)" .
    Please guide .
    V_T706B1
    V_T706B1_A
    V_T706B1_B
    V_T706B4
    V_T706B4_A

Maybe you are looking for

  • Ipod shows up in My Computer but not in itunes....HELP

    my ipod has been working fine since i got it a few weeks ago. only recently has it been acting up. I connect it to my computer via USB cable and itunes doesnt automatically show up anymore. I then click on itunes icon but my Ipod doesnt show up. i ch

  • Mac OS X doesn't boot with iPod plugged in

    Hi there, i have a little problem with my ipod shuffle. When start my iMac and my iPod is plugged in, then is doesn't start or extremley slow. As soon as i plug it out, it starts immeditely or continues. Is there something i can do? or is it just aga

  • Why is the iTunes Store so slow for me?

    I have fast cable internet but when I surf the iTunes store it's like I'm on dial-up or something. Especially with previewing songs and loading pages etc. It's been this way for quite some time, I'm using iTunes version 10. Thanks.

  • Blank drop-downs when using LOV with static VO

    Hello, I am using JDeveloper 11.1.2.3.0 I have set some attributes to display as LOV. The attributes that are connected with Entity Based VO are fine but those that are connected with Static List VO not. In the second case I am getting drop-downs wit

  • Automatic Pause (through program) and Manual Resume through front panel Button

    Hi, I am trying to implement a system which measures voltage and current for a varying source voltage at varying temperature. The program acquires 5 pairs of voltage and current data. The issue here is that the source voltage is varied by manually ch