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

SETS (Tcode GS01) VS. Custom Tables

Former Member
0 Likes
787

Hi Experts,

I need to know the advantages and disadvantages of using SETS against Custom Table. I'm not familiar with SETS but the requirement is to store a value to not hard code anything. For me, its better to use Custom Tables as it is easier to code and maintain. Any thoughts about this.

Helpful ideas will be granted.

Thanks!

Jay

1 REPLY 1
Read only

Former Member
0 Likes
537

by using table , u have to get the data by using select stmts , otherwise u cannt get the data in runtime .

by using SET, no need to get the data , but in <b>some cases</b> Data will be avail in RUNTIME withoout any DATA selections.

Regards

Prabhu