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

problem in creating table maintenance generator for 61 fields in table

Former Member
1,754

Hi Experts,

I am facing problem in creating a table maintenance genarator for a ZTABLE which has 61 fields

i am using below details whicle creating the TMG

in Maintenance screen

i am giving maintenance type as two step

Maint screen no overview screen 2

single screen 3

Dialog Data Transport details

Recording routine standard recording routine

but it is giving following error

screen SAPL<ZTABLE NAME> 0003 could not be generated

In DYNPFIELD_ATTR mandatory field LINE has no value

please let me know how to sort out these errors.

Is there any limit on the number of fields for which we can create table maintenance generetor.

Thanks a lot in advance

Sudipto

Hi Experts,

I am facing problem in creating a table maintenance genarator for a ZTABLE which has 61 fields

i am using below details whicle creating the TMG

in Maintenance screen

i am giving maintenance type as two step

Maint screen no overview screen 2

single screen 3

Dialog Data Transport details

Recording routine standard recording routine

but it is giving following error

screen SAPL<ZTABLE NAME> 0003 could not be generated

In DYNPFIELD_ATTR mandatory field LINE has no value

please let me know how to sort out these errors.

Is there any limit on the number of fields for which we can create table maintenance generetor.

Thanks a lot in advance

Sudipto

7 REPLIES 7
Read only

Former Member
0 Likes
1,189

Hi Sudipto,

There is not limit to the number of fields of the Table which can be used in TMG for generation. But, from the usability point of view this will horrible.

I created a Z table and added 64 fields and was able to generate the TMG with the screens perfectly. So, I guess there should not be any problem.

Well, have a look at the Function Group. I guess the screen numbers are already used by some other screens. You can set the system to propose freely available screen numbers from the pool.

Also, check whether proper authorization is assigned or not.

And if nothing is working, you can degenerate all the generated screens and then can have a new regeneration of it.

Hope these tips will work.

Thanks,

Samantak

Read only

0 Likes
1,189

No i am still not able to generate that TMG.

Only mandt is the key field in this Z-table and i want vertical display of fields in the screen.

i tried system proposed screen values, degenerating/regenerating but none is working if the table has 61 fields including mandt.

Please let me know how to solve this problem.

Read only

0 Likes
1,189

Please check the diagnosis of that error by double clicking on the error... then you can come to know what is the problem and how it can be resolved.

Read only

Former Member
0 Likes
1,189

Hello Sujeet,

It may some times happen that if we change any key fields or add any new fields then the old table maintenance does not works.

so in case you have added or modified some exsisting fields in the table then please delete the exsisting table maintenance and generate a new one.

Thanks

Priyanka

Read only

Former Member
1,189

Is your problem resolved.

Thanks

Suraj

Read only

1,189

Hi All,

I have resolved the below problem.

I found out that

You can have a maximum of 60 fields in vertical screen if only MANDT is the key.

SO i put 60 fields in that ztable1 and then rest fields in another ztable2.

later modified the screen layout and added the extra I/O fields in the screen and mapped the same with ztable2.

Apart from that to capture values in ztable2 i have to create a after_save table event and then write code to save data to ztable2 there.

Hope this reply will solve problems if you guys encounter same problem in future.

Thanks

Sudipto

Read only

Former Member
0 Likes
1,189

done