‎2006 Aug 03 4:55 PM
Dear Friends,
In International Payment Check. Is there a field which prints Payment Issuing Company Name and (Payer)Address. I see that there is address for Payeee.
Please let me know, how can I get Payer Addresss..
Thanks & Regards
venkat
‎2006 Aug 03 5:05 PM
Yes. It's in REGUH.
You can use the fields NAME1, etc.
Or use the address number REGUH-ADRNR and in your ADDRESS command in SAPscript-
ADDRESSNUMBER
FROMCOUNTRY
‎2006 Aug 03 6:02 PM
Dear Norman,
Thanks for your mail But I guess it is Payee adresss not payer. Please advice me .
Thanks & Regards
Venkat
‎2006 Aug 03 6:17 PM
Payee is in the same table.
The individual fields are-
ZNME1, ZNME2, ZNME3, etc. If you look at REGUH in the data dictionay (txn SE11), the fields are all together.
The address number for the payee is REGUH-ZADNR.
‎2006 Aug 03 6:18 PM
‎2006 Aug 03 6:22 PM
In the SAPscript, you can use this syntax-
/: ADDRESS PARAGRAPH AS
/: ADDRESSNUMBER ®UH-ZADNR&
/: FROMCOUNTRY ®UH-LAND1&
/: ENDADDRESSIf you are using the standard print program, REGUH is populated for you. REGUH-LAND1 is the PAYER country.
‎2006 Aug 03 6:41 PM
Use T001-ADRNR as address number to print paying company address, if it's not populated in the sapscript, YOu have to use REGUH-ZBUKR to get paying company code address.
Regards
Sridhar