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

footer

Former Member
0 Likes
649

how we can print the company address in footer window?

how we can print the company address in footer window?

3 REPLIES 3
Read only

Former Member
0 Likes
614

Hi Sumit,

You can create a Constant Window, create a Paragraph and print the company address or you can create Standard Texts using Tcode: SO10.

Hope this helps.

Thanks,

Srinivas

Read only

Former Member
0 Likes
614

Hi,

you can use BOTTOM command to print the company address in footer.

Regards,

Bhaskar

Read only

Former Member
0 Likes
614

Hi,

Create a standard text in transaction SO10.

Let's say you create a standard text ZCOMPANY_ADDRESS ( ID ST ), the yuo can print this text with followng command

<b>/: INCLUDE ZCOMPANY_ADDRESS OBJECT TEXT ID ST.</b>

Let me know if you need any other information.

Regards,

RS