Skip to Content
0
Former Member
Jan 19, 2006 at 04:43 AM

Regarding Scripts

11 Views

Hi all,

I am doing a sapscript from scratch.I have some doubts please can any body give solutions for my doubts.

1.I want to display one standard text that already created and used in other sapscripts,but i want to display the text in Bold.How can i do it.I already created one character format and assign it to text

/: <C1> INCLUDE Z_ADD OBJECT TEXT ID ST LANGUAGE EN

</C1>

2.I want to display the standard text from 7th column of perticular window how can i do this.

3.My internal table contains 7 different columns.I want to display the itab like

row 1 row 2

row 3 row 4

if itab contains morethan 4 lines then the remaining lines should come in next page,so i am display this itab in main window.How can i do this.

Loop at itab.

call function module WRITE_FORM.

endloop.

am i calling the write_form in the correct way?

4.I want to display 4 small boxes in one perticular window like check boxes,these boxes are used for just displaying purpose.I already tried with box statement

but it is not working properly and not give the solution,so how can i do that.

I am waiting for your valuble replies.

Thanks & Regards,

Bujji.