‎2006 Jul 11 3:55 PM
Hey,
I did a small change in a SapScript form that we needed to customize for the Delivery Note.
I did the changes to my SapScript form in SE71. I did a "Test Print" of my form and it worked fine. Here I can see that the formating and the text is in place on the form, but no actual data.
For Output Type LD00(Delivery Note), the configured Program is RVADDN01, and the Form is Z_DELIVERY. I tried running RVADDN01, but it does not have a selection screen??
I want to actually test/run the SapScript and produce a Delivery Receipt of the form. How can I do this?
Thank you for your help.
Sumit.
‎2006 Jul 11 4:12 PM
use transaction VL71, to print delivery note.
But before that you have to assign delivery document to output type, so in VL02N select Tab 'EXTRAS'-> DELIVERYOUTPUT-> ITEMS.
here assign output types, and choose communication method and give the printer destination and check tab 'PRINT IMMEDIATELY'.
Message was edited by: Sharath kumar R
‎2006 Jul 11 3:58 PM
If you just want to test it, then you can run RSNAST00 program just after you save the document.
or
write a small report which call the form entry.
perform entry in program RVADDN01 using return_code Screen.
Regards,
ravi
‎2006 Jul 11 4:02 PM
HI,
If you execute the Layout Directly from SE71, you can see the skeleton of the output, orelse, you wil find a Option OUTPUT(in the Menu) in the Delivery transaction, there you can press this output button then select the Print output, then it will give you the output
Thanks
Sudheer
‎2006 Jul 11 4:10 PM
hi
good
have to done the changes in standrad report as per your requirements
convert the RVADDN01 report to z* report, pass the script that you have developed using the OPEN_FORM, START_FORM function modules, than it will directly pass the data to your sapscript form.
thanks
mrutyun
‎2006 Jul 11 4:11 PM
Look up for a printed message in table NAST and run RSNAST00, if you put a break in perform routine TNAPR_LESEN, you can change values readed from TNAPR, sapscript name, entry routine, etc.
Regards.
‎2006 Jul 12 9:36 PM
Great tip Peluka!
I was able to get some forms from this table and do the testing.
Thank you very much.
Sumit.
‎2006 Jul 11 4:12 PM
use transaction VL71, to print delivery note.
But before that you have to assign delivery document to output type, so in VL02N select Tab 'EXTRAS'-> DELIVERYOUTPUT-> ITEMS.
here assign output types, and choose communication method and give the printer destination and check tab 'PRINT IMMEDIATELY'.
Message was edited by: Sharath kumar R
‎2006 Jul 12 8:42 PM
‎2006 Jul 11 4:17 PM
VL02n initial screen, enter delivery# and in the menu select outbound delivery->issue delivery output.
Regards
Sridhar