Application Development 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: 

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

0 Kudos

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

FredericGirod
Active Contributor
0 Kudos

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

Sandra_Rossi
Active Contributor

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

0 Kudos

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

FredericGirod
Active Contributor

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