‎2008 Jul 25 10:40 AM
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?
‎2008 Jul 25 10:45 AM
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.
‎2008 Jul 25 12:34 PM
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?
‎2008 Jul 25 10:45 AM
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.
‎2008 Jul 25 10:51 AM
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.
‎2008 Jul 25 12:35 PM
yes but do u know exact output type for fico module scripts.If yes please give to go further.
‎2008 Jul 25 12:37 PM
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
‎2008 Jul 25 12:42 PM
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
‎2008 Jul 26 1:24 PM
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.
‎2008 Dec 19 8:00 AM