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

extract data from data base

Former Member
0 Likes
551

i want to extract the data from the data base using the following code,but is wrong kindly provide me the

right syntax

import tline to itext

from database stxl(tx)

client sy-mandt

id '0001' using

'vbbp' to stxl-tdobject

'0002965298000010' to stxl-tdname.

regards

krishna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
519

Hai.

According to my knowledge you can use selectstatements for data fetching from db in program and put it into internal table or workarea and use according to your requirement.

regards.

sowjanya.b.

2 REPLIES 2
Read only

Former Member
0 Likes
519

Hi All,

the code provided above is syntactically also wrong.

please provide the right code.

regards

krishna

Read only

Former Member
0 Likes
520

Hai.

According to my knowledge you can use selectstatements for data fetching from db in program and put it into internal table or workarea and use according to your requirement.

regards.

sowjanya.b.