I want to find the vendor balance as from fbl1n?

Hi all,
I am preparing a report where I need to get the vendor balance till date, for a particular employee, as I see in t-code fbl1n.
Can anyone specify how can i get that in my report , where it is stored???
Also I checked out t-code pc00_m40_term, where there is notice date and relieving date of employee.
The relieving date is stored in pa0000, but where is this notice date stored, actually this is the resignation date, and i want it in my program.
Any help would be highly appreciated.
Regards
Tarun

Hi Tarun,
I think you have to choose wrong forum.
T-Code is related to SAP R/3 and its SAP B1 forum.
choose right forum to get desired result.
Thanks,
Srujal Patel

Similar Messages

  • I want to find the image tag name from Image layer name InDesign JavaScript?

    I want to find the image tag name from Image layer name InDesign JavaScript?

    Hi,
    You can use following script to fetch image tag name and the layer name on which it lie:
    var imgBox = app.activeDocument.rectangles // fetch all rectangular frames from the active document
    for(var i = 0; i< imgBox.length; i++)
      if(null != imgBox[i].associatedXMLElement )
                var b = imgBox[i]
               alert("Image tag name "+imgBox[i].associatedXMLElement.markupTag.name + "\n exist on layer " + imgBox[i].itemLayer.name)
    Hope this would help you to resolve your problem.

  • HT201441 my friend found this ipod touch 5g and its in find my ipod mode it say the ipod is currently linked up to other apple id so i want to find the owner or learn how to take that off

    my friend found this ipod touch 5g and its in find my ipod mode it say the ipod is currently linked up to other apple id so i want to find the owner or learn how to take that off

    The Apple ID is an email address. Simply email the person at that email address.
    If not successful, turn the iPod in to the police.

  • I want to find the difference(duration) between logon and logoff time?

    i want to find the difference(duration) between logon and logoff time of below table?
    can any one tell the query to find using self join?
    USR     LOGON_TIME     LOGOFF_TIME
    HR     31-AUG-04 03.04.04.000000 AM     -
    HR     - 31-AUG-04 03.04.14.000000 AM
    Edited by: 794244 on Nov 1, 2010 10:47 PM

    No selfjoin, just analytical functions.
    CREATE TABLe log_time
    (username varchar(20),
    LOGON_TIME timestamp,
    LOGOFF_TIME timestamp);
    insert into  log_time (username,LOGON_TIME,LOGOFF_TIME) values ('HR',sysdate,null);
    insert into  log_time (username,LOGON_TIME,LOGOFF_TIME) values ('HR',null,sysdate+1/38);
    insert into  log_time (username,LOGON_TIME,LOGOFF_TIME) values ('HR',sysdate+2,null);
    insert into  log_time (username,LOGON_TIME,LOGOFF_TIME) values ('HR',null,sysdate+2+14/20);
    commit;
    SELECT username,logon_time,logoff_time, my_logoff_time, my_logoff_time -logon_time,
           time_to_sort
    FROM (
            SELECT username,logon_time, logoff_time,
                   LEAD(logoff_time,1,logon_time) OVER (PARTITION BY username ORDER BY time_to_sort) my_logoff_time,
                   time_to_sort
            FROM (SELECT username,logon_time,logoff_time,NVL(logon_time,logoff_time) time_to_sort
                  FROM log_time)
    where LOGON_TIME is not null     
    ORDER BY  time_to_sort; 
    USERNAME     LOGON_TIME     LOGOFF_TIME     MY_LOGOFF_TIME     MY_LOGOFF_TIME-LOGON_TIME     TIME_TO_SORT
    HR     02.11.10 11:34:56.000000000          02.11.10 12:12:50.000000000     0 0:37:54.0     02.11.10 11:34:56.000000000
    HR     04.11.10 11:34:56.000000000          05.11.10 04:22:56.000000000     0 16:48:0.0     04.11.10 11:34:56.000000000But, if that code which fills that table should better UPDATE than INSERT. You can cover much more issues. (e.g the DB crashes and you get 2 logon but no logoff in a sequence and.....)
    -- andy

  • Payable to the bank gets multiplied in the vendor balance

    HI SAP GURUS
    My problem is there are several employees who have taken loan from Bank of Maharashtra. The EMI for them is to be deducted from the salary and paid to the bank. This linkage has been done. The deductions from employee salary are correct. The report is also correct. However , the payable to the bank gets multiplied in the vendor balance. Please suggest why the payable to the bank gets multiplied in the vendor balance . This creates a problem because every month this excess amount has to be neutralized.

    Hi,
    While defining the GL Account in Financial Statement Version, check box for Debit balance under Current Assets and Credit check box under current liability.  We can define one GL Account twice in Financial statement version.
    Customer when takes the report with tcode: F.01 using the financial statement version, the account will appear based on its balance as required.
    Hope this resolves the query.
    Thanks & Regards,
    Harish

  • Want to find the list of Thermal Printer pass the MFI program!

    Want to find the list of Thermal Printer pass the MFI program!
    Did Apple have any list list out  the Device which pass the MFI program? I want to find some Thermal Printer pass MFI.
    Thank you very much!!!^^

    Must be a fairly short list - world's first reportedly released just 8 weeks ago...
    GeBE-FLASH® for iOS: Thermal Printer Innovation for iPhone, iPod ...

  • Any Function module to find the vendor description

    Any Function module to find the vendor description.
    Regards
    Paul

    Hi,
    Do you mean that you need the name and address details of the Vendor. you can get it in table LFA1.
    regards,
    Mahesh

  • I want to find the material which consists in multiple plants?

    i want to find the material which consists in multiple plants?
    how to do that?
    Regards,
    Swathi

    Dear,
        I don't think you have to segregate in t code mm60  & execute then you saw material used more than one plant  are coming at a time .
       amin

  • Weeks ago i redeemed air miles to get itunes balance. now i want to see the credit balance. how do I do so..?

    weeks ago i redeemed air miles to get itunes balance. now i want to see the credit balance. how do I do so..?

    Here >    Check the balance

  • I WANT TO FIND THE EXPIRY MATERIAL LIST DATE WISE

    I WANT TO FIND THE EXPIRY MATERIAL LIST DATE WISE

    Hi Prashant,
    Use TC - BMMC (Batch Cockpit)
    or Find all TC in one place
    SAP Easy Access
    Logistics
    |____ Central Functions
            |_________Batch Management  (Here you find all and suit your requirment)
    Note: Please assign valuable point in orde to encourage contributors for every answer to your queries.
    Best Regards,
    Silky

  • Want to find the Data type of a variable at runtime ?

    Hi,
    I Want to find the Data type of a variable at runtime ?
    I think there is a function module... But i forgot ..... Can you please help me out.
    Points are rewarded immediately.

    hi,
    do this way
    REPORT ysantest LINE-SIZE 350.
    DATA : v_num TYPE n,
    v_type(2).
    DESCRIBE FIELD v_num TYPE v_type.
    WRITE : v_type.

  • Want to find the screen exits in VA01 and VA02

    Hi All,
      I want to find the screen exits in VA01 and VA02.
      How to find these screen exits.
      Actually i wnat to add a new custom field to the Additional data B tab on the header of VA01 transaction code.
    Now intially i want to know whether there are screen exits in VA01 transaction code ?If yes please provide the names?
    Please help me regarding this.

    Please check this
    http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm
    The SAPMV45A , 8309 screen is the Additional Data B tab  to add your custom fields . To capture the data from this custon field you can use
    the user exit MV45AFZZ, USEREXIT_SAVE_DOCUMENT_PREPARE OR
    USEREXIT_SAVE_DOCUMENT depening on your functionality.
    Thanks
    Vinod

  • Hi, i want  to find the difference in days of two students Date Of Birth

    hi, i want to find the difference in days of two students Date Of Births
    how can i find.
    please help me

    i didn't find what u saidLet me help you:
    http://onesearch.sun.com/search/onesearch/index.jsp?qt=difference+between+dates&subCat=siteforumid%3Ajava54&site=dev&dftab=siteforumid%3Ajava54&chooseCat=javaall&col=developer-forums

  • I have backed up my disk using Time Machine.  Now I want to delete the backed-up files from my hard drive.  But when I do and reconnect the external hard drive, the files are also deleted on that.  What do I do?

    I have backed up my disk using Time Machine.  I then deleted the back-up files from my MacBook hard drive.
    I then reconnected my external hard drive and find the files I deleted from my hard drive are also deleted from
    my external hard drive.  Can someone tell my what what happened?  I'm confused.

    Hello,
    Time Machine is not a good way to do that, when it eventually needs more room it deletes old Backups to make room.
    If you really want to keep Files but remove them from the Internal Drive, then I'd get another external drive to copy or clone them to that is not used for TM.

  • F.18-Vendor Balance Confirmation from SAP directly through FAX and email

    Hi,
    I would like to know the process and configuration required to send the Vendor Balance Confirmation after month end closing. This is required to be sent by email/fax.
    Thank you
    Shiva

    Hi Shiva,
    Eventhough related to Dunning please read Note 328124 and related notes mentioned in that.
    Shony

Maybe you are looking for

  • Any problem with wandering breakpoints?

    Does anyone have a problem with wandering/moving breakpoints? Let's say I set some break points at various places, then exit JDeveloper. When I restart, some of my breakpoints are at the same place, but some have wandered or moved a line or so. I mig

  • Direct to disk recording

    I have a Macbook Pro with expresscard/esata drives. can I record direct to disk video from my DV camera? Can I do it with log and capture and click now. I have a Firestore but would like to use my drives if possible.

  • Matchcode or search help

    how to attach match code for some fields in my custom table

  • Associate a file type or protocol with a program.

    I have Windows Vista- and I tried to change the program to open file .url "Internet Shortcut" with Safari, I went to Start > Control Panel > Default Programs > Associate a file type or protocol with a program. The 'Associate a file type or protocol w

  • How to run vi on startup

    Hello, How can I run my VI immediately on startup without any user action? BR, Jick Solved! Go to Solution.