Quantity and Price block on MM docs not appearingin MRBR list

Hi Gurus
Even if there are quantity and prices blocks in the MM doument , the MRBR list doesnot display the blocked documents.
As a result we are not able to release the documents and remove the block.
What could be the possible reason for this?
And is there any other way to remove the block on MM document without going through MRBR.?
Early Response is highly Appreciated
Thanks a Lot
Rgds

hi,
If you do not want to check the Invoice for tolerance keys like quantity variance and price varaince then tick on don't check .In this case system will not block any invoice and invoice will post Automatically without any error.
Please check other tolerance keys in SPRO: OMR6
One more blocking is defined in the vendor master also under payment transactions accounting screen.There you are defining the tolerance group for Invoice Verification.
Regards,
Amit

Similar Messages

  • Mrbr quantity and price block

    Dear Forum,
    I got the help from forum at which point it is get blocked and obviously during miro.
    Now I would like to know the below assuming over tolerance limit :
    1) quantity variance say PO-100unit GR-80unit IR-50unit
    the variance is IR against GR right? this will get blocked. correct?
    2) quantity variance say PO-100unit GR-80unit IR-80unit
    this will NOT get blocked as IR and GR the same. correct?
    3) price variance compare the unit price between PO and IR only. correct?
    Thanks

    1) quantity variance say PO-100unit GR-80unit IR-50unit
    the variance is IR against GR right? this will get blocked. correct?
    2) quantity variance say PO-100unit GR-80unit IR-80unit
    this will NOT get blocked as IR and GR the same. correct?
    3) price variance compare the unit price between PO and IR only. correct?
    1.Yes due to the difference in qty and price it will get blocked depending upon the configuration of Tolerance limit
    2.Yes, since GR and IR qty remains same and if the price is also same(PO and IR) this will not get blocked
    3.Yes

  • Quantity and Price Totals on Sale Order and Delivery Order

    Dear ABAP Gurus,
    I want to add totals of line items (Quantity and Price) in sale order and delivery order screens. Can you please guide me how to do this. The price can be any from pricing procedure ie exclusive or inclusive price of sales tax.
    regards,
    RSA
    Moderator message : Requirements dumping not allowed, show the work you have already done, thread locked.
    Edited by: Vinod Kumar on Jan 28, 2012 9:23 PM

    Hi,
    Try this :
    IF @transaction_type in ('A','U') AND (@OBJECT_TYPE='22')
    BEGIN
    If exists (SELECT t3.docentry FROM OWOR T0  INNER JOIN WOR1 T1 ON T0.DocEntry = T1.DocEntry left join POR1 T2 on T2.[U_JONum] = T0.[OriginNum] and  T0.[ItemCode] =  t2.U_SubConItem] INNER JOIN OPOR T3 ON T2.DocEntry = T3.DocEntry WHERE T1.[PlannedQty] <> T2.[Quantity] and  T1.[ItemCode]  = 'subcon' and  T3.DocEntry = @list_of_cols_val_tab_del )
    Begin
    SET @error = 10
    SET @error_message = 'Not allowed to add more than planned'
    End
    End
    Thanks & Regards,
    Nagarajan

  • Increase decimal places in the PO quantity and Price

    Hi All,
    Can the decimal places in the PO( ME21N) creation be increased more than 3 decimal places in quantity and price?
    I did changes in UOM's in CUNI, I increased the decimal places upto 14 but still it does not take more than three i-e., 0.001 maximum.
    Is there any other way to handle this?
    Request inputs on this.
    Note 569326 - ME9F: Customized decimal places are not taken into account........ found this OSS but this correction instruction is not for our pack level ECC 6.0
    Best regards,
    Sridhar

    hi
    In case if you are already working in production remember that decimal places should not change. It will affect all previous data.
    For your problem best solution is make order unit as 1000. So that your problem will solve
    e.g. instead of 2.009 inr for 1 Unit use 2009 inr for 1000 unit.

  • Control on quantity and price between version 2 and version 0

    Hi,
    My client works on scenario where the cost planning (boq upload)  is done in version 2 and operative is version 0, now the requirement is that, when they want to create a reservation the system should trigger error if change in quantity and price
    for eg: 'X' material quantity is 10 nos. in version 2 (plan) and in the operative version 0 if the reservation is put for 11 nos then the system should trigger an error.
    Also, if "X" item price is 10 rupees each and at the time of reservation after 1 year if it 20 rupees each then the system should prompt an error for change in price (NOT AVAC for budget exceed)
    Kindly suggest if this can be done.

    Harsh Saxena wrote:
    Hi,
    >
    > For price check, AVAC will do the job, no need to go for different solution....
    > else,
    > you will need development for both price and quantity checking while creating reservation.
    > or
    > reservations can be generated automatically from the project if you attach the same materials as in BOQ to in activities in project. This way reservation will be created only for the required quantity only. For price either use AVAC or go for development.
    >
    > Regards,
    > Harsh.
    Hi,
    AVAC will check the budget, they want a control on change in price.
    Development has to be done from two different version please clarify how this can be done.
    Boq can be uploaded  in the operative project but they can even add a extra  quantity or raise a new PR...kindly correct
    Regards,
    Reena

  • Right alignment for Quantity and price

    Hi all,
    Iam downloading customer details into text file, in this the quantity and price are left justified but my requirement is the quantity and price should be right justified in the downloaded text file
    can anyone help me to get this.
    Thankyou
    Pradeep Reddy M.

    I got it, assigned to a chacter field and used condense to remove leading zeros
    Thank you,
    Narendra.
    Message was edited by:
            Pradeep Reddy Miriyala

  • Block Purchase Order quantity and price based on BOM and Production quantity respectively

    Hi Everyone,
    Hope you can help in my first project in sap b1.
    My client requires that when a purchase order of subcon materials has been created it will get the 'price' from BOM row level unit price and 'quantity' from Production order row level quantity. My questions is if i there is a way to limit(block the document from addition) when does values has been changed greater than the reference document value? if ever, how?
    I'm new with SAP B1 and still learning.
    Im using SAP B1 9.0 PL 7 with Australian localization
    Thank everyone in advance!

    Hi,
    Try this :
    IF @transaction_type in ('A','U') AND (@OBJECT_TYPE='22')
    BEGIN
    If exists (SELECT t3.docentry FROM OWOR T0  INNER JOIN WOR1 T1 ON T0.DocEntry = T1.DocEntry left join POR1 T2 on T2.[U_JONum] = T0.[OriginNum] and  T0.[ItemCode] =  t2.U_SubConItem] INNER JOIN OPOR T3 ON T2.DocEntry = T3.DocEntry WHERE T1.[PlannedQty] <> T2.[Quantity] and  T1.[ItemCode]  = 'subcon' and  T3.DocEntry = @list_of_cols_val_tab_del )
    Begin
    SET @error = 10
    SET @error_message = 'Not allowed to add more than planned'
    End
    End
    Thanks & Regards,
    Nagarajan

  • 11.5.10 Orders Import - line quantity and price

    Hi
    We have a custom ordering web system that accepts the sales orders from users. I am trying to import orders into Oracle EBS. The custom web system calculates taxes and price and displays line total for the end user.
    I need to import the orders as below:
    1. Show the order quantity as the quantity selected by the end user
    2. I should not recalcuate the price in EBS and whatever the total they send me should be the price of the line (shouldnt multiply with quantity). Basically display line total from custom system as price (not sure which column to poplulate from API?)
    3. No tax calculation in EBS, tax_value should be 0 all the time for these orders. Which column of oe_order_pub.line_rec_type to populate to achieve the same.
    I am using oe_order_pub.process_order API to import these orders.
    Appreciate your help

    Now I just realized the old servers were RHEL4 32-bit and the new servers were by default created on RH 5 64-bit.
    I'm pretty sure I can't just fire it up on a 64-bit OS without doing some extra work like export/import on the database.
    App server not sure what I would do as libraries etc. would be different also.The apps tier node of EBS 11i is not certified on 64-bit Linux OS -- Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 [ID 343917.1]
    My thought is to get the servers rebuilt using RH5 32-bit and everything should work hopefully as long as packages are there.
    Sound right or should I just go with what it runs on now (RHEL4) to be on the safe side.What is your database version? Please note that Oracle9i is not certified on RHEL5, so if you are running on 10g/11g database you should be good to go with RHEL5
    Thanks,
    Hussein

  • Co03 quantity and price variance

    Hi in Co03,
                     give order number enter then goto->cost->analysis in the out put
    i want to know how the quantity variance and price variance are being calculated please let me know

    Hi Revanth
    Please find the Help From SAP
    [SAP HELP|http://help.sap.com/saphelp_dimp50/helpdata/EN/90/ba6228446711d189420000e829fbbd/content.htm]
    [SAP HELP|http://help.sap.com/saphelp_dimp50/helpdata/en/90/ba6b15446711d189420000e829fbbd/content.htm]
    Hope they are Useful
    Thanks
    Kalyan

  • ERS and price blocking

    Can any one confirm that MRRL (ERS settlement) will block an invoice for price during the settlement?    If this is possible what is the trigger?  
    I have not experienced this in the past but have a current example that at least for now looks like the settlement blocked the invoice.   We haven't replicated this nor have I looked at it in much detail, just wanted to understand from this group if anyone has any experience with ERS blocking invoices.  
    Thanks
    Sandra

    for consignement it is MRKO...........that cycle is completely different........
    but as a refresher I will suggest you one thing.....this was my earlier reply to earlier thread..........
    The example displays the tolerance limits for price variances for an estimated price. If the purchasing department flags the order price as an estimated price in the purchase order, these tolerance limits are checked at invoice receipt. Both a percentage and an absolute variance are set for the upper and lower limits. If one of these limits is exceeded, the system displays a warning message. If one of the upper limits is exceeded, the invoice is blocked for payment when it is posted.
    If you generally do not want to block an invoice item on the basis of a particular variance, you must set all the tolerance limits to Do not check. For example, you would not want to have the system check for quantity shortfall if you often receive invoices for part quantities.
    If you want to block an invoice item on the basis of a particular variance in all cases, set the value and percentage for the upper limit to zero and select Check limit.
    You can define up to four limits for each tolerance:
    Lower limit
    Absolute
    Do not check
    Check limit: X
    Value: 20.00
    Percentage
    Do not check
    Check limit: X
    25 %
    Upper limit
    Absolute
    Do not check
    Check limit: X
    Value: 10.00
    Percentage
    Do not check
    Check limit: X
    10 %
    both these values are in reference of the estimated price.
    If in figures absolute and if in %ge Percentage in context of estimated Price
    Regards
    Ankur

  • HP Officejet and Deskjet Printers NOW ADDED to "not yet supported" list

    Before today (9/4/09) my printer was listed here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01846935&lc=en&dlc=en&cc=us &product=441125&os=219&lang=en
    As being supported (HP Officejet 5600 Series). However, the driver is NOT available from Software Update, nor is it in the download from HP that has all of the SL drivers in it (big download). Called Apple, emailed HP last weekend (launch weekend). Still no drivers.
    UPDATE: As of today, HP has updated their list and specifically have a disclaimer at the bottom relative to these printers:
    -- (this is HP content from the link shown above):
    Important: Currently the following HP Inkjet devices are not yet supported with Snow Leopard. HP is committed to providing Mac OS X 10.6 support for these models and will provide updated software soon.
    HP Deskjet F300 series
    HP Deskjet F2100 series
    HP Deskjet F2200 series
    HP Deskjet F2400 series
    HP Deskjet 4300 series
    HP Officejet 5600 series
    HP Officejet J3600 series
    The Apple Knowledgebase article is at: http://support.apple.com/kb/HT3669
    and does not show my printer listed.

    Yes, it seems that HP was a bit hasty in announcing printer compatibility.

  • I upgraded from v2 and now newly created folders are not in recent list

    I used to be able to create a new folder in v2 and see it immediately in the 'recent' list, but now it does not do that in the latest and greatest version. This is something I use all the time for filing new clients.
    Thanks, Adrian

    Hi Actually I never have needed support, it works perfectly for me. It's always a shame when an upgrade removes a feature you use all the time; I was genuinely surprised by that.
    Anyway, I turned off my upgrade flag so I won't bother you again.
    Thanks, Adrian

  • I miss some titles at iCloud. In 2010 I purchased an christmas album which inlude a Boney M title. Now I downloaded the album again and the Boney M  title in not in the list and the title was not downloaded. iCloud has lost some title.

    Last year I checked my iCloud music and I had purchased over 1700 songs. Now I checked it again but today the counter shows only 1400 songs.
    So I lost 300 song during one year. Why?

    Thanks for replying Steve.
    I've been battling with this on and off for a couple of days.  Behaviour of my custom DVD template is not stable unfortunately, from project to project.
    For example, I make a copy of the entire psd file (the one used in PE4 for the main menu template (Football_pal_s_mm.psd), rename my original to project it from being read or overwritten, then change some of the titles.  I then apply this custom dvd template in a project and let say Title Line 1 through Title Line 5 are showing ok.
    If I make another copy of this psd file, and change just the text on say Title Line 2 and Title Line 3, when I apply the template in another project, the new text is seen (the psd file layer is imported correctly into PE4) but now for unexplained reasons, Title Lines 4 and 5 no longer show in PE4 even though they are showing in the PSD file.  I can't seem to find out why this behaviour occurs (i'm working blind here, no relevant documentation that I can track down on these functions).
    I'm trying to figure out what determines the visibility of a layer in the PSD file of the template, versus what determines the visibility of the same layer after it has been read/imported into/by PE4.
    Anyone know?

  • MRBR list - Docs not displayed even if there is a block

    Hi Gurus
    Even if there are quantity and prices blocks in the MM doument , the MRBR list doesnot display the blocked documents.
    As a result we are not able to release the documents and remove the block.
    1. What could be the possible reason for this?
    2. And is there any other way to remove the block on MM document without going   through MRBR.?
    3. Also if the Invoice is cancelled than the cancelled invoice too has the block in it.
    Than does the cancelled invoice is shown in the MRBR list?
    Early Response is highly Appreciated
    Thanks a Lot
    Rgds
    Points would be rewarded definately....

    Hello Rutvj,
    A payment block can be removed on the FI side and still remain on the MRBR output.  You can verify by viewing the change history on the accounting document that was posted as a result of the MM invoice.  If this is the case, you would have to manual release the block in MRBR.  Typically the process would be to resolve the issue thru MM resolution depending on the type of block. 
    If you decide to cancel the MM invoice, the originating invoice would be removed from the MRBR output.
    Hope this helps.

  • Not able to get the Quantity and partner details in the sales order created

    Hi Experts,
    I am creating a followup order using the FM "BAPI_BUSPROCESSND_CREATEMULTI" . The parameters iam passing are process type, quantity , sold to party (partner) and product ID. I am able to create a sales order but the Quantity and sold to party (partner) are not getting updated in the the sales order when i check in the transaction CRMD_ORDER. When i check in the crm_orderadm_h table and give the Headerguid , i am able to see the process type and when i check in the crm_order_index table, if i give the header i am not getting the partner no and there are two lines created for one header guid. I am providing the code which i have written. Can anyone please help me in this issue??
    *& Report  ZCREATEORDER_LUCKY_TEST
    REPORT  ZCREATEORDER_LUCKY_TEST.
    DATA : LV_HEADER_GUID  TYPE  GUID_32,
    WA_HEADER             TYPE                   BAPIBUS20001_HEADER_INS,
    ITAB_HEADER           TYPE STANDARD TABLE OF BAPIBUS20001_HEADER_INS,
    ITAB_CREATED_PROCESS  TYPE STANDARD TABLE OF BAPIBUS20001_HEADER_INS,
    ITAB_OBJECTS_TO_SAVE  TYPE STANDARD TABLE OF BAPIBUS20001_GUID_DIS,
    ITAB_PARTNER          TYPE STANDARD TABLE OF BAPIBUS20001_PARTNER_INS,
    LT_PRODUCT_I          TYPE STANDARD TABLE OF BAPIBUS20001_ITEM,
    WA_PRODUCT_I          TYPE                   BAPIBUS20001_ITEM,
    LT_SCHEDLIN_I         TYPE STANDARD TABLE OF BAPIBUS20001_SCHEDLIN,
    WA_SCHEDLIN_I         TYPE                   BAPIBUS20001_SCHEDLIN,
    ITAB_INPUT_FIELDS     TYPE TABLE OF          bapibus20001_input_fields,
    ls_inputfields        TYPE                   bapibus20001_input_fields,
    WA_PARTNER            TYPE                   BAPIBUS20001_PARTNER_INS,
    ITAB_RETURN           TYPE                   STANDARD TABLE OF BAPIRET2,
    WA_OBJECTS_TO_SAVE    LIKE                   LINE OF ITAB_OBJECTS_TO_SAVE,
    ITAB_PRICING          TYPE STANDARD TABLE OF BAPIBUS20001_PRICING,
    WA_PRICING            TYPE                   BAPIBUS20001_PRICING,
    *To store the Objects to be saved.
    WA_CREATED_PROCESS    LIKE LINE OF ITAB_CREATED_PROCESS,
    ITAB_SAVED_OBJECTS    TYPE STANDARD TABLE OF BAPIBUS20001_OBJECT_ID,
    WA_SAVED_OBJECTS      LIKE LINE OF ITAB_SAVED_OBJECTS,
    GC_X type c.
    gc_x = 'x'.
    CALL FUNCTION 'GUID_CREATE'
      IMPORTING
        ev_guid_32 = lv_header_guid.
      CLEAR : WA_HEADER.
    * Passing the respective values from the Header table to internal table.
    WA_HEADER-GUID          =  LV_HEADER_GUID.
    WA_HEADER-PROCESS_TYPE  =  'ZTA'.
    APPEND WA_HEADER TO ITAB_HEADER.
    *Appending the values to the ITAB_HEADER.
    *appending orderadm_i to input fields
    * ls_inputfields-ref_guid =  LV_HEADER_GUID.
    * ls_inputfields-REF_KIND = 'A'.
    ls_inputfields-objectname = 'ORDERADM_I'.
    ls_inputfields-ref_handle = '0000000001'.
    * ls_inputfields-logical_key = ' '.
    ls_inputfields-fieldname = 'ORDERED_PROD'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
      CLEAR ls_inputfields.
    * ls_inputfields-ref_guid =  LV_HEADER_GUID.
    * ls_inputfields-REF_KIND = 'A'.
    ls_inputfields-objectname = 'ORDERADM_I'.
    * ls_inputfields-logical_key = ' '.
    ls_inputfields-fieldname = 'MODE'.
    ls_inputfields-ref_handle = '0000000001'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
      CLEAR ls_inputfields.
    ****** CHANGES MADE
    * ls_inputfields-ref_guid =  LV_HEADER_GUID.
    * ls_inputfields-REF_KIND = 'B'.
    ls_inputfields-objectname = 'SCHEDLIN'.
    ls_inputfields-ref_handle = '0000000001'.
    ls_inputfields-fieldname = 'LOGICAL_KEY'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
    CLEAR ls_inputfields.
    * ls_inputfields-ref_guid =  LV_HEADER_GUID.
    * ls_inputfields-REF_KIND = 'B'.
    ls_inputfields-objectname = 'SCHEDLIN'.
    ls_inputfields-ref_handle = '0000000001'.
    * ls_inputfields-logical_key = ' '.
    ls_inputfields-fieldname = 'QUANTITY'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
    CLEAR ls_inputfields.
    * ls_inputfields-ref_guid =  LV_HEADER_GUID.
    ls_inputfields-REF_KIND = 'B'.
    ls_inputfields-objectname = 'SCHEDLIN_I'.
    ls_inputfields-ref_handle = '0000000001'.
    * ls_inputfields-logical_key = ' '.
    * ls_inputfields-fieldname = 'MODE'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
    CLEAR ls_inputfields.
    ****** CHANGES MADE
    WA_PARTNER-REF_GUID =  LV_HEADER_GUID.
    WA_PARTNER-REF_KIND = 'A'.
    WA_PARTNER-REF_PARTNER_HANDLE = '0001'.
    WA_PARTNER-PARTNER_FCT = '00000001'.
    WA_PARTNER-PARTNER_NO =  '10017'.
    WA_PARTNER-KIND_OF_ENTRY =  'C'.
    WA_PARTNER-NO_TYPE = 'BP'.
    WA_PARTNER-DISPLAY_TYPE  =  'BP'.
    APPEND WA_PARTNER TO ITAB_PARTNER.
    *"ADDING VALUES TO CT_ORDERADM_I
      wa_product_i-header        = lv_header_guid.
      wa_product_i-handle        = '0000000001'.
      wa_product_i-ordered_prod  = '12000014'.
      wa_product_i-mode          = 'A'.
      APPEND wa_product_i TO lt_product_i.
    *"ADDING VALUES TO IT_SCHEDLIN_I
      wa_schedlin_i-GUID    =  LV_HEADER_GUID.
      wa_schedlin_i-quantity   = '30'.
      wa_schedlin_i-handle = '0000000001'.
      wa_schedlin_i-mode  =  'A'.
      APPEND wa_schedlin_i TO lt_schedlin_i.
    *  wa_schedlin_i-schedlines = lt_schedlines.
    *"ADDING VALUES TO WA_PRICING
    wa_PRICING-REF_GUID    =  LV_HEADER_GUID.
      wa_PRICING-REF_KIND   = 'A'.
    *  wa_schedlin_i-handle = '0000000001'.
      APPEND wa_PRICING TO ITAB_PRICING.
    *  wa_PRICING-REF_GUID    =  LV_HEADER_GUID.
      wa_PRICING-REF_KIND   = 'B'.
      wa_schedlin_i-handle = '0000000001'.
      APPEND wa_PRICING TO ITAB_PRICING.
    ls_inputfields-ref_guid =  LV_HEADER_GUID.
    ls_inputfields-REF_KIND = 'A'.
    ls_inputfields-objectname = 'PARTNER'.
    ls_inputfields-logical_key = '0001'.
    ls_inputfields-fieldname = 'REF_PARTNER_HANDLE'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
      CLEAR ls_inputfields.
    ls_inputfields-ref_guid =  LV_HEADER_GUID.
    ls_inputfields-REF_KIND = 'A'.
    ls_inputfields-objectname = 'PARTNER'.
    ls_inputfields-logical_key = '0001'.
    ls_inputfields-fieldname = 'PARTNER_FCT'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
      CLEAR ls_inputfields.
    ls_inputfields-ref_guid =  LV_HEADER_GUID.
    ls_inputfields-REF_KIND = 'A'.
    ls_inputfields-objectname = 'PARTNER'.
    ls_inputfields-logical_key = '0001'.
    ls_inputfields-fieldname = 'PARTNER_NO'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
      CLEAR ls_inputfields.
      ls_inputfields-ref_guid =  LV_HEADER_GUID.
    ls_inputfields-REF_KIND = 'A'.
    ls_inputfields-objectname = 'PARTNER'.
    ls_inputfields-logical_key = '0001'.
    ls_inputfields-fieldname = 'NO_TYPE'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
      CLEAR ls_inputfields.
      ls_inputfields-ref_guid =  LV_HEADER_GUID.
    ls_inputfields-REF_KIND = 'A'.
    ls_inputfields-objectname = 'PARTNER'.
    ls_inputfields-logical_key = '0001'.
    ls_inputfields-fieldname = 'DISPLAY_TYPE'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
      CLEAR ls_inputfields.
        ls_inputfields-ref_guid =  LV_HEADER_GUID.
    ls_inputfields-REF_KIND = 'A'.
    ls_inputfields-objectname = 'PARTNER'.
    ls_inputfields-logical_key = '0001'.
    ls_inputfields-fieldname = 'KIND_OF_ENTRY'.
    APPEND ls_inputfields TO ITAB_INPUT_FIELDS.
      CLEAR ls_inputfields.
    CALL FUNCTION 'BAPI_BUSPROCESSND_CREATEMULTI'
      TABLES
        HEADER          = ITAB_HEADER
        ITEM            = lt_product_i
        RETURN          = ITAB_RETURN
        PARTNER         = ITAB_PARTNER
        INPUT_FIELDS    = ITAB_INPUT_FIELDS
        CREATED_PROCESS = itab_created_process
        SCHEDULELINE    = lt_schedlin_i
        PRICING         = ITAB_PRICING.
    READ TABLE ITAB_CREATED_PROCESS INTO WA_CREATED_PROCESS WITH KEY GUID = LV_HEADER_GUID BINARY SEARCH.
    WA_OBJECTS_TO_SAVE-GUID = WA_CREATED_PROCESS-GUID.
    * Appending the Guid of the contract to be saved to the internal table
    APPEND WA_OBJECTS_TO_SAVE TO ITAB_OBJECTS_TO_SAVE.
    CALL FUNCTION 'BAPI_BUSPROCESSND_SAVE'
      EXPORTING
        update_task_local = space
        save_frame_log    = GC_X
      TABLES
        objects_to_save   = itab_objects_to_save
        saved_objects     = itab_saved_objects
        return            = itab_return.
    * Calling the Standard BAPI to Commit the transcation.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    WRITE: / 'HEADER GUID: ',lv_header_guid.
    Any inputs will be highly appreciated!!
    Thanks a lot in Advance.
    Lakshman.

    solved

Maybe you are looking for

  • Issue on inventory 0IC_C03 report

    Hi All, I want to design a material movement report. and the report will contain opening stock, closing stock, end value, 101 movement, 102 movement, 321 and 322 movement. As I made this on 0IC_C03, with opening value(0valstock and day interval-1), c

  • What about the 50% extra data for new customers?

    I signed up for Verizon HomeFusion 17 days ago.  I copied the following straight off your webpage for new HomeFusion customers: "New customers to the service will  receive 50% more data allowance for their first 2 full billing cycles.  Requires new 2

  • Sql errors

    I am getting errors on my subdomain when trying to access two different files in the root of my site: URL file-access is disabled in the server configuration [function.include-once]: failed to open stream: no suitable wrapper could be found what does

  • Are you giving Vsphere 6.0 a pass?

    We're small in terms of vmware infrastructure.Two hosts used out of our three allowed on Essentials.On 5.0 right now.Started looking at upgrade paths when my 5.0 management appliance finally died when the database threw up.Fortunately, in a rare rtfm

  • Can Cisco Historical Reports Report Average Hold Time for Incoming Calls?

    Is the a way that Cisco Historical can report on the Average Hold Time for Incoming Calls? User is trying to figure out if there is a hold time prior to the agent picking up the call. I am running CRS Historical Reports Versions 5.0 (2.5).