‎2007 Dec 13 1:05 AM
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
‎2007 Dec 13 3:55 AM
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..
‎2007 Dec 13 1:18 AM
‎2007 Dec 13 1:22 AM
Hi satish,
how to see if my driver program is executable or not ...?? plz help me in this satish.
Thanks & regards
sirish
‎2007 Dec 13 1:50 AM
‎2007 Dec 13 2:13 AM
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
‎2007 Dec 13 3:55 AM
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..
‎2007 Dec 13 4:22 AM
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
‎2007 Dec 13 4:34 AM
Hi,
executing driver program is same as normal abap program.
whats your problem u idnt mention it
Regards