cancel
Showing results for 
Search instead for 
Did you mean: 

User-Defined Objects Registration

Former Member
0 Kudos

Hi SAP Gurus,

Does any one know what are the procedures to register User-Defined Objects in Sap B1...

and how to create User-Defined Objects in c++ from starch.

i appreciate your help..

Thanks and Regards,

kaviprashu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kaviprashu,

To register User-Defined Objects in B1, you just need to go through Object Registration Wizard.

To create User-Defined Objects in c++ from starch, you can find sample code from SDK sample help.

Thanks,

Gordon

Former Member
0 Kudos

Hi,

Thanks Gordon for assisting me. i haven't created User Defined Object before.

but after creating UDO in c++, how can i use this UDO in Outgoing Payments Screen..?

i appreciate your help..

Thanks and Regards,

kaviprashu

Former Member
0 Kudos

You need your own form for your UDO. Or you can use FMS to link certain field to system form.

Former Member
0 Kudos

Hi,

Thanks Gordon. i already have created an Formatted Search for Outgoing Payment Screen.

i wrote this FMS for User Defined Field U_Ref_Po, this field is linked to ( [@payment] ) table.

this FMS is not working might be because Field U_Ref_Po is linked with another table.

so i am trying UDO for Outgoing Payment..

does FMS work with Linked Field, [U_Ref_Po]..?

i appreciate your help..

Thanks and Regards,

kaviprashu

Former Member
0 Kudos

How is this U_Ref_Po field linked, by FMS?

Former Member
0 Kudos

Hi,

Thanks Gordon, Field U_REF_PO is linked with User Defined Table [@PAYMENT].

after generating PO, i am inserting Series Name and PO DOCNUM in [@payment] Table.

then based on that PO DocNum, i am creating Outgoing Payments.

A Field Flag is Created in [@PAYMENT] Table with values 0 - No Payment ,1 - Partial Payment , 2 - Full Payment.

once full payment is made, Field flag is updated with value 2.

i thought of writing an Formatted Search for U_REF_PO to display Series Name and Docnum(s) whose flag is not 2..

since U_REF_PO is a Linked Field, Formatted Search is not working ..

i appreciate your help..

Thanks and Regards,

kaviprashu