Goods Issue MIGO integration with HR

Hi,
Can anybody tell me the process of integration of goods issue with HR personnel numbers, example issue of helmets to employees to be tracked by personnel number
regards
bala

Hi,
I have worked on the same scenario.
Try this.
Data :        goodsmvt_header  TYPE bapi2017_gm_head_01,
                 goodsmvt_code    TYPE bapi2017_gm_code VALUE '01',
                 materialdocument TYPE bapi2017_gm_head_ret-mat_doc,
                matdocumentyear  TYPE bapi2017_gm_head_ret-doc_year, "#EC NEEDED
               goodsmvt_item    TYPE TABLE OF bapi2017_gm_item_create,
               return           TYPE TABLE OF bapiret2,
               is_return        TYPE bapiret2.
    is_goodsmvt_item-material   = is_final-ns_matnr.
    is_goodsmvt_item-plant      = is_final-conv_name.
    is_goodsmvt_item-move_type  = '101'.
    is_goodsmvt_item-mvt_ind    = 'B'.
    IF NOT is_final-po_no IS INITIAL.
      is_goodsmvt_item-po_item    = is_final-po_item.
      is_goodsmvt_item-po_number  = is_final-po_no.
    ELSE.
      w_tmp_da = is_final-da_number.
    ENDIF.
    is_goodsmvt_item-entry_qnt  = is_final-grn_qty_mm.
    APPEND is_goodsmvt_item TO goodsmvt_item.
    goodsmvt_header-pstng_date = sy-datum.                            
    goodsmvt_header-doc_date   = sy-datum.
    CONCATENATE 'DA' is_final-da_number INTO goodsmvt_header-ref_doc_no. "According to my business Logic.
CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
            EXPORTING
              goodsmvt_header  = goodsmvt_header
              goodsmvt_code    = goodsmvt_code
            IMPORTING
              materialdocument = materialdocument
              matdocumentyear  = matdocumentyear
            TABLES
              goodsmvt_item    = goodsmvt_item
              return           = return.
Regards
Arbind Prasad

