Skip to Content
0
Former Member
Sep 09, 2010 at 11:02 AM

how to incorporate a Stored procedure with ARD file (ADD ON)

43 Views

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