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

PO Header Text --- Not Value

former_member355168
Participant
0 Likes
737

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

4 REPLIES 4
Read only

former_member404244
Active Contributor
0 Likes
693

Hi,

deletted the reply as it was wrong.. Sorry i didn't check the question correctly..

Regards,

Nagaraj

Read only

Former Member
0 Likes
693

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

Read only

Former Member
0 Likes
693

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.

Read only

Former Member
0 Likes
693

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.