cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script : How to keep Condition??

Former Member
0 Kudos

Dear All,

In SAP script, I have to print a Text after main window. Please let me know how can I keep that condition.

I knew that It is very simple in Smartforms. How about SAP Script ???

Thanks

Venkat.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Good,

Suppose you want to display something in differtn window other than Main window than you have to create a footer window for that and you have to place below the main window.

And in the driver program you have to call another Write_form function module and there you have to pass the data accordingly.In the sapscript you have to add a text element for that and you have to pass the appropriate value in it.

Thanks

Mrutyun

Former Member
0 Kudos

create a new next to main window and input your text

in the driver program you put the condition before Write_form function module of new window based on Write_form function module of main window.

Former Member
0 Kudos

Venkat,

Below the main window, create a new constant / variable window and input your text. If you do not need a border for that text window then forget about using the box command.

If you need a condition such as outputting the text window only in a first page or only in the last page then use programming logic, fiddle with your &page& command.

Cheers

Former Member
0 Kudos

Hi Venkat,

Create a small window below the main window & call the text required.