Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

SAP EWM Help Latest Questions

  • 0
  • 0
DPM125
Beginner

TMG ( Table Maintenence Generator )

The Table Maintenance Generator allows authorized users or support staff to:

  • Maintain data in custom or standard tables without writing ABAP code.
  • Provide a standardized UI for table maintenance.
  • Enforce data consistency and validation through events and screen logic.
Use CaseDescription
Maintain custom config tablesEnter config data via SM30 instead of hardcoding
Provide easy admin UILet end-users maintain master or transactional data
Enforce field-level validationAdd checks during insert/update via events
Integrate with transport systemSave table entries into transport requests

How to Create a TMG

  1. Go to SE11 → Create or open your Z-table.

  2. Ensure:

    • Delivery class = C, L, or G (client-dependent or -independent).

    • Table is not pooled or clustered.

    • Table has a primary key.

  3. Click on UtilitiesTable Maintenance Generator.

  4. Enter:

    • Authorization group (e.g., &NC& for none).

    • Function group (create one if needed).

    • Maintenance type: One-step or two-step.

  5. Click Create → Save & Activate.

Now, you can maintain the table via transaction SM30.

One-Step vs Two-Step

TypeDescription
One-StepData is maintained directly in list view
Two-StepSelection screen first, then detail view (form)

 

Related Questions

Leave an answer

Leave an answer