‎2008 Feb 15 12:09 PM
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
‎2008 Feb 15 12:49 PM
U have to pass appropriate
TDID
TD OBJECT
TD NAME
TD SPRAS
to teh FM
‎2008 Feb 15 1:54 PM
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,