Check deposit with smartform

Hi experts!
I have to replace a sapscript by a smartform for transaction FF68 and I don't know how I can do it.
If I'm not wrong there are no user exit or enhancement planned to do that.
I try to do it with Business Transaction Event but I don't know which even I need to use.
Could you please help me to trigger my smartform when user print in FF68?
Thanks in advance,
Cynthia

Cynthia,
If clone/repair program is not an option, one way to call your custom Smartform is to develop a Implicit enhancement point at the start and end of Subroutine Write_PDF.
You can put a condition to trigger only your logic to call custom Smartform ( i am assuming that subroutine write_pdf has all the data needed for your custom smart form, and that you do not need a pdf output). 
Form Write_pdf.
*START: Implicit Enhancement at Start of Routine. --
If  1 NE 2.
* Call Custom Smartform.
Else.
*END: Implicit Enhancement at Start of Routine. --
--- < Current Code>
--- < Current Code>
---< Current Code>
*START: implicit Enhancement at End of Routine.
Endif. ....  Implicit Enhancement
*END: implicit Enhancement at End of Routine.
Endform.
Hope it helps!
Thanks,
VM.

Similar Messages

  • Check printing with SmartForms

    Hi,
    I need to print a check with tr F110. I know that RFFOUS_C is meant for SapScript printing. Can anyone tell me how to do for SmartForms?
    Tarick.

    You cannot use a SmartForm to print cheques in SAP because the FI configuration will not allow it till release ECC6.0. It has to be printed via SAPScript - there is no other way.
    Cheers,
    Sougata.

  • Check output with Smartforms?

    Greetings, everyone.
    Is it at all possible to use Smartforms to create check (payment advice) output?
    All the documentation I've found says to basically use RFFOUS_C and a SAP Script layout (F110_PRENUM_CHCK or a customized version), but I'd much rather use Smartforms if I can to format and output checks.
    The relevant SAP version is 4.7.
    Thanks for your assistance!!
    Chad

    Dear Chad,
    As you have the script F110_PRENUM_CHCK - download the script first onto your desktop.
    Open the Tcode SMARTFORMS.
    Go to Menu- Utilities->Migrate SAPScript Form.
    You need to create a Custom Smartform and Name it as SF_F110_PRENUM_CHCK.
    Then in there is a option of giving the Source form(SAP Script) as the SAP Script Name = F110_PRENUM_CHCK.
    Target Form(Smartform) = SF_F110_PRENUM_CHCK.
    Then the SAP Script would have transfferred its layout into a smartform.
    Now take this Smartform and use it to customise accordingly the layout according to you requirements. This will ease your efforts a lot.
    Hope this helps you out. Please do reward accordingly.
    Thanks
    Venugopal

  • Cross company payment through F-53, error in Check deposit & check issue tr

    Hi
    I have just joined the community and ready with 3 queries.
    Please.......... help me to resolve.
    i) While executing the cross company payment ( company code 1300 making payment for vendor in company code 0013) using transaction code F-53, I am getting error 'vendor not defined in company code 1300'.
    For F-53 screen, vendor is selected from company code 0013.
    I have executed APP (F110) successfully in company code 1300 for paying the same vendor in company code 0013.
    ii) For check deposit transaction, error is " entry 1300 is missing in table TO43S'. (1300 is a company code)
    iii) For check issue transaction, error is "no batch input data for screen SAPMF05A'
    Thanks
    Rekha

    1. Don't give vendor number in the main screen, give all remaining inouts and press enter, then it'll show the second screen
    there you can give the company code and vendor account.
    2.  Cretae a tolerance group for GL accounts in OBA0.
    Don't post more than one query in the same thread.
    Rgds
    Murali. N

  • Report for Check deposit list being presented in Bank

    Dear SAP Experts,
    we are electornic manufaturing and trading company having business in all over the country. we have fourteen branches and diiferent sale outlets. Similarly we have different house banks all over the country where each branch deposit its collcetion (incoming checks)
    Now we have requirements from managment that it wants to see check deposit status. All the checks from fourteen branches being deposited and how many honoured within value date and how many dishonoured
    To meet this requirement i make all necessary configuration for check deposit and configured the scenario. every thing is ok and i also got print through transaction code FF68. but as i demonstrated this to my Finance department , there was requirement of report (not print format) in ALV format to get all the chkecks being presneted at specific date and honoured and dis hounred at that date
    As i searched for check deposit list through SDN i found programme RFKKCK01 for this. i also made alll necessary configuariton for this report but as i executed it there is message "No payment lot corresponds to the selection criteria"
    i am not finding any appropriate stuff on this issue
    Requirement
    Do i going on right track to meet managment requirements i.e. report showing presented, dishonoured and hounured checks for speicfic date(period)??
    Procedure to create payment lot as i am not finding any such field to create payment lot(back end or front end)??
    At presnet we are creating check incoming entry by debiting incoming bank a/c and crediting customer, while in case of check deposit i have to use one additional bank clearing a/c andadditional data entry through t code FF68
    waiting very constructive reply as i always get from SDN
    thank you
    Sajida

    Create a query with joined tables (KNB1, KNA1 & BSAD) will show you the posted deposits for specific date range. 
    Do dishonored checks get posted/updated in your system immediately?  Does this information come from the bank?

  • Dunning letter with smartform

    Hi experts,
    I have to create a form for dunning letter with (smartforms) for the transaction F150
    and really I don't know how I will do it.
    I don't know how to pass the fields run on, identification customer to the formulaire for getting data for display?
    notice in this moment I have letter displayed with the form sapscript Y_F150_DUNN_01, that I have to change the letter to a form with smartforms?

    Hi Mohamed,
    because I did not believe SAP doesn't provide smartforms dunning I checked it.
    In Customizing Financial Accounting->Accounts Receivable and Accounts Payable->Business Transactions->Dunning->Printout the documentation says "Note that you can define dunning forms using either SAPScript or SAP     
    Smart Forms."
    The Docu for "Define Dunning Forms (with SAP Smart Forms)" explains how-to:
    Requirements                                                                               
    The standard settings allow for creating dunning notices using              
    SAPScript. If you wish to print your dunning notices using SAP Smart         
    Forms, you must first define the corresponding function module.              
         1. In Customizing for Financial Accounting, choose Financial             
         Accounting Global Settings ->  Business Transaction Events.              
         The SAP Business Framework screen appears.                               
         2. Choose Settings -> P/S function modules -> ... of an SAP appl. .      
         3. Under the Business Transaction Event (BTE) "1720" with                
         application indicator FI-FI, change the function module in               
         FI_PRINT_DUNNING_NOTICE_SMARTF and save your entries.                                                                               
    SAP provides a predefined example form for dunning notices:                                                                               
    o   F150_DUNN_SF                                                                               
    Activities                                                                               
    1.  Make sure the function module FI_PRINT_DUNNING_NOTICE_SMARTF has       
        been defined (see above).                                                                               
    2.  Create a dunning form or change the example form to meet your          
        requirements for the various dunning notices.                                                                               
    I checked it and it looks really easy!
    Any quetsions? Feel free to ask.
    Regards,
    Clemens
    P.S.: If you don't expect more answers, please close the thread.

  • Electronic/Manual Check Deposit Transactions

    Our company is looking into being able to use internet based software to provide our customers the option to do an ACH type transaction to pay us for their invoices.  They would go onto the site, key us in as their customer, key in their banking info and amount and we would daily extract the information from the software.  It seems like this fits the functionality of electronic check deposit.  I'm trying to simulate transactions using the manual check deposit transaction which I think would work the same as electronic.  I'm also thinking that the process would mimic the lockbox processing.  If a customer does not reference an invoice on their payment, we want the amount that they are paying to go on their account.  We maintain their banking information on our customer masters in SAP - the file extract we get has their banking information.  When this situation occurs in the lockbox, the posting automatically goes on the customer's account.  Is there a way to do this with the check deposit configuration?  Or does anyone have any suggestions on other ways to electronically process this data?
    Thanks,
    Lisa

    Hi Lisa,
    As you mentioned, the process you have in mind is similar to lockbox processing the difference being receiving/extracting the payment information directly from customers in place of banks.
    I feel that you should use the Lockbox steps and not the check deposit scenario. Import program RFEBLB00 could be copied and modified to suit you. And if the information is missing the payment is applied "on account" for which you could FEBA_LOCKBOX.
    Payment card is also an option for speedy settlements.
    Shony

  • Manual Check Deposit Slip Number? in FF68

    Hi Team,
    Can you please suggest me, can we assign the Check Depoist Slip,
    In FF68, I see the Group name is freely definable, as it is you can print deposit list separtly per group name.
    Now My customer what to assign numbe to every Check deposit slip and need to print on check deposit slip
    Please suggest
    Regards,
    Anil

    Hi,
    I hope it is not possible.
    You need to give / follow sequential numbering to GROUP field in FF68 manually.
    Else, check with your ABAPer, whether if he can put some USER EXIT to FF68 to generate the next GROUP number automatically, based on the existing defined groups.
    Hope this may help you.
    Regards,
    Srinu

  • Manual Check Deposit

    I have done with all settings of Bank Accounting;
    Created House Bank
    Created Check Deposit Account
    Crated Account Symbols and assigned GL accounts
    Created Keys and defined Posting Rules
    Created and Assigned Business Transactions
    Defined Variant for Manual Bank Statement
    Defined Variant for Check Deposit
    At Check Deposit entry FF68, i have saved the statement and when i tried to post it did not posted to GL account i have verified my Checks Deposit Account and Main Account with FS10N.
    What other configuration to be done for Cheque Deposit.
    <a href="http://www.4shared.com/file/21805418/7eeced4c/2_online.html">Detailed Error Txt file is here</a>

    Have you created a batch session.
    Check Sm35 to see if one is sitting there for you to post.
    If not get an ABAP'er to debug the process to see where the hole is.
    OK forget the above, check your posting key rules make sure you are just posting to the customer.
    Message was edited by:
            Mark Chalfen

  • Reg.Post dated checks deposit

    Hi all,
    I am using SAP B1 2005B version PL40.In this version i am unable to found Post dated check Deposit entry.But i found the same in the Help Files.
    First Tell me is there Post dated check deposit Entry option  available in SAP B1 2005B.If its there means how to enable it.
    Thanks in Advance,
    M.Badrinarain.

    If you are refering to the option:
    Option 1: Open post dated checks window in General Settings->Services (or)
    Option 2: Post Dated Deposits functionality in GL report expanded option
    Upto my awareness, the post dated cheque option is currently not available in Indian Localisation.
    Recomended: Do check with your India LPE for latest information.
    In case of post dated cheque you can post outgoing payment with future posting date, the journal entry will be posted in the future posting date thus not effecting the current account balance as on current date.
    Note: Please check the validity of this transaction with your accountant.
    Regards
    Satish

  • CHECK DEPOSIT HELP PLEASE!!!

    Hello to everyone. i have got a problem with check deposits.
    I have configured Transaction Code FF68: Manual Check Deposit. When I Execute the same, no document that gets posted but a statement gets generated. I have checked the Gl Account assignment and also the Posting rule configurations, but, could not find anything.
    after these problem i found a solution doing it:
    the processing type i have selected. i have four options for further processing of FF68 statement once i save it and post. If i  have chosen processing type '2' a batch input session will be created and that can be processed using SM35.
    Settings -> Specifications -> Processing type
    But after that, i am going to feba_check_deposit and i cant do anything COS APPEAR LIKE POSTED BUT REALLY IS A OPEN ITEM in the transaction fbl5n.
    ANY SOLUTIONS?? THANK YOU

    Hi in define posting rules here u can select that posting type as a 5 that is clr credit g/l account based on this that account automatically cleared.
    kindly check once again below steps those are
    Create Account Symbols
    Assign Accounts to Account Symbol
    Create Keys for Posting Rules
    Define Posting Rules

  • Check Deposit List Overview (FF68)

    Hello all,
    I have a new accounting rep who entered a manual entry into our check register with the processing type:
    1     Further processing as batch input (generate online)
    We normally process our manual entries with processeing type:
    4     Further processing online
    To resolve this issue, we entered SM35 (Batch Input: Session Overview) and deleted the batch input entry.  The entry never hit the G/L, and we simply entered an additional manual entry with the correct processing type. 
    However, our issue is this:  Even though we deleted the batch input session which contained the "mistake" entry, it still shows in our Check Deposit List Overview.  We are trying to remove this from this list, and we do not know how.  We do not want this extra check deposit to put our books out of balance.
    Please help!
    Thanks,
    -Matt

    Can anyone help?  I thought my question was very clear.  If anyone needs clarification, please don't hesitate to ask for additional information to help you understand the problem.
    Thanks again,
    -Matt

  • CHECK DEPOSIT

    Hello to everyone!! First at all thanx.
    I am have a big problem with the check deposit. I am trying to use the transaction ff68 and i found a problem:
    After i introduce all the dates property, i try to save and i cant see after save the open files and clear files of my customer.
    Where can i customizng it??? NO FEBA_CHECK_DEPOSIT  TRANSACTION IF NOT FF68 COS FEBA TRANSACTION IS ALL RIGHT.
    PLEASE REPLY SOMETHING I NEED IDEAS LOL
    THANX

    Hi,
    a. In FF68 have you entered the clearing information after clicking on overview?
    b. In FF68, click on menu Settings - Specifications and check if the processing type is 1 or 2.
    c. If the processing type is 1 or 2, check in tcode SM35 for the batch session that was created.
    Rgds
    Shivram.

  • Archivelink with Smartform

    Hello,
    I have stored photos of the employees into a document via archivelink. How can I include the content of this document into a smartform?
    regards,
    Jennie Díaz

    Hi Nat,
    You can check out another post by me where I explained some of the ArchiveLink options:
    Re: SAP ArchiveLink vs OpenText Ixos and AxsOne Archiving solution
    Essentially in order to start imaging in HR module you will first need an infrastructure for ArchiveLink in place. You already have application logic in your WAS/BASIS layer, but you would also need external content server. Refer to my post about the options there. You can have low end and free option such as Content Server to high end scalable and more secure options from established ECM players.
    Customizing in HR module and ArchiveLink susb-system is well explained in SAP help. You can also e-mail me @ [email protected] for specific questions.
    Regarding original question from Jennie, generally attaching archived images with smartform is not really easy as SAP doesn't support inclusion of external binary content in spool requests, unless it is statically linked with SE78/SO10. Look at this post where I have explained the options: Re: Archivelink: background print of image (SAP rel 4.6c)
    Regards,
    Vishal

  • Problem - Define Forms for Check Deposit List - Need Help

    Hello Experts,
    I want to extend the logic of T Code FP20 (Prog RFKKCK01),
    Hence, I have created a 'Z' prog with the appropriate extension in the logic.
    Now to take these change effectively, i have made corrensponding changes in the attached SAP Script (FKK_CHECKDEPOS) also.
    Now, when I go to
    Contract Accounts Receivable and Payable -> Business Transactions -> Payments -> Processing Incoming and Outgoing Payments ->Define Forms for Check Deposit List.
    In this, I create a new Entry after removing the existing Entry of the same Company Code [1000     | ZRFKKCK01 | SapScript | ZFKK_CHECKDEPOS ]
    it gives me an Error "Specify the key within the work area".
    Specify the key within the work area
    Message no. SV033
    Diagnosis
    You have attempted to create an entry whose key is not in the range defined for this area.
    System Response
    The entry cannot be created.
    Procedure
    Please check your entry.
    Please Help me solving this problem.
    Thanks!!

    Thanks sbaranga. This code won't work for me.
    <select>
    <option value="P"if (statusIndicator.equals("Pending")){    selected}>
    <option value="A"if (statusIndicator.equals("Approved")){    selected}>
    </select>
    In above code statusIndicator is ID I believe. I need to show selected item based on statusIndicator in database. Also it has to pass updated status to database incase if user changes status thru form.
    If they select Pending then "P" will be passed to servlet and if they select Approved then it will pass "A" to servlet.
    I will be receiving "A" or "P" from database when I am trying to retrive status value from database. Based on value "A" or "P" I need to change selected information on form.
    Update and Retive form are same. this one form does everything display and update.
    I hope this help to understand my question.
    If you have any question then email me at [email protected]
    Thank you.

Maybe you are looking for

  • Search for a phrase rather than a single word in speech analysis text?

    Is it possible to search for a phrase rather than a single word in speech analysis text?

  • Remote app and last version

    The newest update of Apple's Remote app requires iOS 7.1 but my iPhone 5 is on 7.0.x.  However iTunes insists on installing the new version, even though it is incompatible, and it predictably crashes.  I can download the last compatible version via t

  • Illustrator CS6 Path not aligned to stoke or fill.

    Hello! I've been having a problem in illustrator for the last couple of days that I haven't had before. It doesn't just happen with this graphic, it has happened with other objects, even happened with a circle yesterday. It doesn't happen to all obje

  • Do we have any such Report in SAP HR..???

    Dear Team, I have one sceniro it goes like.... Suppose i have project/system where many emp works on various assignments and projects and among them I want to capture/record following details from each Business Units... So, do we have any standard re

  • Third party plant

    Hi All, Of late, I heard a term "Third party plant". What is meant by "Third party plant"? Is it a word to refer our consignment vendor? Kindly clarify. Regards, Raja Durai