2010 Nov 02 10:41 AM
Dear Experts,
In my smartform, i need to display the header text and its value.
i.e.
Delivery Schedule DELIVERY SCHEDULES - Before 15 days
To display "DELIVERY SCHEDULES - Before 15 days", I know the Text name, text id, text object.
And "DELIVERY SCHEDULES - Before 15 days" is getting displayed. Problem is not with it.
Problem is with, how i can display " Delivery Schedule" Text as i hv written in example.
which table stroes the header text.
can any one help me in this.
Regards,
Jaspal Kumar
Dear Experts,
In my smartform, i need to display the header text and its value.
i.e.
Delivery Schedule DELIVERY SCHEDULES - Before 15 days
To display "DELIVERY SCHEDULES - Before 15 days", I know the Text name, text id, text object.
And "DELIVERY SCHEDULES - Before 15 days" is getting displayed. Problem is not with it.
Problem is with, how i can display " Delivery Schedule" Text as i hv written in example.
which table stroes the header text.
can any one help me in this.
Regards,
Jaspal Kumar
2010 Nov 02 10:42 AM
Hi,
deletted the reply as it was wrong.. Sorry i didn't check the question correctly..
Regards,
Nagaraj
2010 Nov 02 10:54 AM
Hi Jaspal
Create text node for 'Delivery Schedule'
Another text node for which will print header text using function module READ_TEXT. Only thing is for this text in general atttibutes select append directly. Which will print this text besides the 'Delivery Schedule'
Regards
Sachin
2010 Nov 02 10:54 AM
Hi Jaspal Kumar,
I got what you are asking Table name is TTXIT. Pass Spras as 'E', 'TDOBJECT' as 'EKKO'. You will get your Text id's Text.
Thanks & Regards,
Faheem.
2010 Nov 02 11:38 AM
Hi,
In smartform you need to give the logic like below,
Create a Text, under General attributes.....Choose the type as "I Include Text" then under text key define like below.
Text Name &IS_EKKO-EBELN& (pass the PO number)
Text Object EKKO
Text ID F01
Language &GV_LANGUAGE&
To find the text object, and id... go to Me22n... double click on the text area it will open the text editor, there GOTO > header.. here you will find all the details.
Note: Use FM READ_TEXT to get the text details
ID : F01
LANGUAGE : EN
NAME : (PO Number)
OBJECT : EKKO
Regards
GK.