Query for allowed payment methods of BP

Hi there,
i would like to make a query where i get all allowed paymentmethods of a BP. Unfortunatly i do not know in which table i can find this information. The query for checking the standard paymentmethod is quite easy but i do not know in which table i get the information of the allowed (checked) paymentmethods.
thx for your help.
best regards
Manuel

Another question: is there an easy way to update all BP (so that it is allowed) with a paymentmethod without using DTW?
If I try it with an update query i think it is not the right way because it is not really an update of an existing record it's adding a new allowed paymentmethod.
br
Manuel

Similar Messages

  • Payment File for each Payment method in Automatic payment run

    Hi Guru,
    For each payment method in automatic payment run, eg, ACH(Auto Clearing House), Bank Draft. etc. what kind of payment outbound file I need to take note to configure it, please advice me. Thanks.
    Regards,
    Kick

    Hi
    Please check the documentation in the link below. You will be able to get some help from them.
    http://help.sap.com/saphelp_47x200/helpdata/en/01/a9c24d455711d182b40000e829fbfe/frameset.htm
    Please let me know if it is useful. Also do award points if found useful.
    Karthik

  • Query for Incoming Payments

    Hi Guys,
    I written a query for incoming payments  for some particular account heads and i have tried this.
    But did not achieved the  desired result.
    Anybody please modify the query.
    SELECT T1.[DocNum], T0.DocNum,  T0.AcctCode, T0.SumApplied,  T0.AcctName ,
    (Select sum(SumApplied) from rct4 where T0.docnum = t1.docentry and T0.acctcode='355102'),
    (Select sum(SumApplied) from rct4 where T0.docnum = t1.docentry and T0.acctcode='211417'),
    (Select sum(SumApplied) from rct4 where T0.docnum = t1.docentry and T0.acctcode='355103'),
    (Select sum(SumApplied) from rct4 where T0.docnum = t1.docentry and T0.acctcode='211436')
    FROM RCT4 T0 
    Left outer  JOIN ORCT T1 ON T0.DocNum = T1.DocEntry INNER JOIN NNM1 T2 ON T1.Series = T2.Series
    WHERE T2.[SeriesName] ='Spares' and t1.docdate between [%0] and [%1]
    Regards,
    Vamsi

    Hi Vamsi,
    Try this:
    SELECT T1.DocNum, T0.DocNum,
    (Select SumApplied from rct4 where docnum = t1.docentry and T0.acctcode='355102') AS '355102',
    (Select SumApplied from rct4 where docnum = t1.docentry and T0.acctcode='211417') AS '211417',
    (Select SumApplied from rct4 where docnum = t1.docentry and T0.acctcode='355103') AS '355103',
    (Select SumApplied from rct4 where docnum = t1.docentry and T0.acctcode='211436') AS '211436'
    FROM RCT4 T0
    INNER JOIN ORCT T1 ON T0.docnum = T1.DocEntry
    INNER JOIN NNM1 T2 ON T1.Series = T2.Series
    WHERE T2.SeriesName ='Spares' and t1.docdate between [%0\] and [%1\]
    Thanks,
    Gordon

  • HT1918 There's no none option for my payment method ?d

    How come there's no "none " option for my payment method?

    It may be that there is a balance on your account that needs to be taken care of before you can remove a credit card. If you are trying to create an account with a "none" option, see most of the threads to the right under "More Like This" including https://discussions.apple.com/thread/3929942

  • HT201303 I forgot my security code for my payment method.  How do I change it?

    I forgot my security code for my payment method.  How do I change it?

    Check the AppleCare number for your country here:
    http://support.apple.com/kb/HE57
    Call them up, and let them know you would like to be transferred to the Account Security Team.

  • If I have money on my account why does it ask for a payment method in order to buy the song?

    If I already have money on my account from an itunes card, why does it ask for a payment method when I try to buy a song?

    Most likely because your credit card is expired.
    Either repklace the credit card with a valid card or remove the credit card completely.

  • Idoc for check payment method

    Hi,
    When I use payment program RFFOEDI_1 for Payment Method CHECK, program is generating an idoc but not the check number. I have maintained the check lot but I could see check register is not getting updated.
    What could be the possible reason for check number not generating when using an Idoc option?
    Thanks,
    Thameem

    If you are on a release higher than 46C then the coding corrections of note
    437942 must be available in your system. Hence please follow the
    guidelines mentioned in this note.
    Note contents of 437942 for your reference:
      Adjustments in Customizing as of Release 4.6C:
        o  Exactly one check lot (with its next lots) has to be allowed for
           the respective IDoc payment method. To do this, enter the paymen
           method into the check lot in Transaction FCHI. In this case, the
           system determines the check lot automatically using the payment
           method to generate the check numbers from it.
        o  Use IDoc type PEXR2002. The check number is placed into field
           BELNR in segment E1EDK12 with qualifier 026.
    I hope I could be of assistance.
    Kind Regards,
    Fernando Evangelista

  • Query for Vendor Payment in SAP

    Hello All,
    I am a sap abap developer with little knowledge in SAP MM and SAP FI modules.
    As per some requirement of my company ,i have created a PO then its GR and finally IR.
    Now when i checked EKBE table (History per Purchasing Document) , i found two record in this table out of which one with
    VGABE = 1 (Good Receipt) & another with  VGABE = 2 (Invoice Receipt) .
    Now my requirement is ,i want a entry in this table with VGABE = 5 (Payment) but i don't know how to do payment of vendor in sap so that this table will populate with a entry for payment type.
    Please help me and let me know what will be the flow with tcodes to do the vendor payment in sap.
    Please reply ASAP.
    Thanks in advance.
    Regards.
    Abhinav Goel.

    Hello Mr.Raman,
    Thanks for your response to my query.
    As per my company requirement i have to track duplicate payment made to the vendor against same PO.
    So for that after completing the cycle PR-PO-GR-IR-F-53 finally i found two records in BSAK table out of which :
    One record was  with my accounting document no from my invoice receipt of type RE.
    Another record was with the vendor payment clearance document with type KZ.
    Now again i have done payment to the vendor using F-53 tcode and now i found one more record with belnr = last payment document no and augbl = new payment document no. with type KZ.
    So if i use below mentioned logic to track for duplicate payments made to the vendor ,then it will be fine or if not can you suggests me the needful changes in the logic.
    1.) Check If record exists for my belnr no from invoice recipt in bsak.
    2.) Take AUGBL No for this BELNR No and check if record exists for this AUGBL with type KZ.
    Note:Means payment is done to the vendor upto this logic.
    3.) Now if with the found record with type KZ any other record found with type KZ it can be taken of as duplicate payment made to the vendor.
    Please suggest me if above mentioned logic is fine.
    Regards.
    Abhinav Goel.

  • Payment advice form for each payment method

    Hi,
    We have Check, RTGS and Bank Transfer payment methods in single company code, I have assigned different payment programs in OBVCU for payment methods C,R & T and seperate payment advice form to each payment methods in OBVU, and also I have maintained the varaints in F110 under printout tab, but still system by defualt picking the payment advice form of Check only, it is not considering payment advice forms per payment methods when i run print job.
    Does the by default picks the payment advice form per company code?
    It should be  possible to print the payment advice per payment method in single company code.
    Can someone help to achieve this....
    regards,
    Aman

    Hi
    Check this [article|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8054ff25-52b3-2d10-a5be-9f8b1147bcca?quicklink=index&overridelayout=true] by Ramanuja Chary Sripada. The idea is use the report RFFO* . Run it with SE38 and read the documentation (info icon). Set the flag for advices and run it.
    Regards
    Eduardo

  • Need to send the remittane advices via e-mail for specific payment method

    Hi,
    I need to genrate and send payment advices to vendors via e-mail for the specific payment method and specific currency.
    I have to send the payment summary and DME Accompaying sheet via e-mail to the vendors. And if no e-mail exists for vendors the system should generate a spool to request print those.
    VS Kumar

    Hi Sateesh,
    You need to copy SAMPLE_PROCESS_00002040 and adjust it to write code as per your requirement. This BTE runs for each payment advice note to be sent and in the module, it is mentioned 1=print, 2 = Fax and I=mail, so you can set your priority, that if an E-Mail address is maintained in the vendor master, send mail or if no E-mail address is maintained shoot a Print.
    From Configuration side, you need to maintain the Z copy of SAMPLE_PROCESS_00002040 in FIBF transaction under the Process module of a customer without country or application indicator. 
    Refer to SAP Note 836169 - Consulting: Payment advice notes by email or fax.                                                                       
    Regards,
    SAPFICO

  • Query on Supplemental Payment methods

    Hi,
    Does anyone has information on the different supplemental payment methods and how they work in BSI ?
    BSI released changes for UTAH related to supplemental payment method : from Regular to Concurrent in TUB 170.
    "Removes the Supplemental Payment Method "Regular" and sets the system default method for Supplemental Payment to "Concurrent"."
    I am trying to understand the impact of this change and also how these methods work differently from each other.
    Any kind of help is appreciated.
    Thanks,
    Dipsy

    Hello Dipsy,
    Regarding the Concurrent or Regular, the end result should be the same taxation as the concurrent method.
    As you are aware about,the various options of the supplemental codes are
    00 regular method
    01 flat rate method
    02 separate aggregation method
    03 rate table method
    04 cumulative method
    05 aggregation with pay periodsmethod
    06 wage-associated method
    07 concurrent method
    08 Regular no exemptions method
    09 system-selected method
    The system selected method = 9 but you want flat rate. As you would like to override the supplemental method of taxation to use the flat rate method,you have two choices:
    1. Define Employee level tax override using IT234. or
    2. Use group level override using code EG99 (default), this means that
        all employees will be subject to the override. Since all employees
        are in group code EG99, the override can be done directly on
        TaxFactory.
    Cheers and Regards,
    Jaime

  • House bank for respective payment method.

    Hi Gurus,
    I would like to consider house bank for payment method wise.  Please give proper answer.
    reg.

    Hi
    By adopting the following procedure, you can fulfil your need.
    SPRO > Accounts Receivable and Accounts Payable > Business Transactions > Outgoing Payment > Automatic Outgoing Payments > Payment Method/Bank selection for payment program > Assign Payment method to bank transactions.
    Give your respective company code, give your payment method and respective house bank. Then, system will consider that house bank while in APP time.
    Definitely above answer will solve your problem.
    Assign points without fail.
    ALL THE BEST

  • Approval Query for Outgoing Payment

    Hi All Experts,
    I have to Create Approval for Outgoing Payment where payment means is Cash,Cheque or Bank Transfer but not Credit Card.
    In other words approval should be raised for all payment means other than Credit card payment means.
    For which I have Created Query as follows
    select Distinct 'true' FROM dbo.OVPM T0
    Left join dbo.VPM3 T1 on T0.DocEntry=T1.Docnum
    WHERE  T0.CreditSum=0 And T1.CreditAcct is null
    payments goes for approval but Credit Card payment also goes for Approval which is not required.
    Please Help me to Correct the Query.
    Regards,
    Gayatri Shukla.

    Hi,
    Little modification to your query. Try this.
    select Distinct 'true' FROM dbo.OVPM T0
    Left join dbo.VPM3 T1 on T0.DocEntry=T1.Docnum
    WHERE  T0.CreditSum = 0
    Regards,
    Amrut Sabnis.

  • Query for outgoing payment

    Hi All,
             i need a report for the outgoing payment where i could display the account details, the doc remarks, row total and also the payment mode, whther by cash or by cheque. I have a query but i dont know how to get the mode of payment and also how to get the row total??
    SELECT T0.[DocNum], T0.[DocDate], T1.[AcctName], T1.[Descrip], T0.[CashAcct], T0.[CheckAcct] FROM OVPM T0  INNER JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum WHERE T0.[DocDate]  = [%0]
    How do i get the row total and the mode of payment incorporated in the query? apart from the doc date, can i also get a selection criteria for the mode of payment as well?? Can anyone please suggest a better query??
    Thanks in advance,
    Joseph

    Try this one to start:
    SELECT T0.DocNum, T0.DocDate, T1.AcctName, T1.Descrip, T0.CashAcct, T0.CheckAcct, T0.DocTotal, CASE WHEN T0.CashSum > 0 THEN 'Cash' WHEN T0.CreditSum > 0 THEN 'CC' WHEN T0.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Mode'
    FROM dbo.OVPM T0
    LEFT JOIN dbo.VPM4 T1 ON T0.DocEntry = T1.DocNum
    WHERE T0.DocDate = [%0\] AND T0.JrnlMemo != 'Cancelled'
    Thanks,
    Gordon

  • [Q] Query for outstanding payment per month

    I have data like this:
    Bill: $100
    In January, I paid $50
    In Febuary, I paid $30
    In March, I paid $20
    I used 2 tables (table A and table B)
    Table A used to save total amount of the bill. Table B used to save how much I paid the bills. Table A Primary Key is the Foreign Key for Table B.
    I need to make a report like this:
    In January the report will be:
    Bill: $100
    Payment1: $50
    In Febuary:
    Bill: $100
    Payment1: $50
    Payment2: $30
    In March:
    Bill: $100
    Payment1: $50
    Payment2: $30
    Payment3: $20
    In May it won't appear because it already paid in March.
    This is my Query:
    SELECT A.BILL, A.BILL_DATE, B.PAYMENT, B.PAYMENT_DATE
    FROM TABLE_A AS A
    LEFT JOIN TABLE_B AS B ON A.BILL_NO = B.BILL_NO
    WHERE MONTH(A.BILL_DATE) <= @PERIOD_MONTH AND YEAR(A.BILL_DATE) = @PERIOD_YEAR

    Thanks for answering, but I just tried and I don't think its the result.
    This is my table structure:
    CREATE TABLE BILL
    BILL_ID INT INDENTITY NOTNULL
    BILL_DATE DATETIME
    BILL_AMOUNT NUMERIC(10,2)
    BILL_BALANCE NUMERIC(10,2)
    CREATE TABLE PAYMENT
    PAYMENT_ID INT IDENTITY NOTNULL
    BILL_ID INT
    PAYMENT_DATE DATETIME
    PAYMENT_AMOUNT NUMERIC(10,2)
    )INSERT INTO @BILL VALUES(1,'2014-01-01',100,0)PAYMENT 1INSERT INTO @PAYMENT VALUES(1,1,'2014-01-02',50)
    UPDATE BILL SET BILL_BALANCE = BILL_BALANCE + 50 WHERE BILL_ID = 1PAYMENT 2INSERT INTO @PAYMENT VALUES(1,1,'2014-02-01',30)
    UPDATE BILL SET BILL_BALANCE = BILL_BALANCE + 30 WHERE BILL_ID = 1
    Everytime I paid, BILL_BALANCE = BILL_BALANCE + PAYMENT_AMOUNT
    In january: 
    BILL_AMOUNT = $100
    BILL_BALANCE = $50
    In Feb:
    BILL_BALANCE = $80 etc.
    at first I have 11 Payment data, after I'm using cross join, it become 780 data.

