Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3548

Re: Adding Data From Edit Text Field to User Table

$
0
0

Hi Mayank,

 

For to get a value from a text field, you need know the editText uid. Suppose that your EditText has the uid 'MyText', after the line " 'Shelf Number", you will do something like this:

 

Dim oText As SAPbouiCOM.EditText = Nothing

oText = CType(oForm.Items.Item("myText").Specific, SAPbouiCOM.EditText)

oUserTable.UserFields.Fields.Item("U_DemoData").Value = oText.Value


Hope it helps!


Regards,

Diego


Viewing all articles
Browse latest Browse all 3548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>