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: 

LSMW for Work center text

Former Member
0 Kudos

Hi Experts,

Im developing LSMW to upload the Work center text(TCode CA10).

I did tried on Direct input -> program /SAPDMC/SAP_LSMW_IMPORT_TEXTS in LSMW. The uploading process was done successfully but it <u>can not</u> be used in Master Recipe assignment(TCode C202). Reason due to the direct input program doesn't has <u>Work center short text</u>. FYI, the Work center short text is entered during the Work center text creation via CA10 first screen.

And i did tried on CA10 manually, work center text only <u>can be used</u> in TCode C202 when it is created <u>with short text key in at CA10 first screen</u>. While for the Work center text that created <u>without</u> short text key in, system will prompt <u>error</u> when i try to assign the Work center text into C202.

Thus, i may need you advice. In LSMW other that direct input,is there any BAPI or IDOC available for the Work center text upload?

Please comment.

Thanks in advance.

6 REPLIES 6

Former Member
0 Kudos

Hi

If it is a LONG text Updation for the Work center then you can do it using the fun module CREATE_TEXT by passing proper parameters

Reward points for useful Answers

Regards

Anji

0 Kudos

Hi Anji,

Thanks for you reply. However the upload doesn't as simple as normal Long text upload. Because the Long text should be created hand in hand with the <u>Work center short text</u> that i mentioned, and then it is only valid to be assigned/used in C202.

Please comment.

Former Member
0 Kudos

Hi,

FM SUBMISSION_PROCESSING

or

goto CA10 & get the properties...Now use WRITE_TEXT and pass the properties and text and then use COMMIT_TEXt.

<b>Reward points</b>

Regards

0 Kudos

Hi SKK,

Thanks for you reply.

I did tried on FM SUBMISSION_PROCESSING, and found:

It is being trigger online, whereby i need to key in the text manually.

Since my requirement is mass upload, hence that is impossible for me to execute the FM to key in the text manually.

Do you know there is any other FM/BAPI/IDOC that can perform the <u>Work center Short and Long text</u> in background mode?

Please comment.

0 Kudos

You couldn't record a batch input to use in your LSMW?

Regards,

Martin

0 Kudos

Hi Guys,

Any ideas? Please comment.