Bank Name Within Outgoing Payment PLD

Dear All,
         My Client is working on SAP B1 2007 B PL10. Now my client wants Bank Name to be displaced in the Header Level of the Outgoing Payment PLD.
        Please guide me in this matter.
Regards
Hitesh Parsawala

Hi Hitesh,
Try this,
->> Create 1 System Variable Field in Page Header on PLD.
Bank Name
Variable -> 126.
->> Goto Properties Window and put the Tick mark in Description on Content Tap.
OR
Try to Create FMS Query and assign the FMS in UDF.
Create UDF in Header on Outgoing Payments.
->> Choose Tools on Top menu.
->> User - Defined Fields. -> User Manage Fields.
->> Open the User Manage Fields Widnow.
->> Payments -> Title.
->> Select Title and Click Add button in Bottom on User Manage Fields Window.
->> Create Bank Name UDF(Code, Discription and Type - Character) and Add the UDF.
Create FMS in Query Generator and Save as Query Manager then Assign the FMS in UDF for Bank Name.
->> Adminstration.
->> Reports. -> Query Generator.
->> Open the Query Generator and put the below FMS query.
SELECT T0.BankName
FROM ODSC T0, VPM1 T1
WHERE
T1.BankCode= T0.BankCode
AND
T1.DocNum= $[OVPM.DocNum]
->> Assign the FMS in UDF on Outgoing Payments.
->> Auto Refresh of REMARKS or other require field
Ex.
1. Goto the UDF and Clcik ShiftAltF2.
2. Select the SEARCH BY SAVED QUERY.
3. Assign the FMS Query.
4. Select the AUTO REFRESH WHEN FIELD CHENGES.
5. Select REMARKS.
6. Check the Display Saved Values.
Use this UDF field in Page Header on Outgoing Payments PLD.
Regards,
Madhan.

