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

Help needed in script

Former Member
0 Likes
947

Hi All...

We have one custom form and driver program. Now i need to copy those two with diffrent names and i need to make some changes in that. What my problem is.. after making the changes we created an output type and we attached the form name and driver programname in that. But in the out put type it is showing an error like <b>"Form routine could not found in the in the program ZVVVV" </b>

But in the driver program there is a select query on TNAPR table to get the formname. I checked in that table there was an entry with old form name and driver program. How do i make an entry in TNAPR. Is that entry should manully made or by customising it will happen...?(By Fucntional People). If it is work of functional people what should they do exactly..

<b>please help me out in that...</b>

<b>Useful solutions will be rewarded....</b>

Regards,

Arjun.

8 REPLIES 8
Read only

Former Member
0 Likes
884

hi arjun,

u have to configure this in NACE transaction for your script with corsponding program name then only you can see your form name and corsponding programe name in TNAPR table as updated.

please reward me if this is helpful for u.

Read only

Former Member
0 Likes
884

Hi,

You can assign output type the program name and layout from NACE transaction.

Go to NACE -> Select output type -> and assigne program name and layout there.

Hope this will help

Read only

Former Member
0 Likes
884

//What my problem is.. after making the changes we created an output type and we attached the form name and driver programname in that. But in the out put type it is showing an error like "Form routine could not found in the in the program ZVVVV"

did u assign the same to the procedures in nace . confirm this.

regards,

vijay

Read only

Former Member
0 Likes
884

Hi,

If u see in Nace Transaction code, the Form name and Driver program are configured with one routine i.e. Form routine, check whether that routine name is available in your driver program or not.

if it is not there please write the code using your form routine.

Regards,

Sreedhar

Read only

0 Likes
884

Hai sridhar...

<b>thanks for the help</b>.

U are right. we assigned the Form routine name with some other one that was not available in the driver program. so what should we will write in that routine and what is the signficance of that. please explain...

regards

arjun

Read only

Former Member
0 Likes
884

arjun:

tcode:nace

select ur APPLICATION TYPE: VV(example)

take the push button OUTPUTTYPES. THIS GIVES U ALL THE OUTPUT TYPES AVAILABLE 4 UR APPLICATION.

select ur respective output type & select processing routines on the left.

then assign ur program name n form name.

this will show ur entries in TNAPR table .

hope this is helpful

reward if helpful

kiran

Read only

Former Member
0 Likes
884

Hi arjun,

1. Go to nace

2. select application

3. click output type button and select output type

4. double click on processing routines

5.There u assign u r changed driverprogram name and form name

Program - changed program name

Form - changed Form name

Then an entry will be created in tnapr table

In TNAPR table the driver program name and form nanes will be stored.To check it,

go to se11 enter tnapr table

give the form name and execute u will get the driver program of that particular form

fields,

PGNAM - Program name

FONAM - Form name

(or) if u want to directly see whether u have given the changed driverprogram name and form name in nace

1. in se11 give view name as VN_TNAPR

2. execute it

3. it will ask for o/p type and application give it

4. then u can directly go to nace "display view processing routines" screen

There u check whether u have changed the entries if not repeat nace procedure

Read only

Former Member
0 Likes
884

i got of my own...thanks for the help guys...