Answer Posted / sudhakar1207
Table Maintenance Generator Can be created in Data
Dictionary By clicking on Table Maintenance Generator option
Under Utilities Of Main Menu
Or Else You can Create Using Tcode- SE54 By specifying the
Table Name and select the Generator Radio Button.
Once You created the Table Maintenance Generator, You can
Edit Through Tcode- SM30.
It is Verified.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Workbench request are client dependent or client independent
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What are the aggregate objects in the data dictionary? : abap data dictionary
How to call a subroutine in sapscript?
How do you populate data into a multiple line field? : abap bdc
Explain the inside concept in select-options?
what are the important fields while preparing sales order,inquiry?
Give examples of transparent table?
Rp_provide_from_last contains how many parameters ? : abap hr
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What does a lock object involve?
What is the t-code for transaction recorder? : abap bdc
Can a posting run be deleted? : sap abap hr
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.