All,
I am using a slightly modified PLD for Customer Statements. The past due AR Invoices have the correct Bill To address but the Statement shows the old Bill To address (on previous AR Invoices). How do I get the system to print using the current Bill To?
I checked the forms and the Field info for the AR Invoice PLD and the Collection Report PLD are the same for the Bill To info.
Please see the attached for info.
Basically I need to know how do I force the system to take the Bill To from the invoices that are printed on the statement?
Thank you,
Keith
Hi Keith,
In SAP B1 PDL concat function are available , by using this function and Add the from OCRD table (i.e Business Partner master data table), Because in PDL CRD1 are not available.
Thanks
Kamlesh Naware
Because I am still relatively new to SAP - I do not know how to concat the various address fields into 1 field.
The existing PLD uses 1 Field (BillTo) from the A/R Invoice. How do I create this "1" field from the multiple fields in CRD1?
Thank you again for the help. I have learned much from the various groups but this is new to me.
Keith
Hi,
System will retrieve the bill to address from the available information in the respective AR invoice, so if you want the updated address to reflect even in the old AR invoice layout then you have to try to get the information from business partner master.
So try to retrieve the address information from CRD1 table.
Regards
Vinoth
Hi Keith,
If your issue are resolved, So kindly close the thread with marked the correct or Helpful answer.
Thanks,
Kamlesh Naware
Add a comment