Skip to Content
0
Dec 05, 2011 at 04:38 PM

Changing an infoobject.

1317 Views

I'm looking for advice on the best way to change the length on 2 attributes of 0WBS_ELEMT. 0WBS_ELEMT itself is rather large. In the past, I changed the lengths and transported. It took an extremely long time. Here are my scenarios:

1) just change the lengths and transport. (this takes a long time)

2) remove the attributes from 0WBS_ELEMT, transport 0WBS_ELEMT, change the attribute lengths and add them back to 0WBS_ELEMT.

3) create a transformation and set the 2 attribute values to null, then change the lengths.

any thoughts?