How to identify offseting account

Dear friends
i am creating zreport in which i have some query related to offsetting account.
please find some details.
while viewing GL account in FBL3N ,
we found different document numbers
aginst these document number there is an offsetting account
in certain document offsetting account is GL account number
while in other it is Vendor code
How system identify that for perticular document
which type of offsetting account comes.
is there any table for that??
or any function module??
or any logic for that??
Regards
Avirat

Hi
See the article [Offsetting Account Display in FBL Reports|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2074877d-fad9-2d10-c69b-f47fb0685327?QuickLink=index&overridelayout=true] by Praveen.J in this site.
I hope this helps you
Regards
Eduardo

Similar Messages

  • How to Identify an Account set to TB Last in an ASO App

    I am trying to identify Accounts with TB Last in an ASO APP so I can treat them differntly when in my YTD formula.

    Hi Tom,
    I have a question for you since you have made it to work.
    From what I understood you created UDA's for your accounts dimension and tagged the account members as tblast/first etc. based on the UDA's.
    I guess you tagged the time dimension as dynamic since you no longer use the native tb first/last etc. options in the accounts dimension.
    Do you create an additional dimension like View (based on gary's solution in his blog) to calculate MTD/YTD/QTD?
    Can you please help me clarify these...
    BTW, I am creating an ASO application and I have to use time balance and dynamic time members...however I cannot afford to keep a separate dimension for QTD/YTD/MTD. I wanted them to be a part of Time dimension.
    If anyone know the resolution to it, please help me with this.
    Thanks in advance guys.

  • How do I identify my account number and sortcode?

    How do I identify my account number and sortcode?

    You are talking about your bank account details I presume.   Apple will NEVER need your sort code or account number.   I hope you are not replying to a scam.   DO NOT communicate those details with anyone other than your bank people.

  • How to nullify Purchase offset account

    Sir,
    How to nullify purchase offset account
    Kindly help me
    Rajesh

    Hi
    WHen ur entering Purchase invoice ur Purchase offset account is used to nullify the Purchase account.
    FOr ex"
    Vendor: 1000cr
    Rawmaterials :  850 Dr.
    Tax                 :  150Dr
    Purchase acc.: 850 Dr.
    Purchase Off acc: 850Cr.
    When ur returning the Purchase invocie, the purchase offset acc. will be used with purchase return acc.
    Giri

  • FICO - how to view the offset accounts while viewing ledgers

    Hi Friends,
    When I open a ledger to view, I need to display also the offset account .
    Example. If the entry is Dr.  Repairs  and Cr. Vendor
    If I go to the vendor account , in that particular line item , I should be able to see the offset account as Repairs .
    Is this possible ?
    Please help.
    Regards,
    Rajesh

    Hi,
    You cannot see the offsetting entry in a ledger instead you can see the details of corresponding.
    FBL1N - Vendor Line Item Display
    FBL3N - GL Account Line Item Display
    FBL5N - Customer Line Item Display
    Warm Regards,
    Sivakumar Sathiyamoorthy

  • GR/IR Account - Offsetting Account -

    Hi All
    Can anyone please let me know how can I make the following setting.
    In our legacy system we get the Offsetting Entry for each entry to  GR/IR account, but I am not sure how its coming up.
    Now after one rollout project, the business wants the Offsetting account to appear inthe new system as well.
    But I am not sure how and where to make this setting.
    How can I populate the values in the offsetting Account field in the GR/IR document.
    Eg :
    GR/IR Document -
    Itm PK       Acct no.   Description               Amount
    001 21       1006292    Angell Communications    3,901.00
    002 96       22790051   Acc Exp - GR/IR            470.00-
    003 96       22790051   Acc Exp - GR/IR          2,500.00-
    004 96       22790051   Acc Exp - GR/IR            350.00-
    005 50       23420002   VAT UK - Input/Recov       581.00-
    When I check the GR/IR through FS10N
    G/L Account No.         22790051    Other Accrued Exp - GR/IR
    Company Code            A001
      DocumentNo Type        Amt           Offst.acct
      5100117451 RE         470.00-           1006294
      5100117451 RE        2,500.00-                      1006294
      5100117451 RE          350.00-                        1006294
    Can anyone please let me know, what needs to be done in order to get this offsetting account into the document.
    Regards
    Krishna

    Hi Jayram
    Thanks for the reply. But the problem is the offsetting Account field is blank, and I want it to be populated. How do we do that any idea.
    regards
    Krishna

  • Is there a way to identify user accounts that need to be locked?

    Hi,
    I am trying to write a script that will lock user accounts for employees that are being outprocessed (e.g. quit, fired, went to a different project).  The trouble I'm having is that the way I'm notified is by email from security that a person (first and last name provided in the email) is being outprocessed.  However, that individual may have multiple accounts and the account names don't always follow the same format like 'first initial last name'.  For example, I may have a user named John Doe with accounts like jdoe_sensor1, jdoe_sensor2, etc.  Then there could be a user Alice Smith with account like alice_s_sensor1, alice_s_sensor2, etc.  I know I can use OEM to lock users, but there are two main problems with that.  1 -- Finding the users, then clicking on each user and then locking them one by one.  And 2 -- I may not need to lock them right away.  For example, the email from security may say "Lock all accounts for FIRSTNAME LASTNAME at the end of the day on a certain date.  So I was hoping to write a script to identify the accounts, lock the user, and then verify they were locked and run it in cron, so the accounts get locked when they're supposed to.  An example of the SQL statements I'm thinking of are:
    SELECT username, user_id, account_status FROM dba_users WHERE username like upper ('%$user%');
    ALTER user $user ACCOUNT LOCK;
    SELECT username, user_id, account_status FROM dba_users WHERE username like upper ('%$user%');
    So basically, I need a way to find out what the possible combinations are for $user.  Is there a view besides dba_users which has more detailed information like first name and last name?  I'm thinking if there is, then I can query that and find out all the accounts that user has and then plug those into the lock script.    
    Thanks!
    Jon

    There is a very large problem with being given only a person's name and not their user ids.
    For example, if you have two people with same (or similar) name, then what?
    John Doe
    John J. Doe
    This seems to be very common, and even more so with some very common names:
    Smith
    Chin
    etc
    So even if you have a lookup table:
    Name
    Userid
    John Doe
    johndoe
    John Doe
    jdoe
    John J. Doe
    johnd
    J. Doe
    jdoe2
    John D
    john_d
    Jon Doe
    jond
    Jim Doe
    jidoe
    Johnny Doe
    jonydoe
    Really, nowadays, with different policies, practices, etc, I've seen all manner of userids. When you're given somebody to "close down", you should really press them to provide userids, not just first name, last name.
    After all, if they tell you to lock all "John Doe's" accounts, how do you know that the id "johnd" isn't supposed to be locked? or even "jond" ??  You really have no idea. Did security mean "John J. Doe" and didn't provide his initial? What if they both happen to have J middle initial, but once's just registered with the company because the other one existed?
    My thought: If you're not given the specific userid(s), you're running a pretty good risk (at some point in time) that you will lock an id you shouldn't, or not lock an id you should.

  • GL transaction and Offset Account

    Hi,
    I have set the opening balance amount and offset in suspense account. After that, I found that there are not balance in between the GL Account.
    Which mean I try to enter the opening balance amount into that G/L account which already have transaction and this G/L account is controlling account, how do i resolved it?
    Thank

    Dear Lee,
    Are you refering to the opening balances of business partner control account?
    When you create the opening balance for business partner, the gl transactions created are to the control account and the gl offset account.
    So when creating the opening balance for the gl accounts, then the business partner a/c should goes back to the gl offset account. Then the gl offset account is zero. The GL balances in B1 will balance to your legacy account.
    Hope this help.
    Regards,
    TWP

  • Offsetting Account in line item display - FBL1N or FBL3N

    How can I bring in the offsetting account name into the line item reports FBL1N or FBL3N? 
    I have applied OSS note 112312 using the SAP function LINE_ITEMS_GET_GKONT but this only brings in the account # and account type.  I would also like the account name.  I'm assuming I need to somehow change structure RFPOSXEXT  but don't know where to get the name field (I think it's GKONT_KTXT but not sure).
    I appreciate any suggestions you might have.
    Thanks
    Twila

    Hi
    A Document is a proof of a business transaction.
    A document contains Header and Line Items.
    There will be minimum 2 line items and a maximum of upto 999.
    Line Items display which account is debited and from which account it is credited.
    while creating a G/L account , in the control data tab , there will be line item display check box. if you dont select the check box , you will not be able to see the line items ie you will not see which are debited and which are credited. you will see only the balance available in the accounts ie account balance.
    you must select the line item display check box to display the line items.
    selling items (materials) from sales and those line items will be displayed in G/L account or some thing else -? This is posting documents via Accounting Interface(from SD) , this results in Line Items in FI Document.
    If you want to summarize FI Documents, read not 36353 and note the links to related notes.
    Regards
    Venkat
    Edited by: Venkat Dara on Dec 17, 2008 8:01 PM

  • GL line item display FAGLL03 Offsetting Account Blank

    Dear All,
    In T-code FAGLL03 GL line item display offsetting account is coming Blank, how to get the offesetting account in GL line item display, what is the offsetting account
    Regards
    KSP

    Hi,
    It is diffcult to get offsetting account details in standared reports. by using BTE you can able to achive.
    Read: OSS Note 112312
    Refer: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b96fed-eb5d-2e10-1792-f3ff9f65df8a?QuickLink=index&overridelayout=true
    what is Offsetting A/C:?
    Ex: Administration Exp a/c dr (GL:5000000002)
           Bank A/C (GL:100000004)
    If user execute Admin Exp GL(5000000002)  report, he will expect another line GL account (GL:100000004).
    Regards
    Viswa

  • How to create an Accounting Document by calling BAPI

    Hai friends ,
    please tell me how to call this BAPI and fulfill all the parameters .. Please help me , I dont know the head and tail of it ...
    create an Accounting Document by calling BAPI  BAPI_ACC_DOCUMENT_POST
    Below is the step to fill the parameters for BAPI:
    Enter company code, invoice no, invoice date, document type, header text into DOCUMENTHEADER
    Enter customer, item text, company code, payment term into ACCOUNTRECEIVABLE
    Enter offset account, company code, document type, item text into ACCOUNTGL
    Enter currency type u201800u2019, currency, exchange rate, amount into CURRENCYAMOUNT. Please note there will be two rows in this table, one positive amount and one negative amount
    Call the BAPI to create the AR document. If p_check is checked, call the BAPI only without COMMIT and then do the message processing
    If p_check is initial, COMMIT the data to the database tables.
    Check the RETURN table after each BAPI, if no u2018Eu2019 message type found, output the document no. Otherwise, output the error messge to the screen with the message type u2018Eu2019.
    thanks in advance ...

    Hi,
    Check the link
    http://www.sapbrainsonline.com/sapinfo/tutorial.php?artid=617
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/bapi_acc_document_post-error-1973720
    http://delaynomore.spaces.live.com/blog/cns!D2BFFB84EDFE4189!528.entry
    http://sap4.com/wiki/index.php?title=BAPI_ACC_DOCUMENT_POST
    http://www.sapfans.com
    Anurodh

  • Repost CO Doc with wrong offsetting account...

    Hi Experts,
    Please kindly advise,
    We have settlement doc like below :
    CR : Expense 1
    CR : Expense 2
    DR : Expense 3
    DR : AuC
    And we found in our CO report (KOB1), we have settlement doc like below
    1. Expense 1 with offsetting AuC
    2. Expense 2 with offsetting act AuC
    3. Expense 3 with offsetting act Expense 1
    Is there any way to repost this wrong settlement doc since this doc is belonging to period 10 of 2010.
    We have tried to look any SAP notes, but there is anything relevant to our system, since we use ECC 6.0
    Thank you for your kind reply.

    Hi Ajay,
    Thanks.
    It seems this note will only influence for future posting. How about the doc that has already posted.
    Would you mind how to implement this exit ?
    Please advise. Thank you.
    Btw... would you like suggest, what actually happened to our system since we found some CO doc, only has header, but its line items are deleted form the COEP table.
    Thanks
    Hi Filipe,
    Actually we have tried to delete and repost with this note.. But this issue still exist since we found 3 line items have wrong offsetting account in CO line item report (KOB1).
    Please kindly advise.Anyway thanks for you immediate response.

  • KSB1 field GKONT Offsetting Account Number not correct

    Hi experts,
    When I look at the KSB1 report, it seems that for some account, I have the wrong information in the column Offsetting Account Number.
    When it's an invoice, it's OK, it takes the supplier.
    If it is an asset operations (depreciation for example), the account in this column is not correct.
    The help for the field is:
    In this field, the system determines the offsetting account for the item, as long as the account is maintained in the corresponding account assignment.
    But i don't understand and have no idea where i have to maintain this....
    Someone could help me please?
    Thanks in advance,
    Chris

    Hello Chris,
    Note 39955 describes 2 algorithms for determining the offsetting account
    both of these are based on wether the largest amount is posted on the
    debit or credit side which determines the offsetting account.
    The offsetting accounts are determined on the basis of the FI dodument.
    Unfortunately, in standard there is no way to change the logic
    described in note 39955.
    However, for future postings, you would have influence in how the
    offsetting account will be set. This could be done with an FI exit
    as described in detail in note 354529. The corresponding correction
    instructuctions are already in your system but you would have to
    create the logic you want in the exit.
    Please check note 365478 too.
    br, Guido

  • Validate Offsetting Account (GKONT) for Asset

    Hi all,
    Is there a way to programatically validate that an offsetting account (GKONT) is valid for an existing asset (ANLN1)?
    That is, I am trying to emulate transaction ABZON and I need to enter an asset, ANLN1, and then an offsetting account, GKONT, that needs to be valid. I know there is a collective search help but 1) I wouldn't know how to use it in a program and 2) it will also give invalid choices (i.e. using one of the results will not allow saves due to error).
    Any ideas? Point will be awarded for helpful answers.
    Thanks in advance.

    Hi,
       Check against SKB1 that:-
           a) SAKNR exists for the company code
           b) That SKB1-MITKZ = Space   (is not a reconcilliation acount).
    Basically Any Non-Reconcilliation G/L Account is valid for ABZON.
    Further Validations would depend on the system configuration and what the users consider a valid account to be.

  • Offsetting account needed in GL view

    Hi
    I am viewing FBL3n, FBL1n and FBL5n. I checked in change layout. But there is no offset account field. I want that field in all the mentioned TCodes. Please let me know how to bring this field.
    Let me know if there is some other tCode for the same.

    HI
    You can refer the following reports to see the offsetting accounts
    S_ALR_87012103 - List of Vendor Line Items
    S_ALR_87012197 - List of Customer Line Items
    S_ALR_87012313 - G/L Corresponding Accounts (Russia)
    Note that you have to mention in the input screen for the offsetting account determination.
    Thanks

