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

Re: Read User Defined table field value

$
0
0

You can try thus one.

 

Dim oUserTable As SAPbobsCOM.UserTable

                oUserTable = oCompany.UserTables.Item("APP_AMS1")

                With oUserTable

                    If .GetByKey(1) Then

                        txtCode.Value = .Code

                    Else

                        oSAP.SetMessage("No matching record found. (Code)[APP_AMS1]", SAPbouiCOM.BoStatusBarMessageType.smt_Error)

                        Return False

                    End If

 

                   

                End With


Viewing all articles
Browse latest Browse all 2106

Latest Images

Trending Articles



Latest Images

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