‎2008 Jan 16 9:51 AM
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.
‎2008 Jan 16 10:04 AM
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.
‎2008 Jan 16 10:04 AM
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.
‎2008 Jan 16 10:14 AM
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.
‎2008 Jan 16 10:17 AM
‎2008 Jan 16 10:21 AM
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?
‎2008 Jan 16 10:36 AM
‎2008 Jan 16 10:40 AM
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
‎2008 Jan 16 10:59 AM
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.
‎2008 Jan 16 11:07 AM
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