cancel
Showing results for 
Search instead for 
Did you mean: 

want make 10 files from 10 tables

Former Member
0 Kudos

Hi ALL,

i have req that data is coimg frm 10 diiferent sap tables and want to make the 10 files according to incoming data frm sap table.

i want do this thing through one inteface only.wht can corrct procedure for this

plz help me on this...

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

Shabarish_Nair
Active Contributor
0 Kudos

Use an ABAP proxy that will send data from these 10 tables.

Use an indicator in the proxy to tell you what is the table name.

provided the mapping is going to be the same, write one mapping and based on the identifier you can dynamically code the receiver file adpater.

Even if the mapping is different, use the identifier to call multiple mapping

Former Member
0 Kudos

This message was moderated.