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: 

Re: Sapscritpts(VF02)

Former Member
0 Kudos

hello friends,

I've developed a zscript and zprg which are to be printed when i run the transaction VF02. i'm able to see my zscript when i run the transaction.

But the problem is im unable to see the data which is being fetched by the zdriver prg..although the data is coming into the workarea...

The data is getting printed when i run the zprg, when i execute it from the transaction it is not getting printed...

what could be the reason?

Early reply would be appreciated.

Regards,

Krishna

5 REPLIES 5

Former Member
0 Kudos

Hi sai,

when u r running from the transaction the data is present in the transaction so output it triggered based on the output type

like the process is

this gets triggered

as perform --driver program

and form -- script

in the routine entry1

and outputs the data to script and here it will not reach to the end of selection of the Zdriver program which means the list is not triggered ..so u will not see the o/p

when run from a transaction .

whereas when u run the z driver program

it will reach the end of selection and list is triggered .

regards,

VIjay

Message was edited by:

vijay k

0 Kudos

Hi Vijay,

Thank You for your reply.

Could you please elaborate on the explanation given by you.

How do we technically approach it, If possible, please provide some steps.

Regards,

krishna

Former Member
0 Kudos

is the output type set to the driver program in NACE for V3 - billing. The output type also should be set to the transaction in the access sequence by the functional person or for testing u can check the output type in VF02

0 Kudos

Hi,

The output type is set. Im able to see the form when i execute the transaction, but im unable to see data in the windows, when the form is printed from the transaction.

Regards,

Krishna

Former Member
0 Kudos

did u put a break point in the driver program to check and see if the data is being populated when called from vf02 also activte the SAPSCRIPT DEBUGGER to check is the data is sent to the script.