While creating a PO (GL Error)

Hi FI Gurus,
When i am creating a PO through ME21N so system is automatically taken the GL but system is giving error on this GL.
The error is:
Comparison of the field selection strings from the G/L account 604310 and the account assignment category 1 reveals that there is an incompatible combination of field selections for the field selection group 'WBS element'.
The G/L account field selection is stored in table T004F; that for the account assignment is stored in table T162K.
Kindly tell me how i can rectify this error.
Regards,
Yasir

HI,
JUST GOTO T CODE OBYC AND CHECK WETHER GL IS ASSIGNMENT ACCOUNT IS ASSIGNED  R NOT....
JUST CHECK
IF USEFUL ASSSIGN POINTS....
REGARDS,
SANTOSH KUMAR

Similar Messages

  • While creating sales order got error version "0" is not defined for company

    Hi,
    i got a error  while creating a sales order(va01) ,i got an error
    saying that "version 0(zero) is not defined for company code
    if there is any solution please provide....
    Thanks&regards
    kishore kumar

    Go to TCODE:OKEQ
    1)select version 0 here and ext select settings for each fiscal year under controlling area settings
    2)give your controlling area XXXX and version 0 then enter
    3)select new entries maintain data for new year 2008.
    Hope this will give u
    Sri

  • While creating Table it shows error as 'missing or invalid option

    I had log on to ap/ap@vis in sqlplus and try to create table but showing error.....here below is the table
    Create table Purchase_Order
    (Item varchar2(10),
    Item_Desc varchar2(100),
    Item_Cost Number(7),
    Item_Qty Number(7),
    Item_Date Date,
    Need_by_date date,
    Last_updated_date date,
    last_updated_by number(10),
    creation_date date,
    created_by number(10),
    Attributed_category varchar2(100),
    attribute1 varchar2(100),
    attribute2 varchar2(100),
    attribute3 varchar2(100),
    attribute4 varchar2(100),
    attribute5 varchar2(100),
    attribute6 varchar2(100));
    But it showing error as ORA-00922:missing or invalid option

    It works for me
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> Create table Purchase_Order
      2  (Item varchar2(10),
      3  Item_Desc varchar2(100),
      4  Item_Cost Number(7),
      5  Item_Qty Number(7),
      6  Item_Date Date,
      7  Need_by_date date,
      8  Last_updated_date date,
      9  last_updated_by number(10),
    10  creation_date date,
    11  created_by number(10),
    12  Attributed_category varchar2(100),
    13  attribute1 varchar2(100),
    14  attribute2 varchar2(100),
    15  attribute3 varchar2(100),
    16  attribute4 varchar2(100),
    17  attribute5 varchar2(100),
    18  attribute6 varchar2(100));
    Table created.
    SQL>

  • Problem while creating PO (Cost center error)

    Dear Expert,
    While Raising PO through ME21N, we are getting an error for cost center budget exceeded for 2011.
    The below is the error.
    Budget for Cost Center 2110404 getting exceeded for year 2011. Please check
    Message no. ZCO_VALIDATIONS004
    The cost center is newly created in the fiscal year 2011 & the budget is assigned at internal order level & not on cost center level.
    I want to know were the system is checking for the budget in cost center (T code).
    I have checked the Tcode KPZ2, KPZ3, KP06, there is no budget assigned.
    Thanks & Regards,
    FICO Consultant

    Hi,
    I have checked the Co Validation in Tcode OKC7 & found the below validation set for specific  Cost center i.e Marketing cost center which i m using.
    Cost Center IN
    FIVAL_MARKETINGCC ( Marketing cost centers for Validations ) AND NOT
    Activity type LIKE 'HR' AND NOT Activity type LIKE 'TR'
    AND NOT Activity type LIKE 'AZ' AND NOT*
    Ref. Transactn LIKE 'TR' AND NOT*
    Ref. Transactn LIKE 'HR' AND NOT Ref. Transactn LIKE 'A'
    AND Amount in LC <> '0.00'
    Please let me know if you can give any inputs on the same to resolve my issue.
    Thanks & Regards,
    Dhaval

  • While creating a simple VIEW Error comes ORA-00604,ORA-00001

    I am using
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Prod
    a simple view statement gives an error.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00001: unique constraint (SYS.I_COL1) violated
    what may be the reason

    Hi,
    It seems that SHORT_NAME cause problem.
    SQL> CREATE OR REPLACE FORCE VIEW V_META_IMAGELIST
      2  AS
      3  SELECT A.SEQ_NUM, A.SHORT_NAME, A.DESCRIPTION, A.MULTISELECT, A.ENTITY_SEQ_NUM, A.SECTION_TYPE_
    SEQ_NUM,
      4  B.SHORT_NAME, A.ACTIVE, A.ENTERED_BY,
      5  A.ENTRY_DATE, A.IMAGELIST_LEVEL, A.STARTINGSENTENCE, A.SEPARATOR, A.CONJUNCTION, A.ENDINGSENTEN
    CE,
      6  A.META_IMAGELIST_ELEMENT_SEQ_NUM
      7  FROM meta_imagelist A, SECTION_TYPES B
      8  WHERE A.SECTION_TYPE_SEQ_NUM = B.SEQ_NUM(+) ;
    B.SHORT_NAME, A.ACTIVE, A.ENTERED_BY,
    ERROR at line 4:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00001: unique constraint (SYS.I_COL1) violated
    SQL> ed
    Wrote file afiedt.buf
      1  CREATE OR REPLACE FORCE VIEW V_META_IMAGELIST
      2  AS
      3  SELECT A.SEQ_NUM, A.SHORT_NAME, A.DESCRIPTION, A.MULTISELECT, A.ENTITY_SEQ_NUM, A.SECTION_TYPE_
      4  B.SHORTNAME, A.ACTIVE, A.ENTERED_BY,
      5  A.ENTRY_DATE, A.IMAGELIST_LEVEL, A.STARTINGSENTENCE, A.SEPARATOR, A.CONJUNCTION, A.ENDINGSENTEN
      6  A.META_IMAGELIST_ELEMENT_SEQ_NUM
      7  FROM meta_imagelist A, SECTION_TYPES B
      8* WHERE A.SECTION_TYPE_SEQ_NUM = B.SEQ_NUM(+)
    SQL> /
    Warning: View created with compilation errors. --this is because I haven't any tables
    SQL> show error
    No errors.
    SQL> Try to rename SHORT_NAME to an other word.
    Nicolas.

  • While creating PO getting an error &message number 06 ,249

    We are creating  3rd party sale order,from sale order system creates Purchase requisation ,and by referencing this PR   we want to create multple POs  but after creating One PO with partial qty ,
    but for 2nd PO i am refrencing same PR it is giving error
    Materials for PReq 10001284, item 00001, already partially ordered
    Message no. 06249
    Thanks in advance
    Rama

    Hi
    Just check In Txn OX17 if your plant is assigned to the Plant.
    Regards

  • While creating smart form parameters error.

    hi.
    i am  Developing a smart form ..
    based on the given parameter the values are coming..(Sorry i am not able to explain the whole scenario bcz i am new to abap)
    plz have a look on below image.
    Se11 and  error..
    for creating the parameter options i open the se11  (se11 -image) but i am getting the Error at the time  of  Check the program..
    May i know what is the reason...

    hi. thanks for your reply..
    yes i am using vm ware i was installed in external hard disc,,
    from my system i am connecting to the external  hard disc..
    Coming to first screen shot there is no error its just a warning.
    Yes, i also think same but i has to check it...
    i will update u once i check it.
    plz give me some time.. i will check it...

  • Error While creating new iview

    Hi,
    I am trying to create an iview in Portal 6.0 & while creating iview getting following error
    Portal Runtime Error
    <b>An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.templateSelection
    Component Name : com.sap.portal.admin.templateselectionwizard.default
    The exception was logged. Inform your system administrator..
    Exception id: 12:22_20/12/06_0007_4809150
    See the details for the exception ID in the log file</b>
    & also its showing followin info
    12:25:04 - An editor is already open for this object. Use the controls in the editor to change the editing mode.
    Can anyone pls guide me in solving this proble ? What could be the reson for this error ? I am logging with administrator.
    Thanks in advance!
    Smita

    Hi Smita,
       The error shows that Editor is already open in other session for this iview.
    Have you checked whether this iview got locked ?
    To unlock the iview.Go to System admin->Monitoring->Portal->Object locking
    there you can unlock the object.
    Hope it helps
    Regards
    Rani A
    Dont forget to assign points if Useful

  • Error while creating Business Object

    Hello All,
    I am creating one business object for the Chapter ID. But while creating API method the error message is coming up as "Parameter <parametername> does not have a reference structure".
    But I already defined BAPI Structure which has the required fields and also i follow the Std. naming convenions.
    Kindly guide me for the same.
    Egarly Waiting for the reply.
    Regards
    Nilesh Shete

    Hi Nilesh,
    could you please go a bit more into detail?
    Best would be to post the interesting parts of your source code here.
    At the moment I can only guess that you created an adaptive RFC model. But did you also create a context node and bind the model to it?
    What do you mean with "creating API method" and "I am creating one business object for the Chapter ID"?
    Regards
    Helmut

  • Error while creating absence Quotas - Error no 83

    Hi Friends,
    Would appreciate help on this .
    While creating time quota-
    am geting this error :
    <b>Error while creating absence Quotas.
    Error no - 83</b>
    Reagards,
    Srikanta

    Hi
    Don't know if your question has been resolved, but check the leave cycle date types on IT0041 and IT0001 and IT0007 should all be aligned.
    Hope this helps.

  • Error while creating order from notification

    Dear Experts,
    I am getting error (No material number transferred(Message no. M3752))  when creating order from R3 notification. the material number not copied from screen to VIQMEL. This is only in few times, not all times. when i debug this, in VIQMEL-FEKNZ = X(Error Records Exist).
    This is only for R3 notification. Also not in all times.
    What is the problem?

    Thanks, I am creating notification thru IW21. form IW22 i am creating order. while creating is gives above error. in this case MATNR not saving in QMEL. even when i am saving in IW22 it's not saving. when i am creating order from IW22 it gives above ror. but it gives error some times only, not all the times. for the same equipment i created so many. some four times only i am getting this.

  • Error while Creating new Position-Data fields have not been filled (no. 5A135)

    Dear Consultants,
    My client using SAP HCM form 2008, now they want to create new positions to the existing system,
    To create new positions I am using T Code : PP03, while creating I am getting error "Date Fields have not been filled- Error Message No - 5A135", I want to create the positions valid from 01.04.2014. please do needful why this error is coming
    Regards,
    Naresh

    Hi,
    It is mandatory to give the org unit to which the position is being associated with.
    Give the org unit and try saving it.
    Thanks,
    Sriram

  • Error while creating customer account sites from backend

    I am creating Customer Account Sites using the TCA API from Toad.
    I am getting the following error
    The operating unit is either invalid or it cannot be derived. Please verify your Multi-Org profile options.
    The Operating unit has been defined.
    I am using the following code:
    DECLARE
    p_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    x_cust_acct_site_id NUMBER;
    BEGIN
    p_cust_acct_site_rec.cust_account_id := 9462;
    p_cust_acct_site_rec.party_site_id := 5473;
    --p_cust_acct_site_rec.language := 'US';
    p_cust_acct_site_rec.org_id := 126;
    p_cust_acct_site_rec.created_by_module := 'TCA-EXAMPLE';
    hz_cust_account_site_v2pub.create_cust_acct_site(
    'T',
    p_cust_acct_site_rec,
    x_cust_acct_site_id,
    x_return_status,
    x_msg_count,
    x_msg_data);
    dbms_output.put_line(SubStr('x_return_status =
    '||x_return_status,1,255));
    dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
    dbms_output.put_line(SubStr('x_msg_data = '||x_msg_data,1,255));
    IF x_msg_count >1 THEN
    FOR I IN 1..x_msg_count
    LOOP
    dbms_output.put_line(I||'. '||SubStr(FND_MSG_PUB.Get(p_encoded =>
    FND_API.G_FALSE ), 1, 255));
    END LOOP;
    END IF;
    END;
    Thanks and Regards,
    K tanna

    Duplicate post.
    Error while creating customer account sites
    Error while creating customer account sites

  • Bank Analyzer - Error while creating the Position Structure

    Hi,
    We are implementing Bank Analyzer 6.0 and Implementing Financial Instrument and Financial Transaction.
    We facing an Error while creating the Position Structure,
    Error Message: Status of structure S40CURRACC is "New"
    Anyone has an idea how to fix this?
    Thank you,
    John Crawford

    Hi,
    1.Run Transaction - /BA1/F0_SGS_START
    2.Entered the name of the structure and try to "activate". 
    3.It will get Active without any inconsistency.
    Regards
    Phani

  • Error while creating sales order with ref using SD_SALESDOCUMENT_CREATE

    Hi
    I am creating sales order with reference using function module SD_SALESDOCUMENT_CREATE , while creating i am getting error
    Document doesn't have document category even thougth i am passing document category in header as well as item lavel.
    In VBUK table there is no value for VGTYP.
    Can you please help me how to resolve it.
    Thanks & regards
    kiran

    Problem resolved by passing   REFDOC_CAT in the FM along with  SD_DOC_CAT.
    Thanks

Maybe you are looking for

  • Disp+work is stopped........

    Hi, Sap experts. Hope all are doing good!!!!!!! Disp+work is stopped.... i'm new to sap.... please help me how to solve this issue..... i will provide dev_disp log below.. trc file: "dev_disp", trc level: 1, release: "720" sysno      19 sid        SA

  • ADC to DVI connector

    Hi, Apologies if this is frequently asked/answered, but I find it difficult to find a completely straight answer anywhere. I have an older Power Mac G5 with an AGP 8X Pro graphics card (with one ADC and one DVI connector). I have just bought 2 new Ap

  • Signing in and out

    I have just set up Skype with my microsoft hotmail address and password but I want to change the primary email address on my account.  When I do this, it asks me to confirm my password but when I put in my hotmail password, it says it is incorrect. 

  • What's the difference in Apple RAID card battery error messages?

    I have a Mac Pro with 2 quad core Intel Harpertown CPUs at 3.2GHz, and an Apple RAID card.  RAID Utility shows that the battery failed but in my research, nobody explains the difference between "Battery failed (code 0x#0 = 17)" (which is what I have)

  • Terms to be agreed when creating a Paid Books Account and submitting an iBook to the iBookstore

    Hi there everyone I'm advising a client on the range of terms to be agreed when its creates an iBook using iBooks Author and then submits the iBook for publication on the iBookstore (using a Paid Books Account, not a Free Books Account). From what I