‎2006 Sep 11 7:32 AM
I have created a sapscript.
It is usually tied up to an output type and assinged to the billing doc.
But without tyine it up to an output type can i test my sapscript with a billing doc?
‎2006 Sep 11 7:37 AM
Hi,
Without attaching the layout to output type you cannot see test the same. Output type is mandatory to test the layout.
You can check the table TNAPR for output types attached to layouts.
Regards,
Ram
Pls reward points if helpful.
‎2006 Sep 11 7:37 AM
Hi,
Without attaching the layout to output type you cannot see test the same. Output type is mandatory to test the layout.
You can check the table TNAPR for output types attached to layouts.
Regards,
Ram
Pls reward points if helpful.
‎2006 Sep 11 7:53 AM
Thanks Ram.
in that case, can i create a dummy output type to test my layout? If so then how can i do it?
And you are talking about Tnapr, how can it help in my case? as i said ealier, i am creating a new script.
And Tnapr is used to find the Ot for existing layouts.
Are you trying to say that i can use one of tose output types?
‎2006 Sep 11 8:05 AM
for creating output type .
go to NACE transaction.
select application for billing v3.click on output type.
now select output type and double click on that ...
and now change program name and script name with ur program and script.save .
‎2006 Sep 11 8:12 AM
‎2006 Sep 11 8:20 AM
standard program?
i think u create sapscript layout and driver program for that now just attech it to output type nothing else.
‎2006 Sep 11 8:44 AM
thanks kishan,
I came to know from my functional person that he wants me to use the std prog RVADIN01.
Which means i would have to write a script which would work with this program.
Will i be able to find a template for this?
Or just have to analyse this program?
‎2006 Sep 11 8:51 AM
ok..
its means output type is rd01.
u can check associated script with this output type is RVINVOICE01 u can make a copy of this script into zscript and do the changes and use standered program
RVADIN01 as a driver program.
and only attect ur zscript with output type in nace.
‎2006 Sep 11 7:43 AM
Create program and call the script there with all the data populated in that program. But it is all inter related with the program.
‎2006 Sep 11 7:48 AM
Phani, I cannot use a program in my case as i am using the structures,fields which are related to transaction, so i would need to test it along with the transaction.