How can I use this RFC function

I just wanna create a monitor as same as TCODE ST06
so
I Added a TextBox, a Button and a DataGrid. and then everything has finished.as same as following step for "RFC_CUSTOMER_GET" from SAP connector 2.0 help
but how can I use the function? (VB.net 2003) I debugged the function in SE37 the function only need 1 parameters
so,I scratched some statments... but it is still not correct
        Dim num1 As Integer
        Dim dst As CPUSAPUSAGE.CPU_SINGLETable
        Me.SapProxy11.Get_Cpu_Single("local", "", num1, num1, num1, num1, "", num1, num1, num1, num1, dst)
please tell me details steps
Thank in advance.
Yi
Create a “Windows Forms” application.
Add an empty SAP Connection class with the ABAP functions
RFC_CUSTOMER_GET and RFC_CUSTOMER_UPDATE.
Leave the proxy designer open. Go to the SAP Proxy toolbox and drag the “Proxy field” icon to the designer.
Rename the new “Field1” to “Tab”. Change the “Type” property to BRFCKNA1Table. To do this, use the drop down icon.
Note that the ReadOnly property automatically changes to ”true” and the default value changes to “new BRFCKNA1Table()”.
Add a second Proxy Field with the name “Filter”, the type “String” and the default value “A*”.
Select the “Rfc_Customer_Get” function and click on the “…” button of the “Parameters” property.
Set the default values of the three parameters with the drop-down icon as follows:
Name1: Filter
Kunnr: “” Customer_T: _Tab
Save the proxy designer and switch to your Windows form. Add a TextBox, a Button and a DataGrid.
Add an instance of your SAP proxy to your Windows form, add a “Destination” and set the “Connection” property as described in “A4”.
Set the DataSource property of the datagrid to “sapProxy11”. Set the DataMember property of the datagrid to “Tab”. Alternatively you can set the DataSource to “sapProxy11.Tab” and leave the DataMember empty.
For “textBox1” use the DataBinding feature to bind the “Text property” of the textbox to “sapProxy11.Filter”.
Double-click the button to create an event handler and add a single line:
“this.sapProxy11.Rfc_Customer_Get_();”
You are using “sapProxy11” as a smart DataSet that contains the necessary state. You bind the state to the corresponding controls. The overload method Rfc_Customer_Get_() does not have any parameters, as the required state is already in the bound Proxy Fields.

Dim dst As New CPUSAPUSAGE.CPU_SINGLETable

Similar Messages

Maybe you are looking for

  • How to edit sheet music pdf files in Acrobat Pro XI?

    Hello, I am hoping to find a way to cut out parts of a musical score to save on page turns when reading the music with my instrument.  Specifically, in guitar music there is often tablature directly underneath the music staff which makes for more pag

  • Cant Edit?

    I just got Aperture for Christmas. Im familiar with photoshop. But for some reason I cant get Aperture to work for me. When I opened the program, after installation, I imported a few RAW images from my CF. They were imported into the projects. I clic

  • Library corruption on initial iTunes Match upload?

    Has anyone else seen this behavior? I just subscribed to iTunes Match. It went through the whole parsing of the library and uploaded. But now the library is messed up - some movies were marked as music, music as movies, some song files appear to have

  • Parse a string?

    Can you parse a string in java?

  • Special symbol in COA

    Dear QM Gurus, In qp01 i have entered specification as long text where i have maintained some symbols like, alpha, beta, gamma and so on...Also abaper has developed special report for certificate of analysis. Now while in print preview we are not abl