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: 

Upload purchase order text through LSMW

Former Member
0 Kudos

Please tell me procedure for uploading sales order & purchase order text in material master through lsmw

1 ACCEPTED SOLUTION

former_member214131
Active Contributor
0 Kudos

Hi,

cleck the LSMW DI object:

Object 0001 Long texts

Method 0001 (No selection)

Program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS

Program type D Direct input

You can get the details of header of PO text in the table STXH.

Hope this helps,

Best Regards, Murugesh AS

4 REPLIES 4

Former Member
0 Kudos

Hi GHS,

go for recording and record the fields whichever u want ,

and specify source structure and source fields and structure relation and afterwards do mapping carefully.

and take the input file which has only those values that u record.

let me know if u have any issues.

Thanks

Naveen Khan

former_member214131
Active Contributor
0 Kudos

Hi,

cleck the LSMW DI object:

Object 0001 Long texts

Method 0001 (No selection)

Program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS

Program type D Direct input

You can get the details of header of PO text in the table STXH.

Hope this helps,

Best Regards, Murugesh AS

0 Kudos

Hi please explain me in detail, about specifucs after selecting required object.

how do i know purchase order text field or sales order text field

0 Kudos

Hi

Long Texts are stored in STXH table with 4 parameters TEXTNAME,OBJECT,ID and LANGUAGE

You can't find the complete text in any table

You will find these 4 parameters in the table STXH.

Texts are created using the fun module CREATE_TEXT and SAVE_TEXT and these texts are fetched using READ_TEXT fun module

For uploading these long texts using LSMW see

for Long texts Upload

Please take a look at this..

http://help.sap.com/saphelp_erp2005/helpdata/en/e1/c6d30210e6cf4eac7b054a73f8fb1d/frameset.htm

<b>Reward points for useful Answers</b>

Regards

Anji