cancel
Showing results for 
Search instead for 
Did you mean: 

How to Link UDF to Standard SAP Fields

Former Member
0 Kudos

I am working on building a UDT which will have data in it such as part numbers. Can I link my UDT to a standard SAP table?

My entire table I need is -

ItemCode (OITM), BinCode (OBIN), SpecialQty (int)

We have a special need that is unique to every ItemCode/BinCode combination, so a UDF on either table won't work. We need a linking table. (A UDF on OIBQ would probably be ideal, but it doesn't seem possible.)

I'm assuming I need to set up a UDT for this situation. It's important that the values being entered validate against the real data. It would be preferable if I could select the items from a list when entering, as well.

Is this possible?

Accepted Solutions (0)

Answers (1)

Answers (1)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Do you want link UDF to SAP B1 table or link UDF field to UDT?

Thanks

Former Member
0 Kudos

UDF to SAP B1 table.

kothandaraman_nagarajan
Active Contributor
0 Kudos

You can create UDF fields foe header and row level for SAP B1 table.

To create UDF--Go to Tools--> Customization tools--> User defined fields management.

Former Member
0 Kudos

I need to link two different SAP B1 tables together. Simply putting a UDF on a SAP B1 table won't work.


I need to make a UDT which links to SAP B1 tables.

julie_jamieson2
Active Contributor
0 Kudos

I believe this is possible in 9.2

frank_wang6
Active Contributor
0 Kudos

9.2 only supports UDF link to one table.

Former Member
0 Kudos

Thanks