Application Development and Automation 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: 
Read only

Read data

Former Member
0 Likes
491

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

4 REPLIES 4
Read only

Former Member
0 Likes
469

Blue,

have you hear about Perform statement in Script?

Amit.

Read only

0 Likes
469

Could you explain me in more details..because im quite fresh to abap. Thanks.

Read only

0 Likes
469

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

Read only

0 Likes
469

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