Vendor payment rounding

hi,
i need to round off vendor invoice ammount. vendor invoice amount is Rs1851.19 .it has to post Rs 1851.00 to vendor account remaining amount .19 has to post rounding diffarence account.could u give the idea of where we make this rounding option settings.
Nagaraju

Just ask an Abaper to modify the undermentioned code to suit your requirement.
Include RV64A601
rounding rule for closest interger value
FORM FRM_KONDI_WERT_601.
data: da_xkwerx(15).
unpack xkwert to da_xkwerx.
move '00' to da_xkwerx+13.
pack da_xkwerx to xkwert.
data : lgort1 like lips-lgort .
data :  d1(13) , d6(13) .
data :  d2 type p decimals 2 .
data :  d3 type p decimals 0 .
data :  d4 type p decimals 2 .
data    d5(2) .
data :  d8(3) .
unpack xkwert to d1 .
d2 = d1 .
d3 = d2 .
unpack d3 to d6.
d5 = d6+11(2) .
if d5 >=  50 .
d8 = 100 - d5 .
  d1 = d6 + d8 .
else .
d1 = d6 - d5 .
endif .
*pack d1 to xkwert   .
select single lgort into lgort1 from lips where
                                          vbeln = komp-vgbel and
                                          posnr = komp-vgpos .
IF SY-SUBRC = 0 .
   if lgort1 = 'JSTO'.
   d1 = 0 .
   pack d1 to xkwert.
   else .
   pack d1 to xkwert.
   endif .
ELSE .
pack d1 to xkwert.
ENDIF .
Regards,
Rajesh Banka
Reward suitable points.

