Application Development and Automation 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: 
Read only

Item long text

Former Member
0 Likes
602

hi all ,

i am doing master recipe C201 through BDC.

how can i upload long text through bdc.

these texts are item long texts.

awaiting u r reply,

Title edited by: Alvaro Tejada Galindo on Jun 11, 2008 5:38 PM

hi all ,

i am doing master recipe C201 through BDC.

how can i upload long text through bdc.

these texts are item long texts.

awaiting u r reply,

Title edited by: Alvaro Tejada Galindo on Jun 11, 2008 5:38 PM

2 REPLIES 2
Read only

Former Member
0 Likes
516

One simple way of doing this would be to call the FM 'SAVE_TEXT', inside your BDC program and pass the long text to this with the object id.

Read only

Former Member
0 Likes
516

Hi,

You can Read a long text using FM READ_TEXT. where as long text can be saved by using FM SAVE_TEXT and created by using CREATE_TEXT.

Please see below thread also, it might helps you.

You can check the tables SGTXT and STXL as well.

Ranjith.