BAPI_GOODSMVT_CREATE (Type: 261) withdrawal qty not updated

Dear All, <br />
<br />
I am calling <b>BAPI_GOODSMVT_CREATE</b> (Goods Issue: 261) to issue goods to production order. No error returned from the function and unrestricted use stocks are reduced as expected. The only problem I have is that the withdrawal quantity for that material is not updated. (increased) <br />
<br />
I also tried doing the same thing in <b>MIGO</b> : <b>Good Issue</b> / <b>Production Order</b> and found no such problem. Anyone know have any idea about this? tks in advance :D<br />
<br />
<pre class="jive-pre"><code class="jive-code jive-java">            l_input_item-spec_stock = <font color="navy">'E'</font>.
            l_input_item-val_sales_ord = g_kdauf.    &quot;Sales order no.
            l_input_item-val_s_ord_item = g_kdpos.    &quot;Sale Order Item
          l_input_sku-matdoc_itm      = l_line.
          l_input_sku-grid_value      = w_report-j_3asize.  &quot;Grid Value
          l_input_sku-stock_cat       = w_report-j_4kscat.   &quot;Stock Category
          APPEND l_input_sku.
          l_input_item-orderid        = g_aufnr. &quot;ORDER NUMBER
          l_input_item-move_type      = <font color="navy">'261'</font>. &quot;Movement Type
          l_input_item-material       = w_report-matnr. &quot;Material No.
          l_input_item-batch          = w_report-charg. &quot;Batch
          l_input_item-entry_qnt      = w_report-iss_menge. &quot;New Qty
          l_input_item-entry_uom      = w_report-meins.
          l_input_item-plant          = w_report-werks.    &quot;Plant
          l_input_item-stge_loc       = w_report-lgort.  &quot;Location
          l_input_item-quantity       = w_report-iss_menge.
          l_input_item-base_uom       = w_report-meins.
          APPEND l_input_item.
        CALL FUNCTION <font color="navy">'BAPI_GOODSMVT_CREATE'</font>
               EXPORTING
                 goodsmvt_header               =   l_input_header
                 goodsmvt_code                 =   l_input_code             
      IMPORTING
                 goodsmvt_headret              =   l_output_header
               TABLES
                 goodsmvt_item                 =   l_input_item
                 goodsmvt_serialnumber         =   l_input_serial
                 <font color="navy"><b>return</b></font>                        =   l_output_return
                 afs_goodsmvt_sku              =   l_input_sku
             CALL FUNCTION <font color="navy">'BAPI_TRANSACTION_COMMIT'</font> (called if no error return)
</code></pre><br />
<p />
<br />
I wonder it's becuase I didn't pass <b>RSNUM</b> and <b>RSPOS</b> (Reservation no. and item no.). Since when I check the Material Doc genereated by BAPI and MIGO, there's no Reserve no. in the one from BAPI. However, I get <b>"Internal Error"</b> message when I add these 2 numbers.
<br />
<pre class="jive-pre"><code class="jive-code jive-java">     
          SELECT resb~rsnum
                 resb~rspos
                 resb~rsart
            INTO (g_rsnum, g_rspos, g_rsart)
            FROM resb JOIN afko ON resbrsnum = afkorsnum
            WHERE afko~aufnr = g_aufnr
              AND resb~matnr = w_report-matnr.
          ENDSELECT.
          l_input_item-reserv_no      = g_rsnum.  "'0000000104'.  "Reserve No.
          l_input_item-res_item       = g_rspos.  "'0004'.  "Reserve Item No.                      
</code></pre><br />

Hi Sam,
Thanks for your reply. Sorry for terrible format maybe it's because i was not posting with IE.
In fact I called BAPI_TRANSACTION_COMMIT at the end. Unrestricted use stock reduced but withdrawal quantity was still not changed. That's the problem I have. Also I tried your method, still the same result.
I wonder it's becuase I didn't pass RSNUM and RSPOS (Reservation no. and item no.). Since when I check the Material Doc genereated by BAPI and MIGO, there's no Reserve no. in the one from BAPI. However, I get "Internal Error" message when I add these 2 numbers.

