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

code in abap query

Former Member
0 Likes
492

hi.

i need to create an ABAP/sap query. when i created the InfoSet i used logical db-pnp.

if i want to get only the employees which entered my organization during the last month where should i add the ABAP code, under which section => extras -> code. i have there several options - data, initialization, at selection-screen output, start of selection etc, what to choose??????????

please help me,

thanks,

Ami

3 REPLIES 3
Read only

Former Member
0 Likes
454

Hi,

You can write the code in START-OF-SELECTION comparing dates.

Can you please explain what actually your requirement is?

When run a query, only the data which satisfies the selection criteria are displayed.

Reward points to all useful answers.

Regards,

Satish

Read only

0 Likes
454

hi,

i have created an InfoSet and i need to delete one of the data fileds i used in it.

i am using logical db in my sap query infoset. i need to delete the data filed: HR MASTER RECORD: infotype 0000. how can i do that ?

thanks

ami

Read only

Former Member
0 Likes
454

We can use the event At selection screen

There u can write the query based on the value u have entered