Application Development 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: 

Customizing SE16,Please help and kiss any points goodbye!!

Former Member
0 Kudos

Dear Experts,

We were using ZSE16 already in the lower version,it was made by copying the SETB FG and was working good.

Post upgrade to version 7 we copied the same SETB in version 7, now the ZSE16 is working good for most of tables like TSTC ,Zxxxxx etc.

BUT In the generated program for table display :

we have few Z tables (of 16 length) which has a particular data type used (of 12 length) it fails.

The statement where it fails is

types: I2 like range of /YXXXXX/ZXXXX-ZXXXXXXXXXC.(the length of this line should be more than 30 char)

this fails as the above line holding datatype is 30 char only so last few characters gets truncated.

so it comes in the generated program for table display as :

*types: I2 like range of /YXXXXX/ZXXXX-ZXXXXXXXX (last 2 char chopped off).

and since it couldnot locate ZXXXXXXXX datatype it dumps

the variable name used above is %pattid (all the std generated table display reports will have same name).

Also my question is does FG SETB copy will hold true here or else we have to copy FG 'WB_DATA_BROWSER' to which current SE16(in verison 7) is attached to.

Thanks

Balwant

<< Moderator message - Please do not promise points >>

Edited by: Rob Burbank on Dec 14, 2010 2:17 PM

6 REPLIES 6

LucianoBentiveg
Active Contributor
0 Kudos

May be you can try copying SE16N.

Regards.

Edited by: Rob Burbank on Dec 14, 2010 2:17 PM

0 Kudos

thanks for your reply but we cannot use se16n , we have to use se16 only.

0 Kudos

... and still I do not understand what kind of change you had to apply on SE16. There may be a better solution for you if you let us know what you want to achieve.

- This is the first time I heard of SE16 modification.

Regards,

Clemens

0 Kudos

Hi Li,

for security reasons we use zse16.

Now this problem is solved and finally all my debugging bore fruits.

the problem was SAP allows max 30 chars for STRLEN (TABNAME-FIELD LENGTH) , in my case because of customized tables and field length ,I had this length more than 30 chars.

This is when I am using ZSETB FG.

Now I increased this length to more than 30 and it works OK.

Thanks for all your moral boosters!.

Balwant

0 Kudos

If I recall correctly Balwant, your original title included something like "and get rewards immediately". I removed that because promising points is not allowed in the forum.

But you might at least give it a try.

Or at least close the thread.

Rob

Former Member
0 Kudos

This issue is closed.thanks