cancel
Showing results for 
Search instead for 
Did you mean: 

How to get List Of User Defined Forms in SAP Business One?

mk1909_sap
Active Participant
0 Kudos

Hello,


How to Get List Of User Defined Forms in SAP Business One? I am Creating User-wise Authorization Module For User Defined Screen at Field Level.

At Field Level I want to set Permission Like Read-Only/Full/Hide Functionalities User wise. Kindly Suggest me the table Name Where All User Defined Forms are stored in SAP Business One.Thanks and Regards,

Mahendrakumar

Accepted Solutions (0)

Answers (3)

Answers (3)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Try this,

SELECT * FROM cufd

Regards,

Nagarajan

mk1909_sap
Active Participant
0 Kudos

Hello Nagarajan,

CUFD is Field Data Master Table where we find all the User Defined Fields List in SAP Business One.

Thanks and Regards,

Mahendrakumar

former_member233854
Active Contributor
0 Kudos

Check this

SELECT * FROM OUTB WHERE ObjectType = 0
mk1909_sap
Active Participant
0 Kudos

Hello Danilo,

ObjectType = 0 is for No Object Type Table.I am Asking about User Defined Screens Used in My Module. Is that dynamically loaded if yes that list might be stored somewhere in SAP Business One.

Thanks,

Mahendrakumar

former_member233854
Active Contributor
0 Kudos

I don`t understand what you are looking for, what exactly is a "User Defined Screen"?

All the tables with object type = 0 creates a "User defined window". Are you talking about screens from system that you imported using b1studio?

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Have you checked OUDO ?

Kind regards,

ANKIT CHAUHAN

SAP SME Support

mk1909_sap
Active Participant
0 Kudos

Yes Ankit. I know OUDO. In OUDO We will get only those SAP Business One Screens which are used in Object Registration.Actually I have created Screen using Screen Painter and Created Menus through XML. I want all the User Defined Forms List which are available in SAP Business One.

Thanks,

Mahendrakumar