Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Searching mandatory fields in sap database table

Former Member
0 Likes
2,163

Hi Exports,

Please any body can help me how to find mandatory fields in our sap database table. If there any options in T-Code SE11 to find mandatory fields.

I am waitng for reply.

Regards,

Jnana Ranjan

Hi Exports,

Please any body can help me how to find mandatory fields in our sap database table. If there any options in T-Code SE11 to find mandatory fields.

I am waitng for reply.

Regards,

Jnana Ranjan

6 REPLIES 6
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,008

Hi,

I am not sure if I undertand your problem exactly,

but all the key fields of the Table are mandatory fields for making an enrtry into the table.

Regards,

Sesh

Read only

0 Likes
1,008

Hi Sesh,

Thanks for your reply.

I have some table in FI/CO and i am searching how many fields are mandatory .

Ya i know key fields are mandatory but depending upon functional people requirement i have to search mandatory fields.

Please help me if any options.

I am waiting for your reply.

Regards,

Jnana Ranjan

Read only

Former Member
0 Likes
1,008

Hi,

The key fields of a table are obviously mandatory, apart from that you define which fields are mandatory at the input screen level. For standard SAP, configuration allows you to define which fields are mandatory based on various settings - e.g account group.

So I'm afraid SE11 will not help you.

Read only

0 Likes
1,008

Hi,

Thanks for your reply.

My mail id : [email protected]

Regards,

Jnana Ranjan

Read only

0 Likes
1,008

Hi,

Apart from the key fields, you can also take all the fields with default(initial) values also as mandatory.

Regards,

Jashua

Read only

Former Member
0 Likes
1,008

table <b>DD05S</b> ->Foreign key fields will give you the primary key fields.

reward points if it is usefull ...

Girish