Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Script : Payer Address

Former Member
0 Likes
1,010

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

6 REPLIES 6
Read only

Former Member
0 Likes
847

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

Read only

0 Likes
847

Dear Norman,

Thanks for your mail But I guess it is Payee adresss not payer. Please advice me .

Thanks & Regards

Venkat

Read only

0 Likes
847

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.

Read only

0 Likes
847

Read table ADRC with REGUH-ZADNR.

Regards.

Read only

0 Likes
847

In the SAPscript, you can use this syntax-

/: ADDRESS PARAGRAPH AS
/:    ADDRESSNUMBER &REGUH-ZADNR&
/:    FROMCOUNTRY &REGUH-LAND1&
/: ENDADDRESS

If you are using the standard print program, REGUH is populated for you. REGUH-LAND1 is the PAYER country.

Read only

sridhar_k1
Active Contributor
0 Likes
847

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