cancel
Showing results for 
Search instead for 
Did you mean: 

What are Object type Use In UDT

Former Member
0 Kudos

Dear Experts,

Can Any One Explain Me Use Of Object type While Creating User Define Table..??

I want to Create BOM Form same AS SAP B1 In-build Form & Connect My UDT With Production Order Form.

is it possible??


i.e

Master Data,

Master Data Rows,

Document &

Document Data Rows.

Note: If Explain With Simple Example,Its very Favour on me..




Thank you & regards,

Santosh Dhere.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi.

Masterdata  And Masterdata rows  are  master

Document and Documents  rows are Document..


if u ask what is the diff between the these two .

Littile bit of same thing..


-> In Data base point of view 

master date  masterdata rows

code                  code

name


the two tables are  linking  code is behave  inner join

here code name  are exists at header table

both are  unique key ok.

suppose if u Assign at screen painter 

while adding it is checking code and name is unique

no need to validate ... ok



in another case  document and document rows..

document           document rows

docentry                 Docentry

here docentry is linking both tables  this is unique...

code, name that type unique fields are not available in  document types

--

open oitt and itt1 tables in sql

u can see itemcode,itemname at header

  and item name is at child table

--

open ordr and rdr1 tables in sql

u can see docentry, docno at header

and  docentry  is at child table

----

u said u want to create  form like a  bill of materials  ok..

suppose u bind  product no and producnt name  bind to code and name in master data...

while adding it will validate automatically.... ok..(master type if u take)

if u take  document type ..

product name and product Name u have to validate  each time while adding and  updating the form

master type will doing the  operation automatically..

so, u have to take decision  which one is better ..

Any thing is wrong wait for expert suggesiton...

Answers (4)

Answers (4)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please close this thread by marking correct/helpful answer.

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

Hi,

Yes sir,i will do that  but yet my problem is not fully solve.

I have made one form with 2 tables,& added UDF to that tables,

Table1 Object Type is Master data

Table2 Object Type is Master data row

1>How can i link UDT i.e (My BOM Form) to Production Order??

2>How can i Link my Table 1 & Table 2.??

Thank you & regards,

santosh dhere.

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Sorry i thought your question has been answered.

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

its ok sir.

If u read my scenario please give me your suggestions..

is very important to me.

Thank you & Regards,

santosh dhere.

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

No time to reproduce and check. I would suggest you to read above document.

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

Ok sir. Thank you..

Former Member
0 Kudos

Dear Experts,

I have made UDT of Master data Object type.with name BOM.

While Creating Object Registration Wizard.

i.e Tools->Customization Tools->Objects Registration Wizard.

i add Child Table also..

But In BOM form (master data) child table is not displayed??

i have attached screen shots sequencly please see it..

Child table Added..

Fields of Child Table

BOM Form

But Child table Form is not Displaying..

How Can i see child form..

Thank you & regards

Santosh Dhere.

Former Member
0 Kudos

When you double click the row, child form should pop-up.

Former Member
0 Kudos

Yes Sir Now its Opened...

Thank you sir..

Former Member
0 Kudos

Hi Santosh,

Do you want to link your UDT With Production Order Form or you want to show your UDT as that form?

If you want to show it as later, your UDT needs to be Document type. Otherwise, if you want to show it as BOM form, you need Master type.

Thanks,

Gordon

Former Member
0 Kudos

Dear Experts,

@Srinivas : Thank you Very much for explaining me sir.

@Nagarajan K: Thank sir for a link...

@Gordon : Sir,

1st i want to Set Bill of Material In my UDT for Production Order (i.e my Created Table for BOM).in this,my UDT it self i want show as form.

now at 2nd BOM Seted in my UDT, i want to use this BOM for Production Order.in this case i want to link my UDT with Production Order.

This Process i want to do..

Thank you & Regards.

Santosh Dhere.

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please refer below guide for UDF and UDT:

http://www.pioneerb1.com/wp-content/uploads/2012/06/How-to-Create-User-Defined-Fields-and-Tables.pdf

Thanks & Regards,

Nagarajan