‎2010 May 29 9:06 AM
Hi ,
I have problem in changing the data element.i will excplain my issue.
i have a idoc coming from MDM server.In the idoc i have <field1> .It is a custom field and saved in custom table.Previously it is having the characterstics char01 .Now i have to change the characteristics of <field1 > to char10 .but < field1> data element is used in other structures/tables.Now how can i solve it without effecting other tables/structures.
is there any provision in sap to do like that .
‎2010 May 29 9:33 AM
Hi,
Why not use a new data element (with char 1) for field 1?
Regards, Gerd Rother
‎2010 May 30 1:25 AM
Hi Jagadeesh,
2 options for you..
1 : create a new data element with char10 format and use it
2: just remove the current data element, use a predefined type, Type CHAR| length 10
‎2010 May 30 1:40 PM
Hi,
I am glad you have responded very fast.thank you.
In my issue my data type is also used in different tables/and reports.so It will definitely effect them also.so,is there any option that will only effect the mdm data and will not other data .I hope you understood my issue.
Regards.
‎2010 May 31 8:40 AM
Hi,
same Data element used in many tables and if you are trying to change the Data Element in one place will definetely changed in other dependent tables , so there is no option for it, if u want to proceed further then as said before you need to create new data element .
cheers,
Bhavana
‎2010 Jul 07 5:27 PM