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

Table Extract

Former Member
0 Likes
404

Hi,

We have some list of tables where we were asked to create table extract.

The tables are LFA1, BSEK.

Should it be done with some programming or what exactly is the concept behind this.

They also mentioned that production data need to be extracted via development

Regards

Krish

Edited by: Krish on Mar 25, 2009 10:30 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
378

Hi,

Yes it should be done through coding,

you need to use the Logical Database if already available or you have to create one and then from the program with the help of logical database you need to extract entries from the table into the fieldgroups

Regards,

Siddarth

2 REPLIES 2
Read only

Former Member
0 Likes
379

Hi,

Yes it should be done through coding,

you need to use the Logical Database if already available or you have to create one and then from the program with the help of logical database you need to extract entries from the table into the fieldgroups

Regards,

Siddarth

Read only

Former Member
0 Likes
378

Use Query builder to write a required query using transaction SQ01 which will avoid your development time and moving the code into Production.

Link: http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf

Edited by: Sunil Sawaikar on Mar 25, 2009 12:04 PM