‎2007 Sep 20 10:51 AM
Hello Gurus,
I have a requiremnt to change the Account Statement
SAP Script : F140_PAY_CONF_01 to Smartform.
I could not find a standard SF, so changed the driver program RFKORD10 and uploaded script to SF and made the changes.
But now when I try to assign new Print Program and SF....,it does not take the SF.
It shows an error saying that the form I entered is not a vald Script.
Does it not take Smartforms ? Can't we Use smartforms for Account Statemnt ?
I am using ECC 6.0. My functional Consultant does not know if thre are standard smartforms.He is asking me to develop a ZSF
Please clarify my doubt.
Regards,
Venky
‎2007 Sep 20 1:55 PM
yes you cannot assign the smartform in the config. Except for dunning FI can only take sapscripts or the pdf forms and not smartforms. You might have to write a zprogram to call your smartform and the program has to be run.
‎2007 Sep 20 11:04 AM
Hi
There is no smartform for this Account statement
use the script <b>F140_ACC_STAT_01</b>
by looking into it design your own smartform.
If you use the Std driver program <b>RFKORD10</b> see whether it drives the smartform or not, because it is designed to trigger the Script only so have to make changes to driver program to trigger the smartform.
goto <b>OB96</b> tcode and there assign the changed Program and Smartform and then execute the account statement.
Reward if useful
regards
Anji
‎2007 Sep 20 11:13 AM
Anji,
Thanks for your prompt reply.I exactly did the same thing which you were mentioning as a reply to my post, but in OB96 it does'nt take a smartform even after i've made changes to the driver program RFKORD10.
This is the error message i get '' Form ZAccountstatement is not defined or is not active ''
The SF is activated and it exists...when I've been to the F1 help it says I need to enter a '' layout of the form which is defined in the SAPscript word processing tool ''
Can I conclude that smartforms are not possible for Account Statement or is there any other alternatoive to make it configure ?
Regards,
Venky
‎2007 Sep 20 1:55 PM
yes you cannot assign the smartform in the config. Except for dunning FI can only take sapscripts or the pdf forms and not smartforms. You might have to write a zprogram to call your smartform and the program has to be run.