hi experts
i created a SP which is called by the following code.
Dim GD As SAPbouiCOM.Grid Dim Query As String = "exec sp_Attendance_Report'" & vmonth & "','" & vyear & "'" GD = objForm.Items.Item("10").Specific GD.DataTable.ExecuteQuery(Query)
while creating add on (ard file )how to incorporate this stored procedure?
thanks in advance