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

Re : TCODE CA10

Former Member
0 Likes
962

How to upload text through <b>CA10</b> transaction..........is there any std program in LSMW or any other alternative...........

i have found out a FM <b>SUBMISSION_PROCESSING</b> but this doesn't suits my requirement...........

Points will be rewarded to all contributors...........

Thanks,

Venkat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
580

I think you can use the fm: save_text.

YO uhave to supply the standard text key and other details to the fm.

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
581

I think you can use the fm: save_text.

YO uhave to supply the standard text key and other details to the fm.

Regards,

Ravi

Read only

Former Member
0 Likes
580

goto CA10 & get the properties...Now use WRITE_TEXT and pass the properties and text and then use COMMIT_TEXt.

Read only

Former Member
0 Likes
580

Hi Ravi,

I have seen ur name in lot of threads........Great.

Thanks for ur response.

I f I use SAVE_TEXT FM it not updating the table T435T.It is updating the STXH table.........My requirement is to update T435T table..........

Thanks.

Venkat