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: 

Longtext not appearing in IW31.(Save_Text)

Former Member
0 Kudos
1,164

Hi,

I'm Uploading data into IW31 using BDC program and the problem here is with long text (CAUFVD-KTEXT). using the Function Module : Save_Text. I'm Loading the long text...i checked Sy-subrc is O but cant see the Text in Transaction code.

I checked in Table STXH with my Import parameters it is there . and im able to see the text from program even using the Read_Text function module.

Other case here is For allready created order IW32 if i do changed to the long text and if i save.if i read the text using Read_function Module im able to see the updated text in IW32.

I guess my Paramters im passing are correct.

Let me know where im doing wrong....

Thanks in advance.

Kiran.

7 REPLIES 7

Former Member
0 Kudos
962

Are you populating LTEXT = "X" to tell SAP that long texts exist? If not, you won't see the long text.

0 Kudos
962

Hi,

Can i know where is this Parameter LTEXT = "X"?

Any which functional NUmber?or its some where in Standard Tcode?

Thanks,

Kiran.

kesavadas_thekkillath
Active Contributor
0 Kudos
962

After save_text use a commit work.

Former Member
0 Kudos
962

Hi use the FM - BAPI_ALM_ORDER_MAINTAIN to update the status Text / BAPI_ALM_ORDER_GET_DETAIL

0 Kudos
962

Hi,

How to Fill this LTEXT = "X" ....im Uploading Data to IW31 using BDC.

Thanks,

Kiran.

0 Kudos
962

Hi,

How to Update the field LTEXT = "X" any Idea?

Thanks,

Kiran.

0 Kudos
893

Field: - AUFK-LTEXT

See OSS Note 1982719 - Long texts cannot be displayed - Usage of function module SAVE_TEXT