Bapi_prodord_get_list

Hi,
The bapi_prodord_get_list retrieves only production orders. Do any of you know what is the equivalent bapi/FM for CS order?
TNX,
Eti

Dear,
BAPI_ALM_ORDER_GET_DETAIL
Regards,
R.Brahmankar

Similar Messages

  • Function Module for data retrival for work order clearence (WCA)

    Hi All ,
      Function Module for data retrival for work order clearence (WCA) for a particular Planning plant and (WCD's).
    Thanks.

    Hi Anne,
    BAPI_PRODORD_GET_DETAIL
    BAPI_PRODORD_GET_LIST
    You can find further FM in Function Group COPRINT and CODR or take F4 on CO* in Function Group
    These will serve your purpose.
    Cheerz.
    Ram

  • SAP templates use BAPIs not available in 4.7

    We are trying to use the SAP module library templates for PP - We are running 4.7 and do not have access to BAPIs BAPI_PRODORD_GET_LIST or BAPI_PRODORD_GET_DETAIL, two of the BAPIs used in that template.
    Any suggestions or help would be appreciated.
    Thanks

    If these BAPIs were not available in 4.7, then you would probably have to create them.  But I was pretty sure the Production Order BAPIs were in existence then.  You may want to post on a different board when some more savvy ECC folks would chime in.  Are you sure you don't need the Process Order BAPIs?   For BAPI_PROCORD_GET_LIST and its fellows were not released until ECC 5.5 (I think).
    Regards  and Good luck!
    Mike

  • Bapi or RFC for Scheduled production orders?

    Hi experts,
    I need to extract a list of the Scheduled production orders (for a specific plant)for integration purpose. Does anyone know if there is any BAPI or RFC for this purpose and could anyone tell me which one could be used.
    I noted that a similar topic "Retrieving production orders and material stock out R/3 system" posted Jan 16, 2006 has been discussed but the outcome was only that standard BAPI / RFC should be available for retrieving the production orders but there was no BAPI or RFC mentioned.
    Best regards,
    Niklas

    Hi,
    I found that the following BAPIs can be used with some parameters.
    BAPI_PRODORD_GET_LIST
    BAPI_PRODORD_GET_DETAIL
    Thanks
    Pavan

  • Its urgent.!!!!!!BAPI for Production Order

    HIi All ,
    i need to fecth Storage Bin/Material/Quantyti/Descrition .
    All values can be obtained from the production order record using the BAPI.
    which BAPI is there for this req?

    some of the function modules are
    <b>BAPI_PRODORD_CHANGE
    BAPI_PRODORD_CHECK_MAT_AVAIL
    BAPI_PRODORD_CLOSE
    BAPI_PRODORD_GET_DETAIL
    BAPI_PRODORD_GET_LIST
    BAPI_PRODORD_RELEASE etc</b> better you put BAPI_PRODORD_*  in Function module field and press F4 and get more BAPI fuction modules according to your  production order scenario.....
    reward points if helpful...
    thanks,
    velu....

  • [JCO.ServerThread-1] ERROR  SERVER-EXCEPTION - [null,null,null,] com.sap.mw

    When we execute a SAP transaction through xMII, xMII server is brought down.
    I looked in the cms.log file and found this:
    <b><i><i>2007-10-16 11:07:23,355 [JCO.ServerThread-1] ERROR  SERVER-EXCEPTION - [null,null,null,] com.sap.mw.jco.JCO$Exception: (129) JCO_ERROR_SERVER_STARTUP: Server startup failed at Tue Oct 16 11:07:23 EDT 2007.
    This is caused by either a) erroneous server settings, b) the backend system has been shutdown, c) network problems. Will try next startup in 64 seconds.</i></i></b>
    When I try to log back onto xMII, I see the following: 
    <b><i>Error Executing Transaction Status (500) Internal Server Error.</i></b>
    I created a Business Logic Services transaction within XMII.  This BLS extracts data from AFPO Order Item table.  A Repeater loops through the RESPONSE output table, and executes a SAP Query to load the data into Oracle tables.
    I also have a BLS that executes BAPI_PRODORD_GET_LIST. 
    When I execute either one of these transactions, the system will fail with the above error when the amount of data being extracted reaches a specific number.
    I have simplified the BLS to run a JCO block for BAPI_PRODORD_GET_LIST and a tracer block.  When I execute the BLS that executes BAPI_PRODORD_GET_LIST to retrieve 2,000 production orders, the transaction hangs.  After 30 minutes, I terminate the transaction so it won’t take the xMII server down again.  However, had I had a repeater to loop through the output and load into the oracle tables, the server goes down.
    That’s my problem.  My other question to the problem is this. 
    What are the limitations to the amount of data that can be extracted from SAP via xMII?  Excel spreadsheets can download 40,000 records.  You can write a SELECT * in any language and pull down 40,000 records.  What is going on?

    David,
    Just an FYI the error message that you have found is not connected to your BLS transaction but rather the default IDoc listener trying to connect to something that doesn't exist.  This listener will automatically start each time xMII starts, as a result you can set it up to connect to an RFC destination or delete the default configuration and it will go away. 
    Now onto your issue; How many Production Orders are being returned from the BAPI?  How are you loading each of them into Oracle?  How much memory is allocated to ServletExec vs. How much is available on the machine?  By default xMII will limit all SQL/Tag queries to their <b>RowCount</b> with a max at 250k rows but this does not apply to the JCo call.
    My suggestion here is to look for the other error message that pertains to your transaction which may reside in the ServletExec logs and not xMII, they can be found on your xMII machine here: http://localhost/servletexec/admin/login.jsp
    Hope this helps.
    Sam

  • Operation Activity names

    I'm calling the function module BAPI_PRODORDCONF_GET_TT_PROP
    The response from this bapi does not provide the activity names in it only the values and units.  Can you please suggest a way to obtain the names?
    I also have all of the data provided by BAPI_PRODORD_GET_LIST and BAPI_PRODORD_GET_DETAIL so I do have the activity numbers, just can't figure out how to get the names.
    Thanks,
    Jamie

    If you run BAPI_PRODORDCONF_GET_TT_PROP in se37 you'll notice that it does not provide activity names, only their proposed values and units.  The activity ID exists in the operations table provided in BAPI_PRODORD_GET_DETAIL. 
    I've determined that BAPI_ACTIVITYTYPE_GETDETAIL will give you the activity name, but it requires a controlling area which is not in the data I have at this point.  I'm not sure if this is even the correct approach.
    Any insight would be much appreciated.
    Regards,
    Jamie

  • SAP Code to Return Production Order List for a Given Work Center

    We are looking for native SAP code (BAPI, BADI, FM, ...) that would take a work center value as a parameter and then return all the production orders that have been assigned to that work center.
    We are running 4.7 and do not have access to BAPI's BAPI_PRODORD_GET_LIST or BAPI_PRODORD_GET_DETAIL.
    I believe we could write our own BAPI for this but was hoping that SAP had something natively embedded that we just can't find at this point.
    Thanks in advance for any information you might share!!!
    Chad

    Thanks, Srini
    This was very helpful.
    We're looking for an SAP object that we can interface into xMII.  So the logic in this report is useful but a BAPI, BADI, or RFC would be ideal.
    Thanks again,
    Chad

  • Segregation of Production orders based on System status

    Hi Experts,
    I need your inputs to our requirement, We are sending Production orders to third party tool (TPT)for detailed scheduling, so Production Orders based on
    Order status need to be classified and send in such way to TPT.
    Requirement is
        Just REL or CRTD (No Confirmations carried out, no TECO, NO CLSD)             = OPEN
        PCNF or PDLV or GMPS (will be accompanied with REL only No CLSD, TECO) = WIP,
        CLSD or CNF, or DLV or TECO                                                                      = CLOSE
    So we are fetching the list of order from database tables not using MD_Stockrequirement_List function module,
    Is there any way to call BAPI and then use status profiles to  classify the list of production orders we are getting now based on our logic.
    or need to pass this list of Production orders to JEST table and do some coding to get this classification. But using JEST table its difficult for coding to get the requirement satisfied, because for one Production order there will be many order status as REL PCNF PDLV GMPSPRCMACM etc.
    Please provide inputs.
    Thanks
    Naga

    Hello Naga
    You should use BAPI BAPI_PRODORD_GET_LIST to get a list of production orders, instead of MD_Stockrequirement_List.
    Alternatively, you can use BAPI_PRODORDCONF_GETDETAIL to get the details of a production order.
    BR
    Caetano

  • Production fields

    Hi Experts,
        i need to calculate Turn around Time of pp in sap Bi for that i need Production order creation date, Release date, Confirm Date,
    Date of Goods issued to production & Date of Goods recived for Production. please any body suggest me which tables give these fields. plz do need ful help.
    Best Regards
    Theertha

    Dear Theertha,
    Check these tables AFKO,AUFM,AFRU or else check using these functional modules,
    BAPI_PRODORD_GET_DETAIL
    BAPI_PRODORD_GET_LIST
    BAPI_PRODORDCONF_GETDETAIL
    BAPI_PRODORDCONF_GETLIST
    Regards
    Mangalraj.S