Similar Messages

  • Qty  not updated in MMBE report

    Dear Experts,
    We have define one material (project material) type defined as Qty update and Value update, when i pass the MIGO value is updating but the qty is not updated in MMBE report, where as qty is showing in MB51.
    why the qty is not updated in MMBE for this particular material type?
    i am FI/CO consultant.

    Hi,
    This depends on the selection criteria on the initial screen of MMBE t-code, make sure your entries are right.
    Secondly, ensure special stock indicator is checked. Check the movement type...you will need to scoll to the left on the overview screen, in case you have posted the material to the blocked stock.
    Regards,
    Maheshwari

  • Withdrawl qty not updating after GI

    Dear SAP Gurus,
    I have a problem, In project builder after GR of stockable item the material qty is updated in purchase data tab.
    But when GI is done withdrawal qty is not updated. Even Commitment qty is not updated whereas actual cost is updated.
    Kindly guide me what to do.
    Thanks and Regards
    Suhel

    Hi,
    Committed quantity doesnot come into picture after withdrawl. When you assign a material to project, reservation gets generated. After this when availabilty check is performed, system checks whether this material is available in stock. If it is available then sytem updates commitment quantity, which confirms that we have stock against reservation and go ahead with goods issue.
    Whereas withdrawl quantity is updated when goods issue is performed ie goods are withdrawn from storage location.
    Reward points if helpful.
    Regards

  • Restore PIR withdrawal qty after updating PIR

    Dear SAP Gurus,
    I'm in a particular situation.
    In the company Planned Independent Requirements are loaded every month but not the first day of it. Also before loading the new PIR, all the old PIR records are deleted including the withdrawal qty information.
    So, the problem is that we're losing the withdrawal qty between the period of time from the begining of the month to the new PIR upload. I want to ask you if is possible or exist any transaction or tool to take all de GI from the deliveries and update the withdrawal qty of the PIR?
    Best regards,
    Favio.

    Dear,
    When you create the sales order , these PIR's will be consumed by sales order according to ur consumption mode define in material master MRP3 view.
    Example: say you have started planning with a PIR qty of 200. after this you have created a sales order, for a qty of 50 , then PIR qty will be reduced by 50 & it will become 150.
    Pls try the same example in ur SAP system and check the result in MD04 and MD05.
    Hope it is clear to you.
    Regards
    R.Brahmankar

  • Type 2 SCD -- does not update the old value.

    I have following columns in the source table:
    SSN, credit_score
    In the target, I have following columns,
    SK_ID, SSN, credit_score, flag
    I am flagging the old credit_score as 'N' when updating the row and at the same time it is supposed to enter a new credit score with flag 'Y' in another row.
    Second, If a row is completely new, It should be inserted with the flag 'Y'.
    SK_ID is the surrogate key and SSN is the natural key, My trigger column is credit_score.
    The problem is that when I run this type 2 mapping, it does not update anything but inserts the new rows only.
    I have posted the screen shots at the following link.
    http://www.box.net/shared/ea9v48r0xa
    Thanks for your help in advance.

    First of all, thanks for the reply...
    You can also look at the screen shots I posted in previous post.
    Here is how I am updating the rows (update logic).
    If source_SSN=target_SSN and source_credit_score!=target_credit_score
    then flag = 'N' (this is the update from 'Y' to 'N' after which i will insert a new row containing new value of credit_score with flag 'Y')
    As an example, if my old rows in the target table were:
    sk_id SSN credit_score flag
    101 2212 654 Y
    102 3023 707 Y
    Now let's say my source table has these values.
    SSN credit_score
    2212 648
    2220 690
    Then my target table should be like this:
    sk_id SSN credit_score flag
    101 2212 654 N
    103 2212 648 Y
    102 3023 707 Y
    104 2220 690 Y
    Do you see what I mean...

  • Items qty not updated  in VL02

    Hi,
            I've searched in forum.I've got solution.I've 26 line items and want to update all the records.It updates only 24 items remaining 2 items are not updated.Because the screen size is for 12 items.Please assist me.
    n = 1.
    LOOP AT it1 WHERE vbeln = it-vbeln.
    CONCATENATE 'LIPSD-G_LFIMG(' n ')' INTO a.
    PERFORM bdc_field USING a it1-G_LFIMG.
    n = n + 1.
    IF n gt 12 .
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=P+'.
    n = 1.
    PERFORM bdc_dynpro USING 'SAPMV50A' '0220'.
    ENDIF.
    ENDLOOP.
    PERFORM bdc_dynpro USING 'SAPMV50A' '0220'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=SICH'.
    Thanks
    Bala

    Hi BP,
              If i give P++,it directly goes to the last page.It was not update the middle records like13,14th items.
    Thanks
    Bala.

  • Sales order qty not updated in copa

    Hi Gurus,
    My client has activated Costing based COPA.
    We have activated Incoming sales orders with option
    Transfer with date of deliery/scheduled billing date.
    When We are posting sales order we are able to see a copa document with record type A.
    In that document we want to see the Sales order quantity or delivery quantity, delivery date fileds.Please let me know what all the value fields We need to assign.
    Do I need to write any derivation rule for incoming sales arders also.
    we are able to capture the  total price, material etc from the sales order in COPA document.We need only sales order qty or Delivery qty or delivery date to be updated in COPA document.
    Please suggest me
    Regards
    Chaitanya

    Hi Chait,
    Pl check whether your client has assigned SD Qty Fields to COPA Quantity fields in KE4M. Sd quantity fields are FKIMG- Billed Quantity, KWMENG-Order Quantity and the same shall be assigned to ABSMG-Sales Quantity. If not, please maintain the same. Otherwise, we need to look for some other work around solution.
    Trust this resolve your problem!
    Cheers!

  • Delivered qty and put in stock qty not updated after GR reversal

    Hi,
    We encountered a strange issue while making a 102 movement for a production order.
    Planned order qty  - X
    Production order qty  - X+Y
    Confirmed Qty  - X
    GR posted for Splits of Qty X
    GR Posted for Qty Y
    At this time Quantities in Production shows like
    Planned Order   X
    Order               X+Y
    Delivered          X+Y
    Commited        X
    As wrong posting has been done for Qty Y, GR reversal has been carried for Y. After Reversal
    Deliveried Qty and Put in Stock qty still shows X+Y.
    This is an issue as settlement can not done as it has difference in quantities. This issue was nver observed earlier.
    Looked for any available SAP note for this issue and couldn't get one. Any help to fix this issue or reference to any SAP note is appreciated.
    Regards,
    ppcon

    Hi,
    Look into the Transaction : COGI.
    If the entry is there act upon the entry.
    If this is the case, suggested is to schedule the Program : "CORUPROC" in thr regular intervals.
    Hope this helps..
    Revert for further discussion..
    Regards,
    Siva

  • Asset Qty not updated when positng a pourchase

    Hello,
    since our upgrade to ECC 6 we experience a problem that the quantity of an Asset is not incremented when posting a purchase order on it.
    the difference lies in the definition of the Asset. When the field ANLA-MEINS is left empty, the PO has no effect on the quantity. When a value is given in unit field ANLA-MEINS (pce,kg,etc), the field ANLA-MENGE is properly incremented.
    This was working in ECC5 no matter how the Asset was defined.
    Ok, the unit should be provided in Asset definition (tr.AS01), but as in ECC 5 it was working we didn't bother and ECC6 should be working just as same.
    Any ideas?
    Thanks a lot
    Alain

    Hi Alain,
    Please have a look at SAP Note No. 44944 !!  
    Rgerads
    Bernhard

  • Business area is not updating when allocating stock to sales order

    Dear Experts,
    When ever we allocating/dislocating stock in MB1B with 412E and 411E movement type,business area is not updating in the
    accounting documents.but we assigned business area to plant in the customization.its happening to our Depot,for remaing plants its working.
    Regards,
    Varun

    please suggest me right forum to post the issue.
    Regards,
    Varun

  • Qty withdrawn is not updating in prod order.

    Hi gurus,
        Qty wihdrawn is not updating in prod order , when i issuing
    raw material through tcode mb1a 261 movement type.
        What could be the possible reasons.Pls suggest.
    Thanks in adv.
    Sudarshan

    Dear
    you are issuing the materials in MB1a w/o reference to the reservaton.
    You need to do as below
    In MB1a ---follow the menu path -Goos issue -->create w.referenec to order.
    Enter the order number. execute the report
    system will default matrerial no and qty/storage loc from order. Here you enter the qty requuired and post. This qty you posted in this way will refect/update the withdrawl qty in the production order.
    You are not entering the order the way I suggested, hence it is going as a unplanned issue...hence the problem.
    come back if required

  • Error in  BAPI_GOODSMVT_CREATE with movement type *261'  after posting

    Hi All,
    After sucessfull posting of  BAPI_GOODSMVT_CREATE  with movement type *261' .
    After posting ,while checking In mb51 document exists for it but checking in mmbe stock not reduced from resisticted stock.
    Can you kindly tell the import parameter to be filled to over come this error.
    Thank you.
    Thanks,
    AMS

    Hi Himanshu/ Tejaswini Khante / Madhu,
    Thank you all for your kind reply.
    @Himanshu....I have tried with LWA_ITEM-STCK_TYPE = BLANK, Still it didnt work.
    @Tejaswini Khante ...I checked the MMBE tcode, all the stocks are in 'Unrestricted use' only. The quality inspection, reserved fields are all blank. The materials are not Batch managed.
    @Madhu...Yes, i discussed with the Functional, yet to find a possible solution.
    Thanks & Regards
    Rajesh

  • BAPI_GOODSMVT_CREATE for production order,not update database

    hi guru,
    i am using BAPI_GOODSMVT_CREATE for production order.When i m testing this BAPI
    at se37 it creates one mat doc no and i m not getting any return messages.Now i m
    writing code for it at se38. but it does not update the database even though i used
    bapi_transaction_commit. here sy-subrc = 0.bt when i m checking MSEG table showing
    that mat doc no does not exists.
    please help me out  asap.
    thanks and regurds,
    manasi

    CHECK THIS CODE
    REPORT ZBAPI_GOODSMVT_CREATE.
    *DECLARING INTERNAL TABLE TO HOLD FILE DATA.
    DATA: BEGIN OF itab OCCURS 0,
              text(200),
          END OF itab.
    *DECLARING INTERNAL TABLE TO PASS FILE DATA.
    TYPES: BEGIN OF tw_goodsmvt,
                pstng_date TYPE budat,
                doc_date TYPE bldat,
                material TYPE matnr,
                plant TYPE werks_d,
                stge_loc TYPE lgort_d,
                move_type TYPE bwart,
    *            entry_qnt TYPE erfmg,
                costcenter TYPE kostl,
            END OF tw_goodsmvt,
            tt_goodsmvt TYPE STANDARD TABLE OF tw_goodsmvt.
    DATA: lt_goodsmvt TYPE tt_goodsmvt,
          lw_goodsmvt TYPE tw_goodsmvt.
    *declaring internal table of bapi structure.
    DATA:s_goodsmvt_header LIKE  bapi2017_gm_head_01,
         lt_goodsmvt_item TYPE STANDARD TABLE OF bapi2017_gm_item_create WITH HEADER LINE,
         lt_return TYPE STANDARD TABLE OF bapiret2 WITH HEADER LINE.
    DATA:str_filename TYPE string,
         gm_code TYPE gm_code,
          v_head_count TYPE i VALUE 0,
          v_prev_count TYPE i VALUE 1,
          v_qnt TYPE string,
          v_dummy.
    *selection screen
    SELECTION-SCREEN BEGIN OF BLOCK bk with frame title text_001.
    PARAMETERS:p_docdat TYPE bldat,
               p_pstdat TYPE budat,
               fname LIKE rlgrap-filename.
    SELECTION-SCREEN END OF BLOCK bk.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR fname.
    *to provide F4 functionality.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          program_name = syst-cprog
        IMPORTING
          file_name    = fname.
    * start of selection
    START-OF-SELECTION.
      str_filename = fname.
      gm_code = '06'.
    * to upload data
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename            = str_filename
          filetype            = 'ASC'
          has_field_separator = 'X'
          read_by_line        = 'X'
        TABLES
          data_tab            = itab.
    *SPLITING DATA TO INTERNAL TABLES.
      LOOP AT itab.
        IF itab+0(1) EQ 'H'.
          v_head_count =  v_head_count + 1.
          IF v_head_count GT v_prev_count.
            PERFORM bapi_upload.
          ENDIF.
          SPLIT itab-text AT ',' INTO v_dummy
                                      lw_goodsmvt-pstng_date
                                      lw_goodsmvt-doc_date.
          s_goodsmvt_header-doc_date   = lw_goodsmvt-doc_date.
          s_goodsmvt_header-pstng_date = lw_goodsmvt-pstng_date.
          v_prev_count = v_head_count.
      ELSEIF itab+0(1) EQ 'L'.
        SPLIT itab-text AT ',' INTO v_dummy
                                    lw_goodsmvt-material
                                    lw_goodsmvt-plant
                                    lw_goodsmvt-stge_loc
                                    lw_goodsmvt-move_type
                                    v_qnt
                                    lw_goodsmvt-costcenter.
    * PASSING DATA TO INTERNAL TABLE TYPE BAPI STRUCTURE.
        lt_goodsmvt_item-material = lw_goodsmvt-material.
        lt_goodsmvt_item-plant    = lw_goodsmvt-plant.
        lt_goodsmvt_item-stge_loc = lw_goodsmvt-stge_loc.
        lt_goodsmvt_item-move_type = lw_goodsmvt-move_type.
        lt_goodsmvt_item-entry_qnt = v_qnt.
        lt_goodsmvt_item-costcenter = lw_goodsmvt-costcenter.
        APPEND lt_goodsmvt_item.
      ENDIF.
      v_prev_count = v_head_count.
      ENDLOOP.
      PERFORM bapi_upload.
    *&      Form  bapi_upload
    form bapi_upload .
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
      EXPORTING
        goodsmvt_header             = s_goodsmvt_header
        goodsmvt_code               = gm_code
    *   TESTRUN                     = ' '
    * IMPORTING
    *   GOODSMVT_HEADRET            =
    *   MATERIALDOCUMENT            =
    *   MATDOCUMENTYEAR             =
      tables
        goodsmvt_item               = lt_goodsmvt_item
    *   GOODSMVT_SERIALNUMBER       =
        return                      = lt_return.
            PERFORM commit_work TABLES lt_return.
            CLEAR : lw_goodsmvt, s_goodsmvt_header.
            REFRESH: lt_goodsmvt[], lt_goodsmvt_item[].
    endform.                    " bapi_upload
    *&      Form  commit_work
    *       text
    *      -->P_LT_RETURN  text
    form commit_work  tables   p_lt_return structure bapiret2.
      IF NOT lt_return[] IS INITIAL.
    *error handling
    loop at lt_return.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
       ID              = lt_return-id
       LANG            = sy-langu
       NO              = lt_return-NUMBER
       V1              = lt_return-message_v1
       V2              = lt_return-message_v2
       V3              = lt_return-message_v3
       V4              = lt_return-message_v4
    IMPORTING
       MSG             = lt_return-MESSAGE
    EXCEPTIONS
       NOT_FOUND       = 1
       OTHERS          = 2.
    WRITE: lt_return-id, lt_return-message, lt_return-message_v1, lt_return-message_v2,
                 lt_return-message_v3, lt_return-message_v4.
          CLEAR lt_return.
        ENDLOOP.
      ELSE.
    * commit work
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    *   EXPORTING
    *     WAIT          =
       IMPORTING
         RETURN        = lt_return.
    WRITE: lt_return-id, lt_return-message, lt_return-message_v1, lt_return-message_v2,
                 lt_return-message_v3, lt_return-message_v4.
          CLEAR lt_return.
    endif.
    endform.                    " commit_work

  • BAPI_GOODSMVT_CREATE not updating document flow

    I created a function to create an inbound delivery against a PUrchase Order and then Post the goods receipt against that inbound delivery. The inbound delivery and the material document are created correctly in the DEV environment.
    The issue is that in our QA environment the document are created correctly but the document flow is not updated at all!! Any idea of where should I be looking at to see difference between these environments?
    I'm using BAPI BAPI_GOODSMVT_CREATE  to Post the Goods Receipt.
    Thanks.

    sort delivery by vbeln posnr.
    loop at delivery.
    Populate BAPI variables ready for call
      goodsmvt_header-pstng_date = sy-datlo.
      goodsmvt_header-doc_date = sy-datlo.
      goodsmvt_header-bill_of_lading = delivery-lifex.
      goodsmvt_header-ref_doc_no = delivery-lifex.
      goodsmvt_header-pr_uname = sy-uname.
      goodsmvt_header-header_txt = 'Auto GR of I/Bound Del'.
      goodsmvt_code-gm_code = con_move_code.
      goodsmvt_item-material = delivery-matnr.
      goodsmvt_item-plant = delivery-werks.
      goodsmvt_item-stge_loc = delivery-lgort.
      goodsmvt_item-move_type = con_move_type.
      goodsmvt_item-vendor = delivery-lifnr.
      goodsmvt_item-entry_qnt = delivery-lfimg.
      goodsmvt_item-entry_uom = delivery-meins.
      goodsmvt_item-mvt_ind = con_move_item.
      goodsmvt_item-deliv_numb_to_search = delivery-vbeln.
      goodsmvt_item-deliv_item_to_search = delivery-posnr.
      append goodsmvt_item.
      clear goodsmvt_item.
    endloop.
    *Call BAPI
    call function 'BAPI_GOODSMVT_CREATE'
      exporting
       goodsmvt_header       = goodsmvt_header
       goodsmvt_code        = goodsmvt_code
      TESTRUN           = ' '
      importing
       goodsmvt_headret      = goodsmvt_headret
       materialdocument      = materialdocument
       matdocumentyear       = matdocumentyear
      tables
       goodsmvt_item        = goodsmvt_item
      GOODSMVT_SERIALNUMBER    =
       return           = return.
    Check BAPI RETURN table to ensure call was successful
    loop at return where type = 'E'.
      exit.
    endloop.
    if sy-subrc eq 0.
      rollback work.
      message e999 with 'GR BAPI Failed, process delivery manually'.
    endif.

  • TRs are not being generated in Movement Type 261/262

    Hi Gurus,
    I am perfoming several material documents with movement type 261/262 and I don t know why in some cases the WM tab is generated without TR with only a storage bin.....so we don t have the possibility to take the TR and transform it into a TO....I have checked the configuration of the movement type in SPRO WM and everything seem to be OK, as usual....Any clue on this?
    Many Thanks!!!!
    Regards

    Q1 : If I perform 261 in MIGO or in MB1A in a WM warehouse which It has NOT activated the PP-WM interface. the behavior will be the same ? - Yes, because selection of storage type and storage bin is from the control cycle which plays a major role if control cycle is not defined then system accepts standard 914 as destination storage type if control cycle is defined then it ignores standard SAP value and pick the storage type and bin from the control cycle.
    Goods Issue w/ref. to the PP order will be created without TR and to a storage bin in Storage Type 100? and on the contrary, - Even if you do a Goods issue w/ref and control cycle is not defined then at the time of production order creation system update reservation table with blank entry under warehouse / storage type & storage bin  and once you will do the MIGO for this system will consider 914 as storage type
    if the control cycle is define then the value in RESB will be like below screen
    if in this example I generate a 261 as Goods Issue Others the WM tab will have Intermediate Storage Type 914 and it will have a TR number?? ---Since this is without reference in the MIGO you will not find the Reservation tab and system will go with Standard SAP (914) storage type

