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

linking work order operations to a text object

Former Member
0 Likes
1,090

Hi all,

I have a function module that creates text objects from a table.

this text object is getting created in STXH table.

but when I go to transaction IW37 there is a field (LTx) against each operation telling if the operation has long text.

I have to update this field if the text object is created. How do I do that?

I am using SAVE_TEXT to create/ modify the texts.

This is kinda urgent. pls help.

goldie

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
833

Hello Goldie,

you have to update field AFVC-TXTSP with the language in which you have created the text with SAVE_TEXT. Key of the AFVC are AUFPL and APLZL - the same you use to create the longtext. In IW37 only a "X" will be show, if a longtext has been maintained.

Best regards

Stephan

Hi all,

I have a function module that creates text objects from a table.

this text object is getting created in STXH table.

but when I go to transaction IW37 there is a field (LTx) against each operation telling if the operation has long text.

I have to update this field if the text object is created. How do I do that?

I am using SAVE_TEXT to create/ modify the texts.

This is kinda urgent. pls help.

goldie

2 REPLIES 2
Read only

Former Member
0 Likes
834

Hello Goldie,

you have to update field AFVC-TXTSP with the language in which you have created the text with SAVE_TEXT. Key of the AFVC are AUFPL and APLZL - the same you use to create the longtext. In IW37 only a "X" will be show, if a longtext has been maintained.

Best regards

Stephan

Read only

0 Likes
833

Thank you Stephan.

That solved the problem.