‎2007 Oct 31 9:03 AM
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
‎2007 Oct 31 9:32 AM
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
‎2007 Oct 31 11:50 AM
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
‎2007 Oct 31 9:52 AM
We can use the event At selection screen
There u can write the query based on the value u have entered