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

ABAP coding for retrieve data from Table name as Parameter and field as select option

Former Member
0 Likes
2,412

Hi Experts,

Please help me to write a coding for the below scenario..

Table Name - Input from Parameter.

Field Name - Input from Select Option.

Where Clause - Input from Select Option.

File Name & Path - Extract the data in the mentioned path.

Thanks.

Hi Experts,

Please help me to write a coding for the below scenario..

Table Name - Input from Parameter.

Field Name - Input from Select Option.

Where Clause - Input from Select Option.

File Name & Path - Extract the data in the mentioned path.

Thanks.

5 REPLIES 5
Read only

FredericGirod
Active Contributor
0 Likes
1,532

dynamic coding --> Transaction ABAPDOCU contains example

or you could also used function module like RFC_READ_TABLE

if you ask the question, maybe it will be more simple for you to use FM

Read only

Sandra_Rossi
Active Contributor
1,532

It's impossible to understand what you are asking...

Read only

Former Member
0 Likes
1,532

Based on the input of table & field name, need to download the respective table data (SE16N)

Read only

FredericGirod
Active Contributor
1,532

sandra.rossi he would like to create a program to dynamicaly download tables from SAP to flat file

Read only

GK817
Active Contributor