‎2008 Mar 14 6:06 AM
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.
‎2008 Mar 14 6:10 AM
Hi
Download this PDF and refer the steps
let me know if you need any help
Regards
Shiva
‎2008 Mar 14 6:10 AM
Hi
Download this PDF and refer the steps
let me know if you need any help
Regards
Shiva
‎2008 Mar 14 7:54 AM
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.
‎2008 Mar 14 8:42 AM
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.
‎2008 Mar 18 4:56 PM
I am really sorry for the late reply....
Thanks for the reply.......
my problem solved.....