Outgoing Invoice - PLD-Docnum, Ven ref. no.

Hi All,
In PLD for Outgoing payment, need to print the relevant A/P Invoice document no.  and as well as Vendor ref. No.
Could you any one please suggest how to do it and would be appreciable.
Regards,
Venkatesan G.

hi,
A/P Incoice no is there in the default PLD, however for vendor ref. no, create a UDF in payments and through FMS get respective vendor reference no from the desired document and then pick this UDF in the PLD. I think this will work for you if you process payments one by one ( I mean one invoice per payment)
Regards,
/Siddiq

Similar Messages

  • Sales order Number in Outgoing Excise Invoice PLD

    Hi Expert
    How Can I display Sales Order No in Outgoing Excise Invoice PLD?
    Regards
    Shekhawat

    Shekhawat,
    As Gardon say you requires UDF and one FMS on that so for that make one UDF and assign FMS Query as below on that FMS.
    after that SO num will move automatically document by document.
    SELECT $[ORDR.DocNum] AS 'DocNum'
    if your problem solved then close the thread.
    Regards,
    Bhavank

  • Cheque Payment PLD - AP Invoice no., Date, Vendor Ref. AP Invoice Amount

    hi all,
    I am trying to modify the Cheques for Payment PLD to include row details for each AP Invoice, included in the payment(these details are available in Outgoing Payments PLD)
    Details needed are:
        Invoice Date      AP Invoice No     Vendor Invoice Ref.                 AP Invoice Amount
    1
    2
    3
    etc
    These details are not available in the in standard "Cheques For Payment (system)" PLD.
    Would any one have a sample PLD suitable to use for this issue.
    Kind Regards
    Eric Walker

    Update,
    We tried copying the cheque PLD from the US Demo database and its worked.
    I now  have row data that includes, date, AP Invoice, AP Invoice Vendor Invoice number, AP invoice amount.
    So I don't how this can be, the US PLD also used variables. When I try to use the US variable No. I get an error indicating they are invalid, in my local system PLD.
    Still like to know how to do this with our system PLD or how a  variable can be added in our system.
    Kind Rgards,
    eric

  • Map A/P invoice no in outgoing pyament PLD

    Hi Experts,
    I want to Map A/P invoice no with outgoing pyament PLD.
    Should I use system Variable but how?
    Thanks,
    Saurabh jain

    Hi,
    You can get the variable  number from the marketing document, example for your case you can go to the outgoing payments document and click the view tab and checked the system information or short cut key is Ctrl Shift D
    try it and see, after that you can see some informations at your left bottom ( example: Form= 426, Item=13, Variable=66 ) keep in mind the variable no. as you can use it for your variable number. calculation is not required.
    For your case, actually you can use database, instead of system variable. u can obtain the A/P invoice number from the table: Outgoing payments- invoices ( press alt and click the drop down list to see all the table provided), and column: invoice key.
    Try and see, hope my information can help to answer your questions
    Regard,
    Pauline

  • 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.

  • Add "Approver" field in AP Invoice PLD

    Hi Experts,
                    I want "Approver" field in AP Invoice PLD. How can I get. Please help me.
                    Thanks for advance

    I modified the query showed on the other thread for you:
    SELECT T3.U_NAME FROM DBO.OWDD T0
    INNER JOIN DBO.OPCH T1 ON T1.DocEntry= T0.DocEntry AND T0.ObjType = 18
    INNER JOIN DBO.WDD1 T2 ON T2.WddCode=T0.WddCode
    INNER JOIN DBO.OUSR T3 ON T2.UserID = T3.INTERNAL_K
    WHERE T1.DocNum=$[$8.0.0\]
    Using this query as a FMS query to assign to your UDF (BY SHIFTALTF2).  The you could include this UDF to PLD.

  • 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.

  • ECC No. in Outgoing Excise PLD

    hi all,
    I want to show ECC no. of Customer in Outgoing Excise Invoice PLD,on Report footer.
    from where to get that ECC No.
    I tried to get it from CRD7 table but when linking that field ,no data is displayed on that report.
    how to do this.
    Thanks,
    Neetu

    Hi Neetu,
    One simple way of getting the Excise Information of a particular BP is to create a User defined Field and attach a formatted search to it, keep the query as refresh regularly. the ECC No of the customer will come automatically.
    regards,
    Shreyas

  • Sales order number on the AR Invoice PLD

    I know I've seen a formatted search that enters the sales order number in a UDF so I can use it in the AR invoice PLD?  Could someone direct me in the right direction of give me the query to do this?
    Thanks, Jeff

    Hi,
    Do this,
    Create One UDF Header Level on A/R Invoice and Put FMS (or) Type direct SO No. (USER)
    Try this FMS in UDF, Exactly Sales Order No. Will Come.
    SELECT Distinct(T0.DocNum )
    FROM ORDR T0 INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN ODLN T2 ON T2.DocEntry = T1.TrgetEntry
    INNER JOIN DLN1 T3 on T3.DocEntry = T2.Docentry
    INNER JOIN OINV T4 ON T4.DocEntry = T3.TrgetEntry
    INNER JOIN INV1 T5 ON T5.DocEntry = T4.DocEntry
    Where T0.DocNum = (Select $[$38.44.0] )
    OR
    T2.DocNum = (Select $[$38.44.0] )
    Finally Put Remarks in Command Field. This is mendatory because you should give to use of Auto Refresh to UDF
    ->> Auto Refresh Remarks.
    Put the Remarks in Command Field and Click Tap Button(TAP button is Auto Refresh) and will come*
    the Sales Order Number in UDF
    Else
    You can put this Query in Remarks Field and Shift + F2, Sales Order No. will Come Exactly.
    Regards,
    Madhan.

  • A/R Invoice PLD

    Hi Everyone,
    On the A/R Invoice PLD I created, I am showing both the Item No. and the Customer/Vendor Catalog No.  I selected both fields from teh A/R Invoice - Rows table.  However, on one of my invoices teh Customer/Vendor Catalog No. is not coming through for certain items.  There are 12 items on the invoice and three of them do not have the vendor catalog number.  I verified there is a catalog number setup in Business Partner Catalog Numbers. 
    Does anybody know why it might not be coming through for some items?  Like I mentioned, there are BP catalog numbers set up for the item numbers in question, so I'm at a loss.
    Any help is appreciated.
    Thank you,
    Amanda

    Amanda,
    Since you say this is happening on only one of your invoices, you would need to explore more on the specific items and see if the same behaviour is repeated with other BP's?
    If the PLD works for most Invoices then there could be nothing really wrong with the template.
    Yes, Press the Alt key and click on the Table selection drop down.   If you are trying this on a field which is already set to a table it might not work. 
    So, please change the field to a Free Text....then change it back to a Database Field and then Hold the Alt Key and click the drop down
    Suda

  • Sales Order Number in A/R Invoice PLD

    Dear All,
                 I copy a Sales Order to a Delivery Challan, i Copy This Delivery Challan to a A/ R Invoice.
                 I Need the Document number and their posting dates of both sales order and delivery documnet base number onto the A/R Invoice PLD.
                 I AM able to achieve the delivery number and date of Delivery documnet can anyone advice how to retireve the base sales order number on A/ R Invoice PLD

    Hi Aslam,
    Check this thread,
    Re: SO delivery date on A/R invoice
    OR
    Try to Create Query PLD. or Stored Procedure
    Regards,
    Madhan.

  • How to get Incoming payment total in Invoice PLD

    HI ALL
    I designed a A/r Invoice PLD in which i insert the Incoming payment DocTotal field in the End of PLD
    when i priview the A/R Invoice  Document
    each Item  , qty and total in the repetitive area repeating  40 to 50 times
    when i remove the incoming payment doctotal field from the PLD  it is working fine
    My requirement is i should show the Incoming payment Doctotal along with the Invoice total in PLD
    can any one suggest the answer

    Hi,
    You cannot just add that Incoming payment DocTotal field directly to your Invoice PLD because there is no proper link for it.
    What you can do is to add a UDF in Invoice table and get the related Incoming payment DocTotal by FMS query.
    Thanks,
    Gordon

  • 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.

  • Purchase order Document date in AP Downpayment invoice PLD

    Dear All,
    Is it possible to capture purchase order Document Date in AP Down payment invoice PLD.My client want like this.I have tried,but i am not able to capture this field in AP Down payment invoice PLD.please give me the solution for this,If it is possible.
    Thanks,
    Silpa.N

    hi silpa,
    Create a user defined field in row level of marketing documents.
    Apply formatted search using query
    Select $[OPOR.TaxDate]
    select auto refresh
    when changing field Document Date in header level.
    On copying purchase order to ap downpayment invoice Document date will copy to it.
    U can also bring it to PLD by creating database field with table DPO1,column U_XXX
    Hope it will solve problem.
    Jeyakanthan

  • Table name for Invoice created with PO ref

    hi,
    I required Table name for Invoice created with PO ref.
    Regards,
    Ali

    HI,
    Check the table RSEG: Document Item: Incoming Invoice
    Look for the fields BELNR and EBELN
    Regards
    KK

