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

enter values for the table

Former Member
0 Likes
555

Hello ABAP Experts,

I have a z table. I can enter the values in Dev using sm30. I have just transported the table to QA. when i am trying to use the sm30 in QA it is giving this message:

'The maintenance dialog for zbudget_dir is incomplete orr not defined. message no. sv037

diagnosis:

the called function with the view/ table zbudget_dir needs a special maintenance dialog which, however, eithter dies not exist at all, or does not exist complemetly.

procedure:

generate the required maintenance dialague.'

please suggest how to fix this problem.

Thanks,

BWer

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

There is an associated set of objects that runs the maintenance dialog of any table. This has not been transported.

You will have to assign a dev class (maybe it was $TMP in dev hence not transported) to the table maintenance components and transport it.

In SE11, go to utilities->table maintenance generator and follow from there to create afresh, or,

SE54> specify table name and try utilities>total transport.

Hello ABAP Experts,

I have a z table. I can enter the values in Dev using sm30. I have just transported the table to QA. when i am trying to use the sm30 in QA it is giving this message:

'The maintenance dialog for zbudget_dir is incomplete orr not defined. message no. sv037

diagnosis:

the called function with the view/ table zbudget_dir needs a special maintenance dialog which, however, eithter dies not exist at all, or does not exist complemetly.

procedure:

generate the required maintenance dialague.'

please suggest how to fix this problem.

Thanks,

BWer

2 REPLIES 2
Read only

Manohar2u
Active Contributor
0 Likes
500

Is the table maintanence function group is transported correctly? Pls check.

Regds

Manohar

Read only

Former Member
0 Likes
501

There is an associated set of objects that runs the maintenance dialog of any table. This has not been transported.

You will have to assign a dev class (maybe it was $TMP in dev hence not transported) to the table maintenance components and transport it.

In SE11, go to utilities->table maintenance generator and follow from there to create afresh, or,

SE54> specify table name and try utilities>total transport.