cancel
Showing results for 
Search instead for 
Did you mean: 

How to query data from multiple tables using SAP process orchestration 7.5

Former Member
0 Kudos

I need to process data from Source (Oracle) to Target (Flat File)

I would use two separate SQL Queries . The result of the second query should be appended with the result of first query and generate output.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

can you be more specific? What are the fields in first and second table ? What is the query used to fetch from first table? And second table?

If both table has any relation we can give a try with joins?

If not possible with query then you can go with stored procedu