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

IW32-Component Long text

Former Member
0 Likes
1,669

Hi,

Using Method Before_Update of Workorder_update BADI I ma modifying /creating Long text for component using SAVE_TEXT FM-its working fine. But when I go and see in IW33 the text what I have updated through BADI is not appearing. If I execute READ_TEXT in SE37 with same parameters I am able to see updated Long text.

Any idea why it is behaving like that.

Thanks in advance,

Sudheer. A

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,233

Hi Sudheer,

You have to set the indicator for long texts as well: LTXSP (it is in structure RESBD).

Regards,

John.

Hi,

Using Method Before_Update of Workorder_update BADI I ma modifying /creating Long text for component using SAVE_TEXT FM-its working fine. But when I go and see in IW33 the text what I have updated through BADI is not appearing. If I execute READ_TEXT in SE37 with same parameters I am able to see updated Long text.

Any idea why it is behaving like that.

Thanks in advance,

Sudheer. A

3 REPLIES 3
Read only

Former Member
0 Likes
1,234

Hi Sudheer,

You have to set the indicator for long texts as well: LTXSP (it is in structure RESBD).

Regards,

John.

Read only

0 Likes
1,233

Hi John Heutmekers

You are right but I am not able to find where can i make the changes to RESB entries.

Thanks,

Sudheer. A

Read only

Former Member
0 Likes
1,233

Hi

You need to check the indicator field INDLTX if it is a notification or there will be long text indicator in CAUFVD structure.

If that is checked then the long text will appear.

Thanks,

Deepti A

Edited by: Deepti Adimadhyam on Jun 30, 2008 6:41 AM

Edited by: Deepti Adimadhyam on Jun 30, 2008 6:46 AM