Payee Name History not maintained.... PA0009

The report is not picking up the name of the Payee if a new one is not entered. I added new IT0009 Bank Details records for personnel numbers 1 and 230. I assigned them the Payee names of Test 1 and Test 2 respectively. Their old Payee names do not appear in the report for records I created yesterday. When I manipulated the Payee names today, they appear. I also created other new records today without changing the Payee name after I noticed this and they did not appear. The report should pull the Payee name whether it has changed or not.
Please help.

Hello Ramesh,
    Check the condition in the report for selecting the payee names.the report is selecting the names if it payee changes it seems.
Regards,
Manoj.

Similar Messages

  • [svn:fx-] 21427: Removed flex/sdk/tags/trunk4.5.1 - history not maintained!

    Revision: 21427
    Revision: 21427
    Author:   [email protected]
    Date:     2011-06-21 07:16:13 -0700 (Tue, 21 Jun 2011)
    Log Message:
    Removed flex/sdk/tags/trunk4.5.1 - history not maintained!
    Removed Paths:
        flex/sdk/tags/trunk4.5.1/

  • Getting error logical file name not maintained adequtely

    Hi,
    when i execute a z report and press the download botton getting error logical file name not maintained adequtely,see long text.
    Below code i wriien. Please somebody help..
        DATA: lt_rows TYPE lvc_t_row.
        CASE e_ucomm.
          WHEN 'DOWNL'.
    Determine and construct OS specific file name                        *
            PERFORM get_file_name_for_os.
    in the  above perform , i wriien
    FORM build_file_name USING pf_os
                               pf_with_file_extension
                               pf_param_1
                               pf_format
                               pf_fname.
      DATA: lf_para1(20) TYPE c.
    pf_param_1 hold the materialnr with leading zeros not prefered in    *
    download file name                                                   *
      WRITE pf_param_1 TO lf_para1.
      CALL FUNCTION 'FILE_GET_NAME'
        EXPORTING
      CLIENT                        = SY-MANDT
          logical_filename              = 'Z_MATERIAL_BOM_FILE'
          operating_system              = pf_os
          parameter_1                   = lf_para1
      PARAMETER_2                   = ' '
      PARAMETER_3                   = ' '
      USE_PRESENTATION_SERVER       = ' '
          with_file_extension           = pf_with_file_extension
      USE_BUFFER                    = ' '
        IMPORTING
      EMERGENCY_FLAG                =
        file_format                   = pf_format
        file_name                     = pf_fname
    EXCEPTIONS
       file_not_found                = 1
       OTHERS                        = 2
    Error handling.
      CASE sy-subrc.
        WHEN '1'.
          MESSAGE e014(ba) WITH 'Z_MATERIAL_BOM_FILE'.                     "error message i am getting      LEAVE.
        WHEN '2'.
          MESSAGE e213(ky) WITH 'Z_MATERIAL_BOM_FILE'.
          LEAVE.
      ENDCASE.

    Hi.
    In file txn,
    click on "Logical File Name Definition, Cross-Client" from the left.
    Then click position and check for your logical file name.
    If you dont get it, it means you need to create it. You can click on New Entries to create.
    Thanks
    Mani

  • Change Payee name in Cheque while printing

    HI,
    Before post this thread i tried for solution to the below query but i couldn't get required solution.
    My end user wants to change the payee name at the time of  cheque printing.
    he is using fbz5 for that and he never stored the payee name(required name) anywhere.
    he wants to give it at the time of cheque printing.
    Is it possible.. if yes can u plz anyone suggest me.
    Thanks in Advance
    Edited by: anurag.radha on Oct 14, 2011 10:31 AM
    Edited by: anurag.radha on Oct 14, 2011 10:46 AM

    Hi Radha,
    Do one thing while printing cheque from fbz5 you have a option to maintain name3 and name4 ,then  from script call one custom program in that write one select query to get name3 or name4 from payr table with the input of doc no and year whatever you provide at fbz5  .
    select single name3 name4 into u'r local variable from payr  where VBLNR = fbz5-docno and GJAHR = FBZ5-YEAR.
    then check if your variable not initial print name3 or name4 else print as it is.
    this total code need write in custome routine.
    or else better to ask to maintain alternative payee in xk01 .
    Thanks & Regards
    Nagesh
    Edited by: emax nagu on Oct 14, 2011 1:32 PM

  • Message no. 8I766 Number Ranges are not maintained For Extended Withholding

    Dear All,
    I am facing the following problem when i am trying to generate the withholding tax certificate
    1.) Message no. 8I766 Number Ranges are not maintained For Extended Withholding Tax 
         Number Ranges are not maintained for Business Place and Section. Check entries in tables J_1iewt_cert  (for Business Place) or J_1iewt_cert_n (for Section Code) and j_1iewt_certno  in EWT.
    I have checked all the above tables and found that the entries are maintained
    2) When i am trying for print priview and then print its generating spool request and the certificate is getting saved -
    > here the following problems are faced
          A) . TDS Number is not coming
          B).Details Of the tax deductor ( Name , Adress , TDS Circle , TAN & PAN is not coming Where       to update these details
          C) In Amount Paid / Credited Column - Some fixed amount is comming irrespective of the actual amount credited
    Please help me in soving the above issues
    Thanks & Regards
    Arun.R

    Hi
    You need to maintain Section Code wise number range . Go to Sm30 Select Table J_1IEWT_CERT_N and maintain it.
    Thanks
    GG

  • Object class name does not exist in IDM

    Hi Team
    We are process of Integrating GRC 10.1 to Enterprise Portal.Followed accordingly as per the SAP Note No. 1977781.
    While running the Schema Job, we get a message Schema Imported Suxcessfully. While running the Job : GRAC_REPOSITORY_SYNC_JOB, the job
    shows successful, but a Warning Message : User Adaptor Empty in SLG1 T.code.
    I have checked the Path suffix,connectors,data source and all are maintained but no sure about this warning message.
    Secondly,I tried for test creation of user on Portal via GRC 10.1.I am getting below error
    "Object class name does not exist in IDM" Please see log below
    Request gets closed stating Auto Provisioning failed.Please advice if someone has faced same issue and the steps taken to rectify it.
    Thanks
    Nitesh

    Hi Nitesh,
    We worked on this issue for quiet sometime with SAP to get this finally fixed You can check all below mentioned notes.
    First Check:
    Please check the Note: 1915763 - Error Provisioning from GRC 10 to SAP Portal while adding or removing a role in Change Account request type.
    This Note says that if your LDAP set as data source is read-only in Portal, then you need to change it to Modifiable in order to allow create or change user belonging to LDAP.
    We have set the UME correctly and no longer read-only. But our access requests still used to fail with the following messages.
    "Object class name does not exist in IDM".
    Second Check:
    Kindly ensure the field mapping for portal is done in IMG settings properly.
    If it is fine please check below note 2033714 - AC10.0: error in SGL1 "Object class name does not exist in IDM".
    This note is only to check if you have made any mistake with your portal mapping and doesn't address the correct issue.
    Third Check:
    Finally after implementing SAP note 1941250 - UAM: Truncated parameters provisioned on changing users from Access Request
    our issue got fixed.
    Regards,
    Madhu.

  • My Iphone 5 updated to IOS 6.2 and now my contact names do not show on incomming calls or text messages. All i can see is the number of the person calling. how can i fix this?? please help

    I updated my iphone software to IOS 6.2 yesterday and im not sure if it is a coincidence but now, my contact names do not show on incomming calls or messages. Also they do not show on past calls or recent history.
    All my contacts in my phonebook still exist and are correct, the problem only occurs when receiving calls or messages. please help i need this fixing
    Regards,
    Frosty

    Try to restore your iphone via iTunes or update to ios6.1.2.
    If itunes gives an error with restoring (DFU/Recovery or just normal)
    try this:
    open your computer and search on windows; C://windows/system32/drivers/etc/hosts
    open up the hosts file in note pad you will see IP adresses and more add another line and put in this:
    #74.208.10.249 gs.apple.com
    this is a by-pass to the cydia/saurik restore server, it has nothing to do with jailbreaking over voiding apple's warranty
    let me know if succeeded!

  • Tax number USA not maintained error in F110 and PMW interface

    Dear All,
    We are using F110 and creating output file using DMEE. After I run the APP and go to env->pay med->DME Adm i get the message 'No record found' in the TCode FDTA. When I go to Env->pay medi-> display log I get the log giving warning message Tax number USA for company code 1000 is not maintained. In the global setting for the co code no field appears for USA TAX Number even after scrolling down. What is the solution to this problem? Where do we find the field?. Please guide

    Dear Vinda,
    Please follow:
    1 - Enter t-code SE16.
    2 - Enter table T001Z.
    3 - Enter your Company Code from IN.
    4 - Hit Execute - F8.
    5 - Clique 'new entry' - F5 (If you cannot, ask for a Basis or use '/h' to clear the process).
    6 - Enter your C-code IN, param. type = SAPTIN and Parameter value = 'your required number'.
    7 - Save - crtl+s
    If you got no entries in T001Z to be able advance, go to OBY6 and fill awhile any field with tec name 'PAVAL'. Go back and execute.
    This procedure may not change OBY6 view, anyway try another test to check if table T001Z takes place in F110.
    Let me know the results.
    Regards
    Marssel

  • Contact name is not displayed

    Hi Guys,
    Recently I bought BB Curve 8520. I transferred all my contacts from Sony Ericson w810i to BB curve. Using the method given in the following site.. " http://www.ehow.com/how_4543575_transfer-address-book-blackberry-phone.html ".
    I am facing a problem, whenever I get a call contact name is not getting displayed, but if I check call history it will display the contact name. Can anyone help me with this please.?
    Regards
    Sam

    Check this setting:  go to your contacts > options > general options> make sure sort by is set up to first or last name.    then check in address book options > filter and make sure you have no filters on...
    If that does not help try this:
    1) With the phone powered on
    2) Remove the battery, and then reinsert it after a few seconds.
    3) Replace the battery cover and wait several minutes for it to reboot
    Let me know if this helps
    >>>>>>>>>>>>>>>>>>>>>>>>~
    Hope I was able to help
    If you have received information that has helped you out, please give them Kudos.
    If your problem has been solved, please click on the post that resolved the issue

  • EDI partner profile not maintained.

    I am currently working on BI 7 and on trying to install ODS from BC its giving me error that
    <b>EDI partner Profile is not maintained.</b>
    Can somebody please send me the documents on how to maintain EDI partner profile for transferring data from ODS to Infocube.

    Hi Amit,
    EDI partner profile is maintained using Tcode WE20.
    YOu need to select LS (Logical System ) and your Source System.
    And maintain Inbound and Outbound parameters here.
    Check OSS Note 886102 - System Landscape Copy for SAP BW 2.X, 3.X and NW2004s BI
    Step 6.8: Reactivate all partner profiles that carry the new logical system name after renaming
    Execute Transaction WE20 to reactivate the partner profiles. Choose "Partner type LS (logical system)"  enter the logical system name of the partner  in tab "classification", change the  partner status from "I" (inactive) to "A" (active) and save.
    Hope this Solves your problem
    Thanks
    Ck

  • When downloading music, the track sequence is not maintained in my itunes library.  How to arrange tracks to match original album?

    When downloading music from itunes, the track sequence is not maintained in my music library as in the original album sequence.  How to rearrange my itunes library track sequence to match that of the original album?  Thanks.

    Are the tracks numbered correctly?
    Have you clicked the top of the album column where it says "album" so it is sorted by album?  If you have it sorting by name then it will sort by name.
    If you are sorting manually by clicking the top of the leftmost column, you need to drag the tracks in order.

  • Acc *** Mandatory for Material + Material 200000060 not maintained by Purch

    Dear Gurus,
    I wanted to up the quantities for the following material in stocks: 200000060
    I then went to TC- ME21N and the system came out with the following message:
    Account assignment mandatory for material 200000060 (enter acc. ***.
    Material 200000060 not maintained by Purchasing
    Can anyone explain to me where to maintain this account assignment as there appear to have at least 2 fields in the Material Master Data with a similar name.
    Also can you explain to me how to maintain this material in Purchasing please.
    Kind regards
    Chris

    Hi,
    You have not maintined purchasing view and account view 1 for this material for that particular plant for which you are making the P.O.
    In the accounting view you have to enter the valuation class and price for the material and if this filled then it will not ask for account assignment while doing me21n.
    Regards,
    Raj.

  • Change the name "history", "back" and "forward" of the top-menu

    hello,
    how can I change the name "history", "back" and "forward" of the top-menu in another language??
    Thank you for every response.
    Regards,
    Sergio

    Sergio,
    I suggest opening OSS message with SAP on the issue.
    Translation for "history", "back" and "forward" of the top-menu to Romanian should be delivered with EP.
    If it was not done and SAP delivered partially translated content, SAP tech support should provide you with
    the solution. If you find it, please post to forum for the benefit of other people.
    Regards,
    Slava

  • T-Code J1INCERT:Acknowledgement number is not maintained for the quarter

    Hi Gurus
    While executing the T-Code J1INCERT, the system throws the following error:
    Acknowledgement number is not maintained for the quarter
    Message no. J1IN016
    But we have maintained the Acknowledgement number in Table: J_1IEWT_ACKN,
    Please throw some lights on it.

    Hi....
    You have to update to this table : J_1IEWT_ACKN_NUM or J_1IEWT_ACKN_N at quater level (Q1,Q2,Q3) ,after that you have maintain the number ranges  based on the Object name : J_1ICERT,J_1ICHLNNO, in SNRO t.code
    I hope will get solution...
    Regards
    vamsi

  • Bursting Problem - A file or directory in the path name does not exist

    I'm trying to burst some data via email using the standard DocumentProcessor java code but receiving an error relating, I assume, to an invalid temporary directory. I've checked that the directory exists, as do the data file and control file. By the way I am not running in Apps, just stand alone mode. Any ideas would be much appreciated.
    [042308_104249440][oracle.apps.xdo.batch.bursting.FileHandler][EXCEPTION] java.io.FileNotFoundException: /u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp (A file or directory in the path name does not exist.)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:205)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:96)
    at oracle.apps.xdo.template.RTFProcessor.setOutput(Unknown Source)
    at oracle.apps.xdo.batch.bursting.FileHandler.rtf2xsl(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessDocument.getXSLFile(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessDocument.processTemplate(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessCoreDocument.processLayout(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.batch.DocumentProcessor.process(Unknown Source)
    at PIreportburst.bEngine(PIreportburst.java:24)
    at PIreportburst.main(PIreportburst.java:51)
    -Below is the java code I'm using
    public void bEngine(String ctrlFile, String dataFile, String tmpDir) {
    try {
    DocumentProcessor dp = new DocumentProcessor(ctrlFile,dataFile,tmpDir);
    dp.process();
    catch (Exception e) {
    System.out.println(e);
    }

    Thanks Ike
    Where do you suggest setting the temp directory:
    DocumentProcessor("control.xml","data.xml","/u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp")
    or in the xdo.cfg:
    <property name="system-temp-dir">/u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp</property>
    ..and thanks for the link to the BIPublisherIDE
    Cheers, Mike

Maybe you are looking for

  • Why can I not hide iPhone and iPad app purchases made from my iTunes account using the Mac version of iTunes?

    I have applications on my iPhone and iPad that I don't want to show up on the family sharing menu (i.e., kid inappropriate stuff). When I follow the instructions from apple support for hiding apps, my iPhone and iPad apps cannot be "X-ed" out by hove

  • Substituting WF-BATCH user in PO creation Workflow

    Experts, Looking for a bit of guidance on an issue that has been hanging around a while, and no one seems to be able to assist. Here is the scenario: Purchasing P Req's are created, and workflow routes them to the appropriate releaser(s) for approval

  • Video chat disconnecting after ~1 minute

    Hey guys, I'm having trouble with iChat disconnecting video after ~1 minute. The problem machine is a late 2009 15" MacBook Pro running OSX 10.6.5 with everything up to date. We're on a University network and I'm able to video chat with using other c

  • DAQ frequency measurement using anolog input channel

    Hello, I try to develop a DAQ application which run on a real time target. I want to measure frequency using anolo inpur channel of my DAQ card. I have a problem. Let me first try to explain what i trying to do. In the first loop i do sampling and sh

  • AED is not apear in J2IUN

    Hi sapians, i cannot see the details of AED values in J2IUN, but i can see in J2IU. i dont why? please clarify anybody.... Thanks to advance, Senthil