‎2012 Nov 21 7:25 AM
Hi gurus,
We are using enhancement to do the following.
At runtime during CHANGE in Maintenance Order (IW32), implemented enhancement to add extra COMPONENT if the user adds COMPONENT with certain criteria. That means user adds one COMPONENT line item, if it fits certain criteria, the system adds another line item automatically.
What we need to do is, there is long text field that the user may edit and add. We need the same content to be copied to the line item that system adds.
The trouble that we are facing is, since the text is not committed to database, it cannot be read through READ_TEXT. Also, when the enhancement code executes, we no longer have access to screen elements.
Is there any way to get around this?
Thanks.
‎2012 Nov 26 9:59 AM
Hi;
You can use the import and Export statements i think it's helpful for you...
http://help.sap.com/SAPhelp_nw70/helpdata/en/7c/209667b05b844399f6402a0213ef95/content.htm
Thanks,
Raj
‎2012 Dec 04 4:19 PM
Ravin,
you can try function
GET_TEXT_MEMORY which returns the text memory as a table.
For a full description of the text memory and the CALL mode, see the SAP Online Help on
SAPscript
The Programming Interface -> Text Memory
Documentation extract taken from SAP system, Copyright (c) SAP AG
Regards
Clemens