Maybe you are looking for

  • Zen vision m - problem with not showing albu

    this is a weird problem i haven't encountered 'till recently, but ... i tried to put some albums onto my player (i use the windows explorer method) and they show up just fine there, and they ARE taking up physical space on the hard disk when i check

  • My Firefox 19.0 keeps freezing when I'm opening up facebook.

    I cleared the cache, deleted the cookies and even tried to open it up with disabled firewall. The only thing seeming to solve my problem is deactivating JavaScript and preventing facebook from loading the chat (the freeze occurs after nearly the enti

  • How To pass Data in  Graph (BSP)

    in layout i fetch data using  SUBMIT <report name> USING SELECTION-SET 'TEST'   exporting list to memory AND RETURN. after that i use CALL FUNCTION 'LIST_FROM_MEMORY' and   CALL FUNCTION 'LIST_TO_ASCI' and finally my all data into one internal table

  • MIRO and J1IEX

    Hi All, Pls let me know any one about the Functionality in MIRO and J1IEX. How the TAX code would flow in both, and the Tax rates in MIRO and J1IEX. And these ED, Basic Ecess & Sec Higher Edu Cess where it will be stord in different table. Let me kno

  • Patch 123910-01 will not install

    Patch 123910-10 will not install on some old Ultra-10 and Ultra-80 hosts. I suspect that the sun4u architecture does not support the sun4v categories.