cancel
Showing results for 
Search instead for 
Did you mean: 

Header Text Display

Former Member
0 Kudos

Hi all,

my requirement is i have to Display free header texts(when the user enters any text under header text or item text) of Tcode VF02 in script output(print preview).

<removed_by_moderator>

Thanks

Naren

Edited by: Julius Bussche on Feb 18, 2009 3:05 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks kartil and suhas

Former Member
0 Kudos

>

any help will be given points.

Offering to give points is against the rules, please keep this in mind and dont repeat it again.

кu03B1ятu03B9к

Former Member
0 Kudos

Sorry i was not aware of the rules,but any help wud be appreciated.

Former Member
0 Kudos

To display the header texta u need to use include text.like this

/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p]

u'll get object, id, language from vf02. goto the texts maintained there. there double click on it.

u'll be taken to SO10 screen, there u click on menu > GOTO->HEADER.

here u'll get values for object, id and language use these values when u use include command in ur script.

кu03B1ятu03B9к

Edited by: kartik tarla on Feb 18, 2009 4:38 PM

Former Member
0 Kudos

Thanx for the help Kartik,but i need some more info on this my concern is how do i find out the object id and language from VF02 t code(no functional help avlbl).and i have a button under the free text place which when i click takes me to text editor,so shud i enter the include here or in the window where i want it to display.

Thanks in advance.

Naren

SuhaSaha
Advisor
Advisor
0 Kudos

>

> and i have a button under the free text place which when i click takes me to text editor

Hello Naren,

From the text editor: Goto --> Header.

Here you can get all the details that you want.

BR,

Suhas

Former Member
0 Kudos

hi I have previously mentiones where u'll get te details, Suhas also now mentioned it so just follow it and u'll get ur values, use these values inside ur script. get back if u are still in doubt.

кu03B1ятu03B9к

Former Member
0 Kudos

check the table STXH for

THEAD-TDID Text ID of text to be read

THEAD-TDSPRAS Language of text to be read

THEAD-TDNAME Name of text to be read

THEAD-TDOBJECT Object of text to be read

if you enter some text for some document nuber and save it then you for tables STXH give doays date and execute you can the all details..