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

basic data text

0 Likes
1,430

Hi All,

How to create Lsmw to upload basic data text in mm02?

Pls give me steps.

Thanks

Vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,052

Hi Suhas,

first of all basic data text is not Plant dependent. you maintain the same and it is always available for all the plants.

As I explanied you earlier:

you would need to do below mapping:

1. Text name : it will contain the Material Code

2.Langauge : langue would be you wnat toa dd your long text in : EN /DE/ ES

3. text id : always 'GRUN'

4.Text object is 'MATERIAL'.

5. TD format = '*' " it takes defalut

6. TD line : = here yiou will pass the long text.

if you have multiple line long text.

you would need to separte your input file with header and ddetail records.

in header you can have identiofier as 'A'

for detauil you can have identifier as 'B

in lsmw field mappings maintain same identifiers in S-Type field ( this fileds are visble once you select layout button and select all checkboxes for code , global daa, technical rules, form routines etc).

Aslo in this case in input sturcture defn in LSMW against header fields maintain identifying fileds.

Let me know if any questions now. give points if you find it useful.

4 REPLIES 4
Read only

abdul_hakim
Active Contributor
Read only

Former Member
0 Likes
1,052

you can not do recording for the same since it is long text.

you would need to update it using LSMW with Direct input long text methods:

here are the object details for the same:

Text Name "Material name"

Language EN "Language

Text ID GRUN "Basic data text

Text Object MATERIAL " Material texts, pur./s

LSMW Direct input program details:

Object 0001 Long texts

Method 0000

Program Name RMDATIND

Program Type D Direct Input

Read only

0 Likes
1,052

Dear santosh,

Thanks for your feedback. I think it will work and help me to solve my problem. But still need your help.

What will be input for below items?

1) where shall i map Material code for which i want to add the long text?

2) where shall i map plant if same material is extended to another plant and i want to add text for other plant?

3) where shall i map long text field which is to be added?

Field Mapping and Rule

/SAPDMC/LTXTH Long Texts: Header

Fields

OBJECT Texts: application object

NAME Name

ID Text ID

SPRAS Language Key

/SAPDMC/LTXTL Long Texts: Row

Fields

TEXTFORMAT Tag column

TEXTLINE Text Line

Read only

Former Member
0 Likes
1,053

Hi Suhas,

first of all basic data text is not Plant dependent. you maintain the same and it is always available for all the plants.

As I explanied you earlier:

you would need to do below mapping:

1. Text name : it will contain the Material Code

2.Langauge : langue would be you wnat toa dd your long text in : EN /DE/ ES

3. text id : always 'GRUN'

4.Text object is 'MATERIAL'.

5. TD format = '*' " it takes defalut

6. TD line : = here yiou will pass the long text.

if you have multiple line long text.

you would need to separte your input file with header and ddetail records.

in header you can have identiofier as 'A'

for detauil you can have identifier as 'B

in lsmw field mappings maintain same identifiers in S-Type field ( this fileds are visble once you select layout button and select all checkboxes for code , global daa, technical rules, form routines etc).

Aslo in this case in input sturcture defn in LSMW against header fields maintain identifying fileds.

Let me know if any questions now. give points if you find it useful.