Application Development 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: 

RLVSDR10

Former Member
0 Kudos
210

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
118

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.

9 REPLIES 9

Former Member
0 Kudos
118

Hi,

Is it a custom sapscript you want to change?

Which fields/ what info you want to add??

Cheers

0 Kudos
118

Hi Sanjay,

Thanks for your reply.

I need to add

,,Storage Loc:,,&LQUA-LGTYP&,,&LQUA-LGPLA&,,&LQUA-VERME&

Regards,

Pratibha

Former Member
0 Kudos
119

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.

0 Kudos
118

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

Former Member
0 Kudos
118

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.

0 Kudos
118

Hi Sanjay I have made custom programs copied directly from original programs. As well copies of includes.

Thanks

Former Member
0 Kudos
118

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.

0 Kudos
118

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.

0 Kudos
118

Hi Sanjay,

The problem has been resolved. Thanks for your quick suggestions. It really helped me and encouraged to resolve the problem.

Regards,

Pratibha