‎2007 Jul 09 9:53 AM
Hi Experts,
Please take a look at this standard form --> SE71 --> F110_PRENUM_CHCK
In the page windows header:
INCLUDE ®UD-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.
‎2007 Jul 09 9:55 AM
hi victor,
copy that standard form, and then u can do the modification as per ur requirement.
regards....
Arun.
‎2007 Jul 09 9:59 AM
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.
‎2007 Jul 09 10:05 AM
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
‎2007 Jul 09 10:28 AM
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.