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

how to create dynamic window in sap script?

Former Member
0 Likes
849


hi,

how to create dynamic window in sap script.

payel

3 REPLIES 3
Read only

Former Member
0 Likes
629

Hi,

Creation of dynamic window in SAP scripts is not possible. What is the requirement can you describe in detail.

However you use the PERFORM statement in SAP script and call a subroutine to pass the values and do the concatenation or formatting and return it back.

Hope this helps.

Thanks,

Tooshar Bendale

Read only

0 Likes
629

hi,

I have a check printing through f-58.and I copy F110_PRENUM_CHCk.

and I have to printing check icici,citi and scb bank.

but the position of date box in check is different for different bank .

so I think to create dynamic window for date for different bank.

payel

Read only

0 Likes
629

Hi,

Place 3 different windows for 3 different banks based on the positions.

Instead of having only one variable printing the date, make use of 3 different variables ie

ICICI bank date varaible     : DATE_ICICI

CITI bank                            : DATE_CITI

SCB bank                           : DATE_SCB

So in case if you are printing the ICICI check just assign variable DATE_ICICI and keep the rest blank by this way the variable for particular bank prints the date on the correct place.

Hope this helps.

Thanks,

Tooshar Bendale