2009 Oct 23 11:21 AM
Hi All,
I need to insert data in one of the text field in the business partner under the 'Contol' head. I am creating a business partner thru emigall but cannot find how to insert the text data in the text field. If there is another easy way please help me out.
Regards,
Charvi
2009 Oct 23 11:43 AM
Hi,
In which text field do you want to insert data? Is it a custom field??
2009 Oct 23 11:57 AM
Hi Sachin,
It is a standard field. The name of the field is ZEILE-First note text line. It is under the tab control and under the section 'notes'.
Regards,
Charvi Sanghavi
2009 Oct 23 12:14 PM
Hi,
Well you can create a separate Migration Object for migrating text for the Business Partner. Refer to the following threads for example:
I tried in my system, and I had to pass the following values to the object:
X_HEAD Structure:
TDFORM = SYSTEM
TDSPRAS = EN
TDOBJECT = BUT000
TDNAME = business partner number
TDID = 0001
TDLINESIZE = 132
You can get the required values by selecting the EDITOR option for the note and referring to the fields
TEXTNAME = TDNAME
TEXTID = TDID
TEXTOBJECT = TDOBJECT
XT_LINE_TAB Structure:
TDFORMAT = *
TDLINE = the text you want to migrate
Another option will be to use the Function Module SAVE_TEXT with the values, immediately after the NEWKEY is generated for the PARTNER object by writing an event.
Let me know if further help is required.
Cheers,
Sachin.
2011 Oct 11 9:59 AM