Error while  uploading stock using Mb1c and migo

Hi
Following error is showing,while  uploading stock using Mb1c and migo
Return code 8 is not permitted with BAdI 'FAGL_PERIOD_CHECK'
Can anyone help me?/
Thanks

Hi
You will need the help of an abaper in solving this , as a BAdi FAGL_PERIOD_CHECK - Posting Period Check has been activated.
Please check the implementation of the BAdi , i feel that it has not been implemented properly.
This Business Add-In (BAdI) enables you to extend the existing check of open posting periods.
The result of the period check is provided to you as a parameter (CH_SUBRC). In your implementation, you can derive this parameter again (for example, if a posting is rejected under a certain condition).
The following values are allowed for parameter CH_SUBRC:
0 Posting allowed
4 Period & is not open for account type & and general ledger &
6 No authorization for posting period & &
This is a custome developemnt , so only the ABAper present at your end will be able to resolve it.
Thanks & Regards
Kishore

Similar Messages

  • Error while creating stock using tcode: MB1C

    Error while creating stock using tcode: MB1C
    The Error is: Check table T004F:entry G006 does not exist

    Hi ,
    Please check the FSV (field status variant) for your company code in OBY6 .
    then go to transaction code OB14 --> enter the FSV --> Check if field status group G006(Material account) is maintained there or not.
    if not please maintain it.
    Thanks & Regards
    Anshu

  • Issue while removing stock using MB1C - 562

    Hi,
    Our client has few materials for which batch number is captured in small alphabets and now when we are trying to remove stock using MB1C - 562 system gives error of Deficet Qty as it automatically changes small letters to CAPITAL letters as soon as we press enter on MB1C. We are doing stock removal activity as client is migrating from old SAP system to ECC and we have to remove stock data from old system.
    We are using an ABAP program for removing stock but in background it uses MB1C - 562 mvt type but for few materials we are getting this issue of small letters.
    Please let me know if there is any way we can remove these stock records with small letter batch number via 562 mvt type
    Thanks,
    Vihaan

    As I already said: no matter what movement type you use, you cannot make SAP posting this batch number.
    Find out the way how this stock was posted into SAP. and use the same way to get it off SAP.
    I think you have to convert the batch number into capital letters before you can goods issue the stock. For this you may need to create an own report that does a hard update in SAP tables MCHA, MCH1 and MCHB (maybe more ... I cant look into your system, you may have to contact SAP to get help which tables need to be amended or which conversion exit needs to be switched off)

  • SAP posting period error while mainting stock in MB1C

    Hi,
    Error Description:-
    While I am maintain the stock in MB1C i got an error i.e.
    Error:-  Postingonly possible in periods 2006/12 and 2006/11 in company code CLC1 ( CLC1 is mycompany code.)
    To resolve this error  I did some pre-requisite, 
    First :- In OB29, I define my fiscal year variant ( Here,  I copied the K4 andrename S4 and save )
    Second :- then, in OB37, I Assign fiscal year variant to company code.
    Third :- I define variant for open postingperiod, ( Here, I define my ownvariant  to use the following  menu path - IMG-- FAFinancialaccounting global settingsDocuments-- Posting periods--Define variant forposting periods).
    Forth:- in OB52, i define the open and close posting periods ( Here, in new entries i choose my variantwhich i define in 3rd step  and define myperiods).
    still system not allowing me the current dated posting, then i use the following step to resolve the error,
    I mgoing to MMPV for close the periods. (here I  closed all periods, month wisetill 2012/01).
    stilli got the same error,  so  Icheck  MMRV & OMSY, weather postingperiods change or not.. ( Here, systemshows me backdated posting periods i.e. 2006/12).
    Kindly help me to resolve this error.
    reg.Mayur

    Hi,
    As you Said i closed each period as well as fiscal year , but still my problem not resolved .. system shown me following notification after i closed the period..
    Mode: Close period only
    Client:800
    Period entered (month/year):042010
    Invalid period for company code CLC1; no conversion here.
    Period closing complete; log issued.
    Mode: Close period only
    Client:800
    Period entered (month/year):012012
    CoCd CLC1: table T009B incomplete; no conversion here.
    Period closing complete; log issued.
    Mode: Close period only
    Client:800
    Period entered (month/year):022012
    Incorrect period in control rec. of CoCd CLC1; no conversion
    The current period (month/year) of the control record is122006
    Period closing complete; log issued.
    E N D

  • Error while receiving Item using MB1C.

    I get the following error message while receiving Item using T-Code MB1C.
    Accounting Data not yet maintained for Material NPPL 2707.
    Not sure which setup is missing. Can somebody please help?

    Dear Nitesh Patil,
    After we do a posting, the changes need to be reflected in FI and since your material master does not contain the accounting 1 and accounting 2 views you are getting this problem.
    To rectify, go to MM01 > give the same material name for which you are getting this problem > select accounting 1 and 2 views and fill up the required data.
    Hope this helps.
    Thanks
    Murtuza

  • Error while trying to use Photomerge and stitch a few pictures with Photoshop CC 14 on Windows 8.1

    I am getting an error while trying to merge some pictures together using photomerge in photoshop cc14, it says photoshop has encounter an error, and it closes photoshop after that, I cannot use photomerge at all, everything else works fine. Any help anyone???

    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, such as total installed RAM, scratch file HDs, video card specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    A screen shot could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • MM01 error while uploading in 'N' mode and successfull in 'A' mode

    Hi experts,
    I am uploading material master data and when I set in A mode I could create a material,but when I execute in N mode, it is throwing error as 'enter material type'. could you please help.
    Thanks....

    Hi,
    Use as like below.
        WA_CTUPARAMS TYPE CTU_PARAMS.
    WA_CTUPARAMS-DEFSIZE = 'X'.
    WA_CTUPARAMS-DISMODE = 'A'.
    WA_CTUPARAMS-UPDMODE = 'S'.
    WA_CTUPARAMS-NOBINPT= 'X'.
    CALL TRANSACTION 'MIRO' USING IT_BDCDATA                           "MODE 'A' UPDATE 'S'
             MESSAGES INTO IT_BDCMSGCOLL OPTIONS FROM WA_CTUPARAMS.
    Regards,
    Ashok.

  • Error while trying to use Ant and creating Jdbc Datasource

    I was following the documentation to auto-create my datasource in my weblogic server. I get an error while it is trying to link the datasource to the server. Does anybody have any ideas,it is almost like the query to get the server isn't working.
    Here is my ant task:
    <target name="setupJdbcDatasource">
         <wlconfig url="t3://localhost:7001" username="weblogic" password="weblogic">
         <query domain="MyDomain" type="Server" name="AdminServer" property="adminserver"/>
         <create type="JDBCConnectionPool" name="TestDatasource" property="DatasourceTest">
              <set attribute="CapacityIncrement" value="1"/>
              <set attribute="DriverName" value="weblogic.jdbcx.oracle.OracleDataSource"/>
              <set attribute="InitialCapacity" value="1"/>
              <set attribute="MaxCapacity" value="10"/>
              <set attribute="Password" value="cmuser"/>
              <set attribute="Properties" value="user=cmuser SID=ORCH serverName=10.13.5.144 portNumber=1521"/>
              <set attribute="RefreshMinutes" value="0"/>
              <set attribute="ShrinkPeriodMinutes" value="15"/>
              <set attribute="ShrinkingEnabled" value="true"/>
              <set attribute="TestConnectionsOnRelease" value="false"/>
              <set attribute="TestConnectionsOnReserve" value="false"/>
              <set attribute="URL" value="jdbc:bea:oracle://10.13.5.144:1521"/>
              <set attribute="Targets" value="${adminserver}"/>
         </create>
         </wlconfig>
    </target>
    My Domain is MyDomain, and server is AdminServer. The error I get is:
    [wlconfig] weblogic.management.DistributedManagementException : Distributed Management [1 exceptions]
    BUILD FAILED
    X:\ibutt_PCView\src\CM\build.xml:285: Error invoking MBean
    command: javax.management.MBeanException
    And in my server log:
    jdbcDataSourceBean=[MBeanServerInvocationHandler]com.bea:Name=CP-ConfigManagemen
    tTest,Type=weblogic.j2ee.descriptor.wl.JDBCDataSourceBean,Parent=[MyDomain]/JDBC
    SystemResources[CP-ConfigManagementTest],Path=JDBCResource
    <May 21, 2006 3:50:57 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "ConfigManagementTest": [BEA][Oracle JDBC Dri
    ver]Missing connection information: no serverName specified.>
    <May 21, 2006 3:50:58 PM EDT> <Error> <Deployer> <BEA-149265> <Failure occured i
    n the execution of deployment request with ID '1148241051441' for task 'weblogic
    .deploy.configChangeTask.2'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:

    Hi. This seems like an XML parsing problem.
    Could you please try changing the driver
    properties from:
    <set attribute="Properties" value="user=cmuser SID=ORCH serverName=10.13.5.144 portNumber=1521"/>
    to:
    <set attribute="Properties" value="user=cmuser SID=ORCH"/>
    The server and port are already in the URL
    thanks,
    Joe

  • Exchange rate error while Uploading material in MB1C; MovType 561

    Hi Experts,
    I am trying to upload material in MB1C (movement type 561). When I am saving, system is giving following error.
    My company code currency, material master currency is EUR but still following error is occuring.
    "Enter rate EUR /  rate type M for 01.10.2010 in the system settings
    Message no. SG105
    Diagnosis
    For the conversion of an amount into another currency, an entry is missing in the currency conversion table.
    Procedure
    Add the missing entry in the currency conversion table.
    Execute function
    You can then continue to process the commercial transaction."
    Do I need to maintain exchange rate inOB08 for EUR to EUR conversion? Or is there any other setting?
    Regards
    Anand

    Hi,
    No need to maintain conversion between EUR to EUR.
    We'll take one currency as standard for conversions.
    In our case for every currency we have to maintain conversion for USD
    EUR to USD
    USD to EUR
    INR to USD
    USD to INR
    May be you have to maintain like above.
    Rgds
    Murali. N

  • Error while creating filter using BD59 and BD64

    Hi Friends-
    While creating filters for HRMD_A  message type  using BD59 i have added one field  stat2 for segment
    E1P0000    and its coming also in  BD64  while creating filter group  but when i double click on it to give value to it  it  gives me error    '  Inconsistency in  ' .
    what could be the reason  pls let me know ?
    Regards
    Meeta

    Hi,
    Try to distribute the model view in BD64 ( Edit->ModelView->Distribute).  you can check for technical inconsistencies for message type in Transaction BDM5
    Regards,
    Vinod

  • Error while uploading file using wininet in c++.

    I'm going to upload text.txt file
    using wininet.
    Here is a code.
    #include "stdafx.h"
    #include "iostream"
    #include "windows.h"
    #include "wininet.h"
    #include "tchar.h"
    #include "iostream"
    #include "string"
    #include "sstream"
    #pragma comment(lib, "ws2_32.lib")
    #pragma comment(lib, "Wininet.lib")
    int main(){
    TCHAR hdrs[] = _T("Content-Type: multipart/form-data; boundary=---------------------------7d82751e2bc0858");
    TCHAR frmdata[] = _T("-----------------------------7d82751e2bc0858\r\nContent-Dis name=\"uploadedfile\"; filename=\"C:\\Users\Ahmer\Desktop\asd\test.txt\"\r\nContent-Type: text/plain\r\n\r\nfile contents here\r\n-----------------------------7d82751e2bc0858--\r\n");
    LPCTSTR accept[] = {_T("*/*"), NULL};
    HINTERNET hSession = InternetOpen(_T("MyAgent"), INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, 0);
    HINTERNET hConnect = InternetConnect(hSession, _T("http://localhost/cpp/"), INTERNET_DEFAULT_HTTP_PORT, NULL, NULL, INTERNET_SERVICE_HTTP, 0, 1);
    HINTERNET hRequest = HttpOpenRequest(hConnect, _T("POST"), _T("uploadfile.php"), NULL, NULL, accept, 0, 1);
    BOOL sent = HttpSendRequest(hRequest, hdrs, _tcslen(hdrs), frmdata, _tcslen(frmdata));
    if(hSession==NULL)
    cout<<"Error: InternetOpen";
    if(hConnect==NULL)
    cout<<"Error: InternetConnect";
    if(hRequest==NULL)
    cout<<"Error: HttpOpenRequest";
    if(!sent)
    cout<<"Error: HttpSendRequest";
    //close any valid internet-handles
    InternetCloseHandle(hSession);
    InternetCloseHandle(hConnect);
    InternetCloseHandle(hRequest);
    return 0;
    Here is a php file.
    move_uploaded_file($_FILES["uploadedfile"]["tmp_name"], "/FileFolder");
    there is error Error:
    HttpSendRequest.

    That's prefect, I changed only these two lines
    HINTERNET hConnect = InternetConnect(hSession, _T("localhost"), INTERNET_DEFAULT_HTTP_PORT, NULL, NULL, INTERNET_SERVICE_HTTP, 0, 1);
    HINTERNET hRequest = HttpOpenRequest(hConnect, _T("POST"), _T("cpp/uploadfile.php"), NULL, NULL, accept, 0, 1);
    and now there is no error in this code but this is not uploading  file yet.
    Is there any error in the php file ? or in this line .
    TCHAR frmdata[] = _T("-----------------------------7d82751e2bc0858\r\nContent-Dis name=\"uploadedfile\"; filename=\"C:\\Users\Ahmer\Desktop\asd\test.txt\"\r\nContent-Type: text/plain\r\n\r\nfile contents here\r\n-----------------------------7d82751e2bc0858--\r\n");
    I have a file in this path 
    C:\\Users\Ahmer\Desktop\asd\test.txt\
    Thanks for you Time.

  • Runtime Error while uploading data using a BAPI

    Hi ALL,
        I am trying to upload duties for PO items using BAPI from a excel sheet.In this BAPI I am saving the data into a z table(Customizing table, maintenance only by cust., not SAP import).The data is getting saved into the table and it shows the data uploaded successfully message also,but when I scroll up I see RUN time error,althogh the data is getting saved.
            I have seen in the st22 and it shows the following information.
    Internal error: Invalid page number.                                                                               
    What happened?                                                                               
    The current ABAP program had to be terminated because the                    
    ABAP processor detected an internal system error.                            
    The current ABAP program "ZFI_UPD_BOE_UPLOAD" had to be terminated because the
    ABAP                                                                        
    processor discovered an invalid system state.                                
        My functional consultants opinion is after data getting saved it comes into me23n's  condition tab.He has done it many times.But for one PO it is not showing.
        I checked the upload program.In upload program a BAPI is written which simply takes the data from a excelsheet and saves into the z table.
      My query is whether we can show the data of a z table into standard tocde?

    Thanks Lakshman!
               I debug the program.There is no BDC used update.In this program after taking the data from excel sheet one internal table is prepared and this internal table is directly used to insert data into z table.This is the last code which executes.
      INSERT zmmpoamend FROM TABLE t_zmmpo_amend_tab.
      IF sy-subrc EQ '0'.
        MESSAGE 'Data Upload Successfully completed' TYPE 'S'.
      ELSE.
        ROLLBACK WORK.
        MESSAGE 'Data Upload failed ' TYPE 'E'.
      ENDIF.
      CLEAR t_zmmpo_amend_tab.
      REFRESH t_zmmpo_amend_tab.
         Is it possible to configure z table using SPRO tcode,such that this z tables data will go to standard table and then we can see it in the standard tcode?
    I am not sure but it's just a guess.

  • Error -while updating stock in MB1C for make to order (561-E)

    Hi all,
    I have created a sales order with reference to quotation.
    Stock is updating for Quotation number. But i stock should be updated to the sales order number.
    When i am updating the stock for this sales order number, its not accepting. Its asking the preceding number.
    system shows the following error,
    "Account assignment cannot be carried out because of different origin no.
    Message no. V1134
    Diagnosis
    The sales document to which you want to refer is based on sales document 10000001 and item 000010. Therefore, the settlement and possibly inventory management are carried out using the number of the preceding document.
    System Response
    This entry is not allowed.
    Procedure
    Enter the document and the item number of the preceding sales document."
    Can anyone tell me how to solve this issue?
    Thanks in advance,
    Babu

    solved

  • Error while updating data using session and call transaction method

    Hi all,
        i have to update data using MM01 transaction from flat file to database.i have used both session method and call transaction method to do that.in both the methods data has been transferred from internal tables to screens but while updating the data that is by clicking the ok-code at the end of the transaction iam getting a dialogue box stating
       SAP EXPRESS DOCUMENT "UPDATE WAS TERMINATED" RECEIVED FROM AUTHOR "SAP".
      please tell whether the problem lies and solution for that.
                                       thanks and regards.

    hi,
    check your recording.check whether u saved your material no in recording or not.
    once again record the transacton mm01.
           MATNR LIKE RMMG1-MATNR,
           MBRSH LIKE RMMG1-MBRSH,
           MTART LIKE RMMG1-MTART,
           MAKTX LIKE MAKT-MAKTX,
           MEINS LIKE MARA-MEINS,
           MATKL LIKE MARA-MATKL,
           BISMT LIKE MARA-BISMT,
           EXTWG LIKE MARA-EXTWG,
    these are the fields which u have to take in internal table.
    this is the record which i took in my flatfile.use filetype as asc and hasfieldseperator as 'X'.
    SUDHU-6     R     ROH     MATSUDHU     "     001     7890     AA
    i did the same.but i didn't get any error.

  • Error while uploading File using af:inputFile

    Hi All,
    I used <af:inputFile> to upload the file,This is working fine if I use the Mouse for selecting the file,But when I use the keyboard to upload the file,It throws error saying
    "Please verify your upload data." Any reasons why Iam not able to upload a file using Keyboard.
    Since I am converting my application to be ADA complaince.
    I need to fix this issue of uploading the file using the keyboard.Iam using Jdev version of 11.1.1.4.0
    thanks
    Krishnaveni

    Hi,
    It works for me (though I am using 11.1.1.6). If you have a reproducible test case, please contact support and file a service request for them to analyze your problem
    Frank
    Edited by: Frank Nimphius on Jun 27, 2012 8:48 AM

Maybe you are looking for

  • JCO creation takes long time

    Hi, There is some problem with our portal while creating JCo Connection. It takes very long time to create new JCo connection on development server . If i create Jco connection of same applicationon on other server(Qlty, prod), it takes very less tim

  • Query/Where dialog box size limit

    I searched this forum and was unable to find out a way to add more than 200 characters to the Query/Where dialogue box when using the colon query. I see that this object is a security risk but we still use it and have been using it for years. I guess

  • Inspector Quicktime tab - no music plays

    Hi, I hope someone can help me. I have built 8 sites with iweb 06 on my power book G4. (I still have the G4 with the sites saved in iweb 06. I recently bought a new Intel MacBook and installed the i life 08 disc with iweb 08. I had the guys at the ge

  • ?global problem

    paid for global package. arrived at international destination and have no service. are we missing something?

  • Lacie Hard Drive Appears In Disk Utility But Not Desktop

    Hello, My Lacie hard drive was working fine till yesterday. It will appear in the disk utility but not on the desktop? I'm using a G4 with mac os 10.3.9. I have tried disconnecting the power and rebooting to no avail. Any help? Thank you.