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

Script Error

Former Member
0 Likes
1,374

I customized TDS cert form.the form is assigned in fi part also.form is active.But when i execute it still takes standard form only.how to proceed further?

9 REPLIES 9
Read only

Former Member
0 Likes
1,280

Hi,

You are calling this form from a driver program, right? In your Driver program in the function module OPEN_FORM OR START_FORM (which ever applicable) give the customized form name which you have developed instead of the one which you are using now.

This solves the issue surely.

Regards,

Swapna.

Read only

0 Likes
1,280

Hi,

What u said is correct.But its a standard pgm.I customized form only.i changed that form name in fi part.but it is not taking zform.how to rectify?

Read only

GauthamV
Active Contributor
0 Likes
1,280

HI,

plz check in debugging mode whether ur program is being called or not otherwise check whether u have assigned ur form to apprpriate driver program.

Read only

Former Member
0 Likes
1,280

Hi,

Check that you have entered your form name or not .

Goto transaction NACE and select the related row

click on 'Output types'.

Select the row and click on 'Processing routine'.

Now the program name and form name is displayed.

Here instead of the standard FORM name enter your form name. And save it. Now when you execute then it will not takes the standard form. Custom form will be executed now.

Regards,

Rajitha.

Read only

0 Likes
1,280

yes but do u know exact output type for fico module scripts.If yes please give to go further.

Read only

Former Member
0 Likes
1,280

There is no problem in ABAP. Your problem is linked to FI configuration. Consultant your FICO consultant to link that form in Withholding Tax Configuration also.

Regards

Rajesh

Read only

Former Member
0 Likes
1,280

hiii

have you added your form in NACE t-code?

please check it and if not done there then do it by using following steps

Open t-code NACE

click on output types.

Now click on processing routine from left sided menu.

Now right side enter your program name & script name & first subroutine and save it..

Now execute your script.i think it will work

regards

twinkal

Read only

Former Member
0 Likes
1,280

khanna,

first you need to run RSTXDBUG in se38 to check wether you script is called or still standard one.once with this you can see still stadard script comes in role.

so now you have to assign your script insted of stardard one in Tx OB96 here you can maintain all form and programs of FI related.

also just explore OB78.

Amit.

Read only

Former Member
0 Likes
1,280

Thanks