Argentina - EBS with format AUZUG and UMSATZ (using MultiCash program)

Hi,
We are mapping the external transaction types while configuring EBS with AUZUG and UMSATZ format for our client.
Does anybody have a document explaining the external transaction types in case of UMSATZ format, based on which we can define the posting rules for these three digit transaction types in Table T028B?
For e.g
As in BAI format
"399" is a Credit belonging to a "miscellaneous credit".....with that information I can map it accordingly in table To28B.
The same information I require for Multicash - UMSATZ format. What does "N24" or "959" codes mean (or a document defining Argentine Bank - Transaction codes), based on which I will map in SAP?
Thanks
Shweta Pethe

HEllo,
I'd suggest you to check with your bank in argentina if they can provide you a list of the transaction types they're currently using. Sometimes the transactions vary from one bank to another ( even in BAI format ).
Regards,
REnan

Similar Messages

  • I'm using an older mac (2008 iMac).  Things were fetting slow and I used a program called DupZapper to get rid of a lot of duplicate files.  It worked and my computer is running better.  The only problem is now InDesign crashed at startup.  I have the ori

    I'm using an older mac (2008 iMac). Things were getting slow and I used a program called DupZapper to get rid of a lot of duplicate files. It worked and my computer is running better. The only problem is now InDesign crashes at startup. I have the original disks and serial number (CS3)  The error message is "required resources are missing".  Same message if I try to uninstall.  Any clues as to how to re-install?

    reset your preferences and retry launching id:  InDesign Help | Setting preferences
    if that fails, uninstall (properly with the uninstaller), clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • To_number() with format pattern and nvarchar2

    Hi,
    I've had a problem with converting a number in US format in to a number. Due to the settings of our Oracle we have German locale settings. Thus I use the NLS format parameters in the to_number function. It works pretty well if I set the number string directly into the function call. However it did not work a the column of type nvarchar2 (which is actually permitted according to the documentation). This simple statement shows the problem:
    alter session set NLS_NUMERIC_CHARACTERS = ',.';
    DECLARE
    evalue NVARCHAR2(20);
    evalue2 NUMBER(25, 15);
    BEGIN
    SELECT '5.124' INTO evalue FROM dual;
    SELECT to_number(evalue,
    '9G990D9999999999999999999',
    'NLS_NUMERIC_CHARACTERS = ''.,''') s
    INTO evalue2
    FROM dual;
    dbms_output.put_line(evalue2);
    END;
    It gives me an ORA-01722 invalid number. It can be fixed by changing the column to e.g. VARCHAR(20) or just use an cast before passing to the to_number()
    DECLARE
    evalue NVARCHAR2(20);
    evalue2 NUMBER(25, 15);
    BEGIN
    SELECT '5.1234' INTO evalue FROM dual;
    SELECT to_number(cast(evalue as varchar2(20)),
    '9G990D9999999999999999999',
    'NLS_NUMERIC_CHARACTERS = ''.,''') s
    INTO evalue2
    FROM dual;
    dbms_output.put_line(evalue2);
    END;
    I played around with the number and found out that the specified NLS_NUMERIC_CHARACTERS is not applied when the column type is NVARCHAR2 and is still trying to convert it using the session's locale settings.
    Does anybody know if this is fixed already in a later version?
    System: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Kind regards,
    Mario

    Hi,
    It seems to work if you first make it a char before the to_number :DECLARE
    evalue NVARCHAR2(20);
    evalue2 NUMBER(25, 15);
    BEGIN
    SELECT '5.124' INTO evalue FROM dual;
    SELECT to_number(to_char(evalue),          <--- to_char added here
    '9G990D9999999999999999999',
    'NLS_NUMERIC_CHARACTERS = ''.,''') s
    INTO evalue2
    FROM dual;
    dbms_output.put_line(evalue2);
    END;
    /

  • Integrate EBS with Java Applications and Legacies

    Hello everybody!.
    I'm a new on SOA and i want start to learn about this, and how integrate EBS and a JAVA application between them.
    I read about the API's that EBS public (API Integrator), but, i don't have idea how i can consult this API's from a simple web services of my java aplication. It's posible to do that without use bpel?
    You could see that i don't have any experience on this, so, if you could tealme about some papers and what tecnology i need to use to resolve that, would be great.
    Thanks to all

    Please people, somebody?
    I need start to integrate ebs with j2ee aplication. What i need to read? What technology it's usefull? It's free (GPL)?
    Please, please, please.

  • Problem with Format Masks and Computations

    (I did a quick search on this, but didn't notice another thread on the topic. If there is already one I apologize.)
    We are using APEX version 2.2.1.00.04.
    I had an editable item that had the 999G990D00 format mask. In a computation I used that item and another item (that didn't have a format mask) to calculate a third item. The item I was trying to compute would not populate. It really had me stumped, so I went so far as to completely delete the fields and re-construct everything. When I did so the computation worked. That is until I put the format mask on the item again. I removed the format mask and the computation now works.
    Is this a known issue? Is it a bug? Am I doing something wrong?
    Thanks, Tony

    Tony,
    As Patrick mentioned, all variables in Apex are strings. Whenever you do something with them that effectively requires something other than a string value the database does an implicit type conversion. This often works, but not in cases where the db doesn't know how to do the conversion. For example, if your default database date format is dd-mon-yyyy and you have a string 10/09/2007 the database won't have any idea how to convert it to a date. That same is true for number formats.
    In your case, you used the number format mask in apex to convert a number to a string witht the given format. Apex does not do anything to convert it back to a number when you submit the page (unless you use the built in row processing). If you want to do anything with it as a number, you need to change it back with the to_number function. The second parameter is the format mask of the string you are passing in.
    Hope this helps,
    Anton

  • EBS with two accounts and two seperate routing

    I have 2 different Accounts with same bank with two different routing. How do I config the EBS in terms of masking and posting rules? Do I need to config two separate transactions Type?
    Thanks,

    Hi
    You can follow the below,
    1)     Create Account Symbols - Can be common for both
    2)     Assign Account Symbols to G/L accounts - Can be common for both
    3)     Create and define Posting rules - Can be common for both
    4)     Create Transaction type and assign it to external transaction type - One transaction type.
    5)     Assign Bank accounts to transaction type - One transaction type assigned to both the Bank accounts.
    In case of masking, say you have bank accounts with GLs 0011911000 and 0011911001
    For step 2, you can define the followin in for AP clearing account (0011911500 & 0011911501
    Acct Symbol                          G/L acount        
    AP clearing                            00++++5+
    When you are doing ENS for Bank account with GL 0011911000 , that time AP clr acc will be 0011911500.
    In other case it will be 0011911501.
    Summary : Define one transaction type and assign it to both the accounts. Rest all the customization can be common.
    In case of more query on EBS, pls go to the following link.
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/43/0bd87b43de11d1896f0000e8322d00/frameset.htm
    Thanks
    Nikhil

  • Confusion with mail.app and Gmail using imap

    I've had a yahoo.com email address for years, and pay for Mail Plus and POP3, which I frankly don't even use. Now that I've confirmed, however, that I can successfully forward emails from my yahoo box to my new gmail box, I'd like to look into setting up mail.app for the gmail account using imap. Like most people, I access my mail from several places (home & work computers, Touch, and others), and imap makes sense as the right way to go.
    Last night I tried to set things up on mail.app on the Mac, and boy was it confusing in terms of the folders, etc. Is there someplace someone can point me for a sort of "beginner's guide to setting up Gmail/imap with mail.app"? Hopefully this "guide" would give me some hints on setting up various rules, etc. that would allow me to have a setup that makes sense: only one copy of emails, sent items in the sent items folder, etc.
    One more thing: can I set up Gmail/imap with more than one email client? For example, can I use mail.app at home and Thunderbird on the Windows computer in my office? And how is the creation of new folders (or labels, I guess, as Gmail calls them) on the web handled by mail.app (or Thunderbird)? I'm guessing that a new label created on Gmail on the web doesn't automatically result in a folder being created in mail.app (or Thunderbird), or does it? If this is correct (no folder created in mail.app until I create it on the Mac), is the message that was moved to a folder on the web found in mail.app in the All Messages folder (or whatever it's called)?
    Sorry for the basic nature of these questions...this all seems pretty complicated, and I'd like to get it right the first time. Thanks.

    BTW Thanks for the "head's up" that GMail now supports IMAP (I've been waiting for it!)
    I'm not sure what your confusion is, other than maybe the confusion between how folders and messages work in Outlook versus Apple Mail and IMAP. I've used both, and several other mail programs over the years.
    IMAP permits you to have directories which contain message folders. I make the distinction, because Outlook allows you to message folders which contain messages AND other message folders. I believe most implementations of IMAP do not allow messages inside of directories. Thus, a directory looks like a message folder, but it may only contain message folders, and not individual messages.
    Now, GMail appears to create message folders for each label you define in GMail, and messages which have several labels appear in each folder. If you copy the folders to your computer, you WILL have multiple copies of those messages, however if you leave them on the server, GMAIL does all the work and you only have one copy of each message.
    Special folders in GMail are all located in the directory [Gmail] and include the message folders "All Mail", "Drafts", "Sent Mail", "Spam", "Starred" and "Trash". Notice I say "directory" and not "message folder" for "[Gmail]". That is important.
    I cannot attest as to what GMail does when you create a folder from your mail.app client, as I have not done that yet. I would venture a guess that it will define a GMail label and mark any messages you "move" to that folder with that label. The GMail special folder "All Mail" contains all of your mail messages, and is equivalent to selecting "All Mail" when using the web interface.
    Your inbox messages will appear in the section with all of your inboxes at the top of your mailbox list. Make sure that you set your preferences to match the recommended preferences for Apple Mail when setting up your GMail account. Otherwise you will end up with duplicates and/or a lot of unnecessary data transfers to your Mac.
    Hope this helps. If not, please give a more explicit example of something that doesn't work the way you expect.

  • Possible to use CCM 2.0 with both CRM and SRM using OCI?

    Hi,
    I am preparing a solution with SRM, CRM and CCM where CCM should be the central product catalog,
    internal ordering should be done using SRM and external ordering (reselling and billing) using CRM.
    However, the content is the same, so I either need to provide it once in CCM and create different
    views and OCI-connections from SRM and CRM or I need a way to extract a catalog from CCM and import
    it into CRM.
    In posting 83841
    Is SRM Mandatory with CCM?
    I learned that CCM 3.0 will support CRM processes.
    However, I could not find any hint when CCM 3.0 will be available.
    I assume CCM 2.0 support OCI as well, so in principle it should be possible to use one CCM view in CRM and another CCM view in SRM.
    Is this assumption correct?
    Regards, Andreas

    Hi Andreas,
    yes, via OCI one catalog can be integrated into different applications.
    Regarding the release: CCM 2.0 is the last release of the SAP Catalog.
    There will be no CCM in the future.
    In the new version of MDM the catalog function is integrated and it is
    mandatory to be used in new implementations as well with SRM 6.0.
    There are some tricky things in CCM and it is hard to get support, as
    the main focus is MDM.
    When you have a chance to plan the landscape, consider MDM from
    long term perspective.
    Thanks,
    Claudia

  • I sold my iphone 3gs to a friend and then i bought it back and reset it now it says apple ID is associated with another device and cant use my ID for 90 days, how do i get around that?

    How do i get my iphone 3gs to accept my appleID after selling to a friend (reset) and buying back from friend (reset again) now phone says appleID is already associated with another device and i have to waiy 90 days. How do i fix this problem?

    email me at <Edited by Host> ASAP!!!

  • I have an issue with Acrobat, after a few uses, the program will not load, the only way to fix it is to completely uninstall the CS suite wipe the drive and reinstall the software, then after a few uses it stops working, how do i fix this?

    after a few uses, the program will not load, the only way to fix it is to completely uninstall the CS suite wipe the drive and reinstall the software, then after a few uses it stops working, how do i fix this?

    Not sure of an answer to your basic question, but it may be that you can run a repair (on Windows --> Control Panel>Programs & Features and run the repair on Acrobat). If that fixes the issue, at least temporarily, at least you will not be reinstalling everything -- a real pain.
    Next, open Acrobat and go to the Help to run the updates and be sure you are current. On some OSs, the updates are critical.

  • Need help with input, parsing, and loop in one program

    I am doing an assignment that is supposed to:
    # ask the user for a URL
    # For the entered URL, read all the HTML text from the page and extract all links (other URLs) and image names. These should be printed to the console window.
    # Reprompt for a URL until the user presses the cancel button.
    # Define at least one helper method that serves a practical purpose that your main method will use. Note that your method(s) should serve a useful purpose, and it should make sense that they are separated out from the main method.
    So far, I figured out how to ask if the user would like to play again, though I can't make it loop to play again. The "NO_OPTION" works fine and exits out.
    I cannot figure out at all how to ask for the URL and then use that URL to try to parse the HTML to find the links and pictures.
    for the loop, is it:
    do{
    ...//all the stuff//
    }while (option == JOptionPane.YES_OPTION) ?(I think I have to parse, looking for "img src" and "a href", anyway)
    The biggest thing I'm getting hung up about is where to start. All it'll do is ask for the URL, say there is an error, and ask if I want to do it again. Don't know how to make it loop again. Like I said, I think it's a do while loop but am not completely sure where it goes and how to have it work on the entire thing with message dialoge boxes
    To ask for the input, I was trying to make the dialoge box a string so the string would be displayed and have the links extracted
    String linkString=   
              JOptionPane.showInputDialog("Please enter a URL:");...but it obviously doesn't work like that...
    Here is the whole mess so far...I don't know what my question is because I know what I want, just not the terms to ask. help?
    import java.io.BufferedReader;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.net.URL;
    import java.net.URLConnection;
    import javax.swing.JOptionPane;
    public class WebPageExaminer
         public static void main(String[] args)
              String linkString=   
              JOptionPane.showInputDialog("Please enter a URL:");
        String link = null;
        URL url;
        URLConnection urlC;
        InputStream inStream;
        InputStreamReader inStreamReader;
        BufferedReader reader;
        try
        url = new URL(link);
        urlC = url.openConnection();
        inStream = urlC.getInputStream();
        inStreamReader = new InputStreamReader(inStream);
        reader = new BufferedReader(inStreamReader);
        String inputLine = reader.readLine();
        while (inputLine != null)
          System.out.println(inputLine);
          inputLine = reader.readLine();
        catch(Exception e)
          JOptionPane.showMessageDialog(null, "Error reading from file");
        } int answer = JOptionPane.showConfirmDialog(null, "Examine Another URL?", "Click Yes or NO:", JOptionPane.YES_NO_OPTION);
        if (answer == JOptionPane.NO_OPTION)
             System.out.println("Goodbye");
             System.exit(0);
              if (answer == JOptionPane.YES_OPTION)
                  System.out.println("OK!");
    }Edited by: digital.tradecraft on Mar 14, 2009 1:27 PM

    You posted the questions 20 minutes ago? Why are you bumping it. People answer questions when they know the answer.
    I tend to ignore people who expect an immediate answer.

  • Issue with Formatted Search and Sales BOM

    Good afternoon,
    One of our customers uses a Formatted Search on the Sales Order row to lookup the Project Code stored against the Item.
    This works very well, except for when a Sales BOM is selected.  I assume the FS lookup is working correctly, but the screen is quickly refreshed to list all the component items related to the BOM.  This process appears to overwrite the contents of the Project field.
    We wish to keep this functionality, but retain the FS lookup results in the Project column.  Could the order of the process be changed so that the BOM refresh occurs prior to the FS lookup.
    Thanks
    Greig
    Edited by: Greig Burrows on Jul 21, 2010 5:57 PM

    Hi,
    For metadata, which metadata are you not seeing? Are they custom properties within the PDF, and have you checked if you have crawled properties matching these?
    I know there's issue with last modified on PDF's (http://sharepointfieldnotes.blogspot.no/2013/05/understanding-and-getting-sharepoint.html) 
    Thanks,
    Mikael Svenson
    Search Enthusiast - SharePoint MVP/MCT/MCPD - If you find an answer useful, please up-vote it.
    http://techmikael.blogspot.com/
    Author of Working with FAST Search Server 2010 for SharePoint

  • Duplicating Object Style with Formatted Paragraph and Formatted Rectangle.

    Hey,
    I am trying to duplicate an object style but I am not sure if I set it up correctly.
    I have a rectangle object with strokes and applied fx effects to corners, gradient feather, transparency.
    I also have a text frame where there is a header paragraph format and a drop cap paragraph format for the main text.
    Rather than going through this process again, I thought creating a object style would save time but how do I group these two frames (rectangle shape and text frame) and apply an object style? I am only allowed to apply an object style individually to either the text frame or the rectangle object. It also doesn't help when I try to create a rectangle frame around the previous two items.

    Okay so I try to revise my process and used only one object style. I'm almost there but I'm still running into issues.
    1. I created a text frame and applied two paragraph styles to the text (header and drop cap). 
    2. Next, while selecting the text frame i applied a fill with transparency and corner option effects.
    3. Then with the text frame selected I created an object style and made sure the paragraph style is turned on, with the paragraph style set to "header" and checked the apply next style (so that the drop cap style will be applied as well).
    However, when I finish all these steps and try to apply it to a new text frame without any formatting, it sets all the text to "header" style without applying the dropcap style. I don't get why I can't apply multiple paragraph styles into the object style. I have to manually select the paragraph and apply the drop cap style which changes my default object style to become Object Style 1+ due to override (which is fine but even when I right click and choose redefine style, it does not nothing)

  • I have two kids with ipod touches and we use one windows computer, can i use one apple id or do they need 2 seperate ids

    WE were a one itouch family and then my son got one on his birthday.  My daughter had an account full with gift cards.  When I added my son's to the computer I used the same apple id and now everything is being billed to my cc, when she purchases even though she has credit it goes straigh to my CC.  Help, how do I fix this?

    You are going to need to change the email address you use with your old ID. Once you have got access to your old account you will then log into both accounts at the same time on your Mac and transfer your data to a single account. We can do this later, but need you to get access to your old account first.
    My Apple ID

  • Problem with format mask and currency

    Hi,
    I am trying to apply a format mask to a report column.
    I want my format to be: 4500 ==> $4,500.00
    I have tried to apply: FML999G999G999G999G990D00, and i get #4,500.00
    Do i have to set a currency parameter somewhere for this format mask to work?
    I have done a select * from nls_database_parameters:
    NLS_LANGUAGE AMERICAN
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET US7ASCII
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    Thanks in advance,
    Immanuel

    Immanuel,
    Here's what I believe is going on:
    1) Your database character set is US7ASCII. US7ASCII cannot store a '£' character.
    2) Although the real NLS_CURRENCY symbol for NLS_TERRITORY UNITED KINGDOM is '£', it's displaying a converted character of '#', due to the above reason.
    3) The currency symbol from the format mask is determined by your NLS_TERRITORY (and hence, your NLS_CURRENCY) settings for the session.
    4) Your application is most likely setup to run with an application primary language of English United Kingdom. Thus, your application will always set NLS_TERRITORY to UNITED KINGDOM.
    To get your desired result, either:
    1) Change your application primary language to en-us
    or simpler yet
    2) Hard-code the $ sign in your format mask.
    Joel

Maybe you are looking for

  • Store and Forward agent configuration in jms adapter - jdeveloper

    I am created the store and forward (SAF) agent in weblogic to communicate with another weblogic server. after creating it i tried to configure it in jms adapter wizard but i can't able see my SAF Queue there. so now how can i give payload to my SAF q

  • Is there any documentation on Database parameters?

    Hi We are trying to plan for future growth and make sure that our current structure is optimal. I am looking for some documentation on testing done by Oracle to get some guidelines. I have looked through a couple of Oracle white papers ('0Building Sc

  • Browsers won't mount

    Tried to download and install Firefox in 10.4 and it won't mount. Any idea why? Thanks, Mark

  • Paint from a paint(Component) method? Is it possible?

    Hi all Here's my deal: I'd like to make a Paint (http://java.sun.com/javase/6/docs/api/java/awt/Paint.html) out of a component or even better, just something with a paint(Graphics) method. I looked into implementing my own Paint, but it looks very fo

  • Switch from CS5 Mac to PC

    Someone I know would like to attempt a switch to PC, but is currently running CS5. Does Adobe offer a way to transfer a license from mac to pc? Even cancel it so it doesn't work on the mac so that it would work on the mac for good measure and simply