Maybe you are looking for

  • Template:Multiple field result in a single row, comma separated

    Hello, without* having to write a function in Pl/SQL, is it possible, when I have this query, select            "DOSSIER"."ID" as "DOSSIERID",       "DOSSIER"."TITLE" as "TITLE",       "DVD"."ID" as "DVDID",       "DVD"."NAME" as "DVDNAME",       "DV

  • Multiple Apple IDs -- oh no!!

    This is sort of a universal problem with my apple account but I guess it manifests it self most in itunes because I buy songs and books on the itunes store. I somehow have three Apple IDs: one with my yahoomail address as my login name, one with my "

  • Query Manager error

    Hi guys, I have the following query /* SELECT FROM [dbo].[@EPARAMTABLE]  T0 */ declare @FromDate          as DATETIME declare @ToDate             as DATETIME /* WHERE */ set @fromDate                 = /* T0.U_fromdate */ '[%0]' set @toDate       = /

  • InDesign Fonts problem Bookmark Script

    Dear All, We developed one script for creation of Bookmark in InDesign CS2. When we are runnign this script content formatting is getting anmoly changed, I analyzed InDesign file and came to know that due to a font called "Trade Gothic Bold No. 2" du

  • .doc files won't open on pages

    Hi, I'm new to pages from word but using a new iMac with pages preinstalled. When I try to open up a .doc file I get the error message '"XXXX " can't be opened.' My Mac is running on 10.9.3 and pages is 5.2 (1860) but there are no available updates t