‎2008 Jul 02 9:51 AM
Hi All,
May I know how to get the standard name (text in bold) and move it to internal table. How to get the data between INCLUDE & OBJECT? Appreciate provide me some sample code to check it. Thanks.
/:INCLUDE Z_TEST FILE OBJECT TEXT ID ST LANGUAGE EN
/:INCLUDE Z_TEST FILE OBJECT TEXT ID ST
‎2008 Jul 02 9:53 AM
Blue,
have you hear about Perform statement in Script?
Amit.
‎2008 Jul 02 9:55 AM
Could you explain me in more details..because im quite fresh to abap. Thanks.
‎2008 Jul 02 10:13 AM
Hi Blue,
There is a syntax for this.
I will provide u.
What U need to do is
1. Create a Paragraph formate.
2. U need to put that Paragraph formate in the End of Include like Below.
/: INCLUDE 'SD_RVADDN01' OBJECT TEXT ID SDVD PARAGRAPH HT
‎2008 Jul 02 10:21 AM
Hi,
The user currently enter the long text as below format. Now I have to read the below data and get the values highligted in bold, then i have to move it to internal table to hold the standard text name.
eg:
i_table-tdlines = Z_TEST FILE
/:INCLUDE Z_TEST FILE OBJECT TEXT ID ST LANGUAGE EN
/:INCLUDE Z_TEST FILE OBJECT TEXT ID ST