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

Standard Text

former_member386202
Active Contributor
0 Likes
1,122

Hi friends,

I am uploading the stadard text using FM SAVE_TEXT, its working fine. I can see the uploaded texts using tcode CA10 but its not updating the tables T435t and T435. Can anybody tell me to is there any FM or BAPI to update these tables.

Thanks,

Prashant

2 REPLIES 2
Read only

Former Member
0 Likes
778

U have to pass appropriate

TDID

TD OBJECT

TD NAME

TD SPRAS

to teh FM

Read only

Former Member
0 Likes
778

Hi,

U are using correct function module to update text. So please check the passing parmeters only

CALL FUNCTION 'SAVE_TEXT'

EXPORTING

client = sy-mandt

header = lwa_head

savemode_direct = gc_x

TABLES

lines = li_lines

Thanks,