2006 Apr 24 4:19 PM
Hello!!
I am new in SAP script, but I am familiar that how to create windows element and other stuff and attached to ABAP program . I have asked to create SAP script form to print check information on pre-printed stationery.
What are the steps I have to take in order to create it . I know I have to read data from table :PAYR
In my ABAP program I have to create open form , read form and close form as well as in SAP script I have to create windows .
Am I on right track . is any body there any help me or give me some code or example or steps .
Waiting
Cheers
Usman
2006 Apr 24 8:39 PM
Does it helps you Usman ..if so ..pl..close the thread !
Thanks
Saquib Khan
Hello!!
I am new in SAP script, but I am familiar that how to create windows element and other stuff and attached to ABAP program . I have asked to create SAP script form to print check information on pre-printed stationery.
What are the steps I have to take in order to create it . I know I have to read data from table :PAYR
In my ABAP program I have to create open form , read form and close form as well as in SAP script I have to create windows .
Am I on right track . is any body there any help me or give me some code or example or steps .
Waiting
Cheers
Usman
2006 Apr 24 4:21 PM
Hi Usman,
Pl take a look at the delivered layoutset F110_PRENUM_CHK in SE71. I would suggest to copy it & change it to suit your needs instead of staring afresh.
Regards,
Suresh Datti
2006 Apr 24 4:23 PM
Hi Usman,
IN the sap script, you have to define pages, windows and page windows.
In the page windows text elements, you can place your variables that are to be printed.
Suppose you want to print the value in a variable var1,
then you should write,
&var1&.
This var1 should be already populated in the print program.
In the print program, you need to fetch the data into the program variables.
Call open_form.
Write_form for the particular text element and then close the form.
Regards,
Ravi
2006 Apr 24 4:26 PM
Usman I agree with Suresh and also Goto-> FBZP fransaction and in the payment methods for company code push button u can attach ur form there for the respective company code.
Thanks
Saquib
2006 Apr 24 4:28 PM
hi Usman
ya, you are on right track.
check out this link.
http://www.sap-img.com/sapscripts.htm
it will help you answer all your queries.
Regards,
Richa
2006 Apr 24 4:35 PM
Thanks Guys , I tried to see form F110_PRENUM_CHK in my client. I also went to copy from client in menu option , but its messaging form does not exist why is that that ? I change the client from 000 ,010,020,050 in our DEV env...
Other thing after copying the form , where I have to assign , so when I send print out its should read some out put type and I can make sure what going on ?
I know how to develop SAP scripts as I have developed around 10 SAP scripts in SD.
Cheers
Usman
2006 Apr 24 4:52 PM
run this report RSTXFCAT & look for F110_PRENUM*
Regards,
Suresh Datti
2006 Apr 24 5:03 PM
Thanks Suresh .Its a great report and I found the script F110_PRENUM_CHCK . Now after copying it to Z . I have some question. Like in SD when you copy a script in to Z , you also assign Z scripts in IMG and also create an output type , so when you execute the script it trigger your script and you can see the changes .
In HR how I see the out put after copying it to Z. Do I need to assign some where in IMG (SPRO)?
Please help in this regards
Cheers
Usman
2006 Apr 24 5:05 PM
Hi Usman,
Transaction NACE is the place to attach the output types to print programs and forms.
Regards,
Ravi
2006 Apr 24 5:19 PM
When I copy script from copy from client , after copying it Z I selected check box = flow trace = X and original language = X. Its showing me in language attributes as Original language = DE and language key = EN.
Am I doing right?
In NACE for which application I need to assign this SAP script ?
Cheers
Usman
2006 Apr 24 6:00 PM
FYI...
<b>Goto-> FBZP fransaction</b> and in the payment methods for company code push button u can attach ur form there for the respective company code..
find the compnay code!!!Double click "Paylink Cheques" and assign form name !!!
Thanks
Saquib
2006 Apr 24 8:39 PM
Does it helps you Usman ..if so ..pl..close the thread !
Thanks
Saquib Khan
2007 Jan 29 5:53 PM
Hi Usman,
I am also doing check printing.For this you need to go to fbzp-tcode and see the option:Payment methods in company code and assign the form and in paying company codes assign the program name.
Standard ones for these:F110_PRENUM_CHCK
program:rffous_c.
Make a Z copy......
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |