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

How do i create a Table which has to be Maintained in Config

Former Member
0 Kudos
680

Hi ,

I have a table where this table will be maintained in Config and for every entry it has to ask a request before saving the entry.

Pls let me know how this can be done.

Regadrs,

Slate.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
480

Hi Slate,

Create a table first and give the delivery class as C , Customizing table, maintenance only by cust., not SAP import.

Once you activate the table , go to Uitilities --> Table Maintainence Generator , create a table maintainenece view by giving the function group name , Authorizations Groups .

The main important thing is in Dialog data Transport Details the recording routine should be Standard Recording Routine and compare flag should be Automatically adjustable.

Once every thing is ready activate the table . And when ever you create an entry in this table it will ask the transport request number .

Hope this helps you .

Thanks & Regards,

Naidu.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
480

THis is a setting in the attributes tab when creating the table in SE11. Select "Customizing Table", value "C" for Delivery Class. This will force a request when the user maintains it via SM30.

Please make sure to award points for helpful answers and mark you post as solved. Thanks.

Regards,

Rich Heilman

Read only

Former Member
0 Kudos
480

Hi Jing,

Create the table with delivery class type as customizing. Generally we select delivery class as Application table while creating the table. Choose as CUstomizing table. This attribute exists in the Delivery and Maitenance tab of the table maintenance screen in SE11. Once you select the Delivery class as customizing and Table View maintenance as "Maintenance allowed", you can create a Sm30 View for this and edit data from there...This data can be exported using the transport request.

Good luck

Hari

Read only

Former Member
0 Kudos
481

Hi Slate,

Create a table first and give the delivery class as C , Customizing table, maintenance only by cust., not SAP import.

Once you activate the table , go to Uitilities --> Table Maintainence Generator , create a table maintainenece view by giving the function group name , Authorizations Groups .

The main important thing is in Dialog data Transport Details the recording routine should be Standard Recording Routine and compare flag should be Automatically adjustable.

Once every thing is ready activate the table . And when ever you create an entry in this table it will ask the transport request number .

Hope this helps you .

Thanks & Regards,

Naidu.