Similar Messages

  • Vendor Payment Performance Report

    Hi,
    I am in the process of developing a report which should show details of Project, Service orders and purchase orders information. If end user inputs project/SO/PO/Vendor in the selection screen of the report, they are expected to see service orders and their related costs information. In the drill down they would like to see related Purchase orders information of the service orders including PO Quantity, PO Value, Invoiced Quanity, Invoice value, Invoice creation date, Invoice posting date, Invoice due date(Invoice date + Vendor Payment terms), Actual payment date to Vendor, Blocked invoices, Reason for blocking, Vendor info. Is there any Business Content reports, cubes, extractors availabe to serve my purpose ?  If this requirement can't be developed in one report please suggest what is the best way of doing.
    Eg of Report Result data:
    Selection screen can have Project, Service Order, PO, Vendor, Year & Month
    Report Results:
    Project     SO         PlannedCost
    WBS1      1001      5000 GBP        
    (5000 GBP contains 2000 GBP spent on labour cost + 3000 GBP spent on material which will  be paid to different vendors)
    If we drill down using Purchase Order it should show PO details for 3000 GBP and show blank for 2000 GBP
    Project    SO        PO     POValue   InvoiceValue    IVdate   IVPaiddate    IVDuedate    Vendor
    WBS1     1001    2000   -
    WBS1     1001    P123   1000          1000               1.8.09     16.8.09       15.8.09         CP
    WBS1     1001    P234      500           500               15.7.09    15.8.09      15.8.09         BP
    With the above info 100% ontime payment made to vendor BP, for CP it is not, Customer is interested to see this level of information.
    For 3000 GBP , for  all the purchase orders we need to show PO Quantity, PO Value, Invoiced Quanity, Invoice value, Invoice creation date, Invoice posting date, Invoice due date(Invoice date + Payment terms), Actual invoice payment date, Blocked invoices, Reason for blocking, Vendor info details
    Waiting for experts suggestions on the above requirement.

    Hi,
    You can create a report on this, but first have to findout in which all the tables your fields existing. Based on this you can build a report in r/3 or a FM which you can use it in Generic DS.
    Hev you gone thru standard Purchase DS which available in r/3 side. Just check them it might suits your requirement.
    also check the below docu for more info:
    http://help.sap.com/saphelp_470/helpdata/en/75/ee1fa755c811d189900000e8322d00/frameset.htm
    Reg
    Pra

  • Vendor payment report

    Hi gurus,
    I have a smalll requirement that , my client want to see the vendors payments list on material wise.
    I tried in FBL1N by selecting the cleared items. and also changed the layout by dragging the material field column in the report.
    but for the material columns showing blank in the report.....
    Is there any other way to see this type of report ( vendor payement list on matrial wise).... kindly suggest
    Thanks in advance
    Alex

    Hi Alex,
    Go to  the this t.codes.MB5S,ME2L,ME2M.May be you see the vendor payment list on meterial wise.
    Cheers
    Mastan Reddy

  • How to get vendor payment terms

    Hi all,
    I am creating a report. I need to get vendor payment terms. There are invoices without PO, how can I retrieve the payment terms for those cases.
    Thanks.

    Hi nene
               in case of invoice without PO, The payment term will be selected from the vendor master data (in View : payment terms transaction in XK03).
    Check payment term in  master data is exist or not.
    the data is in the table LFB1 : Field ZTERM
    Regards
    Wiboon

  • Vendor payment

    Hi,
    we are preparing a report on vendor payment history.
    Vendor payment is done through F-52.
    Payment is made against the accounting document.
    I require table and field connecting the accounting docu no
    and payment docu no.
    regards,
    sathya

    Dear Sathya,
    You can trace the table by going into the respective TCode. Clicking on a relevant field (eg. amouont etc.), pressing F1 and clicking on Technical Information tab, and u'll find the table name and the field.
    Regards,
    Amish.

  • Vendor Payment Terms

    Hi All
    Is there a report that can give me the Vendor Payment terms
    Vishnu

    Hi Vishnu,
    go to SE16 , enter table name LFM1. in display parameters select ZTERM
    Regards
    Mangesh.

  • S_ALR_87012085-Vendor Payment History

    We are using the report S_ALR_87012085-Vendor Payment History with OI sorted Items.We could get the report ouput as we need with ageing 0-30,30-60 etc but with the exisitng layout as it flows over many pages and is therefore not printable.
    We need one line per vendor so they can easily print the report.
    Is there a way this could be meet by changing layout instead of getting big lines of address and all.Or anyother report meets this requirement.

    Hello,
    if this requirement does not suffice your requirement,
    You can create your own FORM using FKI4 - Refer FKI5 or FKI6 for your ference.
    You assign this FORM using FKI1 - Refer FKI2 or FKI3 for your reference.
    You can design your form more flexibily and incorporate formulas also.
    Hope this is informative.
    Regards,
    Ravi

  • Vendor Payments Report with WBS Elements

    Dear Expert,
    I am looking a report for Vendor outgoing payment against WBS Elements.
    Is there any Vendor Payments report with WBS Elements in SAP? I have seen FBL1N but WBS Elements field is blank.
    Thanks
    Samiee.

    Hi,
    You mentioned WBS Element is blank; so please check in any one sample payment documnet whetehr WBS is maintained and if yes find which field it is populated. For eg; sometimes people populate this information in the text or assignment field. If that is the case then change the layout accordingly in FBL1N.
    Regards
    Sreekanth

  • Single Report Goods Receipt to Vendor Payment ( GR-IV-vendor payment)

    Hi Friends,
    My client wants to asking the single report for GR to Vendor payment. Please let me know how to get the report?
    Regards,
    Chandra.

    Dear Chandra,
    To my knowledge, there is no standard report available for this.
    You can use the tables BKPF, BSEG, MKPF and MSEG for creating a report.
    Kindly close this thread in this forum and raise the same question in MM and FI. So you might get answers for your query.
    Best Regards,
    Raj

  • Report to view vendor payment status

    Dear GURUS
    Is there any Report to view vendor payment status  against purchase order.
    Please give me transaction code if any.
    SANTOSH KADAM

    check report
    FBL1N
    u will get the report u can creat ur own lay out also to satisfy u r need
    hope this helps

  • Report Vendor payment

    Dear all,
    Please let me know, is there any standard report to track vendor payment made as per Purchase Order wise.
    Regards
    Vivek

    Hi
    Refer This Link
    vendor wise payment term or po wise payment term with details
    PO wise venodr payment status
    Ranga

  • Urgent: Regarding Vendor payment report

    Hi,
    I making a report in which i have to display the vendor payment is done or not?
    Curently i am using the 4 tables of Financial :-
    BSAK,BSIS,BSIK AND BSAS which gives the status of vendor whether it is paid or not .  1 thing i observed that data compared wit htew MKPF table among these tables(BSAS,BSIK N BSAK) is not coming right as i am taking common field XBLNR among them all .
    One more thing i observed that BLART is getting changed in each table.
    for instance,
    if the BLART is WE for material document and i am taking XBLNR filed from this table MKPF and den looking XBLNR in BKPF where the entry consist of BLART -  RE n WE and finally when i look up in the BSAK table the field consist of RE .
    How can i see that it is being paid or not the BLART is keep on changing.
    Plzz proivde me guidelines as how to rectify the problem?
    Edited by: abaper2008 on May 21, 2008 8:54 AM

    Hi
    May be the report also included the PO / Invoice details.
    BSIK - Vendor open items
    BSAK-Vendor cleare items
    When the invoice is created one entry creates in BSIK - once it is cleared (either through the payment/credit memo/reverse) that entry along with the cleared entry goes to BSAK.
    Above two entries 'll have unique data in the field BSAK-AUGBL - with that link you will get the BLART field link.
    As you are telling about the RE document type.....there are different types of document types like - FI Document types & MM Document types. RE is the FI document type
    As a linking part to get the PO details using the FI data only available field is BKPF-AWKEY data in that field is used in RSEG-BELNR along with Fiscal year.
    This is the brief about the link...let me know if you need further details
    VVR

  • Infoset query of vendor payments at the cost distribution level

    We would like an infoset query of vendor payments at the cost distribution level of the document.  The issue seems to be joining vendor to the document cost distribution lines. 
    1.) BSAK + BSIK can be combined with an infoset data structure but only contain the vendor line of a document;  the cost distribution lines are not in the tables. 
    2.) BSIS + BSAS can be combined with an infoset data structure but lack vendor data and joins (to a vendor source) are not an option with data structures.  Vendor data added with an additional field is too slow to be a primary selection field. 
    3.) Logical data base KDF in an infoset returns only the vendor line of a document, not the cost distribution lines. 
    4.) Logical data base BRM in an infoset can have vendor from BSAK/BSIK attached by an additional field but performance is too slow to be useful.  Joins are not an option in a logical data base infoset.
    5.) Complete data is lacking when table joins between document cost distribution tables and vendor data tables are possible, (SPL actual line item table & BSIP or FMIFIIT & FMIFIHD).  BSIP lacks AB documents (reversals).  FM tables lack general ledger only documents. 
    6.) BSAK and BSIK together have complete vendor data but joins of both to a basis table do not work well.  Left outer joins are too slow, inner joins won’t work since the tables have mutually exclusive data. 
    It would be ideal to have vendor in BKPF, like FMIFIHD has, but it isn't a field.
    Does anyone know of any other options?  I have seen the helpful thread on How to Read BSEG Efficiently

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Infoset query of vendor payments at the cost distribution level of the document

    We would like an infoset query of vendor payments at the cost distribution level of the document.  The issue seems to be joining vendor to the document cost distribution lines. 
    1.) BSAK + BSIK can be combined with an infoset data structure but only contain the vendor line of a document;  the cost distribution lines are not in the tables. 
    2.) BSIS + BSAS can be combined with an infoset data structure but lack vendor data and joins (to a vendor source) are not an option with data structures.  Vendor data added with an additional field is too slow to be a primary selection field. 
    3.) Logical data base KDF in an infoset returns only the vendor line of a document, not the cost distribution lines. 
    4.) Logical data base BRM in an infoset can have vendor from BSAK/BSIK attached by an additional field but performance is too slow to be useful.  Joins are not an option in a logical data base infoset.
    5.) Complete data is lacking when table joins between document cost distribution tables and vendor data tables are possible, (SPL actual line item table & BSIP or FMIFIHD & FMIFIIT).  BSIP lacks AB documents (reversals).  FM tables lack general ledger only documents. 
    6.) BSAK and BSIK together have complete vendor data but joins of both to a basis table are not an option.  Left outer joins are too slow, inner joins won’t work since the tables have mutually exclusive data. 
    Does anyone know of any other options?

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • PMW/ACH Vendor Payments - Batch Header Record (5) not in file

    We're trying to get PMW/ACH vendor payments up and running, and thought we were about ready to send a test file to the bank, but I've discovered we have no batch header (record type 5) in the file?
    We're configured to use the PMW.  I have checked and rechecked our configuration, but must be missing something?  We have payment methods and banks configured.  Variants defined and bank/master data set up on a few vendors for testing. Everything else seems to be working fine. A small test via F110 selects these vendors into the file for payment, prints advices, and posts FI documents in SAP properly. I have record types 1, 6, 8, and 9 in the file...but no 5 (Batch Header).
    Any guidance would be greatly appreciated.
    Thanks.
    Lisa Tanner

    Record 5 is defined by the Format Supplement in FBZP, Payment method/country. Here you will find 3 supplements CTX, CCD and PPD.

