Application Development 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: 

PROBLEM IN CREATING BOM ITEM TEXT FROM TEXT FILE

Peranandam
Contributor
0 Kudos

Hi All,

I am developing interface program for creating BOM based on data it text file. in my text file contain three column(material, qty and longtext). These text i need to upload to BOM TCODE CS01). Using SAVE_TEXT I have generated text object. it don't says any error. But while viewing text in CS03, text is not visible. Give me suggestion or give me any other method for updating item text from textfile.

Thanks in advance.

Regards.

Peranandam.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You need to set the import parameter SAVEMODE_DIRECT to 'X' or alternatively COMMIT WORK after the Function Call

Regards

Carl

3 REPLIES 3

Former Member
0 Kudos

You need to set the import parameter SAVEMODE_DIRECT to 'X' or alternatively COMMIT WORK after the Function Call

Regards

Carl

0 Kudos

Hi Carl,

Actually problem is SAVE_TEXT updates text but I cant able to view in CSO3 transaction. because while creating BOM I forget for updating language key for long text. After updating language key I can able to view text in CS03.

Now I am facing another problem. If I am executing program directly without going to debug mode, It is not updates text. Logic everything is correct. Give me some suggestions for solving this issue. I am also tried with commit work, Commit_text and wait up n seconds statement.

Regards,

Peranandam

0 Kudos

solved problem.