Payment Medium Workbench output does not include bank ref (REGUH-BKREF)

Hello,
I assign a payment method to PMW format u201CCollectivePaymentOrderRequest (Payment via XI) u2013 CPOR u201C, however the output does not include bank reference field (REGUH- BKREF), whichwe use for things like roll number for buildling society, or extra long bank account numbers.
Would any of you advise me how to ensure that this Bank reference field information appears in CPOR output by configuration?
Kind regards
taro

Thank you for the suggestion.  It works and I found every items were display ok until the statement
      119 t_bseg-wrbtr.
After execute the above statement, the Doc Number were erased.  Do you know how to fix it?
Thanks,
Helen
WRITE:/ t_bseg-zfbdt UNDER text-020,
        t_bseg-belnr UNDER text-021,
        t_bseg-bldat UNDER text-022,
        t_bseg-xblnr UNDER text-023,
        t_bseg-lifnr UNDER text-039,
        t_bseg-name1(18) UNDER text-025,
        t_bseg-blart UNDER text-026,
        t_bseg-bschl UNDER text-027,
        t_bseg-hkont UNDER text-031,
        t_bseg-kostl UNDER text-032,
        t_bseg-aufnr UNDER text-028,
      119 t_bseg-wrbtr.

Similar Messages

  • Hi, I want to purchase the complete creative cloud at S$60 , however, in my account, at the payment page, it's appear RM currency and the selection of country does not include singapore. How am I suppose to purchase?

    Hi, I want to purchase the complete creative cloud at S$60 , however, in my account, at the payment page, it's appear RM currency and the selection of country does not include singapore. How am I suppose to purchase?

    Hi there,
    The country selected while creating the Adobe account was selected as Malaysia, so you get to see the price in RM.
    ^Ani

  • Payment Card - To Be Authorised Amount  does not include Shippig Charges

    Hi Guys,
    In the Payment cards tab SAP as a standard calculates Total "TO BE Authorised" amount as NET pr + Taxes (Screen field: FPLAA-ENDWR).
    It does not include shipping charges. I would like to include the same. I guess there is no customization available for this. Is there a way out...
    Thanks and Best Regards,
    Jay Enn

    Hi Jay,
    You can assign pricing procedure in delivery to calculate Shipping costs and then
    so that you will be able to capture entire cost and bill customer accordingly
    Why not you set the period in Customizing for Sales and Distribution by choosing Billing -> Payment cards -> Authorization and settlement -> Specify authorization validity periods.                                                     
    Regards
    Srini

  • How to process Customer format parameters with Payment Medium Workbench

    Hi
    I have one bank transfer scenario PC00_M99_FPAYM requiring supplying a payment using the French format FR_ETEBAC_CRT_DOM but the execution date of the bank transfer should be replaced by the banku2019s value date. I planned to enter this required date using the Customer format parameters when running PMW.
    The issue I tried to solve is described here below.
    How to extract the Customer format parameters assigned to the payment medium format FR_ETEBAC_VRT_DOM when processed by the Payment medium Workbench in order to fill the Customer specific user-defined fields (ZREF01 to ZREF10 in structure FPAYHX)?
    I noticed the event type 06 authorizes function modules similar like FI_PAYMEDIUM_SAMPLE_06 but the customer format parameters are only available at low level in function module FI_PAYM_MEDIUM_OPEN (example gc_format_params_c)
    Can someone help on this matter?  That would be great.
    Thanks in advance,
    Henri.

    Just sharing my findings and proposed solution.
    This worked
    The expected date is the value date/payee's bank.
    This date is created by the bank transfer program prior to be processed by Payment Medium Creation Tool (SAPFPAYM)
    According to functional investigation it sounds like the bank transfer program does not allow working with the value date/payee's bank.
    The investigation has been done in the Payment Medium Creation Tool. It allows adding the required value date/payee's bank into a customer format parameter.
    Required configuration and development:
    - Clone the current sap format FR_ETEBAC_VRT-DOM into a new Customized format ZFR_ETEBAC_VRT-DOM
    - Clone the corresponding DMEE object FR_ETEBAC_VRT-DOM into a new DMEE object tree type PAYM ZFR_ETEBAC_VRT-DOM
    - Create a new data structure: ZFR_Bank_Transfer with field CRVAL Value Date at Payee's Bank (comp type PRQ_CRVAL)
    - Assign customer structure ZFR_Bank_Transfer to payment format ZFR_ETEBAC_VRT-DOM and declare field CRVAL as required field
    - Build function module ZFI_PAYMEDIUM_06_FR in charge to extract value date/payee's bank from the customer structure and move it to the customer specific user-defined field ES_FPAYHX_CREF-ZREF01
    -  in new DMEE object tree type PAYM ZFR_ETEBAC_VRT-DOM Replace Source field FPAYH-ZALDT by FPAYHX-ZREF01 in the header record

  • Payment Medium Workbench

    After doing payment run, when we go to FDTA to download file, the file gets downloaded and then we open it using notepad. Is there a way to save the file from FDTA as .csv file.
    Even if we change the file to .csv extension, the data gets collected in the on cell of the first row. Using delimeters does not work because there are no commas to separate the fields.
    Our requirement is a csv file with all fields separates by commas. We are using Payment medium workbench .

    Hi Sheena,
    A CSV format is not offered by standard in SAP. No Carriage Return are set standard to characters in the format tree at the segment end- and Line Feed. You can try put these characters in the format tree under 'file data'.
    Kind Regards,
    Fernando Evangelista

  • Payment Medium Workbench (PMW) - T.Code FBZP

    Hi Friends,
    I have to work on Payment Medium Workbench. This is located in T.Code FBZP in Payment Method/Country and in Payment Medium.
    Please explain how to configure Payment Medium Workbench, any good links related this and your expereinces and what error usally arise when Payment Medium Workbench is configured.
    Please advise how the receivables or payables or payment advice can be downloaded to CD and sent to the bank.I also adviced that in this process no cheque or cash or traditional payments will not be used.
    All the help will be greatly appreciated.
    Regards
    Sridhar
    Edited by: Sridhar M on Mar 12, 2009 12:39 PM

    Hello,
    SAP has provided some of the DME structures for different countries. like GB_BACS for GB etc.
    If your client is not part of those structure, probably you are required to create your own structure. It also depends on the bank of your client. They may want the file in a different format. Therefore, you need to first talk to the bank and get a sample file in which they need the format.
    You can create the DME structure by using transaction code DMEE - Tree Type is PAYM.
    You can create the DME structure as a flat file or XML file based on the requirement of your client (bank).
    You can also copy the standard structure to Z structure and modify it according to your requirements.
    Please also make sure that you have made settings in OBPM1, OBPM2, OBPM3 and OBPM4 (More importantly you should maintain the path where it needs to be downloaded)
    Take help of basis consultant in order to create the directories. You can see the directories in AL11.
    If there are no directory path maintained in OBPM4, then the file gets saved to temporary directory in AL11.
    Regards,
    Ravi

  • PDF Adobe Cheque using Payment Medium Workbench- MICR, Page overflow issues

    Hi All,
    We developed a PDF Adobe form for CHEQUE assigned using Payment Medium Workbench CHECK format.
    The issues I am facing are
    1. MICR symbols(in transit, BSB...) not printing however the numerals 0 to 9 is printing in MICR font. (installed MICR font in ADS to design the form)
    2. The option of DO NOT VOID CHECKS for overflow/test prints is not available in PMW. As I thought of using prenumbered stationary because of MICR font issues, where I need to void the cheque if it overflows to the next page. Getting the form output is not an issue, however PAYR is not updated with void details. By default, PMW is not voiding cheques for overflow in the cheque register.
    3. Is there any option to assign PDF Cheque form by using RFFOUS_C payment medium program.
    Please let me know your comments if you have come across any of these issues.
    Thanks,
    Prabha

  • PMW (Payment Medium Workbench) and needs to send Payment Advises to Vendor

    Hi SAP Gurus,
    We are using PMW (Payment Medium Workbench) and our client needs to send Payment Advises through mail. After running F110 system should trigger mail to vendor for payment advise.
    We have created one DME format and it's working fine.  DME file is getting generated when we assign DME format to our payment method.
    we have also made the change for payment advice sending through email. Copy FM SAMPLE_PROCESS_00002040 to ZSAMPLE_PROCESS_00002040
    Go to transaction FIBF
    Settingsprocess modules of an SAP application
    Add a new entry for 00002040 FI-FI ZSAMPLE_PROCESS_00002040
    Make use of FM  ZSAMPLE_PROCESS_00002040  for adding vendor email address and make the payment medium.
    Now the problem is, we can not do this in one go, if we need to create DME file than we have to assign DME format to our payment method and if we have to send payment advice to our vendor than we need to use Payment Medium Program RFFOGB_T (standard program).  It's radio button and we can not choose both the program and Payment Medium Workbench.
    I need your valuable advice what need to be done in order to get DME file and payment advice send to vendor in one go.
    many thanks for your reply.
    regards,
    SATVIR SINGH

    Hi Stavir,
    Do you recall how were you able to resolve this issue?
    Thanks
    M

  • RH 5.5 output does not work properly in RH 7

    I inherited a WebHelp project created in RH 5.5. I have RH 7.
    When I open the files, make modifications, and recompile them, the
    output does not work properly once I put it on our hardware box.
    Those infamous red squares are present and there seems to be a lot
    of .js files being called, but even when I do a straight 1:1 copy
    and include all the files, and delete the red squares, it still
    doesn't work right.
    Also, oddly, when I open the original (5.5) files in my v7 --
    even without making ANY changes at all -- the TOC has
    disappeared.

    When you view the upgraded source files in RH7, are the red
    squares seen the editor?
    When you generate to a local folder and view the output
    there, are the red squares present? Are there any other issues with
    the generated output?
    Have you applied all three patches to RH7? Help About should
    show 7.0.3.

  • Check printing through Payment Medium Workbench

    Hi,
    Is it possible to print the check through payment medium workbench, just like the classical RFFO*_C program ?
    Thanks
    Wasim

    >
    Wasim Habib wrote:
    > Hi,
    >
    > Is it possible to print the check through payment medium workbench, just like the classical RFFO*_C program ?
    >
    > Thanks
    > Wasim
    Not yet.. per SAP, PMW will gradually phase out the classic payment medium programs (RFFO*).
    ~Suresh

  • Payment medium workbench vs. payment media program.

    Dear Friends,
    Anybody have idea about the Pro's and Con's for "Payment medium workbench" vs. "payment media program".
    Regards
    Rupesh

    Hi,
    There is no disadvantage by using PMW.
    I repeat it is a tool for which we can create the file format as per our requirements.
    You will create the file format in t.code DMEE.
    You can create different format files for each payment method with a variant defined.
    The user can decide on the layout of the note to payee, and select differing notes to payee according to origin (vendors, customers, personnel, travel expenses, Treasury, online payments.
    There is no technical knowledge required to use this tool.
    Please refer below documentation for more.
    http://help.sap.com/saphelp_dimp50/helpdata/en/f9/1962396d5e8573e10000000a114084/content.htm
    Regards
    SM
    Edited by: shanumonu on Jan 2, 2012 8:00 AM

  • Payroll - How to set RUN DATE in Payment Medium Workbench

    Hi experts,
    is it possible to set the run date in the payment medium workbench? Normally the run date is the same as the creation date. If I just try to fill in the timestamp and use another run date, no medium will be created until I set the run date = creation date.
    But if I want to create the DTAUS-file now and want to set the date of the bank transfer (which is the run date, isnt it?) for the 27th of november, how do I do that? Is it possible at all without modifying the report PC00_M99_FPAYM?
    Thanks for you help in advance.
    Dirk

    Hi Dirk,
    We have a similar problem to this.  Could you please advise whether you have found a solution to this without making changes to the program itself?
    Many thanks,
    Rita

  • When the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently.but in fact,when the app in background ,the app need data update to make the

    when the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently。but in fact,when the app in background ,the app need data update to make the function of  trajectory replay come ture。in fact, we have added function when the app  is in background mode。we have point out the point to them by email。but they still have question on the background mode,we are confused,does anyone can help me,i still don't know why do review team can't find the data update when  the app is in background and how do i modify the app,or what is the really problem they refered,do i misunderstand them?
    the blow is the content of the review team email:
    We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.
    We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location.
    It would be appropriate to add features that require persistent use of real-time location updates while the app is in the background or remove the "location" setting from the UIBackgroundModes key. If your application does not require persistent, real-time location updates, we recommend using the significant-change location service or the region monitoring location service.
    For more information on these options, please see the "Starting the Significant-Change Location Service" and "Monitoring Shape-Based Regions" sections in the Location Awareness Programming Guide.
    If you choose to add features that use the Location Background Mode, please include the following battery use disclaimer in your Application Description:
    "Continued use of GPS running in the background can dramatically decrease battery life."
    Additionally, at your earliest opportunity, please review the following question/s and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.
    We are unable to access the app in use in "http://www.wayding.com/waydingweb/article/12/139". Please provide us a valid demo video to show your app in use.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log
    If you have difficulty reproducing a reported issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing.

    Unfortunately, these forums here are all user to user; you might try the developer forums or get in touch with the team that you are working with.

  • Material document 4900000006 does not include an accounting document

    Hi guys
    I created normal sales order, delivery and and released it thr VF01.
    Then I created the RE document without order reference and PGR. But while checking the accounting documents in VL02N it gives the error as follows
    Material document 4900000006 does not include an accounting document
    Diagnosis
    The system cannot find an accounting document for the material document 4900000006.
    Possible reasons for this are:
    The goods movement has no relevance to accounting. Therefore, the system did not generate an accounting document for the material document.
    The material document is a document that was posted before Release 2.1. Such documents must be converted so that the system can find the relevant accounting document.
    The procedure for the subsequent calculation of value is not active in your system. For further information, refer to the documentation on the program for valuating goods movements: RM07MWBU.
    Procedure
    Choose Continue and then choose another function.
    Find out when the material document was created. If the document was created prior to the Release changeover, ask your system administrator to carry out the conversion of the documents. The individual steps required for document conversion are described in the Release Notes for Release 2.1B
    Please give me the solution
    Thanks in advance
    Rahul

    Hi Rahul,
    Can you tell me how did you resolve this error indetail or step by step?  I have a same error in test client.  I am doing returns with stock catergory of E while PGI and then it throws error message.
    Material document 4900000006 does not include an accounting document
    Diagnosis
    The system cannot find an accounting document for the material document 4900000006.
    Possible reasons for this are:
    The goods movement has no relevance to accounting. Therefore, the system did not generate an accounting document for the material document.
    The material document is a document that was posted before Release 2.1. Such documents must be converted so that the system can find the relevant accounting document.
    The procedure for the subsequent calculation of value is not active in your system. For further information, refer to the documentation on the program for valuating goods movements: RM07MWBU.
    Procedure
    Choose Continue and then choose another function.
    Find out when the material document was created. If the document was created prior to the Release changeover, ask your system administrator to carry out the conversion of the documents. The individual steps required for document conversion are described in the Release Notes for Release 2.1B
    regards
    rc gopi

  • The content menu in my Acrobat X Standard does not include the "multimedia" selection??

    What am I missing?  The Adobe Classroom In A Book clearly refers to it...

    Hi,
    I am sorry to hear that you're having trouble in locating 'Multimedia' tools in Acrobat.
    Acrobat X Standard does not include most of the interactive object tools. You need to use Acrobat X Pro for those features. Kindly check the comparison matrix at:
    http://www.adobe.com/products/acrobat/matrix.html
    ~Sandeep V.

Maybe you are looking for

  • Apply Quartz filter to a PDF from command line

    Hello I'm trying to apply a quartz filter to a PDF document via the command line. I know it's possible with Python and there's a script at /Developer/Examples/Quartz/Python/filter-pdf.py that does just that. The problem with this is that the script i

  • 4.0 PDF download in Interactive Reports

    Hi, I remember reading there would be enhanced PDF support in 4.0? Does anyone know what this was? Do we still have to setup FPS/BI Publisher to be able to download a report as a PDF? In a vanilla install of 4.0, I get an error downloading a pdf, I a

  • Problem connecting CE711 connection to BI

    Hi Experts I have BI backend on machine A and CE711 on machine B on same network.  Services and host files have been updated on both machines.   Both machines are running on Windows 2003 Server x64, BI is on SP18 and CE711 on SP3. CE711 is using BI U

  • Jar file in web-inf\lib is not being loaded - weblogic 7.0

    I am callling a webservice from a jsp. everything works fine if I keep the interface classes under web-inf\classes....but If I put the interface classes in a jar file and put it under web-inf\lib, then weblogic does not seem to find that.... I am get

  • Installing OSX on separate HD

    I have bought a new Mac Pro and would like to install OS10.5 on one of the other internal Hard Drives I have added. (Useful for testing upgrades and software before committing it to the main system) I have a 10.5.1 Family Pack Leopard DVD but underst