Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert text in the text-id using BDC

Former Member
0 Kudos

Hi Friends,

I m using the BAPI to upload the data for a transaction .

In that transaction there are some text id's are created to insert text like 'Container number'.

I want to insert the text in that text id . But it not a field. Text ids are having object no and table and number .

Is there any function like 'READ_TEXT' which we use to retrieve the text form text ids to write text in text ids ?

So that I can use that function to insert the text in the text ids.

Thanxs.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use 'SAVE_TEXT' passing the appropriate paramters so that the text gets saved properly..

Regards,

Bikash

7 REPLIES 7

Former Member
0 Kudos

Hi umesh,

1. U already have the answer.

2. there is a FM READ_TEXT

regards,

amit m.

former_member188685
Active Contributor
0 Kudos

Hi Umesh,

READ_TEXT is used to Read the text , but SAVE_TEXT is used to save the text. but for reading or saving you need correct iD's and text objects.

Regards

vijay

former_member188685
Active Contributor
0 Kudos

<i><<<So that I can use that function to insert the text in the text ids</i>

SAVE_TEXT is used to change or create the text.

so you need to use SAVE_TEXT for your requirement,

Regards

vijay

Former Member
0 Kudos

use 'SAVE_TEXT' passing the appropriate paramters so that the text gets saved properly..

Regards,

Bikash

Former Member
0 Kudos

Thanxs Vijay, Bikash.

0 Kudos

Don't forget to Reward for helpful answers..

Regards

vijay

Former Member
0 Kudos

Hi umesh,

USe the FM <b>SAVE_TEXT</b> or FM <b>CREATE_TEXT</b>

Cheers,

Sampath.