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

delivery item text using (Read_text)

former_member799868
Participant
0 Likes
1,557

i am creating the delivery through BDC..and i want to update the delivery item text with the text comming from file.

but in recording it is not showing..

i tried Read_Text to read the text but is saying that text not available.(No entry in STXL table). is the any function module to create the text ?

Thanks ,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
961

Use FM SAVE_TEXT.

Pass TDOBJECT as VBBP, TDNAME as <delivery no><item no>

Text ID as '0001' for Material sales text.

Hope this helps.

Thanks,

Balaji

2 REPLIES 2
Read only

Former Member
0 Likes
961

Hi,

Use the FM 'SAVE_TEXT' to create Long text.

Regards,

Balavardhan.K

Read only

Former Member
0 Likes
962

Use FM SAVE_TEXT.

Pass TDOBJECT as VBBP, TDNAME as <delivery no><item no>

Text ID as '0001' for Material sales text.

Hope this helps.

Thanks,

Balaji