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

Infoset joining condition

Former Member
0 Likes
1,889

Hi experts,

when joing the tables in Infoset development is there any option to keep some conditions while joining?

b/c I am trying to fetch the data by SAP query, the joing tables data is not sort order.

Any ideas..

Regards,

sksk.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,258

Hi ,

After join condtion you can sort the order.

Please let me know if you still need any more help.

Thanks and regards,

Rajeshwar.

Hi experts,

when joing the tables in Infoset development is there any option to keep some conditions while joining?

b/c I am trying to fetch the data by SAP query, the joing tables data is not sort order.

Any ideas..

Regards,

sksk.

6 REPLIES 6
Read only

Former Member
0 Likes
1,259

Hi ,

After join condtion you can sort the order.

Please let me know if you still need any more help.

Thanks and regards,

Rajeshwar.

Read only

0 Likes
1,258

Hi Rajeswar,

Thanks for the reply,

the scenerio is the query is retreving record by record not like into an internal table , first Retrive header and the item for one record and next again header and item like so on.........

here is the problem the fetched records not in sort order...

ex: header 10000011

item 50

header 10000011

item 10 like...

any idea's

Regards,

sksk

Read only

GauthamV
Active Contributor
0 Likes
1,258

In SQ02 , give your infoset name ,click change, in app tool bar click extras,

on right hand side you have option code, there you can add your logic.

Read only

Former Member
0 Likes
1,258

close

Read only

Former Member
0 Likes
1,258

close

Read only

Former Member
0 Likes
1,258

thanks