cancel
Showing results for 
Search instead for 
Did you mean: 

Can't see the script output in lt31 or RLVSDR40 .

Former Member
0 Kudos

I have transfer order number and warehouse number.

I executed LT31 tcode and program RLVSDR40, to see the output of the form.

However I could not see the form output. I tried to see WRITE_FORM function module but I could not see the program RLVSDR40.

How can I view the output of the form (with transfer order number and warehouse number.)?

In OMLV, I can see driver program and by pressing "print code" button, i was able to see my form name also .

Could you please help me whats wrong?

YOUR HELP IS HIGHLY APPRECIATED.

THANKS IN ADVANCE

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sam,

Please check the your output type in TNAPR table, to get the Processing program and script name.

If you don't find the output type in the TNAPR, the try to run your output from program: RSNAST00 .

Otherway, to find is put a break point in OPEN_FORM FM and activate update debugging, you need to check which processing routine is been used.

Thanks

Prasead

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

you need some abap knowledge to figure it out.

The most printing of the forms is done in function modules.

e.g. a single to is printed in FM: L_PRINT_TO_SINGLE

TOs referring to posting changes in FM: L_PRINT_TO_POSTING_CHANGES

etc.

you can find this in INCLUDE RLVSDFOR

which forms are called is detemined before the call to that functions.

but in the function modules you can find it out with a breakpoint.

As said before. the settings which forms with which programs is set in transaction OMLV

Gr., Frank

Former Member
0 Kudos

Please let me know whether we can view the SP SCRIPT output or

is it like only printable we can only print and see the out put ( is it like we can't view the out put of the form ) ?

in such case, I am not able to print even ?

How to solve ?

Any body know or can help on this ?

YOUR HELP WILL BE HIGHLY APPRECIATED!

I could not see even

open_form

write_form

in program RLVSDR40 to which script layout is associated...

where can I see the above FMs

venkateswarareddy_medam
Active Participant
0 Kudos

Hi Sam,

The progrm is SAPLLTOP here u get the open_form and write_from FM.

The configuration need to OMLV

U need to declare like this in OMLV

002 21 Delivery - TO Item Sort Z_O_LVSKOMMIL1 1 02 0

Former Member
0 Kudos

The functional guy don'tknow the output type and in TNAPR table, the script name is not existing.

There are no OPEN_FORM FM availble in the standard program

Thanks in adv.

Former Member
0 Kudos

Hi Sam

Do not look in TNAPR. That table is only for SD-MM forms.

Not for a form like yours.

I think have to make the right settings in OMLV.

I cannot say from here which.

Gr.,Frank