Error in PGI thru vl32n

Hi Gurus
when we are doing PGI from vl32n the following error is encountered. OBYC confi has been done prperly..
your help is requred asap..
error message "E M7 093
Fld selectn for mvmt type 543 / acct 524002 differs for Asset retirement (016 )"
Thanks
Prasad

Hi Prasad,
This error is caused if the fields selection for movement type and G/L account is different . Change this field to Optional in G/L account which is suppressed there to do that go to spro - financial accounting new - financial accounting global settings new - Ledgers - Fields - definf field selection Varient .
Select ur company code and select field status group there u select ur field status group which is specified in ur G/L account , then select assert accounting and here u change the field to optional
Cheers!!
Vikas

Similar Messages

  • Runtime error on PGI reversal "OBJECTLIST_NOT_FOUND."

    Hi Experts,
    I am trying to reverse a PGI thru VL09 and I m getting runtime error " OBJECTLIST_NOT_FOUND".
    After debugging I found that error is coming at the serial number status change.
    34   CALL FUNCTION 'DOC_SERNR_STATUS_CHANGE'
       35        EXPORTING
       36             OBJKOPF              = TASER_SER01
       37             SERXX                = DA_SERXX
       38             OPERATION            = BELEG_SDLS
       39             J_VORGANG            = J_VORGANG
       40             COLLECTIVE_ENQUE     = CON_CHARX
       41        IMPORTING
       42             SERIAL_COMMIT        = DA_SERIAL_COMMIT
       43             STATUS_NOT_ALLOWED   = DA_STATUS_NOT_ALLOWED
       44        EXCEPTIONS
       45             OBJECTLIST_NOT_FOUND = 1.
       46 *           OTHERS               = 2
       47
       48   CASE SY-SUBRC.
       49     WHEN 1.
    >>>>>       RAISE OBJECTLIST_NOT_FOUND.
       51   ENDCASE.
    Please let me know how the PGI can be reversed.

    Hi,
    There´s a SAP note 853290 which could solve this dump. If not, then i would recommend to open a SAP ticket.
    Best Regards,
    Arminda Jack

  • Error while PGI

    Hi
    I am getting an error while PGI
    "Account 400000 requires an assignment to a CO object"
    How to solve this ?

    Hi
    This means in your material master or article master Profit center entry is missing which is actually made mandatory from FI side
    Maintain profit center in your material master or article master  and try to do one full cycle and you will not get this error
    If this is an real time issue the already created billing needs to be cancelled in VF11 and reverse delivery and close the sales order by assigning reason of rejection
    Because if you assign Profit center now in your  material master you cannot update the already created billing document
    If account assignment cat is missing in  material masters it can be given in VF02 at the time of billing but not profit center
    Non maintanence of profit center is the  one and only cause of your error
    You are having error at the time of PGI for this also the above mentioned entry is the cause
    Regards
    Raja

  • Ki235 Error When PGI After Ehp6 Upgrade

    Hello
    What would cause KI235 error when PGI after ehp6 upgrade? We are upgrading to ehp6 and are receiving this error when PGIing delivery. It only does this in the upgraded client and not in non-upgraded client. The automatic account assignments match exactly in both clients and are not missing or incorrect.
    Also check OKB9 setting it is perfectly ok.
    Please advise,
    Thanks,
    Themba

    This is a repetitive issue and have you searched the forum before posting?
    G. Lakshmipathi

  • Error while publishing thru Service registry

    Hi friends
    While publishing service thru service registry, I am getting this error message.
    Any Solution?
    Thanks
       -Mitesh
    com.sap.esi.uddi.sr.api.exceptions.SRExceptionerror code: null detail message: com.sap.esi.uddi.sr.impl.uddi.wsdl.validation.ValidationException: Cannot load WSDL due to "Invalid Response Code: (401) Unauthorized. The requested URL was:"http://host:8000/sap/bc/srt/xip/sap/ECC_SALESORDERCRTRC1?sap-client=001&wsdl=1.1"". Check that the specified WSDL URL "http://host:8000/sap/bc/srt/xip/sap/ECC_SALESORDERCRTRC1?sap-client=001&wsdl=1.1" points to WS-I Basic Profile 1.1 compliant WSDL Definitions file->com.sap.esi.uddi.sr.impl.uddi.wsdl.validation.ValidationException: Cannot load WSDL due to "Invalid Response Code: (401) Unauthorized. The requested URL was:"http://host:8000/sap/bc/srt/xip/sap/ECC_SALESORDERCRTRC1?sap-client=001&wsdl=1.1"". Check that the specified WSDL URL "http://host:8000/sap/bc/srt/xip/sap/ECC_SALESORDERCRTRC1?sap-client=001&wsdl=1.1" points to WS-I Basic Profile 1.1 compliant WSDL Definitions file->com.sap.esi.uddi.sr.impl.uddi.wsdl.validation.ValidationMessage: Cannot load WSDL due to "Invalid Response Code: (401) Unauthorized. The requested URL was:"http://host:8000/sap/bc/srt/xip/sap/ECC_SALESORDERCRTRC1?sap-client=001&wsdl=1.1"". Check that the specified WSDL URL "http://host:8000/sap/bc/srt/xip/sap/ECC_SALESORDERCRTRC1?sap-client=001&wsdl=1.1" points to WS-I Basic Profile 1.1 compliant WSDL Definitions file

    Hello Mitesh
    Would this forum question be interesting for you?
    [ESR post-installation tasks are missing|ESR post-installation tasks are missing]
    regards
    Rathish

  • Error using RMAN thru Database Control

    Hello guys..
    I installed Oracle 10gR2 on solaris 10, and created a sample DB called HEAT. This database is configured to run in Archivelog mode and also created Flash_recovery_area.
    Iam trying to take a simple backup thru RMAN using OEM ( Database Control). there is only 1 database on that server and i plan to use controlfile instead of recovery catalog.
    Now here are the steps when i execute, i get an ERROR.
    1. connected as 'sys' from Database Control.
    2. Went to Maintenence Tab, click in Backup settings.
    3. click on Device Tab, enter OS credentials and click on "Test disk backup"..
    4. I get an error that says "Disk Backup Test Failed!"
    When click on View Error Details :
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Feb 2 12:53:29 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN>
    connected to target database (not started)
    RMAN>
    echo set on
    RMAN> run {
    2> allocate channel oem_disk_backup device type disk;
    3> backup as BACKUPSET current controlfile tag '02022007125328';
    4> restore controlfile validate from tag '02022007125328';
    5> release channel oem_disk_backup;
    6> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of allocate command at 02/02/2007 12:53:30
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    RMAN> allocate channel for maintenance type disk;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of allocate command at 02/02/2007 12:53:30
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    RMAN> delete noprompt backuppiece tag '02022007125328';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 02/02/2007 12:53:30
    RMAN-12010: automatic channel allocation initialization failed
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    RMAN> exit;
    Recovery Manager complete.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    I only have 1 database , and it is configured to backup using Control file and not Recovery catalog ( which is the default)...
    What additional steps do i have to do, to take a simple backup using database control ? I am not sure why it says Database not available...while DB is indeed available and open.
    any help is appreciated..
    thanks

    I, too, am receiving these same errors when I do my backups. The sysadmin took the systems down over the weekend and the backup has failed ever since. Database is up, ORACLE_SID looks fine, what could be wrong? This nightly backup worked before system went down. I can connect as sysdba using the ORACLE_SID as set.
    Thanks,
    Candy

  • Runtime Error in PGI

    Hi Experts,
    This is with regarding Bonded warehouse scenario by which client get an option to keep the material at the warehouse for 90 days without paying the customs duties. After completion of 90 days, they would pay the duties & move the stock from one storage location(RM non duty paid) to another (RM duty paid).
    1. PO against import vendor - Bonded warehouse plant
    2. MIGO - Only Stock a/c and GR/IR accounted, no accounting of CVD & customs clearing happened. (Storage location - RM Non duty paid)
    3. MIRO against Import vendor - Only vendor a/c & GR/IR accounted.
    After completion of 90 days - payment of duties and moving from one storage to another.
    4. STO PO from one storage location to another - CVD & Customs conditions are loaded.
    5. MIRO against Commissioner of Customs - CVD & Customs clearing accounted here.
    6. VL10B and VL02N (PGI from one storage location (Non duty paid) to another storage location (Duty paid).
    In the PGI, all the duty values are getting added up to the inventory. All duties should be inventoried, only when the Material type is Trading goods. If the Material type is RM (or) PM (or) Semi finished, CVD values should not be added to the inventory as it is Set off u2013 Claimable.
    For the above purpose, ABAPer wrote a code and executed the PGI, system throws a runtime error as below
    A RAISE statement in the program "SAPLFACI" raised the exception
    condition "SYSTEM_ERROR".
    Since the exception was not intercepted by a superior
    program, processing was terminated
    Any help?
    Regards,
    Vijay N

    as it is your Abapers coding that it causing the problem, you have to tell him about the issue so that he can fix is error.
    You cannot expect help from here.

  • Error in PGI delivery for sales order

    Hi Experts,
    Can any tell me why do I get an error message
    "You are not authorized for given plant and mvt tpe"
    when I try to do a PGI for a delivery of sales order.
    thanks in advance.

    Hi Ashwin
    In realtime there will limit to user to access to some Plant Data.
    For SD guys access to sales order only it will not allow to create delivery for that product..for thts y u r not allowed to access  for delivery.
    In real time they will create user profiles for each document type.
    Regards
    Srinivas.

  • SQL error during PGI

    Hi, this is Dipti, during PGI in T-code VL02N system throws an error,
    SQL error 3127 occured when accessing programe sap.
    waiting for quick reply
    Thanks & regards,
    Dipti

    This issue was often solved by extending the parameter abap/buffersize. Please consider
    also note 534729.
    Please increase the size of parameter abap/buffersize and update us
    if it helps to resolve the problem.
    Refer another note also 797792

  • ERROR at PGI level

    Dear all,
    I tried to raise a sales order for a material(FERT),.after sales order i could able to do picking.At PGI level an error is coming that "Valuated stock becomes negative:136 "
    I have not created any negative stock.
    Available stock is not restricted nor reserved
    At MMBE 136no. of unrestricted stock is available.I tried to reverse the stock with 562 movement type at MB1C the same error is coming.I checked the procedure and diagnosis of the error, There it is saying to check Material master and Material document and Accounting document.
    I could not able to solve the problem. Request you to guide me to over come this.
    Thanking you in anticipation
    Regards
    Madhu Vaddi

    Dear Madhu
    Check this thread where similar issue was discussed
    [unrestricted and valuated stock are different|Re: unrestricted and valuated stock are different]
    thanks
    G. Lakshmipathi

  • Sales order stock does not exist error during PGI

    dear sir,
    we have two plants 1010 and 1020,we are using variant configuration for our finished goods
    we want to make the sales orders in 1010 plant and we manufacture the machine in 1020 plant.
    so we want to dispatch machine from 1020 plant (shipping point),eventhough we make sale order in 1010 plant.
    but while doing PGI ,system shows one error message "Sales order stock does not exist" message 184,area M7.
    if we see in MMBE stock of finished good is available in 1020(made 412 E movement)
    how to resolve this
    thanks and regards
    srinivas pai

    There can be two reasons for these kind of error
    - Your sales doc while creating this order & your item category is marked with special stock indicator as E and after this order is created you have not reserved stocks in your plant against this order. This reservation can be done in tcode MB1B movement type 412 E.
    - Let say, if it is reserved then check the same in tcode MMBE stocks reserved for your sales order.
    Otherwise reservation you may have done properly with correct movement types with special stock indicator E. But while creating the your sales order with item category may not have been marked with special stock indicator E. In this case even though the system has stocks reserved for that order and that order when comes for PGI system doesn't sense.
    In either of the case, you have to again do the process.
    Hope it can assist you.
    Thanks & Regards
    JP

  • Error during PGI

    Hi All!
    While doing PGI i have got an error as below..
    Field selection for movement type 601/ GL Acct xxxxxx differs for business area.
    This one has happened only for a particular material. I solved this error earlier as below for some other material
    1.Got in SA38
    2.Entered program RM07CUFA
    3.Execute
    4.Give movt type 601 and G/L xxxxxx
    5.Execute.
    6.Made changes in filed showing red colour by choosing as optional field
    But again for a another material this error comes.. I am confused.Can anyone can give some idea on this.
    Yuvi.

    The Program RM07CUFA is used to check the consistency between GL account & Mvt Type.
    ex: The Cost centre field for Mvt type is Optional & for GL account Reqd..
    in that cast system will not allow you to post..
    To Over come this you need to choose the same  "Field status group" for All GL accounts..

  • Error when PGI Delivery Order

    HI all,
    I am getting the following error message when PGI delivery order for return proses
    "Material's product unit must be entered in whole numbers".
    Could someone help me please to fix that problem ?
    Thanks and best regards,
    Saiful arif

    Hi,
           Have u mantained the base unit of measure and sales unit to be different . If yes, then have you mantained the conversion factor. Kindly check manually there could be a decimal point coming as a result of the conversion factor mantained for the two different UOM in the material master.
    Thanks
    Manoj Sharma

  • Error while PGI due to SLED

    Hi,
    When I do PGI, I get the following error,
    Best Before date/SLED 20.01.2007 of batch "1234" has been exceeded.
    Stock data of serial number "1234" not suitable for movement.
    I checked the Material Master, and the following values exist under shelf life data,
    a. Min. rem shelf life - 0
    b. total shelf life - 0
    c. Period Day ind for SLED - D.
    But in the Batch master, Batch creation date is 2.11.2004 and Shelf life expiration date is 20.01.2007.
    Why is the system considering the  SLED in batch master when it is not activated in Material master?
    Please help me understand this.
    Thanks.

    You have a remaining shelf life check active in your material master.
    And in cusomizing it is defined for which movement types this check will be carried out.
    This is usually done for a goods receipt to avoid receiving of too old material that will reach their best before date pretty soon.
    Once you have received the material the date is stored in the batch record.
    If your system is set to check the date when you do a 309, then you cannot do a 309 for a batch with an shelf life that has expired.
    You have to extend the shelf life in MSC2N to be able to perfrom the 309. After you have done the 309, you can do MSC2N again an set the date to the old date.
    Thanks
    Aman

  • Stock Transfer Order Error during PGI in VL02n

    Hi Experts
    I have configured a stock transfer order with the following details
    Purchase Order STANDARD Doc Type NB item category field is blank
    Mov Type 647 & 641
    Delivery type NLCC
    Created outbound delevery in VL10B
    But in VL02N during PGI getting error that  Purchase Order xxxxxxxxxx does not contain items for stock transfer
    Pls let me know what setting are missing ?

    Dear,
    As per my little knowledge I pesume that the error is because of wrong P.O. Types has been used in STO.
    Kindly use P.O. Type UB and item category as U and retry ur process.
    Regards
    AJIT K SINGH
    HAPPY TO HELP U

Maybe you are looking for

  • Adobe CS6 installer not initializing

    Trying to install adobe PS CS6 and the installer fails to initialize every time. It gets a little over half way done and then errors out. It tells me to download support advisor but it is not outputting any error logs so support advisor does not see

  • Cannot resolve symbol : class odbc ERROR

    Hi Helper I am trying to compile a the following and I am getting the error C:\jdk\websiter>javac MainServlet.java MainServlet.java:86: cannot resolve symbol symbol : class odbc location: package jdbc Class.forName(sun.jdbc.odbc.JdbcOdbcDriver); impo

  • How do I enable the Java Accessibilty Stuff?

    Hi. I'm trying to make my application accessible via a screen reader to impaired users. Unfortunately, I'm not having any success whatsoever. If I didnt know Java had accessibility stuff built-in, I would assume that it was just not compatible at all

  • I just need to know what to do.

    Adobe Premiere elements 12 won't load asks if I want it to make changes to computer I say yes it won't load.

  • User name from PL/SQL

    I'm using Oracle 10g From a database procedure, how to select the current user name who is logged in