Batch status update through DI

Can I update batch status for an item through DI while creating a document from some Add-on?
Is the batch status field exposed in DI?
I am currently on SAP B1 2007A.
If it is not possible on 2007A, is it possible on later versions of SBO like 8.8 family?

I have checked in 8.8 and it is not exposed to the DI.

Similar Messages

  • Batch status updating using function module BAPI_BATCH_SAVE_REPLICA

    Hi,
    I want to change batch status after creating the outbound delivery through inbound idoc, i was able to create delivery , but after creation, i should update the batch status using function module BAPI_BATCH_SAVE_REPLICA, but i was unable to execute this function module correctly,
    Can any one provide details like what are minimum things that are required to update the batch status using this function module.
    In my system batches are defined at plant level.
    Please let me know the solution if any one knows this.
    With regards.
    P.Prasanth.

    Look at BAPI_INCOMINGINVOICE_POST
    Rob

  • Required information on Batch status updatings.

    Hi,
    I want to change batch status after creating the outbound delivery through inbound idoc, i was able to create delivery , but after creation, i should update the batch status using function module BAPI_BATCH_SAVE_REPLICA, but i was unable to execute this function module correctly,
    Can any one provide details like what are minimum things that are required to update the batch status using this function module.
    In my system batches are defined at plant level.
    Please let me know the solution if any one knows this.
    With regards.
    P.Prasanth.

    Hi 
    By design scom object monitoring health state is aggregated as Availability, Configuration, Performance, Security and this is nothing to do with monitoring alerts.
    you can place unit monitor under any of the above.refer below link for more information 
    http://technet.microsoft.com/en-us/library/hh457599.aspx
    http://technet.microsoft.com/en-us/library/dd440880.aspx
    if any monitor under Availability, Configuration, Performance, Security is Unmonitor indicated the monitor is not initialized and Availability, Configuration, Performance, Security will show unmonitor if there are no unit monitor under it.
    Regards
    sridhar v

  • Unable to run bapis for project status update and date update together

    Hi Experts,
    I have a requirement to update the dates and status of a project WBS at level 4. I am trying to do update the CJ02 Transaction using standard BAPI available. I need to do both Date update and status update in the same LOOP PASS   i am using the below mention bapi. when i am doing so i am getting an error Project 'A._____' has been currently processed by ID i.e. my id.
    I have tried putting  a wait for 2 seconds in the code but its still not working. please find the order below in which i am calling the bapi.
    Loop at itab.
    if  date_changed = 'X'.
          CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'
          READ TABLE it_error WITH KEY message_type = c_e.
          IF sy-subrc <> 0.
    Commit
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
       endif.
    endif.
    if Status_change = 'X'.
          CALL FUNCTION 'BAPI_PS_INITIALIZATION' .
          CALL FUNCTION 'BAPI_BUS2054_SET_STATUS'
          READ TABLE t_result WITH KEY message_type = c_e.
          IF sy-subrc NE 0.
            CALL FUNCTION 'BAPI_PS_PRECOMMIT'
                 TABLES
                      et_return = t_ret.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
         ENDIF.
    endif.
        WAIT UP TO 4 SECONDS.
    endloop.

    Try to use
    SET UPDATE TASK LOCAL.
    before each BAPI call.
    Did you try to debug through your code, leaving sufficient time between BAPI calls? If it does work like that, then the above statement might help.

  • Status Update of Service Order From Billing Document

    Dear Experts,
    I am told to change the User status of Service Order once the Billing Document is Generated.
    Here we are in CRM 2007 and i have done the status update of previous document but here
    Billing document is not possible to read through CRM_ORDER_READ (function module).
    Do any one have any idea how do i proceed.
    Thanks,
    SA

    hi sa
    to change the service order user status , when biling document is generated
    make an implementation of bill_acc_if  bai and in the method ENRICH_ACC_DOCUMENT
    read order data using crm_order_read  and change the status using
    CRM_STATUS_CHANGE_EXTERN
    thnks
    sam

  • Batch not updated in process order

    hi all,
                When i am doing batch determination and goods issue through coik pick list batch not update in process order. presently we are not doing batch determination in process order.after goods issue component batch fields are grey out in the process order

    HY,
    Batch field are filled only if you do Batch determiantion of components whether it is by auto or manual.And it is logical also becasue if you split the material qty. in more than one batches during goods issue( whether it is in COIK or in COR6N)then think what should be the case in Component screen in process order?
    As soon as you complete the Goods Issue This field becomes gray but the filled of Quanity withdrawn is update with qty you have withdraw.
    Regards
    Dhaval

  • Batch status disappearing after taking the UD (QA11)

    Hi Experts,
    We are facing the following issue (ECC6.0 EHP5 with no enhancement activated):
    - when the UD is made for the IL created at GR from purchase order (origin 01), the batch status initially set at GR (Q) is cleared; same time the UD for the IL is recorded and kept correctly (UD has the new status)
    - when this UD is changed for the same IL, the batch status is getting updated with the new status; the UD for the IL is correctly updated, too.
    We have implemented the note 1687321, but the problem still persists.
    Has anyone of you faced the similar problem? Any hints where to look for the root-cause?
    I've checked the user exits for batch update and QA11 (based on forum posts), but they are not called at making UD or they have correct values.
    Thanks for help,
    /J

    Hi FF,
    I think we are on the same page with terminology
    Indeed, our process is a bit "enhanced" I would say. When doing the GR from purchase order, the batch characteristic LOBM_UDCODE is pre-filled with the UD of "Q" (LEANQM1  Q) whereas the IL created upon packing of HUs has no UD.
    Then, when user makes UD for this IL, the pre-filled UD on batch level should be changed to the UD user made. It is not and the value disappears. I've run some checks on the ABAP code and the issue seems to be caused by the VB_CHANGE_BATCH used in the MQEVAF40 in form charge_klassifizieren. When the initial UD is made (QA11), the internal table for this f-n module has only the new values the batch classification is to be updated with. When the UD change is made (QA12) - both new and old values are provided. If I change the internal table values to include old and new ones for the initial UD, the process works correctly (batch LOBM_UDCODE is updated with new value).
    As we are upgrading to ECC6 EHP5, I've compared the flow to the ECC5 and the values provided to VB_CHANGE_BATCH at initial UD (QA11) are the same for both systems. The process works in ECC5. As result, we have created the OSS message.
    In MSC3n changes to the batch characteristics are visible from change docs - and the log is kept for QA11 and QA12. For the removal of LOBM_UDCODE it displays "deleted" values, and for QA12 it shows "created" values. In other words - change logs are working correctly.
    Once SAP responds to OSS message I will update this tread. Any ideas appreciated.
    /J

  • Status updates history period default

    Hi
    Is there any way to change the default status updates history date range from 3 months please?  Currently as the status approver for a major change program I'm getting several hundred tasks to approve every day across multiple project plans; the problem
    is that when I go in to clear down to run my weekly reports it lists every task submission for the last 3 months.  The thing is, IE can take several minutes before it displays the page in full as it chews through all of the data which is annoying
    to say the least.
    I'd quite like it to show only the last 3 weeks, not the last 3 months.
    Does anyone have any suggestions please?
    Thanks.

    Hi,
    As far as I tested, changing the default 3 months range from the date range feature will unfortunaltely not be kept in your IE cache next time you'll navigate to the status update history page. Thus you'll have to set it again every time you access
    the page.
    I guess this 3 months default value might be changed programmabily but I can't help on this.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • OnPlus not providing new Contract/Warranty status updates

    The Cisco Contract/Warranty notification function in OnPlus is currently not providing new updates.
    The Product Contract/Warranty function of OnPlus displays product up-to-date information regarding the Contract status and Warranty for supported Cisco devices. This function is currently not providing new updates to those devices in OnPlus and the OnPlus engineering team is working on a resolution to the problem.
    Status updates for other product lifecycle information about Cisco devices, such as, Software and Hardware End-of-Life, Product Security Alerts, and Field Notices are available in OnPlus.
    As additional information is known for the time to resolution, we will post more details.
    Thanks,
    The OnPlus team

    We have resolved this issue and OnPlus is now providing complete lifecycle  information for new devices scanned or discovered through ON100.
    We applogize for any inconvenience.
    Thank you,
    OnPlus Team

  • Status update

    Background : In TMS project IDOC interface is used to send out data from SAP to the external transportation planning systems. This interface includes sending of information related to outbound deliveries, which is performed with specific message type ZVXX_TMS1_TPSDLS. As soon as external system receives outbound delivery data from SAP it generates response messages with technical acknowledgment (message type STATUS) and sends it back to SAP. Then external system process data received from SAP and as data is processed, message with Functional acknowledgement (message type STATUS) is generated and sent out to SAP through XI.
    In SAP STATUS messages update outbound delivery messages ZVXX_TMS1_TPSDLS with new statuses received from external system. In this way it is possible to have information in SAP regarding outbound delivery processing in External system.
    The problem related to status update process is found. In some cases even STATUS IDOCs are created in correct order in SAP, they update ZVXX_TMS1_TPSDLS messages in incorrect order. And it makes not possible to track actual processing status of outbound deliveries in external system with message ZVXX_TMS1_TPSDLS status record.
    Requirements
    Basic requirement is to have status for outbound message TMS_TMS1_TPSDLS which reflects progress of data processing in external system.
    The right sequence of status scheme is to process technical acknowledgment before the functional acknowledgment.
    Can any one help ?

    Hi,
    One more method is to provide Milestone timing for critical loads/availability of reports.
    For eg consider you have one chain loading data into a few critical targets. Depending on the data volume, load timings and post processing identify a critical milestone time by which everyday the chains should be complete. say 9.00 AM in clients time zone (normal beginning of business day when clients may expect a report).
    Only in the scenario where its delayed you have to inform client through a mail with the reason for delay and expected time of availability. Otherwise when there is no delay its understood that data is available.
    Hope this helps.
    Thanks,
    JituK

  • STPPOD - DELVRY03 -GR Status Update in SNC

    When we create an ASN in SNC  with single material, mutiple line items corresponding to different PO's with a specific delivery date  and when we post GR in ECC against this ASN and  to send POD status update to SNC when RSMIPROACT batch job is run - We are noticing GR status update is happeing for the material in one line item with one PO but the other line item for the same material with different PO is not getting status update.
    when we checked the ECC - DELVRY03 -Idocs they are getting generated only for single line item of ASN  not for other line item.
    Note : This scenario is with ASN with multiple line items here the Material is only one - Each line item has same material but different PO and whole of ASN would be with specific delivery date.
    Can any one pls let me know if an ASN with multiple line items ( for single material) when GR is posted and when we send the GR status info (POD) to SNC thru Batch job - how it works.
    I have checked PO history for the 2 PO's of same material - it is getting updated correctly.
    Would appreciate your immediate help.
    Regards,
    Mahesh

    Hi Mahesh
    I have created an ASN for the same material with specific delivery date, with mulitiple line items belonging to different PO.
    I have posted a STPPOD idoc from ECC against the inbound delivery using VL32N.(Goods Reciept against inbound delivery)
    It is posting to all the PO's and all are updated properly
    Also can you check whether you DELVRY03 idoc has E1EDL24(Delivery Item) as many as your ASN line items????
    Like if you three line items in ASN, then there should be three E1EDL24 segments carrying the info..
    Best Regards
    Vinod
    Edited by: Vinod Kumar Pedapati on Sep 16, 2010 11:35 AM

  • Credit Card Status update

    Hi,
    We want to run a batch process for sales orders with Credit Card information...and then subesquently run the files for Credit Card Autorization...and get the result.
    1. Please let me know the process
    2.If we want the Authorizations to be carried and then update the sales orders with the status update (successful, unsuccessful..etc)..can this be done..
    Since our process needs the Credit Card autorization process to be done after the orders are taken..I request help on this.
    Can we do a output determination based on the Credit Card Status in the Sales Order..so that as soon as the order gets saved....
    I was looking to define Output Types with SOrg/CCard..but I am not sure if this helps.
    Your help is greatly appreciated.
    Thanks
    Ravi

    We would be writing a code for doing so..standard functionality doesnt allow to ASynchronus mechanisim.
    Thanks

  • Batch status Management Active

    Hi SAP Gurus!
    We have SAP implemented in our organization 4 years back and from that time Batch status Management is not active in our system.
    Now, we want to activate batch status at Plant level. So, that for any certain plant we can manage it through batch status management. Our material batch is unique at clienet level.
    Any material X - Plant 0001 - Batch B1
            material X - Plant 0002 - Batch B2
    How we can activate batch status management for above scenario. Also, I want to know if client level batch status management is active irrespective of plant, then what will be settings and impact on business.
    Kindly let me know the details about different settings and busines imapct. Stepwise settings will help much to me.
    Thanks in advance.
    Regards
    roys

    the status managment correlates with teh batch level.
    if the batch level is client level, then the batch is unique in your system, in whatever plant you have this batch, it is the same material and same batch.
    if you change the status of this batch from unrestricted to restricted, then you effect inventory in all plants that have this batch.
    http://help.sap.com/saphelp_46c/helpdata/en/25/283a594f7811d18a150000e816ae6e/content.htm

  • Dead Fusion drive, brand new Late 2013 iMac. No status update from Apple.

    Can someone let me know who I shouyld contact with regards to my below issue? I've spent hours upon hours trying to get my new iMac back from Apple store here in New York city, no success.
    Purchased a new Late 2013 model 21" build-to-order iMac 3 months ago >
    Hard drive partition corrupt within first month which required in store HD partition correction flash via genius bar >
    HD hardware failed next month >
    Genius appointment Feb 6 2014, was told new fusion drive was required and would take "2-3 days" >
    7 days later I went in-store for status and was told they had no info and would call me with an update >
    3 more days I go in store again after no call, still no status update >
    Forced to purchase a new cheaper PC so I could keep working from home >
    Now its 13-14 days later, I just spent over 2 more hours with Apple Support and still no results, now waiting for store Manager (“Matt”, W 14th St store in NYC) to call me. Its been 5 hours since my call this morning.
    I have purchased a new computer as I work from home and cannot be without a computer fofr my job. This is ridiculous, I demanded a refund yet was told because I purchased from an authorized reseller (Tekserve - tekserve.com ) and not an actual Apple store, they cannot refund. Tekserve receipt states all support must go through Apple as it’s a build-to-order system. I paid over $1800 for this iMac (2.7GHZ quad core, 16gb RAM, Fusion drive etc..) a few months ago and it’s been the worst experience I’ve ever had with Apple in 7 years. Pi55ed off. Give me a new exact model iMac today OR give me a refund.
    Apple employee, Look up the below repair ID, it'll have my cell phone number attached. Call me anytime with a solution. I've spent hours and hours on calls with Apple support with no results, no return calls from store manager.
    Serial: D25LG******* / Repair ID R114745188

    brettnyc wrote:
    Thats my only option, I shall visit the store this evening and demand to see the manager.
    Buying from an Authorized Apple reseller should never mean I get any less support than buying direct from Apple.
    You're totally correct on both counts, when you ask to speak to the manager, even though you may be tempted to be angry the best approach to handling the situation is by being; calm, organzied and persistent. Bring all receipts, include names, times, places of who you spoke to and state your case.
    I'm sure your issue will be addressed. In addition if you are in the US you can always call Apple's customer relations phone number, I believe the current number is 800-767-2775.
    Good luck.
    <Edited by Host>

  • I am pressing my iphone 4 about facebook it gives me status updat

    I cant open my facebook on my iphone 4  it says status update      posting?

    Hello darlene41,
    It sounds like you are not able to update your iPhone 4 using iTunes.  I found a few articles that can help with this.  I recommend starting with the steps in this article:
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    If you are still not able to update using iTunes, I recommend looking through this article:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    Thank you for posting in the Apple Support Communities. 
    Best,
    Sheila M.

Maybe you are looking for

  • HT3529 How do I set a signature for text messages?

    How do I set a signature for text messages?

  • Deleting all the similar records except one

    I have a table without a primary/unique key, this table contains too many rows that have the same column values(the row is duplicated), How can I delete all the duplicated rows and keep one copy of this rows?

  • Please help. router messed up.

    power button won't stop blinking. technical support won't help jus tell me to hold the reset button till nothing happens. my sister call tech support and had her unplug and change coding on the router's site. and it won't connect to the internet and

  • How to write sql query for below mentioned eaxmple.

    Hi, I have requirement. There are number of rows and I need the result through query as follows.Please help me to proved sql query for below mentioned requirement. example: table TEST. COLA COLB COLC COLD COLE COLF MANAGER 5 NULL NULL 3 NULL SR.MANAG

  • Re: Safari Crashing

    Hello Everyone, I have been experiencing some problems with safari along with 2 other browsers (firefox & camino) and everything started after installing iTunes 9. Does anyone know what I can do, every time I go to a page that have video in it whethe