‎2006 Mar 30 10:59 AM
hi all ,
i am using bapi_project_maintain in .net application. the system field is 240 char and i mapping it to activity descption which is 40 char .
please tell how can add remaining text to that field i.e long text and how can i use it in this bapi .
Thanks,
sridhar
‎2006 Mar 30 11:09 AM
Hi,
Actually when you are creating the WB-ELEMENT then that decription can be of 90 character, so you can map that field to to the OBJECTKEY field of the internal table I_METHOD_PROJECT, where you will be saying the other data like,
REFNUMBER 000001
OBJECTTYPE WBS-ELEMENT
METHOD CREATE
OBJECTKEY text-90 character
cheers.