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

AdHoc Query Issue

Former Member
0 Likes
359

Hi Gurus,

I am running 1 Adhoc Query.We are getting an error in Job description.

We are passing Job code as input.For that job code it is not displaying Corresponding Job description.

Ex : Job Code - - - - 1126

This is the Data avilable in table M_PLOMC.

Required Output : YOUTH SERVICE SPECIALIST OTYPE2 = C

Current Output : ELEM TEACHER OTYPE2 = S

I specified OTYPE2 as C in the Infostet Code to identify the Job description . SAVE and Generate

i created new quey i can see the change code.

If i run the Program behind the Query from SE38 it is displaying output Correctly.

But if i run Query directly from SQ01 no Output.

Bcaz of this Adhoc query also displaying No output.

Please help me...

What is this the difference in running program behind the Query and Running directly the Query?

Here C specifies JOB.

S specifies POSITION.

2 REPLIES 2
Read only

Former Member
0 Likes
322

Hi

The program name is decided at the runtime...

Might be you have taken the program name before doing some modifications to the adhoc query..

Please check if the program name generated cuurently and the program name you are using the same...

Thanks

Sushmitha

Read only

Former Member
0 Likes
322

Issue is resolved.