Application Development and Automation 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: 
Read only

Script: how to ececute the script.

Former Member
0 Likes
899

Hi Gurus,

i have a custom driver program and the layout.but im not abal to execute my driver program.so what might be the rpoblem and how to sexcute my form.plz help me in this its very urgent.

correct answers will appreiciated with good points.

thanks and regards

sirish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
853

Hi Sirish,

Goto Tcode 'NACE'. there u have application intht select v3 since u are saying tht as vf03 ie billing.then click on output types click on processing routines .

Convert into change mode

there u find some options like.

output type medium Prgm Form routine Form

-


RD00 1 RVinvoic Entry Zprogramname

Entry is the subrotuine where the actual zprogram triggers.

RVINVOIC is the standard progrm for script invoice and Form is zprogram name now save and goto Tcode to test take the invoice number and execte or test then u will c the output.. If u r unable to fine the processing routines or output types contact your basis guy for configurationsss...

regards,

sana.

reward if useful..

7 REPLIES 7
Read only

Former Member
0 Likes
853

Is your Driver program is executable program?

Regards,

Satish

Read only

0 Likes
853

Hi satish,

how to see if my driver program is executable or not ...?? plz help me in this satish.

Thanks & regards

sirish

Read only

0 Likes
853

in se38

program attributes u can see

Read only

0 Likes
853

Hi Gurus,

My driver program is a executable program. so how to run this script.do i need to got to vf03 & execute...if it so...in output type wat should be given.plz help me how to execute my script .

thanks & regards

sirish

Read only

Former Member
0 Likes
854

Hi Sirish,

Goto Tcode 'NACE'. there u have application intht select v3 since u are saying tht as vf03 ie billing.then click on output types click on processing routines .

Convert into change mode

there u find some options like.

output type medium Prgm Form routine Form

-


RD00 1 RVinvoic Entry Zprogramname

Entry is the subrotuine where the actual zprogram triggers.

RVINVOIC is the standard progrm for script invoice and Form is zprogram name now save and goto Tcode to test take the invoice number and execte or test then u will c the output.. If u r unable to fine the processing routines or output types contact your basis guy for configurationsss...

regards,

sana.

reward if useful..

Read only

Former Member
0 Likes
853

Hi,

Go to NACE transaction and against V3 (billing) create an output type say ZABC and save.

Now for any invoice existing in the system go to VF02 and enter the invoice number.

Go to header,select output and provide the ouput type name 'ZBAC' and give print output medium(No 1). Also enter the partnet name and type (SP,SH, BP).

Go to communiucation button and given destination (Printer name)

Go to furthe rdata and select Send application with own transaction.

Now save the document.

Go to transaction VF03.

From billing document menu select issue output to and see your script output.

Thanks,

Kasiraman R

Read only

Former Member
0 Likes
853

Hi,

executing driver program is same as normal abap program.

whats your problem u idnt mention it

Regards