cancel
Showing results for 
Search instead for 
Did you mean: 

any way to mass udapte characteristic value ?

Former Member
0 Kudos

Hi experts

We use cv03n for document informaiton. Now we setup new characteristic field for document, we need set the initial value for this new characteristc

Is there any way to mass update /craete this value in sap?

Thanks

ALice

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Thanks a lot , Sorry, I still dont' understand which object could use for this characteristic ?

Or actually ,we need use BAPI to make a program for it?

Thanks

Alice

alpesh_saparia3
Active Contributor
0 Kudos

Hi Alice,

To change the characteristics values of Documents (CV02N) you have to use BAPI BAPI_DOCUMENT_CHANGE2.

You need to write customize program upload the data then pass those data to above BAPI.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Thanks for help. Yes, now we add new characteristic in CAD class , it is used in CV02N to show the new characteristic for doucment

We need update this characteristic for all old documents . So when we assign the characteristic into class, it will display in CV02n /CV03n ,right?

Then we have to use BAPI to make a program to update the value? No other sap standard tcode / mass udpate way?

Thanks a lot

Alice

Former Member
0 Kudos

Hi

Thanks , could you explain how to use LSMW ? Don't know which object need use?

Or I found one tocde LCMM , Does this set value for classificsation ? But I also am not sure how to use LCMM

Thanks

ALice

Former Member
0 Kudos

Hi Alice,

May the link helps u

http://help.sap.com/erp2005_ehp_03/helpdata/EN/7a/5e3d38faba11d1b40f006094b944c8/frameset.htm

Please try in development clients first.

Ramesh

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

You can use BAPI "BAPI_CHARACT_CHANGE".

Former Member
0 Kudos

Hi Alice,

You can perform one recording cycle in LSMW using. After all mapping of the fileds u can use this tool to uplaod characteritics value as per your requiremnt.

Ramesh