cancel
Showing results for 
Search instead for 
Did you mean: 

address printing

Former Member
0 Kudos

Hi experts,

I am printing the vender address in PO , in my script form within addrees and endaddress im putting the address number and country. but in my scrip form country is not printing, while i removing country in address adn end address, country is printing in output, i have to print the address in india format, is it posible without entering country in address and endaddress.

Thanks in advance,

Radhakrishna.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

When using the ADDRESS / ENDADDRESS command the COUNTRY is only printed when it is different than the FROMCOUNTRY. This is in accordance with Postal regulations where you don't bother printing COUNTRY unless it's going international.

If you want to print COUNTRY regardless, try using in the ADDRESS block


/: FROMCOUNTRY 'XX'
/: LANG_FOR_COUNTRY &NAST-SPRAS&

former_member585060
Active Contributor
0 Kudos

Comment ADDRESS and ENDADDRESS

and use PERFORM stetement to print required fields fetching the data from ADRC table.

Help on PERFORM statement

http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm

Edited by: Bala Krishna on Sep 30, 2008 6:41 PM

Former Member
0 Kudos

write command in script as

SET COUNTRY IN (check the code)

former_member181995
Active Contributor
0 Kudos

Show your

/: ADDRESS

???

/: ENDADDRESS

Code?