How to reduce fields in DME file

Hi
Can anyone help me How we can reduce fields in DME file.
Ramesh

Nandita,
thank you very much.
Can you please help me  know how to suppress the field length of an element. Say the length of the field is 11 and the data generating in that field consists of only 8 characters, then the field should reflect 8 characters only and the remaining should be blank. Currently it is coming as a space, which is not acceptable by bank.
Many Thanks
Ramesh Babu

Similar Messages

  • F110, grouping payments by lenght of note to payee field in DMEE file

    Hello,
    How is it possible to group payments in F110 by lenght of note to payee field in DMEE file?
    Exmaple: 10 documents, description of 4 documents fits into the note to payee, therefore payment is split into 3 payments (4 documents, 4 documents, 2 documents).

    Yes, it is "Pmnt methods in company code" and tab "Payment advice note control", radiobutton "restricted to" XX rows
    It means that you can pay as many invoices as you want but only for four invoices (max) a ayment document will get generated. So if vendor have 10 invoices, then he will get three payments, first for 4 invoices, second for 4 invoices and third for 2 invoices.
    Regards,
    Gaurav

  • How to reduce the size of file after delete some datas?

    The size of the database file isn't smaller than ago after delete some data from database.
    How to reduce the size of file after delete some datas?

    Hi,
    What BDB release are you using? If it's one of the latest releases, then what you are looking for is the DB->compact() method:
    http://download.oracle.com/docs/cd/E17076_01/html/api_reference/C/dbcompact.html
    The DB->compact() method compacts Btree, Hash, and Recno access method databases, and optionally returns unused Btree, Hash or Recno database pages to the underlying filesystem. Please let me know if it helps.
    Bogdan Coman

  • XBLNR  field in DME file (classic payment medium program)

    Hi ,
             My client wants XBLNR field in the DME file which is created from automatic programme F110,can u please advise whether it is possible if yes can u please tell the procedure to do the same i.e whether we should use any function module , programme name to be changed and any includes to be made in the programme.
    Regards,
    RAM

    Hi,
    Please use the below logic,
    DATA: lwa_item   TYPE dmee_paym_if_type,
            l_fpayp   TYPE fpayp,
            l_fpayh TYPE fpayh,
            l_fpayhx TYPE fpayhx,
            first_flag TYPE c,
            lv_lifnr   TYPE lifnr,
            lv_vblnr TYPE vblnr,
            invoice_id TYPE string,
            invoice TYPE string,
           invoice_len1 TYPE i,
            invoice_len TYPE i.
      TYPES:
      BEGIN OF lt_regup,
            xblnr TYPE xblnr1,
            belnr TYPE belnr_d,
      END OF lt_regup.
      DATA: lt_regup TYPE STANDARD TABLE OF regup,
            lv_regup TYPE regup.

  • Division field in DME File

    Hi gurus
    According to the requirement of user , we need to have the divison field to be shown in the DME FILE generated through APP .
    We are using Teleplay Format of DME and the user requires the field in the DME File , I tried to search and found that the field name is assign as DIVISION .
    Could you please suggest me where I can configure such settings
    Your suggestion can help me in my work.
    Thanks

    Hello Experts,
    Can anybdy please throw some light on this??
    I also need solution for this urgently..
    thanks in adavance..

  • How to reduce size of html files with JAVA?

    We have html files full of tab char, carriage return, blank space between tags etc. We need to reduce the size of this files.
    HTML files are automatic generated by an engine and we cannot operate on it.
    Those files are in a solaris environment and we need to launch or to schedule something that can clean the files in this environment. The only tools we found are for Win environment so we toughth to make some java classes that parse HTML and clean the files.
    Does anyone know how some tool or the way to clean a file in java?
    Thank You

    Something like this can reduce the number of spaces between tags in the body of the file:public static final String readTextFromFile (File f)
            StringBuffer fileText = new StringBuffer();
            if (f != null && f.exists() && f.isFile())
                try
                    FileReader fr = new FileReader(f);
                    BufferedReader br = new BufferedReader(fr);
                    String s;
                    char c;
                    boolean inTag = false;
                    boolean lastWasSpace = false; // so we don't have a million spaces in a row
                    boolean inBody = false;
                    while ((s = br.readLine()) != null)
                        s += " ";
                        s = searchReplace(s, " ", " ");
                        if (!inBody)
                            int bodyStartPos = s.indexOf("<body");
                            // if not in body yet, reloop
                            if (bodyStartPos == -1)
                                continue;
                            // start it off
                            else
                                inBody = true;
                                s = s.substring(bodyStartPos);
                        for (int i = 0; i < s.length(); i++)
                            c = s.charAt(i);
                            if (c == '>')
                                inTag = false;
                            else if (c == '<')
                                inTag = true;
                            else if (!inTag)
                                if (!(c == ' ' && lastWasSpace))
                                    fileText.append(c);
                                if (c == ' ')
                                    lastWasSpace = true;
                                else
                                    lastWasSpace = false;
                    if (br != null)
                        br.close();
                    if (fr != null)
                        fr.close();
                catch (Exception e)
                    System.err.println(f + ": Error reading file");
            return fileText.toString();
        }

  • How to reduce the size of file "BerkeleyDB22.out"

    Follow the file "Building Berkeley DB for VxWorks systems",
    I have finished the building job and get the file "BerkeleyDB22.out".
    The problem is the size of file "BerkeleyDB22.out" is 18MB, it is too big.
    The guide said the size of bdb could reducde to 300k.
    Could you tell me how to recude it ?
    Thank you!

    Hello,
    According to "Notes for VxWorks 5.4/5.5" from the Berkeley DB Reference
    Guide, on "Building Berkeley DB for VxWorks systems" at:
    http://www.oracle.com/technology/documentation/berkeley-db/db/ref/build_vxworks/notes.html
    "A default small footprint build is provided. This default provides
    equivalent to the --enable-smallbuild configuration option described
    in Building a small memory footprint library. In order to build the
    small footprint, you should move db_config.h aside and copy
    db_config_small.h to db_config.h. Then open up the appropriate small
    workspace file via Tornado and build as usual."
    If these directions do not reduce the size, let me know.
    Thanks,
    Sandra

  • How to reduce size of output file?

    Hi,
    I am using Oracle Reports Report Builder 10.1.2.0.2 to generate native Microsoft Excel spreadsheets with the DESFORMAT=SPREADSHEET, DESTYPE=FILE and PRINTJOB=No options. The size of the file is several MB, 12 MB and up to be more exact. Once I save that spreadsheet as a native Microsoft Office Excel 2007 spreadsheet, the size is less then 1MB. Any ideas on how to get Oracle Reports to generate a more reasonable sized spreadsheet file? Will an upgrade to the latest version of Oracle Reports fix this?
    Thanks,
    ScottK

    Solution
    BI Publisher has two options for this issue:
    1. BI Publisher Enterprise 10.1.3.4.1 Apply the latest Consolidated update patch.
    Note 797057.1 in oracle support 'Overview of Available Update Patches for Oracle BI Publisher Enterprise' has the latest patch number.
    This provides the ability to use true Excel (binary .xls) files as layout templates.
    This layout format will generate binary Excel (.xls) output.
    2. Or the end users can save the BIP Excel file to their PC, then open in Excel and "Save As" binary excel file, which the Excel program compresses.

  • How To reduce Mail Queue Database File?

    Hello Team,
    I setup exchange server 2013,i check daily mail queue database file increase .
    So how to decrease database file?i
    Thanks,
    Jemin Prajapati

    Hi Jim,
    While moving old queue, we will loose some mail during this operation.
    Can we do this activity without any downtime or without loosing any mail.
    Please confirm we only need to move mail.que and rest of other file (log and temp) will remain the same.
    What I am thinking how new queue will sync with old logs and other files.
    Thanks
    Hi
    If the new queue work without any problem, we could refer to the following steps:
    Use “Net stop MSExchangeTransport” to stop Exchange transport service.
    Overwrite all the existing empty queue database files and transaction log files on the target Exchange transport server by using all the files from "C:\QueueRecovery". By default, the queue database and transaction logs exist in C:\Program Files\Microsoft\Exchange
    Server\TransportRoles\data\Queue.
    A new queue database is created when the Microsoft Exchange Transport service is restarted. This can occur at any time after we have finished copying the queue database files to the target transport server.
    Use “ Net pause MXExchangeTransport ” to pause message flow through Hub Server
    Use the Queue Viewer or the Get-Queue cmdlet in the Exchange Management Shell to monitor the delivery queues on the target Exchange transport server. Wait until no messages remain in any of delivery queues on the server as indicated by a message count of
    0.
    Then we use “Net stop MSExchangeTransport” to stop Exchange transport service.
    Overwrite all the existing empty queue database files and transaction log files on the target Exchange transport server by using all the files from "C:\QueueRecovery". By default, the queue database and transaction logs exist in C:\Program Files\Microsoft\Exchange
    Server\TransportRoles\data\Queue.
    Use “Net start MSExchangeTransport” to enable Exchange transport service.
    We could refer to the following link to learn more details:
    http://technet.microsoft.com/en-us/library/bb124343(v=exchg.80).aspx
    If there are any questions regarding this issue, please be free to let me know.
    Best Regard,
    Jim

  • How to add new fields to the DME file in F110

    Hi,
    We have a requirement add new fields to the file that is used in  F110.
    .I did go in to DMEE transaction but I hae no idea how to add new fileds to the existing file.
    Can anybody please help me in resolving the issue.
    Thanks
    Venkat
    Edited by: Venkat R on Jun 8, 2009 8:45 AM

    Hi,
    There is no function module for that, We have created our own function module and attached to that field.
    Refer the below code. This will fetch the document number.
    DATA: lwa_item   TYPE dmee_paym_if_type,
            l_fpayp   TYPE fpayp,
            l_fpayhx TYPE fpayhx,
            first_flag TYPE c,
            lv_lifnr   TYPE lifnr,
            voucher_id TYPE string,
            voucher TYPE string,
            invoice_id TYPE belnr_d,
            voucher_len1 TYPE i,
            voucher_len TYPE i.
      TYPES:
      BEGIN OF lt_regup,
            xblnr TYPE xblnr1,
            belnr TYPE belnr_d,
      END OF lt_regup.
      DATA: lt_regup TYPE STANDARD TABLE OF regup,
            lv_regup TYPE regup.
    Hope this helps.
    Raja.A
    Edited by: Raja.A on Feb 16, 2011 7:17 PM

  • How to reduce the pdf version & how to remove all the pre-delivered field from a pdf file.

    Hi Team,
    1) Please help me to reduce the version of a pdf file which is v1.7 as my BI Publisher support only pdf version  upto Version1.5.
    2)This pdf file 1.7 contains some pre-delivered fields, i want to remove all the pre-delivered fields. Please suggest.
    PFA link:-
    http://www.uscis.gov/files/form/i-539.pdf
    Please guide to remove the pre-delivered fields from this pdf & how to reduce the version.

    A lot depends on what you want to do with the file. The encryption has limited most options on the form. If you are wanting to simply post a view of the form, then you might try a screen capture. Of course there is always the question of what you want to do with the form and any legal aspects related to that use. Other than answering potential legal questions of your use, we might be able to help more if we were aware of the desired use. At the moment, the screen capture is my only suggestion. There may be other work arounds, but probably not appropriate for discussion on this forum.
    If you are wanting the form for publication as an example in some document, I would strongly suggest you contact the gov't agency and discuss your intent and try to get a version you can use with their approval. Overall, that is the cleanest way to do whatever you are after for a legit purpose. Even a graphic version should have the permission of the government agency.

  • MT103 - IBAN fields not output in DME file

    We completed the necessary payment method / payment media configuration using the PMW for MT103.  We are testing payments in EUR which our banks says should output the IBAN number from the vendor master record vs. the SWIFT account.  When the DME file is output, the SWIFT code or the bank account number is output instead of the IBAN.
    Does anyone know how to output the IBAN number instead?
    Thanks,
    Jason

    Hi Jason,
    To populate the IBAN number in the DME File please follow the following configuration process:
    1. Execute Program SAPFPAYM to create a variant.
    2. Enter MT103 in Payment Medium Format and click enter
    3. Then click on the Format Parameters.
    4. One pop-up appears " Other specifications for payment medium formats MT103"
    5. Check the field " Transfer IBAN".
    6. After this assign this variant to your Company Code and House Bank in TCode OBPM4 under MT103 Payment Format.
    This way you would be able to transfer IBAN to your payment file.
    Regards,
    Sanjay

  • How to reduce image's file size in Preview?

    I am in Preview Version 5.0.3 (504.1).  I have a PDF file that is 3.7 meg. in size.  That is a big large for what I want to do with it.  I would like to reduce its size to something a bit more manageable.   The Preview Help gives these instructions:
    To reduce an image’s file size without changing its dimensions:
    Choose Tools > Adjust Size.
    Select “Resample image.”
    Enter a smaller value in the Resolution field.
    My problem is that in my open window for this file the "Adjust Size" tool is dimmed.  I cannot choose that tool as instructed.  
    Does anyone know why and how to get Preview to reduce the size of a PDF file?

    try File-Save As...
    & choose format:pdf    quartz filter:reduce file size
    pick another name to check the results - there's no undo

  • Add field to be extracted by DME file / engine

    Hi,
    I am trying to change the DME format such that the vendor email address information can be extracted in the DME file from payment run.
    I can see the field "BENEFICIARY EMAIL 1" under DMEE. However, I am not sure how to link the structure & field name so that the information can be extracted.
    Please advise the steps. How to I change here ? Where did the DME engine pulls the information from ?
    Thanks.
    Angel.

    Hi,
    The structures available for the DME tree does not consist email id of the payee/beneficiary. For this we will have to write a function module and fetch the email id from ADR6 - SMTP_ADDR. The function module written by the ABAPer can be attched using the mapping option "Exit Module".
    Please revert for any clarification.
    Thanks and Regards,
    Anit

  • Add new field in outgoing bank DME file

    Hi SAP FICO friends,
    I need your help in below issue resolution.
    After executed F110 transaction, DME file is generated for outgoing payment. Now client is requested for Add a new field (value date) in DME file. Please let me know how to add this new field in DME config?  Already I have checked DMEE transaction,  under the keyfield structure tab (4th tab), But I could not succeed to how proceed to add this field.
    Please let me know with complete details. Thanks,
    Raj

    What DME structure you are using?
    Go to DMEE
    Tree Type PAYM
    Enter your format tree.
    Go through in details, you will come to know where to add it and how to add it.

Maybe you are looking for