SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

To insert a text field value in business partner-Emigall

Former Member
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

Hi,

In which text field do you want to insert data? Is it a custom field??

0 Kudos

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

0 Kudos

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.

Former Member
0 Kudos

Real good answer