Similar Messages

  • Goods issue against reservation with interchangeable part using MB11/MIGO

    Hi
    Do anyone know how to make a goods issue against reservation with interchangeable part using MB11/MIGO.
    Meaning reservation is made with Part A,  goods issue is make with Part B (interchangeable to part A).
    Enhancement pack 4 is having some issue with MB1A, we are attempting to do a work around with MB11 / MIGO.
    Please assist.
    Thanks!!
    Regards,
    Clarice

    You can view report from MB25 ,it will gives you reservation list with reference network  number.
    Select option in MIIGO  as GI > Reservation > Mvt.281.  or you can make the entry from MB1A  with Mvt .type-281
    Regards,
    Sandesh Sawant

  • BAPI for Goods Issue (MIGO) movement type 351 with reference to PO

    Hi,
    Is there an BAPI for Goods issue in MIGO with reference to PO movement type 351, i tried using "BAPI_GOODSMVT_CREATE", but there is no PO field in this, is there any other BAPI's available for the same?
    Thanks in Advance,
    Santosh

    for goods mvt type , the available is that itself . for 351 mvt type Po number is not required .
    if its a must , create a Z bapi with additional field  for PO and make it as reference .

  • Dump while doing goods issue against order with movement type 261

    Hi Team,
    We are integrating Asset management process along with the goods issue against the order which is created with a business partner for movement type 261.
    when we try to complete the process the system gives us a dump as described below.
    please look through the dump and advice for the same.
    Short text
        The current application triggered a termination with a short dump.
    What happened?
        The current application program detected a situation which really
        should not occur. Therefore, a termination with a short dump was
        triggered on purpose by the key word MESSAGE (type X).
    Error analysis
        Short text of error message:
        System error in the FI/CO interface
        Long text of error message:
         Diagnosis
             Updating of the FI/CO interface was called with object type "MKPF"
             yet the checks were run for object type "AMBU".
         System Response
             Checking and updating must be for the same object type.
         Procedure
             It has to do with a system error from the calling applications.
        Technical information about the message:
        Message class....... "RW"
        Number.............. 103
        Variable 1.......... "MKPF"
        Variable 2.......... "AMBU"
       Variable 3.......... " "
       Variable 4.......... " "
    rigger Location of Runtime Error
       Program                                 SAPLMBWL
       Include                                 LMBWLU21
       Row                                     62
       Module type                             (FUNCTION)
       Module Name                             MB_POST_GOODS_MOVEMENT
    46    IF xmkpf-xabln IS INITIAL.                               "note 434093
    47        CALL FUNCTION 'MB_XAB_NUMBER_GET'.                   "note 434093
    48    ENDIF.                                                   "note 434093
    49
    50 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.
    51
    52 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.
    53    CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
    54         EXCEPTIONS
    55           error_message = 4.
    56 *  As soon as we have started to put things into UPDATE TASK, we must
    57 *  ensure that errors definitely terminate the transaction.
    58 *  MESSAGE A is not sufficient because it can be catched from
    59 *  external callers which COMMIT WORK afterwards, resulting in
    60 *  incomplete updates. Read note 385830 for the full story.
    61    IF NOT sy-subrc IS INITIAL.
    >>>       MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
    63                  sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    64 *     MESSAGE A263.
    65    ENDIF.
    66 * Optische Archivierung
    67 * Spaete Erfassung mit Barcode
    68 * Redesign of barcode handling -> note 780365
    69   PERFORM barcode_update(sapmm07m) USING xmkpf-mblnr
    70                                          xmkpf-mjahr
    71                                          barcode.
    72
    73   MOVE-CORRESPONDING xmkpf TO emkpf.
    74   CALL FUNCTION 'MB_MOVEMENTS_REFRESH'
    75     EXCEPTIONS
    76       error_message = 4.
    77    MOVE-CORRESPONDING xmkpf TO emkpf.
    ource Code Extract
    ine  SourceCde
      32 *    BKPF as well. There is no other way to forward XBLNR to FI as not
      33 *    every document is posted by MB_CREATE -> a new function module in
      34 *    MBWL for transferring the information, called by FI, meant to load
      35 *    the complete function group for all MBxx postings when this isn't
      36 *    required (Performance). Would be the better way to transport the
      37 *    information after switching off MBxx in later release.
      38 *    corresponding IMPORT ... FROM MEMORY ... can be found in
      39 *    AC_DOCUMENT_POST (FORM FI_DOCUMENT_PREPARE (LFACIF5D))
      40      l_mem_id = 'MKPF-XBLNR'.                                   " 641365
      41      EXPORT xblnr = xblnr_sd TO MEMORY ID l_mem_id.             " 641365
      42    ELSE.                                                        "1245374
      43      l_mem_id = 'MKPF-XBLNR'.                                   "1245374
      44      FREE MEMORY ID l_mem_id.                                   "1245374
      45    ENDIF.

    Couple of notes are mentioned (385830, 780365 etc) and check whether these notes are applied.  If so, check with the ABAPer and go through the source code corrections explained in the respective notes.
    You may also go through the following notes
    1)  Note 386656 - FBV4: RW103 'System error in the FI/CO interface'
    2)  Note 388316 - RW103 "System error in the FI/CO interface"
    3) Note 543463 - Inconsistent Posting in budgetary ledger and/or RW102/RW103
    thanks
    G. Lakshmipathi

  • BAPI for OTHER under Goods Issue (MIGO)

    Hi Friends,
    Could you please help me which BAPI do i have to use to post a material with 202 movement type.
    Tcode : MIGO
    selection 1)  Goods Issue   2) Other
    hope you understand my query . please help me with a sample code.
    thanks& regards,
    Kat

    Hi,
    goto SE80->Application Hirarchy->Function Modules->Select Object MM->inventory management->MB->select the required BAPI from the List as Needed.
    when u get the Bapi like BAPI_GOODSMVT_CREATE go to where-used-list (ctrlshiftf3 )and look at the programs or objects that had used this BAPI u will get a clear Idea, how to pass the parameters to the FM and use it.
    hope this helps !!
    all the best !!
    thanks
    ravi

  • Goods Issue not possible with ref to Reservation using 201 mvt type when reservation created by 311 movement type

    HI MM Folks,
    My requirement is reservation should be created with 311 movt type. When we do good issue with 201 movt type with reference to reservation
    system is throwing an error "Goods movement not possible with mvmt type 311". Due to MRP run we should create a reservation using 311 movement type but not 201 mvt type, (If we create a reservation 201 movt type, during MRP run automatically reservation quantity also taking into consideration, to avoid this we will be creating reservation as 311 movt type). Is there any enhancement to available to reach the requirement. If it is possible give me guidelines.
    your help will be highly appreciable.
    Regards
    Vinay

    Dear,
    Movement type 311 is for doing transfer posting from storage location to storage location with single step.But Movement Type 201 is to have consumption entry with respect to cost center etc...
    You are creating a reservation using 311 movement type and while posting the entry you are selecting the"Executable action in MIGO" is "A08-Transfer Posting" so system will always use the movement type used at the time of reservation only.Here you can not change.
    And more over if you process entry with 201 movement type system creates accounting documents but with movement type 311 system will not create accounting documents.
    Regards,
    Pardhu

  • Control the goods issue(migo) on the basis of reservation number

    Dear All,
    I want to restrict the goods issue against the manual reservations.
    Logic:At the time of goods issue against the reservation system should check stock in hand(unrestricted stock)-all previous reservations.
    Eg:suppose unrestricted stock is 50kg
    Reservation 1 for 20 kg
    Reservation 2 for 30 kg
    Reservation 3 for 40 kg
    Reservation 4 for 10 kg
    When i do goods issue for Res :3
    System should check Uns Stock(50kg)-Previous Res(20kg+30kg)
    give error message stock insufficient.
    Waiting for the expert comment.
    Kind Regards,
    Sankar T

    hi,
    check these exits n badi's related to migo transaction.
    if u want to restrict by giving conditions u can do it using the exits n badi's.
    Transaction Code - MIGO                     Goods movement
    Enhancement/ Business Add-in            Description
    Enhancement
    MB_CF001                                Customer Function Exit in the Case of Updating a Mat. Doc.
    MBCF0011                                Read from RESB and RKPF for print list in  MB26
    MBCF0010                                Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0009                                Filling the storage location field
    MBCF0007                                Customer function exit: Updating a reservation
    MBCF0006                                Customer function for WBS element
    MBCF0005                                Material document item for goods receipt/issue slip
    MBCF0002                                Customer function exit: Segment text in material doc. item
      Business Add-in
    ARC_MM_MATBEL_WRITE                     Archive AddOn-Specific Data for MM_MATBEL
    ARC_MM_MATBEL_CHECK                     Check AddOn-Specific Criteria for MM_MATBEL
    MB_CHECK_LINE_BADI                      BAdI: Check Line Before Copying to the Blocking Tables
    MB_PHYSINV_INTERNAL                     Connection: Core Inventory and Retail AddOn
    MB_RESERVATION_BADI                     MB21/MB22: Check and Complete Dialog Data
    MB_QUAN_CHECK_BADI                      BAdI: Item Data at Time of Quantity Check
    MB_MIGO_ITEM_BADI                       BAdI in MIGO for Changing Item Data
    MB_MIGO_BADI                            BAdI in MIGO for External Detail Subscreens
    MB_DOC_BADI_INTERNAL                    BAdIs when Creating a Material Document (SAP Internal)
    MB_DOCUMENT_UPDATE                      BADI when updating material document: MSEG and MKPF
    MB_DOCUMENT_BADI                        BAdIs when Creating a Material Document
    MB_CIN_MM07MFB7_QTY                     Proposal of quantity from Excise invoice in GR
    MB_CIN_MM07MFB7                         BAdI for India Version exit in include MM07MFB7
    MB_CIN_LMBMBU04                         posting of gr
    MB_BATCH_MASTER                         Setting of Batch Data at Goods Movement
    reward points if hlpful.

  • Goods Issue from ECP with Batch Management

    Hi experts,
    I would like to make a Goods Issue from Execution Services in Easy Cost Planning. But the material has Batch Management active and I am not able to inform the batch.
    I know I can make the same movement from MB1B but I would like to do it from the Easy Cost Planning environment.
    Is it possible?
    Thanks

    mforman wrote:
    We already have the batch and deactivating batch management has no sense.
    > We need to be able to inform the batch when we are making the goods issue from the Execution Services.
    Dear,
    I think you can solve this through your Characteristics in the Costing Model. In the Characteristic Edit Screen, Goto Values tab, Select your material and click on Object Dependecies Button, see if you can use or create a new Dependency for your material for picking or suggesting batch number.
    Hope this helps...
    Thanks,
    Ranganatha. Patnala
    Edited by: Ranganatha Rao.P on Oct 14, 2011 2:59 PM

  • Material is capital goods but MIGO done with material as raw material

    All SAP Gurus,
    By mistake we have changed the material type of material in excise as capital goods but material is a raw material.
    Now we can not reverse the material document as stock of the material does not exist (material has been issued and consumed)
    We have not posted the Excise invoice.
    MIRO can not be done unless we post the excise inoice.
    What can be done to resolve the issut?
    Regards,

    hi,
    donot capture the excise invoice.
    Create the return delivery.so that RG23C part1 entry will be updated.
    then make GRN again with proper excise material type
    regards,
    sujit

  • Facing issue in integrating with Cisco ISE

    We are trying to integrate our product(Cisco Prime Infrastructure) with Cisco ISE for Authentication and Authorizations. We already support PAP/CHAP, and not trying to add support for EAP-TLS.
    Currently during our integration, facing TLS payload errors. We are using jradius library for talk to Cisco ISE for authentication and facing the below TLS error in ISE logs. Tried with Cisco ISE 1.2 and 1.3 versions.
    Event                                    5400 Authentication failed         
    Failure Reason                  11500 Invalid or unexpected EAP payload received        
    DetailedInfo                      TLS packet parsing failed: total accumulated size plus this last fragment size is greater than expected total TLS message size
    Any pointers to resolve this problem or any other free java based client library instead of jradius which is tried out successfully with Cisco ISE would also be great.
    Regards
    Chandrakumar

    DECLARE
    CURSOR s_cur
    IS
    SELECT eno FROM emp;
    TYPE fetch_array IS TABLE OF s_cur%ROWTYPE;
    s_array fetch_array;
    BEGIN
    OPEN s_cur;
    FETCH s_cur
    BULK COLLECT INTO s_array;
    CLOSE s_cur;
    FORALL i IN 1 .. s_array.COUNT
    INSERT INTO (select eno from emp_temp)
    VALUES s_array (i);
    END;
    Its working, but not understood the concept.
    INSERT INTO  (select eno from emp_temp)
    VALUES s_array (i);
    How it works?

  • Goods issue and packing with HU/WM-managed location

    Hello guru,
    I am stuck on the following process and hope you can guide me.
    1 - I perform a movement GI with cost center (201) in MIGO, and an outbound delivery order is created.
    2 - Next, I perform picking in the VL02N of the delivery.
    3 - After picking, I perform putaway TO creation. Given that I didn't setup the "Control of Automatic PICK HU creation" (under SPRO->LG>HU->WM), there is no HU object created.
    4 - When come to TO confirmation, I do not not how to proceed from here....System is requesting me to put in the HU with error message. I believe system is asking a HU...please see my questions:
    Question:
    If there is RF device, I can scan the Label on the pallet and the TO can be confirmed. Can you tell me which RF transaction (LMXX) to use to perform this step 3?
    For argument sake, if there is no RF scanner in place, may I know which online screen transaction code to perform step 3 to create the HU so that I can proceed the TO confirmation? can I use HU02 or HUPAST? If you say HU02 and HUPAST, there is no field in those two transactions which allow me to enter Transfer Order number, hence, there is no connection. Beside it is not possible to perform pick using HU02 with a storage location which is HU-managed (error message: Message no. HUGENERAL009).
    Sorry I am a bit confuse here in the GI side when come to HU.
    Thanks.
    Tuff

    Hello Manish,
    I didn't scan nor enter the destination storage unit number 1000000945, it was created automatically during LT03 with reference to outbound delivery.
    You means if I will to use LM07 to scan, the Transfer Order can be confirmed right away?
    In between, do you know my 2nd question .. that is if I do not use RF, instead using online transaction? I suspect HU02 or HUPAST allow me to create a HU with link to my outbound delivery.
    Thanks.

  • Issue in integrating with facebook

    Hi,
    I am trying to integrate my app with faceboo I am also able to post my reviews on facebook but when I click on the link posted on facebook, It redirects me to my correct page but doesn't load my review n give service unavailable error. it is giving me a Rest Query failed error in logs.
    Can any body tell me why its happening.
    Here are the logs:-
    2013-06-24 12:27:01,214 [http-bio-8580-exec-6] ERROR com.fatwire.wsdk.rest.WidgetSDKResource - Failed to execute method feed in widget wsdk.reviews
    com.fatwire.cos.ex.CoSServerException: com.fatwire.cos.ex.CoSServerException: REST query failed
        at com.fatwire.cos.core.jpa.query.CoSJpaQuery.getSingleResult(CoSJpaQuery.java:161)
        at com.fatwire.cos.records.RecordManager.countRecords(RecordManager.java:462)
        at com.fatwire.wsdk.cos.records.processors.feed.RecordListReadProcessor.calculatePageNo(RecordListReadProcessor.java:229)
        at com.fatwire.wsdk.cos.records.processors.feed.RecordListReadProcessor.getPageNo(RecordListReadProcessor.java:186)
        at com.fatwire.wsdk.cos.records.processors.feed.RecordListReadProcessor.process(RecordListReadProcessor.java:62)
        at com.fatwire.cos.core.monitor.MonitoredMethodInterceptor.invoke(MonitoredMethodInterceptor.java:68)
        at com.fatwire.wsdk.pipeline.impl.PipelineImpl.execute(PipelineImpl.java:60)
        at com.fatwire.cos.core.monitor.MonitoredMethodInterceptor.invoke(MonitoredMethodInterceptor.java:68)
        at com.fatwire.wsdk.rest.WidgetSDKResource.executeWidgetMethod(WidgetSDKResource.java:183)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
        at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
        at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
        at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
        at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
        at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.fatwire.cos.comments.service.filters.RestFilter.doFilter(RestFilter.java:141)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.fatwire.cos.core.i18n.ResourceFilter.doFilter(ResourceFilter.java:45)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.fatwire.cos.core.sso.SSOContextFilter.doFilter(SSOContextFilter.java:64)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:509)
        at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.fatwire.cos.core.sso.GeneralPreparationsFilter.doFilter(GeneralPreparationsFilter.java:68)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.fatwire.cos.core.util.web.StartupGuardFilter.doFilter(StartupGuardFilter.java:42)
        at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
        at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
        at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
        at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
    Caused by: com.fatwire.cos.ex.CoSServerException: REST query failed
        at com.fatwire.cos.core.jpa.cmd.wem.WemCommandManager.execREST(WemCommandManager.java:356)
        at com.fatwire.cos.core.jpa.cmd.wem.WemCommandManager.execGET(WemCommandManager.java:192)
        at com.fatwire.cos.core.jpa.cmd.wem.WemCountQueryCommand.findResult(WemCountQueryCommand.java:79)
        at com.fatwire.cos.core.jpa.cmd.wem.WemCountQueryCommand.executeSingle(WemCountQueryCommand.java:68)
        at com.fatwire.cos.core.monitor.MonitoredMethodInterceptor.invoke(MonitoredMethodInterceptor.java:68)
        at com.fatwire.cos.core.jpa.query.CoSJpaQuery.getSingleResult(CoSJpaQuery.java:156)
        ... 105 more
    Caused by: com.sun.jersey.api.client.UniformInterfaceException: GET http://localhost:8380/cs/REST/sites/testSite/types/cos_review_record/search?field:cos_date_created:range=20130619125740394:20130619125750238&field:cos_root_id:contains=1351275795559&field:cos_state_value:contains=approved.all&countonly=true&multiticket=ST-66-u3knV6nPVD0GmalXsLWg-_tmp_1351276623068 returned a response status of 500 Internal Server Error
        at com.sun.jersey.api.client.WebResource.handle(WebResource.java:676)
        at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
        at com.sun.jersey.api.client.WebResource$Builder.get(WebResource.java:503)
        at com.fatwire.cos.core.jpa.cmd.wem.WemCommandManager.doREST(WemCommandManager.java:365)
        at com.fatwire.cos.core.monitor.MonitoredMethodInterceptor.invoke(MonitoredMethodInterceptor.java:68)
        at com.fatwire.cos.core.jpa.cmd.wem.WemCommandManager.execREST(WemCommandManager.java:274)
        ... 110 more

    Hi Sandeep,
    in that case it's as I thought:
    Or did you just not specify any measure hierarchy?You tried this...
    In BMM layer i made this dimension as fact and tried to create reports but not use....which isn't the way. First of all your cube seems to be built quite bizarre since it doesn't even provide a default measure hierarchy so I'd have your Essbase guys check that.
    As for the OBIEE side: the key is the physical layer. BMM's already too late. In the physical cube object, you must define one of the hierarchies as the measure hierarchy (since your cube doesn't seem to provide it; see above):
    [http://hekatonkheires.blogspot.com/2010/02/obieeessbase-how-to-handle-missing.html]
    Cheers,
    C.

  • MB26 ,CO27 - goods issue components with serial number?

    Hi ,everyone!
    I know CO27 and MB26 can do goods issue to production order very easily and quickly!
    But It seems CO27 and MB26 can not work well with the component with serial number.
    I aslo know MB1A and MB1B can post goods issue for component with serial number.But in MB1A and MB11 , it is very difficult to can material by material number quickly while doing more then 100 components issue to one production order.
    And for authorization purpose we restrict MIGO not to use goods issue for production order.
    So I want to ask how CO27 and MB26 do goods issue for the component with serial number?
    Or there is another ways to goods issue component with serial number to production order easily,exclude MB1A,MB11 and MIGO?
    Thanks for any reply!

    Hi Vivek     
    We use CO27 for goods issue to production order ,just like MB1A goods issue to production order.
    But in the BOM components of the production orders ,some semi finished products are with  with serial numbers ,so we can not use CO27 or MB26 to issue these components with serial numbers to production orders!

  • FM MM integration - Budget Duplicated during goods issue

    Hi,
    Budget is getting duplicated during goods issue
    Following is the process fallowed:
    Process steps
    T.code
    FM A/c Assignment Update
    Remarks
    Purchase requisition
    ME51N
    Commitment item/Fund/Fund Center
    Budget Consumed
    Purchase requisition Release
    ME54N
    Commitment item/Fund/Fund Center
    Purchase Order
    ME21N
    Commitment item/Fund/Fund Center
    Budget Consumed – PR Reference
    Purchase Order Release
    ME29N
    Commitment item/Fund/Fund Center
    Goods Receipt
    MIGO
    Commitment item/Fund/Fund Center
    Budget Consumed – PO reference
    Material Reservation
    MB21
    Created with reference to WBS Element
    Goods Issue
    MIGO
    Commitment item/Fund/Fund Center
    Budget Duplicated during goods issue (Note: No Purchasing document reference is updated in line item)
    Invoice Receipt
    MIRO
    Payment
    F-53/F-58
    Thanks and Regards,
    Ravindra Kutnikar

    Hi,
    This is a standard SAP behavior. You may assign any DUMMY commitment item in FM derive for Consumption G/L. Create a derivation rule based on G/L and wherever you dont want budget control, put dummy commitment item. Goods receipt and issue are two different flow. As you said, fod goods issue, there is no reference of corresponding goods receipt. Thats the reason why this happens.
    Regards,
    Sudeep.

  • Goods issue of sales order stock

    Hi, 
          We are implementing an MTO scenario.  We are not sure what set up is required  for goods movements for spl stock E?
    The problem we are facing is customer number is not getting populated in Material document during PGI and COPA document?
    Also we are using the standard item category ZTAN which is a copy of TAN.  Please help us in understanding what set up should be done for handling Sales Order Stock.
    Thanks
    Chandra

    Hi,
    Create material (material type FERT) : MM01
    Create Sales Order MTO : VA01
    Make Sales order BOM : CS61
    Create production order : CO08
    Goods issue : MIGO/MB1A
    Order Confirmation : CO15/Co11N
    Deliver the Order : MB31
    Deliver the Sales Order : VA02
    Make invoice : VL01
    The Cycle of Make to order: Steps : MTO Scenario
      1. Material Creation (Make To order Material with major changes of: Item Category: 0004-make to order/assem. , or 0001-make to order)
      2. Routing Creation
      3. Creation of BOM
      4. Sales order creation
      5. Production order Scheduling, Costing, Release and Save
      6. Production order Quantity confirmations for operations, Parallel task of material issue to order or to reservations (261)
      7. Calculate WIP
      8. Fully Produced Production Quantities will be put into stock (GR) (Spl stock indicator u201CEu201D)
      9. Delivery against sales order
    10. Invoicing.
    11. Settlement that production order
    Regards,
    Saju.S

Maybe you are looking for