Hi All,
I have a requirement to add two additional input and output fields "job function" and "job family" to a infoset query based on logical database PNPCE. I am new to writing code in infset query and there are so many code areas in infoset query. I am confused where to write code and how to limit the output list based on the user selection to the additional fields "Job function" and "job family". have any one done this in the past?. is there sample code somewhere to do something similar to this?
Your help will be much appreciated with points! (as per our community guidelines)
Regards,
Arul
Hi Arul ,
Please go through this..
You do the selection of the status in the List-Processing. say your final field for checking is G_final.
Immediatly after that use this within the List-Processing.
CHECK G_Final EQ '<Your Cond>'
It works like
SELECT <> "<-------Query processing(system code).
*< Your code put in the List processing
CHECK G_Final EQ '<Your Cond>' "< --only released records passed.
*>
ENDSELECT "<-----Query endselect(system code).
Hope this Helps.
Praveen
Message was edited by:
praveen parasiya
Add a comment