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: 

MS Access: Memo type field

peter_atkin
Active Contributor
0 Kudos

Guys,

In <b>MS Access</b> you can store multiple text lines for one record (table entry)

Is this possible with ABAP?

Example of a <b>single</b> itab record:

AUFNR: 800123

KTEXT: PC Failure

LTEXT: This is the long text line 1

...........This is the long text line 2

...........This is the long text line 3

5 REPLIES 5

former_member214131
Active Contributor
0 Kudos

Hello,

The similar feature is provided in SAP as Long Texts.

Check the following link for more details:

http://help.sap.com/saphelp_47x200/helpdata/en/d6/0db757494511d182b70000e829fbfe/frameset.htm

Hope this helps.

Best Regards, Murugesh AS

0 Kudos

Murugesh,

Thanks for the reply

What's the syntax to define the <i>long text</i>?

0 Kudos

Hi Peter,

You can use the Function module

SAVE_TEXT to store long text for an object.

Regards,

Ravi

0 Kudos

Ravi,

I think there is a mis-understanding..

I want to collect data from the SAP database in an internal table.

I would like this internal table to have a single field which can store multiple lines. This can then be exported to MS Access (Memo field)

PeteA

Former Member
0 Kudos

Hai peter,

Just look at this whether it may help you...

You can create a text window & give the header details of the long text in that text to retrive the texts in the smartform.

Define a text field .

define your text field as include test and define test properties in ti. like TDNAME, TDID Etcc.

You will find text properties in long text window > Goto> Header

Regards,

Srikanth.

reward points if helpful.