Maybe you are looking for

  • Will videos/movies play continuously on the iPod or only one at a time?

    I have 80g iPod Classic and wish it could play videos continuously like it can play songs. Nothing in the pdf manual about it. Nothing in iTunes prefs about it. Nothing in iPod settings about it. I know if I make a playlist of videos in iTunes, iTune

  • Time and Pitch appears completely unusable at 96k (I/O Error-36)-any ideas?

    Hi there, Any help for the following gratefully received. Sorry about the excessive length of this post, but I've tried a whole bunch of things trying to sort out my problem and I'd rather list them all in the interests of clarity. (or should that be

  • Error while running JSP's on tomcat 4.1.18- org.apache.jasper.JasperExcepti

    I am getting the following error when I compile the JSP page. I have set my CLASSPATH correctly, still I am getting the error.Where should I place my class file??? HTTP Status 500 - type Exception report message description The server encountered an

  • Database connection and what is the best method

    Hi - I am new at this, so hopefully someone can point me in the right direction. looking at a project costing form where specific users need to complete a form with some prepopulated data expense data The data is in a local Access database at the mom

  • IPod nano in my car

    Hey guys- I'm considering buying an iPod nano if I can get a few things answered before I do so. I have a Kenwood car radio without a AUX input. I have found an adapter for my radio for $20 though that will give me an AUX input of "RCA stereo female