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

STC1_FULLSCREEN_TABLE_CONTROL width problems

luis_rod
Participant
0 Likes
929

Hi all,

Recently I came across the "STC1_FULLSCREEN_TABLE_CONTROL" FM and wrote a small prototyping program just to see how it (the FM) works.

My problem is that I can't seem to get it to go full screen. The X_END parameter does not seem to have any effect on the output.

Any ideas?

Thanks in advance,

Luis

1 ACCEPTED SOLUTION
Read only

UweFetzer_se38
Active Contributor
828

The coordinate values (X_START,...) are not used anywhere in the function module. So no, you are right, the value has no effect (and the function is not released for public use).

3 REPLIES 3
Read only

UweFetzer_se38
Active Contributor
829

The coordinate values (X_START,...) are not used anywhere in the function module. So no, you are right, the value has no effect (and the function is not released for public use).

Read only

0 Likes
828

Notes:

  • "FULLSCREEN" means the full screen (so size has no meaning), but the table control occupies only a small portion of it (and cannot be changed at runtime, because dynpro doesn't allow that).
  • None of the STC1 function modules are released.
Read only

0 Likes
828

Uwe, Sandra,

Thanks for your posts. It is unfortunate that the functions are not released for public use, as they seemed to be very interesting. But, many times things are like they are, not as we would like them to be 🙂

Thanks again,

Luis