cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Update Long Text in Transaction

Former Member
0 Kudos

Hi Abap Gurus,

my requirement is that i have to upload fields from Excel sheet and post in transaction using BDC.

my excel file has 5 fields and inthat there is long text field also. after doing the BDC and written code, i have executed.

i am able to see only 4 fields are updating, since long text is not updating.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

we have to acheive this by using the Function module READ_TEXT and SAVE_TEXT. we have to put seperately. we can call BAPI_MATERIAL_SAVEDATA. we can pot by using this function module.

Former Member
0 Kudos

Dear srini,

I hope the long text field you refer too are the fields which opens a text editor.

These fields cannot be updated using the normal BDC recording.

Your approch should be,

1.All the four fields other than the long text field which you read from excel can be updated through BDC recording.

2. The long text field should be updated separately using the function module "Save_text" . Please refer throgh the FM documentation for calling & using this FM.

Regards,

Rijuraj

Former Member
0 Kudos

Hi,

please Elaborate your question..

regards,

Kiran

Former Member
0 Kudos

put more details to ur issue.