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

LSMW loading Long text

Former Member
0 Likes
863

Hi Experts,

I need to load long texts for vendors. How can i do it? The long text is in the form of notes system (more than 20 lines) in the legacy...Please give me an idea of how to do it..

Thanks

Sony

Message was edited by:

sony sony

Message was edited by:

sony

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
693

Hello,

Please use the following method to load long texts in LSMW:

Object 0001 Long texts

Method 0001

Program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS

Program type D Direct input

Note that you have to pass the right text name, text id, text object and language from the header of the long text.

Hope this helps,

Best regards, Murugesh AS

Hello,

Please use the following method to load long texts in LSMW:

Object 0001 Long texts

Method 0001

Program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS

Program type D Direct input

Note that you have to pass the right text name, text id, text object and language from the header of the long text.

Hope this helps,

Best regards, Murugesh AS

4 REPLIES 4
Read only

Former Member
0 Likes
694

Hello,

Please use the following method to load long texts in LSMW:

Object 0001 Long texts

Method 0001

Program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS

Program type D Direct input

Note that you have to pass the right text name, text id, text object and language from the header of the long text.

Hope this helps,

Best regards, Murugesh AS

Read only

0 Likes
693

this an issue regarding " Long Texts "(texts in accounting document).

1) Am using RFBIBL00( Direct Input method ) to transfer Accounting Documents.

2) I need to Update "Texts" both Header & line item for accounting document using Direct input method.

3)I tried to append a custom 'Z' include, that calls SAVE_TEXT function module, in program RFBIBL00 to save texts for the respective Accounting document.But the performance is very low.

4)If I use direct input program /SAPDMC/SAP_LSMW_IMPORT_TEXTS or /SAPDMC/SAP_LSMW_SXDA_TEXTS how will it save texts to document, before it is created , since we are still in LSMW that just generates .CONV file , but it might not create account document number, once the .Conv file goes to RFBIBL00, account document gets generated .

5)another major issue am encountering is , if one of a document fails (error) how about updating texts.How i send text to BDC in this case.

My queries are :

a) Is there any other way to update texts using Direct input method ?

b)Can I integrate, direct input program RSTXLITF with RFBIBL00, is that feasible, will i be able to save texts with out any performance issues ?

I would really appreciate if am given some suggestions or solutions for the above case.

Thanks alot in Advance !

Read only

0 Likes
693

May be you can find something helpful for long texts here:

http://myweb.dal.ca/hchinni/sap/lsmw_home.htm

Download LSMW and start from page 62

Read only

0 Likes
693

Thanks For the very helpful docuemnt.

However the procedure mentioned in the doc would work for External number assignment of Accounting docuemnt.

But we are going with Internal Doc number assignement.In this case as SAP generated the Doc number we'll not be able to assign texts to relate resepctive texts untill it generates the Acc Doc number.

Thanks once again !