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

sap script

Former Member
0 Likes
665

Hi Gurus,

Im new to SAp Script. I want to create a food bill using SAP script.

i want to print FOOD BILL as the heading . ie on the top of the page.

then in the next line i want to print a date in the left margin.

please help me out how will i print the headings in the script.

reward points for all usefull answere.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
647

Hi Madhvi,

Create a Window on your page and position it at the top. Within this Window just type "FOOD BILL" in the text editor.

Regards,

John.

8 REPLIES 8
Read only

Former Member
0 Likes
648

Hi Madhvi,

Create a Window on your page and position it at the top. Within this Window just type "FOOD BILL" in the text editor.

Regards,

John.

Read only

0 Likes
647

to view it what should i do? ie once i have written the food bill as my heading i want to view the form ,wat should i do.

Read only

0 Likes
647

Use Menu: Utilities->printing test.

Read only

0 Likes
647

when i do printing test i get a message as form 'contains error'.

for writting the heading i have to just go to the window right click it and then edit text. then i the window header i just write food bill.

mi doing it correctly.

more over to find what could be the probable error what should i do?

Read only

0 Likes
647

HI john

how to do debugging in script.

Read only

0 Likes
647

Hi,

refer to the link below

http://www.howforge.com/how-to-debugging-sapscript-form

from SE71 enter form name

from Menu Utilities->ACTIVATE DEBUGGER

then execute the script from the Application Transaction

it will stop in the script and check for the Values you need

Regards,

Satish

Read only

0 Likes
647

Hi you wrote that i got to execute the script from the application transaction. by this do you mean the driver program that we write in se 38.

Read only

0 Likes
647

You can execute from driver program if it is executable program. Or from the transaction example ME21N, If PO driver Program and form are assigned in NACE transaction.

Regards,

Satish