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

Address - Endaddress

Former Member
0 Likes
498

Hi,

Can I use address end address command in smart form. If so please tell me how I can use it. If not how I can print address I have title name and all address related fields in my program is there any problem if I print all this address related data in my smart form with out using address endaddress command?

Please help me I will give points.

Thanks a lot in advance.

Hi,

Can I use address end address command in smart form. If so please tell me how I can use it. If not how I can print address I have title name and all address related fields in my program is there any problem if I print all this address related data in my smart form with out using address endaddress command?

Please help me I will give points.

Thanks a lot in advance.

3 REPLIES 3
Read only

former_member188829
Active Contributor
0 Likes
475

Hi,

Right Click on Address Window Create------> Address...

And pass &addressnumber&

Read only

Former Member
0 Likes
475

SAP has its own standard routine to print the address based on the country of the address. It follows a set format for the address whether to print certain fields or not to print

Read only

Former Member
0 Likes
475

Hi

Refer SAP Help -

http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf

There are two tables to get the address.

ADRC and SADR

They require the address number to be passed to them to fetch the information.

Once you get the information in the driver program , you can print the information in the form as all other variables.

You can also use ADDRESS_INTO_PRINTFORM .