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

Re: How to Find Alies Data Source In sap B1 SDK

$
0
0

Try This one ..

 

Dim oUDF As SAPbobsCOM.UserFieldsMD

oUDF = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)

oUDF.TableName = "OPOR"

oUDF.Name = "TB1_Course"

oUDF.Description = "Course UDF"

oUDF.Type = SAPbobsCOM.BoFieldTypes.db_Alpha

oUDF.EditSize = 20

retVal = oUDF.Add

If retVal <> 0 Then

oCompany.GetLastError(retVal, retStr)

2-130

MsgBox("Error " & retVal & " " & retStr)

Else

MsgBox("UDF Added")

End If

oUDF = Nothing


Viewing all articles
Browse latest Browse all 8695

Trending Articles



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