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

How to test the class/method.

Former Member
0 Likes
437

Hi All,

Here is my test code. I want to test/execute and see the output. Can anybody tell how to go about it.

method EXTRACT_DATA .

DATA: start_date type sy-datum,

end_date type sy-datum,

position(8) type n.

select single empneededby from hrp9007 into start_date

where plvar eq '01'

and istat eq '1'

and begda le sy-datum

and endda ge sy-datum

and reqnr eq 297006

and status eq '99'.

endmethod.

Thanks

Srinivas

1 REPLY 1
Read only

Former Member
0 Likes
377

posted here:

/community [original link is broken]