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

Problem in sapscript

Former Member
0 Likes
721

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
691

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

6 REPLIES 6
Read only

Former Member
0 Likes
691

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

Read only

Former Member
0 Likes
691

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

Read only

Former Member
0 Likes
692

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

Read only

0 Likes
691

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

Read only

0 Likes
691

Hi Kishan,

My problem is solved.My requirement was related to the transaction VL02.Thanks for your help

Read only

Former Member
0 Likes
691

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