Maybe you are looking for

  • Flash Player Does not work properly on IE6

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="960" height="321"         id="Object1" align="middle">         <param name="movie" value="StageBar.swf" />         <param name="quality" value="high" />         <param name="bgcolor"

  • Epson Artisan 810 - Beware *really* bad drivers..

    Error: /Library/Printers/EPSON/InkjetPrinter2/Filter/rastertoescpll.app/Contents/MacOS /rastertoescpll failed I can't get rid of this message when trying to print. I contacted Epson support, and they can't help. Even after re-installing the drivers,

  • Trying to use Zoom Q2HD in USB MIC mode and it crashes GarageBand and the whole Ipad?

    I bought the Zoom Q2HD video recorder to use for video and because it can be used at a USB Mic for iPad.  I recently bought a camera connection kit and last night tried to get the Zoom to work as a mic but it would either not work at all or it would

  • Production order material change report

    Hi, Is there any standard report to find out the list of materials added, changed or deleted in production orders by a specific persion? If not, which tables can I query to get the data? Thanks, Sincerely, Nicky

  • Imac does not start on upgrading to v10.9.1

    I chose to upgrade my iMac to 10.9.1 and the ugrade has failed and the machine just does not boot up. It shows a progress bar on a white screen and at the end of it, just go to sleep. Can someone help ?