Application Development 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: 

Upload text in SAP Routings CA01 Transaction

Former Member
0 Kudos

I tried to upload Long Text in CA02 Transaction in the Opertions Tab using SAVE_TEXT.

Sy-subrc return 0.

when I check in transaction, it is not showing text.

If I use read_text , then it returning the text that i have upload.

Surprised by the way it worked.

2 REPLIES 2

Former Member
0 Kudos

Hi

Please check whether the below fields are being passed to the SAVE_TEXT FM.

Text Name 100N 0100000001

Language EN

Text ID PLKO Long Text

Text Object ROUTING Texts for task list types

Check whether these fields are being passed to HEADER

and alsomake sure that savemode_direct = 'X'

Shiva

0 Kudos

Since I have to upload the text in Operations Tab, I have passed 'PLPO' to ID.

I have passed 'X' also to save_direct . But still i cant see that text in my transaction.

If I usd read_text FM , it is fetchign the data that i have uploaded.

very confused over sap update.