2005 Sep 10 4:58 AM
Hi,
Does anyone know RLVSDR10 print report. It is used to initiate printing of Transfer orders.
It uses SAPscript and ABAP code to generate final output. In my system SAPscript is activated to generate output.
I need to add some more fields in output. Please help.
2005 Sep 10 5:49 AM
Hi,
You didnot reply whether you are trying to change a custom sapscript .
So if you have a custom sapscript you can add these fields as these fields are available in program
RLVSDR10.
Cheers.
2005 Sep 10 5:34 AM
Hi,
Is it a custom sapscript you want to change?
Which fields/ what info you want to add??
Cheers
2005 Sep 10 5:41 AM
Hi Sanjay,
Thanks for your reply.
I need to add
,,Storage Loc:,,&LQUA-LGTYP&,,&LQUA-LGPLA&,,&LQUA-VERME&
Regards,
Pratibha
2005 Sep 10 5:49 AM
Hi,
You didnot reply whether you are trying to change a custom sapscript .
So if you have a custom sapscript you can add these fields as these fields are available in program
RLVSDR10.
Cheers.
2005 Sep 10 6:03 AM
Yes I have a custom SAPscript. I added these fields in that SAPscript as well in include file RLVSINSE.
But still not getting displayed in final output.
Thanks
2005 Sep 10 6:15 AM
Hi ,
Can you confirm if you are using custom script with standard program or is the print program also a custom one.
Have you modified RLVSINSE ?? Generally SAP programs are not modified.
You can put a break point just before write_form ( main window )
and check in debugging whether the field you are using in sapscript has a vlaue. It may be the case that instaed of "lqua" you can use some other structure which has a value. Also check table LQUA if it has vales for the specified fields.
Cheers.
2005 Sep 10 6:21 AM
Hi Sanjay I have made custom programs copied directly from original programs. As well copies of includes.
Thanks
2005 Sep 10 6:32 AM
Hi ,
Check in debugging that the fields have value beofre control passes to sapscript i.e. just before WRITE_FORM.
You can also try structure qsperr which is available and is similar to lqua.
Cheers.
2005 Sep 10 11:10 AM
Hi Sanjay,
I added breakpoint before Write_form in include ZRLVSDR96 copy of RLVSDR96. But still after executing program it takes a print w/o processing breakpoint.
Thanks.
2005 Sep 13 8:08 AM
Hi Sanjay,
The problem has been resolved. Thanks for your quick suggestions. It really helped me and encouraged to resolve the problem.
Regards,
Pratibha