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

table cteation...

Former Member
0 Likes
560

hi

if i want to edit one table in SM30,

what i have to do in se11 while creation....? other than table maintance generator.? that means i want to enter data inSM30 only... that dat only i am going to print for all outputs.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Hi

Download this PDF and refer the steps

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-87652872...

let me know if you need any help

Regards

Shiva

4 REPLIES 4
Read only

Former Member
0 Likes
543

Hi

Download this PDF and refer the steps

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-87652872...

let me know if you need any help

Regards

Shiva

Read only

nivaskumar2
Explorer
0 Likes
542

Hi,

Create events while creating table maintenece generator.

Events allow you to change the generated table maintenance dialog at predefined positions, which cannot be reached by user modules in the screen flow logic.

The user routines are called dynamically at runtime. For this reason, the routines must be in a user include in the table/view maintenance dialog function group. All extended table maintenance global data is available. An interface is only required for events 22 and AF.

To create events pls go thru the below link.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-87652872...

Read only

Former Member
0 Likes
542

Hi kalyani,

Consider, You are having a z-table named zmara. One wants to edit the records of the table through table maintenance. The following steps will be useful to you.

1. Goto SE11->Open the table in change mode.

2. Goto Utilities in the menu bar and click 'Table Maitenance

Generator'.

3. In the resulting screen input the Authorization group as &NC& and in the function group fill a function group name the you have created in SE80.

4. Then we can see that there is 2 more radio buttons as 'One step' and 'Two step'. One step means that the view and updation(new entry) are visible with a single screen. Unlike the One step the two step requires two more screens, one is for view and rest is for updation(new entry).

5. Then give the screen number . If the maintenance type is one step only one screen number is enough. But in two step we ned to input two more screen numbers as we have discussed earlier.

6. Then click the Save button.

7. Goto sm30- input the table name and click the button 'Maintain'.

8. If you want to change the screen layout the screens and the program can be modified in the transaction 'SE80'.

Reward points if it is useful.

Regards,

Sankar.

Read only

Former Member
0 Likes
542

I am really sorry for the late reply....

Thanks for the reply.......

my problem solved.....