Maybe you are looking for

  • WRT54G2 - IP address not correct in status page

    I recently bought a new WRT54G2 (firmware 1.0.01), and it's been working fine for a couple of months.  However, recently I've been unable to connect via Remote Admin, and also I've been unable to use my FTP client, so I checked the status page, and h

  • A browser for QT files ?

    I have been acumulating thousands of QuickTime files due to the necessity I have of transcoding AVCHD clips into QT files that I can work with -I do this with the Voltaic software - as I am a G5 PowerPC/Final Cut Studio user. Is there a program that

  • Handling m3u8/mpeg-ts files in Flash

    I am trying to implement HTTP Live Streaming. I have Apache serving the m3u8 playlists and *.ts video segments successfully (tested on iPhone and in VLC). However, I cannot figure out how to handle these file types in AsctionScript ... Does Flash CS5

  • Logical destination for xi web services

    hello, i have some wsdl files that were generated by xi. i want to use adaptive web service model to call them. what is the logical destination i should put in visual administrator ? thanks

  • Presenting an 'oblique' video in Keynote '09

    Hi, is there anyway in Keynote '09 to have warp the video to a shape other than a square or rectangle? I'm trying to get that very cool 'oblique' video effect. Where the video looks like it is place on a wall that you are not square onto. Failing tha