Exclusion of document in the DME file

hi to all,
I have a problem in our DME file for Germany.  During payment proposal when I checked the generated DME file the amount in it does not tally with the amount in the payment proposals.  It excludes some vendor or document.
Any expert there could help us.
thanks
avic

Hi,
From  Doc flow table (VBFA), you can get the Billing document number from Sales Document. Then Read the cancelled billing document from VBRK table
criteria:  VBRK-FKSTO = 'X'
Thanks
Subhankar
Edited by: Subhankar Garani on Aug 16, 2011 8:51 PM

Similar Messages

  • Setting up bank charges in the DME file

    Hi,
    Our client had made a payment run in APP and later got a statement from the bank in which the "Bank Charges" field was mentioned as :Shared" (i.e. bank charges shared by both the client and their vendor). However the client says that the charges should be charged to them entirely not to the vendor. The payment process was a bank transfer using DME. Instruction keys are not defined for this company code, house bank or for the vendor. The bank says that it is possible with SAP to set up to tell the bank how to handle the bank charges in the DME file.
    Can anyone please advise on how to proceed on this issue? How do I set up a DME file and check for these instructions?
    Thanks

    If I understand your query well,
    You need to goto t-code FBZP > House Banks > Enter your Co. Code. > Click on your House Bank and then on tab 'Data Medium Exchange'
    Here you can enter  your Charges Account details.
    Rgds,
    Zub

  • Problem in transferring the text in the DME file

    Hi Experts,
    We are generating the DME file from the PMW in F110 payment run.
    Now while entering the invoice in MIRO/ FB60, we are entering some text, but that is not getting transferred to the DME file, even we have mapped the field FPAYP-SGTXT.
    So what could be going wrong for this field in DME format?
    Thanks to all,
    Atif

    Hi Atif,
    Please check the below OSS notes:-
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=3652]
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=3967]
    These OSS notes give the way out for this.
    Regards,
    Gaurav

  • Problem with the DME file format MT101

    Hello Experts,
    We are generating the DME file format MT101 for bank data transfer for Portugal with program SAPLZFPAYM_SWIFT_PT .But sadly we found that the line 71A:SHA is missed.
    Noting that this problem occurs with payment method "U" which is similar to payment method "T" except the two fields "EU Internal Transfer" and "IBAN required" which are not ticked in transaction FBZP.
    When we use the payment method "T" it works fine but with payment method "U" the line 71A:SHA is missed.
    I made some tests and tried to find if those two mentionned fields are causing the problem or not and I found that this not the reason. It's related to other problem
    Any Ideas would be highly appreciable.

    Hello Experts,
    No idea about this issue ?
    Regards

  • Is there any way i can keep pages documents and numbers documents in the same file?

    Im trying to group pages and numbers documents in the same file is this possible?

    Not on the iPad itself, no. iOS apps keep their documents within each app itself. You would need to save the documents to a WebDAV server. Dropbox can serve this function if partnered with DropDAV. See:
    http://techinch.com/blog/integrate-dropbox-with-pages-keynote-and-numbers-on-ipa d
    Regards.

  • I received an email containing a spreadsheet created using Mac Office 2004 on my new MacBook Air equipped with Mac Office 2011.  When I saved the document, my Finder lists the document without the .xls file extension. Why?

    I received an email containing a spreadsheet created using Mac Office 2004 on my new MacBook Air equipped with Mac Office 2011.  When I saved the document, my Finder lists the document without the .xls file extension. Why?
    All other .xls documents created by Mac Office 2004 retained the .xls file extention when I migrated them over to the new MacBook Air.

    I know what happened.  When I saved the document I somehow hit the Hide File Extension box.  Sorry to trouble this group. I simply resaved it w/o activating the Hide File Extension feature.

  • Change the DMEE file properties

    Hi Guys,
    We need to make some changes to the DMEE file properties as below :
    We need to make sure that  FPAYH-DOC1R is listed in sorting at level 1.Actually the issue is that , even the payment exceptions are being captured in the DMEE file that is being downloaded.
    We need to eliminate these exceptional items from being captured in the DMEE file that is getting downloaded. Actually , we are capturing the DMEE file after the payment proposal stage. At this stage, the exception items are being captured in the DMEE file which is not correct. We want to eliminate these exceptional items from the file.
    Can you please suggest if this would eliminate the exception items from the file and also can you please let me know , where i can change the DMEE file properties.
    Thanks for your suggestions .
    Regards,
    Srikanth .

    Goto transaction DMEE, select your DME tree, goto DME Tree properties, goto tab "Sort/key fields".
    Also check levels. Insert field DOC1R in Sort/key field at appropriate level (usually level 3).
    Alternately you can also go to DMEE tree through FBZP. Select payment method in country and click on payment medium format setting, then DME Engine.

  • Progrogram RFFOIT_FOR: record P9 oh the DME file

    Hi All,
    Could anyone Help me?
    I use the program RFFOIT_FOR to generate a DME file to send to my bank for a money transfer to a foreign vendor.
    I wonder, where SAP takes the data conteined in the record P9 of the DME file.
    Thanks a lot.
    Gandalf

    Hi Muralitharan,
    Thanks. Yes, this is it. I already raised an OSS to SAP and they said this is the first complaint they received. So they issued a sap note just now : )
    Thanks,
    Darrel

  • 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

  • Chnaging the DME File

    Hi All,
    For the incoming payment , there were already 2 payment methods in my company code.
    Is there any alternative available in SAP to Change the existing DME File for the same payment method which is being used can be changed depend on the bank of the customer.
    If there were 10 different set of customers using 10 different banks which asks different formats,  can we avoid by creating 10 different payment methods? Instead I want only 1 DME file which which will be automatically updated depending on the bank of the customer when F110 is run
    Regards
    V S K

    I would create 10 payment methods...
    the other option is coding in user exit that I am not sure if it is possible or not.
    Cheers

  • Where can I find the path to a document in the Output File Repository.

    Hello All
    I'm somewhat confused......
    Previously, in XI R2 it was possible to see the physical Output File Repository path for an instance. For example:
    frs://Output/a_123/012/34/5678/abcd.wid
    This information was available through the CMC by selecting the instance and viewing its Properties.
    Can anyone tell me where this information can be viewed in XI3.1. I have checked through the CMC and cannot find it anywhere. When I look at the Instance Details of a particular instance, I do not see this information.
    Thanks in advance.
    J

    My environment is XI3.1
    Thank you to the previous poster but this only tells me the path the Output Repository (which I already know).
    Sorry, I think maybe my question was not very clear.
    I want to know how I can identify the physical path to a specific instance in the Output File Repository. For example:
    frs://Output/a_123/456/7890/abcde.wid
    In XI R2 it was easy to obtain this information by taking the following steps:
    1. CMC
    2. Objects
    3. Search for and select the required object that has the required instance
    4. Select the History tab to see the list of instances
    5. Check the box against the required instance
    6. Click on the Status of the instance to view the Instance Details.
    Now, in XI3.1 (either InfoView, CMC or Instance Manager) the Instance details does NOT show the physical path to the .WID/.XLS/.PDF or whatever the format of the instance be.
    Please can someone tell me where I can find this information.
    Thank you.

  • Migrate documents from the windows file server into km

    Hi All,
    I have around 100 GB of documents in a file server and i want to migrate the same data in to KM.
    I am sure that there should be some standard process to do this,can any one please help me out in solving this.
    Thanks
    Ajay

    Hi Ajay,
    what do you mean by migrate? You could use a Windows Filessystem KM-Repository to integrated these files directly into KM (http://help.sap.com/saphelp_nw70/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/frameset.htm)
    Otherwise you could use WebDAV (http://help.sap.com/saphelp_nw70/helpdata/en/4a/217fb6c33c6748a1715a161ac942cd/frameset.htm, http://help.sap.com/saphelp_nw70/helpdata/en/43/9600e5391e25dee10000000a1553f7/frameset.htm) or the Portal Drive (http://help.sap.com/saphelp_nw70/helpdata/en/42/c99b91341a6bade10000000a1553f6/frameset.htm) to copy these files in a (for example) DB repository.
    Regards,
    Holger.

  • How to trap Cleared document from the Flat file

    Hi All,
    In the BDC In flat file, I am getting boths Document No ( Cleared & Non Cleared).
    While Uploading I need to check the Document No , which is clered is filtered & Only Those Document No which is not cleared is posted in the Transaction - F-53.
    I need to captured those Cleared Document No and  should appeared  as in the list.
    Pls suggest me the logic . there is no FI consultant
    Thanks in Advance

    Hi Uri Dimant,
    I tried to load data from text file to SQL table but i am getting belows errors.
    Also format of data is
    col1,col2,col3,col4
    AB,2,3,4
    CD,3,45,
    C,3
    Errors -
    [OLE DB Destination [31]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0" 
    Hresult: 0x80004005  Description: "Invalid character value for cast specification".
    OLE DB Destination [31]] Error: There was an error with OLE DB
    Destination.Inputs[OLE DB Destination Input]
    .Columns[net_revenue]onOLEDBDestination.Inputs[OLE
    DB Destination Input].
    Thecolumnstatusreturnedwas:"The
    value could not be converted because of a potential loss of data.".
    [OLE DB Destination [31]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. 
    The "OLE DB Destination.Inputs[OLE DB Destination Input]" failed because error code 0xC0209077 occurred,
    and the error row disposition on "OLE
    DBDestination.Inputs[OLE
    DB Destination Input]" specifies failure on error.
    An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. 
    The ProcessInput method on component "OLE
    DBDestination"
    (31) failed with error code 0xC0209029 while processing input "OLEDBDestinationInput"
    (44).
    The identified component returned an error from the ProcessInput method.
    The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.
    There may be error messages posted before this with more information about the failure.
    Amit
    Please mark as answer if helpful
    http://fascinatingsql.wordpress.com/

  • How do I scan large black and white documents, creating the smallest file size possible?

    I am attempting to scan a 70 page document and prefer it to be a file small enough to send through regular email.  I am not interested in zipfiles, i am not familiar with them.  I have been scanning and converting to .pdf for years, using the lowest dpi reasonable, but my file sizes are still quite large (compared to other .pdf's that are emailed to me).  I know there is a way, just haven't figured it out.
    Ed

    hplover14
    Welcome to the HP Community Forum.
    You can Scan to Document (PDF) > combine the pages into one PDF file
    Scan_Multiple_Documents-Combine
    Your printer's Support Pages - you may need to use this cached link to reach the driver page:
    HP Officejet Pro 8620 e-All-in-One Printer
    Click the Kudos Thumbs-Up to say Thank You!
    And...Click Accept as Solution when my Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • Trying to convert pdf documents in Spanish to word documents but the converted file prints gibberish

    I have been trying to convert PDF documents in Spanish to Word documents but when I down load the converted word document it does not convert in Spanish it is totally unreadable "gibberish"  I have tried clicking on recognizint the lenguage and do not recognize text but I still get gibberish? 
    is it possible to convet files in spanish? 
    Can anybody help?
    Thanks
    Olga

    Hi frysky
    Please Refer : http://forums.adobe.com/message/5200374#5200374

Maybe you are looking for

  • Lightroom keeps changing default import location; how to set it once and for all?

    Hi all, I'm on a mac, and coming from iPhoto. After migrating to Lightroom, I made is so my photos imports from my camera into "/Pictures/LightroomMasters/year/month/day".Now, suddenly, I noticed that they end up in "/Pictures/year/month/day". I real

  • How to create graphs on JSP page in JDeveloper 10.1.3

    Hi all, Is there an easy way to create graph objects with JDeveloper 10.1.3? I have taken a look to some tutorials, but it looks like they all use the "drag/drop graph from the data control palette" method. E.g. I got example 88 to work from http://r

  • Transfer Posting MB1B with MvT 311

    Dear experts, I have 1 issue. For example, to do transfer posting from Sloc '1201' to Sloc '10F1' and '10F1' is in WM. With movement '311' , a transfer requirement is automatically created, followed by a transfer order creation screen. I have automat

  • Web template print

    Hello , When i execute a web template , the exceptions defined in the report shows the colour display in the screen, but when i print the page it does not show me the red colour or green colour which is defined in the exception. can some one help  me

  • Group email includes wrong address

    I'd been sending a group email via Contacts just fine. Until this morning, I noticed that that group email included addresses that were in a different group! It's still doing the same thing, even though I restarted my iMac. Help?