Business area in IT0001

Hi Experts,
I am facing posting problem for one employee and  ie.,
In org structure i have assigned cost centre to position and in IT 0001 it is defaulting Business area because of this, posting is happening for that employee separatly now how can i remove the defaulting of Business area from IT0001
Pls. help me.
Thnx in Advance
Chaitra

Hi Carlos,
Thanks for your reply,
I checked in  P1008-GSBER as it is SAP  standard  changes are not allowing and i chekced in KS02 where i tried to remove Business area but system throwing error message as Already entries are posted cannot be deleted and i checked in Org. structure where cost centre is assigned to the position there also i didn't get any link
Then how can i remove defaulting
Thanks
Chaitra

Similar Messages

  • Defaulting Business Area  on IT0001 based on Company Code

    All - My company wants this field ( GSBER maintained in Table TGSB) to default on IT0001 based on the Company Code. Is there a way to do this, since I see no table in SAP that links Company Code to Business Area. Additional Requirement is that all non-employees ( EE Groups) will not have a Business Area mapped to their IT0001, instead it should default to "not assigned".
    Can a custome feature be built in this case based on Molga>Company Code>Employee Group or can you experts provide some recommendations.
    Thanks a milion.

    Hi Niti,
    For PBAS0001 enhancement - EXIT_SAPFP50M_001 function - ZXPADU01 include, write a code like the one below:
    IF INNNN=INFTY EQ '0001'.
    DATA: wa_P0001 like P0001.
    CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN
    EXPORTING
    PRELP = INNNN
    IMPORTING
    PNNNN = wa_P0001.
    CASE wa_P0001-BUKRS .
    WHEN '0001'.
    wa_P0001-GSBER = 'B001'.
    WHEN '0002'.
    wa_P0001-GSBER = 'B002'.
    ENDCASE.
    CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PNNNN_TO_PRELP
    EXPORTING
    PNNNN = wa_P0001
    IMPORTING
    PRELP = INNNN.
    ENDIF.
    Regards,
    Dilek

  • Business Area not set in IT0001 during Batch input

    Hi!
    I'm trying to load the IT0001 trough a batch input, but the fields for cost center, business area function and organizational assignment are not derived from the position.
    The batch input is running the entry action.
    But if I run the action normally, the fields are field in correctly.
    Can anyone help me? Thanks a lot.

    Solved...
    The problem was the information passing to the dynpro. In the ABAP coding we were setting those fields to ' '.
    Thanks a lot

  • Business Area and Salary Posting

    Hi Experts,
    I have Maintained IT0001 with one Business Area. And in the cost element (WBS maintained in IT0027) Business Area is different. Now while posting some GLs are showing double entry (ex. Net Salary Payable). If I change business area same as WBS in IT0001, posting is correct. But client wants cost to be booked in one Business area and Liability to be booked in different business area. is it possible? if yes then how?
    please advise...
    Nasim

    any comment please

  • Business area does not reflecting in IT 0001

    Dear Expert,
    I have assign cost center to organization unit, then hire employee through PA40, so position assign into IT0001,
    system pick up the cost center but does not reflecting the business area in infotype 0001.
    i checked with FI consultant, there is proper intergation between cost center and business area.
    Please tell me, how to resolved this issue.
    Many Many Thanks
    Urvashi 

    Hi Urvashi,
    You will get the  Default values for Company code, Personal area, Personal Sub Area and Business Area  because of Account assignment infotype - IT1008 - for your position or Org Unit
    check from PO10 or PO13 and infotype 1008.
    You will have PA value defaulted on IT 0000 screen and others defaulted on IT 0001 screen.
    You can change these values on respective screens. A warning will be issued but you can overwrite them.
    Regards,
    HARANATH

  • Discoverer Report: How to find Business Area name from Report Name.

    Hi
    I opened a report in Disco Desktop 4 -> Resonsibiolity --> Report Name.
    So I know Report name but don’t know which Business Area it belongs to.
    How to find Business Area Name from Report Name?
    Cheers
    Vijay

    Hi,
    There is no relationship between reports and business areas. Each report can be built from many folders. Each folder can be in many business areas.
    However you can try the following SQL which may give you the result you want for an v5 EUL. You will have to modify for Discoverer 4 EUL:
    select distinct doc_name, obj.obj_name folder_name, bas.ba_name
    from eul_us.eul5_documents doc
    , eul_us.eul5_elem_xrefs xref
    , eul_us.eul5_expressions exp
    , eul_us.eul5_objs obj
    , eul_us.eul5_ba_obj_links bol
    , eul_us.eul5_bas bas
    where xref.ex_from_id = doc.doc_id
    and doc.doc_name = &your_report
    and xref.ex_to_id = exp.exp_id
    and obj.obj_id = exp.it_obj_id
    and bol.bol_obj_id = obj.obj_id
    and bas.ba_id = bol.bol_ba_id
    Rod West

  • Error while creating a folder in business area

    hi all,
    I am trying to create a folder in a business area using View.It is giving me the following error.
    View contains no items,folder will not be created.
    May i know the reason why it is prompting this error?
    There are items in EUL and i also checked in the backend as well.
    Thanks in advance
    kiran

    Hi Rod west,
    Thanks 4 replying me.
    But i dont have any columns with timestamp.
    I have columns with date,number and varchar.i unchecked the date and then tried creating a folder.
    But still the problem persists
    can u please tell me ,What else may be the problem?
    Thank u
    kiran.
    Edited by: user589042 on Sep 29, 2008 2:40 AM

  • "Check Business Area of the company code" error while posting stock

    Hi Experts,
    While posting stock to a storage location of a plant , the system is giving me the following error message :
    "Check Business Area of the company code" .
    Would highly appreciate if I could get some info for this error message and how to resolve the same.
    Thanks & regards
    Vikas Hali

    hi
    i think division is missing in material master basic data , please enter division in basic data tab in material master then you will try ,
    then post the stock
    regards
    vijay

  • Not able to view Folders in Business area.

    Hi,
    User has been given access to XYZ business area from discoverer Admin but not able to view folders in Discoverer Plus (web based) but he can view the folders under same business area (ie XYZ) using Discoverer Desktop Application. Only one user is facing the problem other users with same business area (ie. XYZ) can view all the folders under that business area. User tried on other PC also but result the same.

    I faced same kind of problem some time back & found JInitiator as the cause. Try unintalling older Installation of JInitiator & reinstall it & it should work.

  • Business Area is not getting updated in "Main Bank Account" Line item (FF_5

    Hi Gurus,
    I am executing T Code: FF_5 for uploading the "Multi-Cash" Format. This transaction clears the Bank Clearing Account and post the entry to the credit of "Bank Main Account".
    Now while i had executed F110, the Business area was properly captured in the Bank Clearing Account Line item. But while executing FF_5, the Business Area is not getting captured against the "Main Bank Account" Line item.
    Can you please tell me how to capture the Business Area against the "Main Bank Account" Line item.
    Rgds,
    Prasad.

    Hi,
    1. In case of Business where payments are made centrally it is important to report
        Bank A/c Business area wise.
    2. However I have solved the problem by doing "Sustitution", and its working fine. The Business Area is getting updated against the Main Bank Account Line item.
    3. I am however getting one error while doing the upload in FF_5. The error occurs
       only if Business Area is a "required" field in Bank Account's "Field Status
       Group".
       Error: (00 298) Formatting error in the field COBL-GSBER ; see next message.
       But if I make Business Area as an Optional Field I am not getting an error and
       also the posting is done to Main Bank Account.
    Is there anyother method by which this error can be corrected.
    I have assigned 2 points for your inputs. Can you help me to solve this error as well.
    Rgds
    Prasad

  • How to get all authorized Business area values

    hi i am on bw 3.5.
    users are assinged with Role1, role2, role3 etc.,
    role1 assigns users with business area values 100..200
    role2 assigns users with business area values 200..250
    role3  assigns users with business area values 150..210
    now i want to FIND any standard report or create any custom report/program which will output me
    USER with all AUTHORIZED VALUES with BUSINESS AREA....
    in this case its USER1 = 100.....250 basically...
    maybe something like basically WHAT USERS ARE AUTHORISED FOR REPORTING ...
    how to check this with specific characteristics...
    or which table????

    PFB authorization related tables FYI.
    USR02 Logon data
    USR04 User master authorization (one row per user)
    UST04 User profiles (multiple rows per user)
    USR10 Authorisation profiles (i.e. &_SAP_ALL)
    UST10C Composit profiles (i.e. profile has sub profile)
    USR11 Text for authorisation profiles
    USR12 Authorisation values
    USR13 Short text for authorisation
    USR40 Tabl for illegal passwords
    USGRP User groups
    USGRPT Text table for USGRP
    USH02 Change history for logon data
    USR01 User Master (runtime data)
    USER_ADDR Address Data for users
    AGR_1016 Name of the activity group profile
    AGR_1016B Name of the activity group profile
    AGR_1250 Authorization data for the activity group
    AGR_1251 Authorization data for the activity group
    AGR_1252 Organizational elements for authorizations
    AGR_AGRS Roles in Composite Roles
    AGR_DEFINE Role definition
    AGR_HIER2 Menu structure information - Customer vers
    AGR_HIERT Role menu texts
    AGR_OBJ Assignment of Menu Nodes to Role
    AGR_PROF Profile name for role
    AGR_TCDTXT Assignment of roles to Tcodes
    AGR_TEXTS File Structure for Hierarchical Menu - Cus
    AGR_TIME Time Stamp for Role: Including profile
    AGR_USERS Assignment of roles to users
    USOBT Relation transaction to authorization object (SAP)
    USOBT_C Relation Transaction to Auth. Object (Customer)
    USOBX Check table for table USOBT
    USOBXFLAGS Temporary table for storing USOBX/T* chang
    USOBX_C Check Table for Table USOBT_C
    Hope this would help you. Role related tables would help  you resolve ur issue.

  • Automatic payment not specify by business area

    Hello,
    I am trying to run an automatic payment program for one vendor and the system splits the open items by Business area. But I donu2019t want that. I would like to aggregate line items in one, if my payment is just one.
    I've check my customization and in transaction FBZP, on selection "All Company codes" I donu2019t have the field "Separate Payments for each Business Area" selected.
    Do I need any other customization?
    Does anyone know some?
    Thank you very much for your attention.
    Regards.
    Rita

    Dear Rita,
    This is a Portuguese Forum. Please type according required Language.
    In order to check Business Area Payment go to FI12 and verify if you have some Business Place assigned for your Home Bank definitions. You can also check in F110 parameters tab if there is some B.P. assigned for.
    Verifique na FI12 se existe Local de negócio definido para o Banco Empresa. Verifique também se durante a execução da F110 foi atribuído na aba 'parâmetros'.
    Att.
    Marssel

  • Business area wise Balance

    How can i get report of Vendor balance depending on business area?
    Moderator: Please, avoid asking basic questions

    Hi,
    If you want to use a business area as selection and see a vendor balance; use report S_ALR_87012082 and in the dynamic selection enter the desired business area.
    You can acheive the same with FBL1N; but you would need to make a display variant which gives you the desired balance summary.
    Alternatively you can set up the vendor information system S_ALR_87012077; where you could set data up and view on different parameters.  You will, however, need to configure and also be aware that the info system will be populated thru a periodic job.
    Cheers
    Edited by: Neeraj Kukreti on Jul 5, 2011 12:44 PM

  • Vendor Ageing Report Business Area and Profit Center wise

    Dear Experts,
    I have a requirement where user wants a Report for Vendor Ageing Business Area and Profit Center wise.I checked Standard T Codes but the same were Business Area wise but i could'nt find Profit Center wise Report.If their is any standard functionality then please advice.
    We are using SAP ECC 6.0 Classic GL with Spl Purpose Ledger active.Can someone please advice can i derive such a report through Report Painter.If possible please advice in details.
    Your Valuable inputs shall be appreciated....
    Regards
    Rahul

    Hi Durga,
    Can you please elaborate further on the same how you are determining the Report in FBL1N.What are the prerequisited to be taken care of and some further details on the same.
    My Bus Area is not as same as Profit Center eg
    BA          PC
    FXRT     RT0001 / 2 / 3
    TMMG   TM0001/ 2 / 3
    LTOB     LO0001/ 2 / 3
    I checked in my system but we do not have the Program for the following T Codes
    S_PCO_36000218 - Segment Receivables
    S_PCO_36000219 - Segment Payables
    S_AC0_52000887 - Profit Center Receivables
    S_AC0_52000888 - Profit Center Payables
    Regards
    Rahul

  • MIRO - Business Area not getting updated in Vendor Line item

    Hello friends,
    I am posting Vendor invoice in MIRO transaction.
    After Posting if i see the financial document generated,
    Business area has not got updated in Vendor Line item.
    What could be the problem ?
    Please help me out.
    Hari Prasath

    Hi Kale,
    Make sure the field Business area is not supressed in tx. OB14. for the GL account in line item 001.
    On the other hand, have a look to the note and kba below:
    41294 - Business area in customer/vendor item
    Kba 1727802 - Business area not getting populated in sales/ purchase tax

Maybe you are looking for

  • Windows And Oracle Problem

    Hi... Our server is Windows server 2003 64 bit on which SAP IDES 6.0 is there. its working fine. then we have remove Domin through RUN>DCPROMO command so all my user has been removed so i have again created windows users. after that all my service wo

  • How connect lexmark t630 printer to hp dv7-2185dx usb

    need setup instructions connect Lexmark t630 printer (old/wired) to HP laptop USB, tried , get error

  • How to implement "SelectAll" function in table view?

    hi, experts i want to implement "SelectAll" function in table view, just like the SelectAll function in ALV,how to do? and, can table view has it's tool bar ,may be on top of it. pls help and thanks a lot!!

  • Error while starting J2EE

    Hello, i am using jsdk1.3 and j2ee 1.3 beta. after installation it works fine but sometimes when i do start the j2ee with command j2ee -verbose then i have the following error. J2EE server listen port: 1050 org.omg.CORBA.INTERNAL: minor code: 1398079

  • Strange JTable/JViewport resizing

    Folk'ses, i have a strange problem with a JTable and its viewport when i change the data and column model. * autoResizeMode is set to AUTO_RESIZE_ALL_COLUMNS. * all my columns have a minimum size * when i change my data and column model i do not get