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 Scripts

Former Member
0 Likes
530

Hi Experts,

Please take a look at this standard form --> SE71 --> F110_PRENUM_CHCK

In the page windows header:

INCLUDE &REGUD-TXTKO& OBJECT TEXT ID ADRS

So i go to SO10 t-code to see the script above.

TextName --> ADRS_HEADER

Inside there got the company name, add, etc.

My questions:

1. can i create new paragraph format inside ADRS_HEADER which is using smaller font? I can change the ADRS_HEADER.

2. i want to put logo beside the company name, add, etc. Now if i include the logo, the logo is above the text not beside the text.

Please suggest.

Best Regards,

Victor.

4 REPLIES 4
Read only

Former Member
0 Likes
495

hi victor,

copy that standard form, and then u can do the modification as per ur requirement.

regards....

Arun.

Read only

0 Likes
495

Hi Arun,

Just wondering why i can change everything inside the so10 --> ADRS_HEADER text?

Is that standard SAP or not?

I can change the text inside that, but i'm unable to find how to create new paragraph.

And again, inside there i can add my own logo.

But the problems to logo come above the text.

Best Regards,

Victor.

Read only

Former Member
0 Likes
495

Hi

Create a New format in the Script itself and you can use it for the Text in the INCLUDE statement like

/: INCLUDE &THEAD-TDNAME& OBJECT &THEAD-TDOBJECT& ID &THEAD-TDID& LANGUAGE EN PARAGRAPH ZA

here ZA is the Paragraph format in which you can define your own FONT and adjust the text such that the LOGO alos appears besides the Text of the COMPANY

Allign the Window size accordingly such that both TEXT and LOGO should print together

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
495

Hi Anji,

If the script itself is SAP standard one?

I have to copy it first to change is it?

And if inside the include (so10) i have more than 1 rows and each row using diff paragraph,

is it possibe to doing using:

/: INCLUDE &THEAD-TDNAME& OBJECT &THEAD-TDOBJECT& ID &THEAD-TDID& LANGUAGE EN PARAGRAPH ZA

It should all using ZA is it?

And Anji now in this standard one, for the header it only use 1 windows.

Not 2 which is logo and title. So i thought i can't only adjust the allingment is it?

Best Regards,

Victor.