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 TMG

Former Member
0 Likes
829

I created ztable with three fields two have(type, subtype) has fixed values

and third(Inter Num - editable). for that i created Table Maintanance Generator.

via sm30 it is displyaing the fields in required format and when i gave the values to int num

it has been saved. but when i see the entries via se11  the field int num displays with zero values.

and the order of the fields get changed.

can anyone help me please.

or Just guide me how i will achieve this in best way.

I created ztable with three fields two have(type, subtype) has fixed values

and third(Inter Num - editable). for that i created Table Maintanance Generator.

via sm30 it is displyaing the fields in required format and when i gave the values to int num

it has been saved. but when i see the entries via se11  the field int num displays with zero values.

and the order of the fields get changed.

can anyone help me please.

or Just guide me how i will achieve this in best way.

4 REPLIES 4
Read only

Former Member
0 Likes
712

Hi,

What about events ,did u use any events for table maintannace generator,

Need some more explanation regarding the problem you facing,,,,

Thanks

Read only

Former Member
0 Likes
712

The int num field displays as zero because that is the value of any empty numeric field.  The value of  any empty character field is space.  You may want to use transaction SE16N to view the table contents.  That allows you sort the display any way you want.

Read only

Former Member
0 Likes
712

HI,

If your field type is Integer then i think it will always be 0. I y ou want space in the empty fields then you can use NUMC or N.. Numerci character .

Thanks

Nilesh P

Read only

Former Member
0 Likes
712

Hi Anurag,

Please go through the link given below so as to verify the steps you have been doing for Table Maintenance Generator. If everything checks out, then you need to explain in detail as to when and where the problems are occurring.

http://scn.sap.com/docs/DOC-10318

Hope this helps !

P.S. - Click on view document so as to view the pdf file.