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: 

Dynamic BOX in SAPSCRIPT according to internal table height

former_member228164
Participant
0 Kudos

I have used the function module for my purpose here VLINES is the no of records of the Internal Table using describe keyword. but when is use 15 instead of VLINES it is printing the box but for a variable it is not printing the box although in debugger the value of VLINES is coming so please help why it is not printing it.

DATA COM(100).

COM = 'BOX WIDTH ''17.5'' CM HEIGHT VLINES LN FRAME 10 TW INTENSITY 15'.

CALL FUNCTION 'CONTROL_FORM'
EXPORTING
COMMAND = COM
EXCEPTIONS
UNOPENED = 1
UNSTARTED = 2
OTHERS = 3.

0 REPLIES 0