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: 

How to upload long text in CA02 Transaction

Former Member
0 Kudos

Hi,

I am getting a file with the following format.

Input File Record Layout:

Group# like PLKO-PLNNR,

Group Counter like PLKO-PLNAL,

Operation# like PLPO-VORNR,

Work Center# like PLPOD-ARBPL,

Control Key like PLPO-STEUS,

Short-text like PLPO-LTXA1,

Long-text type c(1000).

i have to upload the long text in the CA02 transaction. Could you please let me know the procedure that i should follow in uploading this in doing a call transaction in BDC.

Thanks in Advance,

Suresh

2 REPLIES 2

Former Member
0 Kudos

Take a look at FM SAVE_TEXT

To get the parameters of the FM :

Goto the long text in CA02 and then via the menu :

Goto --> Header .

A popup is displayed containing the input parameters :

Text Name

Language

Text ID

Text object.

Hope it helps,

Erwan.

Message was edited by: Erwan LE BRUN

Former Member
0 Kudos

Hello,

you could have a look on Report RCPTRA02 and OSS-Note 106965. It's the possibility to change the plans using direct input. Think it's quicker than programming BDC for long text's.

Regards Wolfgang