‎2006 Aug 09 6:17 AM
Hi,
I have the output type,Print program and the Form name for a particular Sapscript requirement.I want to know the transaction from which it will be triggered.
Mukesh Kumar
‎2006 Aug 09 6:50 AM
HELLO Mukesh,
If u know the output type print prog and formname, then from Nast table u can get the application type.
With that application type if it is V1 then
The form will be triggered from VA02,Va03 like tcode.
So check the Application .
If usefulm reward.
Vasanth
‎2006 Aug 09 6:25 AM
Mukesh,
You`ll able to find the application id of the condition type from the database. The smart way go to transaction browse table NAST and identify whether there is any entry already made for the corresponding OUTPUT TYPE.
Else, give me the form name and i`ll help you further.
Hope the information is helpful.
Reward points if you`re convinced with the answer.
Regards
‎2006 Aug 09 6:41 AM
Hi Mukesh,
Goto NAST table and give in ur output type and identify the application
V2 is for shipping,
V3 is for Billing and so on....
If its V2 then you can trigger the output from VA02, VA03 or VL71 and if its Billing you can trigger the output from VF02, VF03 , VF31 and so on..
Each application have their own transaction for printing....
Cheers
VJ
‎2006 Aug 09 6:50 AM
HELLO Mukesh,
If u know the output type print prog and formname, then from Nast table u can get the application type.
With that application type if it is V1 then
The form will be triggered from VA02,Va03 like tcode.
So check the Application .
If usefulm reward.
Vasanth
‎2006 Aug 09 6:55 AM
go to table TNAPR.and give ur output type value.
from there u get appplication(KAPPL)
3)now go to transaction NACE
3)and check this application type
4)and u get the discription of application type.
5)if it is v2 it means it is delivery
if it v3 billing.
6) now u can ask anyone functional consultant abt transaction
ex- for billing vf02
for deleivry vl02/vl02n
‎2006 Aug 09 7:12 AM
Hi Kishan,
My problem is solved.My requirement was related to the transaction VL02.Thanks for your help
‎2006 Aug 09 6:57 AM
hi
good
call your particular form in your print program using OPEN_FORM,START_FORM and CLOSE_FORM function modules.
or else you can create a tcode usint SE93 and call your print program there
thanks
mrutyun