Maybe you are looking for

  • I have lost my calendar data and am having a hard time retrieving it from Time Capsule. Can anyone help? I am using Mountain lion OS

    I have lost my iCal data and am having a hard time retrieving it from Time Capsule. I am using Mountain Lion OS om iMac. Can anyone help?

  • Split String value into internal table at Carriage return

    Hi All, I have given a string type context ( text edit  box ) to the user to enter the values. The data can have carriage returns also. My Requirement is that I want to split the data at carriage returns and store it in my tables. I tired with a cons

  • Support for VPD Policies in SQL Developer?

    I've searched the GUI, the help and the google (TM). Is there support for VPD Policies in Oracle SQL Developer. Examples of things would be to enable and disable them, create new ones, etc.

  • Creating Rules in HFM.

    While writing a business rule for HFM, in the sub calculate(), if I do not mention the entire intersection does the calcultaion run for the current POV or does it run for all intersections? Ex, If I write a script HS.Clear"A#11110" will the A#11110 b

  • How to eleminate #

    RESPECTED ALL I HAVE PREPARED INFOOBJECT OF CHAR(LENGTH 40) AND AT TRANSFORMATION LEVEL APPLY FORMULA ( IF MERKNER=120,PRUEFMBKT,") BY THIS FORMULA WHEN I AM SEEING THE OUTPUT IN THE REPORT, IT IS GIVING ME THE VALUE AND # SYMBOL. AND WHEN I AM PUTTI