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

SAP QUERY

Former Member
0 Likes
469

Dear All,

I am developing a SAP QUERY.

In the query output , a field is REQUIRED which gives lead time between delivery date & goods receipt date.

Now , as per our finding this field is not there in any tables, hence we can not get this field by simply joing tables in INFOSET.

Is there any possible options /procedures to get this field in the query output .

Thanks in advance for your answers.

Regards,

Vishal

Moderator message: please use a more descriptive subject line next time.

Edited by: Thomas Zloch on May 6, 2010 10:39 PM

1 ACCEPTED SOLUTION
Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
436

HI,

In SAP QUERY we can able to create the additional field. in that additional filed we can use the "SELECT" statement/query and display it.

Thanks & Reagrds,

VAllamuthu.M

2 REPLIES 2
Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
437

HI,

In SAP QUERY we can able to create the additional field. in that additional filed we can use the "SELECT" statement/query and display it.

Thanks & Reagrds,

VAllamuthu.M

Read only

0 Likes
436

Thanks for the answer.