[4191] in sapr3-soft
Re: Long Text for Fixed Asset
daemon@ATHENA.MIT.EDU (Chikahiro Kiku)
Mon Sep 20 15:47:40 1999
To: sapr3-soft@MIT.EDU
Date: 20 Sep 1999 14:18:56 -0500
From: "Chikahiro Kiku" <goodwill@iris.dti.ne.jp> (by way of SAP Moderator <sap-request@realtimeusa.com>)
Message-Id: <7s61b1$n28@nexus.netconcepts.com>
You can use the function module 'read_text' to read the general long
text.You give Header entry to the module as importing parameter and the
module gives you Lines as exporting parameter.Line parameter contains two
fields. The first field is for controling the next field(this is the text
line). You can find the meaning of the first field if you see the long text
in the fixed asset master.The line parameter is given as internal
table....like
* text1
* text2
* text3
.. ..............
The function module 'read_text_inline' has similar function like
'read_text'. Mayby you can use this, too.
Hope you can handle them......
HIRO