Similar Messages

  • GL Accout Name Display in Outgoing Payment PLD

    Dear All
    I want to Display GL Account Name in Outgoing Payment PLD in Case
    of client payment through Cash.
    I am working on SAP B1 8.8. with Account Segmentation.
    Please Suggest me...
    Regards
    Shekhawat

    Hi Shekhawat,
    it is not possible on direct PLD
    so Create 1 UDF & assign the below FMS in UDF field and use that UDF field in Outgoing Payments PLD.
    Try this,
    -> Create 1 UDF (G/L Account Name) on Outgoing Payments.
    -> Assign the below FMS in UDF (G/L Account Name) on Outgoing Payments.
    SELECT T0.[AcctName] FROM OACT T0 WHERE T0.[AcctCode] = $[OVPM.CashAcct]
    Auto Refresh of Remarks field.
    Regards,
    Madhan.

  • Approver name for outgoing payment

    Hi Friends,
    I want a query for outgoing payment with the Username of the person who approved this and along with requester (originator) name .To print on crystal report one for requester name and other approved person  name.

    Hi Pradyuman,
    Please check below Query for Approver Name for Outgoing Payment.
    SELECT T3.U_NAME
    FROM OVPM T0
    INNER JOIN OWDD T1 on T0.DocEntry =  T1.DocEntry
    INNER JOIN  WDD1 T2 on  T1.WddCode  =  T2.WddCode
    INNER JOIN OUSR T3 ON T2.UserID = T3.USERID
    WHERE T2.Status  = 'Y' and  T1.ObjType  = 46 And T0.DocNum = $[OVPM.DocNum]
    Please try below Query for User Name for Login User.
    SELECT T0.U_NAME FROM OUSR T0 WHERE INTERNAL_K = $[USER] FOR BROWSE
    Please put above Two FMS in Two Different UDF to Get Result of above  FMS.
    Please also check below links.
    Approved by User name query
    Name of authorizers within an approval procedure
    Hope this helps
    Regards::::
    Atul Chakraborty

  • Add additional table in Outgoing payment PLD.

    Dear Expert,
    Can i know how to add additional table which is VPM4 to my Outgoing payment PLD to show out the Bank GL account number? In original outgoing payment PLD does not have this table.
    Regards,
    Vivian

    The "system print layout templates" provided with SAP Business One can be "saved as" and users can customize them according to their company needs. Due to the database structure not all the tables can be related to any field in any template.
    You can bring additional table in to PLD by Using ALT + clicking on the "Table" field opens the entire list of tables, including the tables that do not appear by default.

  • Bank Charge for Outgoing payment. Any workaround

    Hi,
    Has anyone develop solution for the Bank Charges in Outgoing payment ?
    Under Incoming Payment, there is a bank charge field which is will post together with the amount received from customer.
    We would like to have the same function in Outgoing Payment and automatically post in Journals. How can SDK help ?

    Hi ,
    Try this work around for bank charges involved while making payments.
    Example
    Amount due to supplier-10000
    Bank charges - 100
    Total payment - 10100
    1)Go to outgoing payment screen/type the vendor and select the invoice of 10000.
    2)Go to payment means and against bank column enter 10100
    3)In payment means in row two type bank charges for 100
    The system will throw an error saying bank charges is not cash account.still u can post the entry.
    The accounting entry will be
    Supplier a/c Debit - 10000
    To bank a/c Credit -10100
    To Bank charges a/c credit - (100)
    (instead of debiting bank charge expenses it is crediting the charges in negative figure / impact is same)

  • Outgoing Payment PLD (Link)

    Hi,
    How to give link in outgoing payment PLD?
    Thanks & regards,
    Mohit Soni

    Hi,
    Are you link to Page Header or Footer, Repeatetive Area Header or Footer FIELD?
    Where r u link to FIELD ID?
    for ex.
    IF you link to field ID in PAge header field, then  u can link same index(Page header) field id.

  • How to Print the Account Balance in Outgoing Payment PLD

    Hello Experts
    How to Print the Account Balance in Outgoing Payment PLD
    Dixit Patel

    Hi,
    you can use udf in the outgoing payment to record  the vendor's account balance and then using the query FMS ;
    select balance from ocrd where cardcode = $[$4.0.0]
    Assign the query in the UDF so that each time after entering the vendor code, the balance appears.
    After add the payment, the balance is recorded.
    In PLD, you can create the UDF field to make the balance appears in the outgoing report.
    Rgds,
    JimM

  • Reg: Outgoing Payment PLD

    Hi All,
    In Outgoing Payment we have an option Customer / Vendor Reference Number, once i enable it displays the Vendor Reference Nos entered in A/P Invoice for the selected Supplier
    My requirement is to design the  Customer / Vendor Reference Number in PLD.
    Can any one suggest me to configure the same.
    Currently we are using 2005B PL - 35.
    Regards
    Shanker

    Hi Shanker,
    In SAP B1 Behaviour, It is not possible in Row Level on Outgoing Payments PLD.
    Normally it is not able to retrieve in Repetetive Area on Outgoing Payments PLD.
    Customer/Vendor Reference No. is HardCoded in Outgoing Payments.
    but Other Invoice Payments Details are stored in Table -> VPM2 - Outgoing Payments - Invoice.
    But, Customer/Vendor Reference No. is have Default in System PLD. See the Outgoing Payments(System) PLD.
    ->> Open the Outgoing Payments(System) PLD.
    ->> Documents Payment (Variable)Field in End of Report On System PLD.
    Documents Paid Variable - 130.
    ->> Documents Payament Field will display the Customer/Vendor Reference No. and A/R Invoice No., Date and Total Amount (or) Journal Entry No., Date and Total Amount .
    Otherwise, if you need the Customer/Vendor Reference No. in Repetetive Area. Try to Query PLD.
    Regards,
    Madhan.

  • Outgoing payment  PLD-for Bank transfer

    Hi all,
    i want to display bank name,branch,amount in row level if i am doing bank transfer.
    our normal pld dosn't display details for bank transfer.
    Regards,
    Chetan.

    Hi Chetan,
      Try to Query PLD to acheive your requirement
    Regards
    Jambulingam.P

  • Error Outgoing Payment PLD printing

    Hi All,
    Please help us with PLD.
    We encounter error when there are more than one invoice selected in the outgoing payment.
    We need to put in the repetitive area all the paid invoice selected in the outgoing payment
    Header data
    Payee
    Bank name, branch and account no
    Check no
    Repetitive Area
    AP Invoice no
    AP Invoice remarks
    AP invoice Applied amount or paid amount ( Local Currency)
    AP invoice Applied amount or paid amount ( Foreign  Currency)
    AP Invoice Customer Reference
    Regards,
    Amy

    hi,
    Create a customized query & create a report using query print layout designer.
    It will solve problem.
    Jeyakanthan

  • Bank Charges on outgoing payment

    Currently using SAP 8.8 PL 14
    Question: On outgoing payments through Bank or RTGS there is some charges deduct by bank on these services. presently these charges are not showing in bank books.
    we are punching service entries extra for bank charges.
    is there any solution to charge the same within single entry.
    Regards
    Humraaj

    Hi Humraaj,
    please have a look at the article below for a workaround:
    [Business One in Action - How can we post bank fees and charges while posting Incoming or Outgoing Payment transactions?|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b08e828f-f2d0-2c10-41b1-dbb0b9943ee8]
    All the best,
    Kerstin

  • Repetitive areas not displayed in outgoing payments PLD

    dear all,
    I am creating a PLD for the out going payments-accounts. i created a fresh PLD with the following items in the repetitive areas, and their content as follows..
    line number -  formula - LineNum()
    A/C code - database - Table-VPM4(outgoing payments - accounts)
                                     Column-AcctCode(Account)
    A/C Name - database - Table-VPM4(outgoing payments - accounts)
                                       Column-AcctName(Account Name)
    Description - database - Table-VPM4(outgoing payments - accounts)
                                        Column-Descrip(Description)
    Amount - database - Table-VPM4(outgoing payments - accounts)
                                    Column-SumApplied(Paid)
    if I see the preview with the above repetitive areas, the page is blank and no data is appearing on the page...
    what is the problem here.. why is the fields not appearing on the paper... have I done anything wrong.. please help me..
    regards,
    Yeshwanth

    Hi Yaswanth,
    Please check where the outgoing payment was made by selecting ACCOUNT while making payment entry.
    Make sure there Customer/Vendor/Acount/PLA.
    If you seelce account then the data should be there otherwise it won't be there.
    Regards
    Chidambaram

  • Payment engine, bank charge and outgoing payment

    Hi expert !
    My customer wants to generate foreign outgoing payment, with Payment Wizard.
    We're french, so I created payment mode, and I choosed File format : SAPBPFROPBT_AFB_FO
    In case of outgoing payment file protocol, we must specify who paid Bank charge :
    13 : supplier
    14 : half us, half supplier
    15 : us
    By default, Payement engine's generate file with bank charge = 14. And, of course, my custommer wants bank charge = 13.
    I wrote bank charge = 13 on BP Master Data, and I can See bank charge = 13 in OPEX table (I try all fields - InstruckKey - pymKeyCode - PeyRefDTLS - and of course PYLBCACode).
    But Payment engine still generate  a file with bank charge = 14.
    In payment engine Help, customizing bank charge is explained for all regional options, but not for france.
    Please, do you know how can I have a file with bank charge = 13 ?
    Thanks,
    Pierre-yves

    Hi,
    Bank charges and Overdraft fees will not be an open item account.
    But your bank clearing account will be an open item account.
    Error may be due to the incorrect posting rule defined.
    Regards
    SM

  • Outgoing Payment PLD.

    Hi Expert,
                      I want design PLD of Outgoing Payment to show invoices one by one and its amount respectively.i.e in below columns
    Invoice No.   Inv. amt   remarks
    20000           10,000
    20001           12,000
    2003             13,000
                                      In print layout it shows variable 142 ,then how to bi-fircuate selected invoices in above method.
    sudhir.

    Hi Sudhir,
    use system variable 200.select the system  variable field and put the variable number=200 for Invoice document number.
    Thanks,
    Neetu
    Edited by: Neetu Dhami on Oct 15, 2010 10:55 AM

  • Bank Name in Incoming Payments

    Hi All
    Please help me out of a Query.I jus want to make report on incoming payments.
    I have written query to report all incoming payments made by customers.But when i try to capture the cheque details i am not able to capture the bank Name of the cheque.Since this field is not listed in RCT1 table.
    thanks in advance
    MariKannan.

    The BankCode is only available in RCT1.  To get the Bank Name you need to Join the Bank Codes table
    Please see example below
    SELECT T1.[BankCode\] AS 'Account No.', T0.[BankName\] AS 'Bank Name' FROM  [dbo\].[ODSC\] T0 ,  [dbo\].[RCT1\] T1
    Suda

Maybe you are looking for

  • Error while Creating PO from Purchase Requistion in Third Party  Sales

    Dear Team,                       While Creating the Purchase Order from Purchase Requistion in Third Party Sales. When I am saving the PO I am getting the Error in GL Account Cannot be Used. I have disabled the field G/L Account in settings of Accoun

  • Is my iPad running iOS 6 or 6.1?

    Hi, I have an original iPad which I recently updated. How can I tell what version I have? Thanks

  • DRM - EBS 11.x integration

    Hello All, I need to integrate DRM with EBS 11.x.  The DRM to EBS integration currently available requires EBS R12.  What options are available for integrating EBS 11.x with DRM?  Can we use the EBS interface tables?  If this is an option, where can

  • Caller ID not recognised - new bug for 2.1.0 (SFR) ?

    Since I updated from 1.4.5 to 2.1.0 - both SFR builds, when people call me, the caller ID isn't matched to a contact! Any ideas? Post relates to: Pre Plus p100ueu (SFR)

  • IPhone 3G S and OSX 10.4

    Is the iPhone 3G S compatible with OSX 10.4 or will it only work with 10.5?