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

Module Pool Table Control

Former Member
0 Likes
466

Hi All,

I am displaying an internal table with module pool table control. Here i am facing 2 problems.

1. I have declared some fields of type KONV-KBETR. If it is having any value with sign (negative) it is going for dump. If it is not having any sign it is diplaying properly. Can anybody tell me how it is going and tell me how to display the correct value with sign.

2. Here i am having 2 SAP clients and the table is having 30 fields. In one client it is showing all the fields correctly in the required order. But in another client the fields are jumbled and displaying. If we are creating any variant to that table control, then it is displaying properly. Can anybody tell me why it is happening and how to display it in correct manner.

Thanks and Regards,

Vasu....

2 REPLIES 2
Read only

Former Member
0 Likes
447

Hi Vasu

1. in the field of your screen ,property text is _______ . you change it to ______V

2. check gui both client is the same version or not and change the resolution of both client to the same.

Regards

Wiboon

Message was edited by:

Wiboon Chaiyabutsakul

Read only

0 Likes
447

Hi Wiboon,

Thank u very much.

First issue is solved and i am looking into second issued.

I am having one more issue. I am displaying a field of type VBAP-KWMENG(Quantity). It is displaying like 20.00. But they dont want to display the zeros, just they want to display it like 20, with out zeros. Can you please tell me how to display it like that.

Thanks again,

Vasu....