How to create Internal Order with LKD status

Hi All Experts ,
Can anybody tell me how can we create IO directly in LKD status ? Or it is manual acitivity by clicking on Set / Rest button and then check LKD and save. I tried in KOT2_OPA but not no any option found. If any experts can guide for the following configuration would be great.
1 ) Is it possible to create IO with LKD status directly ?
2 ) Where that configuration needs to be done ?
3 ) What is significance of JEST Table relating to Internal Order ?
Exprerts help would be great !
Regards,
Sharvari Joshi.

Hi Ajay,
It worked fine exactly. Thank you !
Can we have facility to create IO with LKD ststus in System Status ?
Is it true that there are only 4 SAP Standard system status CRTD, REL, CLSD, TECO.
Is it possible to add LKD in that ? When I clicked on to the up / down arrow I am getting only these four values.
Can we define additional values to this point ?
Regards,
Sharvari Joshi.

Similar Messages

  • Steps to create Internal Order with AUC Number

    Dear All,
              We need to create internal order with AUC number.Kindly provide us the steps to do the configurations. Kindly guide the steps to be followed for creating internal orders with AUC number and way to do the settlement.

    Dear Kishore,
    I am doing the following steps in creating internal orders:
      1) Using the tcode KO01, choosing the order type as GEN i am creating an internal order. At the time of creating an internal order i need to give AUN number. Hence i am going to Extras--> Asset Under Construction by giving the investment profile. When i enter it nothing is happening. I am unable to create AUC no manually.
    Since i am a beginner, plz guide me to create AUC no while creating internal order.

  • How to create Sales orders with external id ?

    Hi Experts,
       I wanna write a program to create Sales Order with external id via function muodule 'CRM_ORDER_MAINTAIN' and 'CRM_ORDER_SAVE'.But i don't know how to do and do any body tried it.The key issue is that how to use external id which is supplied by ourself rather than internal id supplied by system.
    Thanks for all.

    Hi,
    If you have already set the number range as an external range.
    Then just passing the transaction type to field 'process_type' and external id to field 'object_id' of table ct_orderadm_h. Sales order will created with the assigned external id.
    Hope this help.
    cheers,

  • How to create sales order with configuration?

    Hi, all!
    I'm trying to create sales order with multi-level BOM's explosion using BAPI_SALESORDER_CREATEFROMDAT2, but with no success.
    Scanning and following ton's of OSS notes and already posted answers in this forum regarding configuration in sales order doesn't lead to success to.
    So can anybody throw light on rules for populating data structures for items and items configuration in case of multi-level BOM's explosion in sales order? Providing working code snippet would be great.
    Regards,
    Maxim.

    Hi, all!
    Just want to properly close the thread and share experience gained.
    The main reason of error was in incorrect TABLES parameters populating for sales order items and their configuration.
    Not the secret that there is a lack of documentation for even BAPIs FM, especially for comprehensive things to do. And it seems that the right way to resolve proper structure of import/tables parameters for "creation/change" function modules is to call "corresponding read-FM" for object created on-line  and see how return parameters are populated.
    For example, for BAPI_SALESORDER_CREATEFROMDAT2 such corresponding FM is BAPISDORDER_GETDETAILEDLIST, which returns near the same structures.
    Actually in my case such algorithm was used in the first place. But BAPISDORDER_GETDETAILEDLIST returned wrong parameters as was discovered later This error was fixed by implementing OSS note 821191 and sales order was succesfully created.
    And I want to thank SAP Support experts in effective assistance. 10 points are yours!
    Regards,
    Maxim.

  • Create internal order with reference - Do not copy distribution rule group

    Hi,
    I'm creating an internal order with reference to another order through tcode KO01. When i will display the new internal order, i already have distribuion rule group that was copied from the reference order. To delete the incorrect distribution rule group i execute tcode KO02, however this information do not appear in tcode KO02.
    What should be done to delete this settlement rule? I do not want to copy the settlement rules from the old internal order.
    Thanks in advance.
    Regards,
    Ana Fernandes

    Hi.
    'What should be done in order to do not copy this information when i create the internal order with reference?'
    in tcode kot2_opa do not maintain Settlement profile for Order category 3
    Also go to KOM2 and delete Settlement rule for order, from which you copying.
    'in table COBRB i can see the information however i can not delete it. The validy period is empty.'-in su53 check authority

  • How to Create Purchase Order with Co Product greater than Consumption

    Hi All,
    I'm new to SAP. Can any one please help with the steps to create PO with Co Product greater than Consumption.
    Thanks in Advance.    

    Hi Srinivasu,
    If you are talking about handling by-products during subcontracting follow the following steps.
    Create Purchase order with item category "L". In the components tab maintain by-product in negative quantity. If you are not sure about the actual quantity, enter theoretical quantity ( Actual quantity can be adjusted in Subsequent adjustment in Goods receipt).
    Hope this helps you.
    If this has not helped you, please elaborate your requirement.
    Thanks
    Vasuki B S

  • How to create internal order using bapi_internalorder_create

    Hi,
        Am new to bapi , i need complete procedure regarding internal order creation using bapi function module
    BAPI_INTERNALORDER_CREATE
    If any body have steps regarding create plase forward to my mail [email protected]
    Thanks&regards,
    Arun.k

    Arun,
       Just Pass the required data as an ordinary Function module.It will create the internal order .
    DATA : I_MASTER_DATA like BAPI2075_7,
                E_MASTER_DATA like BAPI2075_2,
               EXTENSIONIN like BAPIPAREX  occurs 0 with header line,
               ORDERID like  BAPI2075_2-ORDER,
               TESTRUN like BAPI0012_GEN-TESTRUN,
               SRULES like BAPI2075_6
                              occurs 0 with header line,
                 RETURN like BAPIRET2
                      occurs 0 with header line.
    CALL FUNCTION 'BAPI_INTERNALORDER_CREATE'
           exporting
             I_MASTER_DATA = I_MASTER_DATA
             TESTRUN = TESTRUN
           importing
             E_MASTER_DATA = E_MASTER_DATA
             ORDERID = ORDERID
           tables
             SRULES = SRULES
             RETURN = RETURN
             EXTENSIONIN = EXTENSIONIN
           exceptions
             OTHERS =  1
    Pls. reward if useful.

  • How to  create refurbishment order with notification

    Dears
    It is sap std practices that we are not creating notofication for refurbishment order
    But we are tracing the driver for the process
    the end user will create notifaction for planner for creating refurbishment order
    But from notification we cannnotcreate Refurbishment order
    Then how catch the driver so that false order should be crated
    Or we can maintain some field mandatory so  that creation of refurbishment process has some base
    Regards
    chandnrashekhar Ingole

    Hi Chandrashekhar,
    If you want to create Refurbuishment order after getting  notification created by the user & also want to use work flow functionlity then also in ECC6.0 it is possible I have checked it User needs to create a notification on 
    O170     Equipment + Serial No. + Material No
    This tab is avaliable Extras-->settings--> Reference Object view . Please note that the Material number,serial number combination gives equipment number & equipment number will have partner determination procedure & work flow functionlity.
    With this triggerd notification you can create refurbuishment order where yo will get material number,serial number & equipment number with std link
    This scenirion is working in all combination in ECC6.0  system. Please check & if any thing needed let us know.
    Ramesh

  • How to create internal links with pages...?

    I'm thinking of taking all my class notes with the computer and I wanted to know if Pages can create internal links (to other documents, or to another point in the same document). Or is there a better application to do this?
    iMac   Mac OS X (10.4.9)   17'' 2GHz PPC G5

    Although I really haven't used it, this seems to be a very cool feature.
    Call up Pages Help and search for "link". You will be rewarded with several hits, one of which is 'Creating a hyperlink to a bookmarked location in a document' with step-by-step guidance on using the Inspector for hyperlinks and bookmarks.
    MacBook Pro   Mac OS X (10.4.9)  

  • How see, howmany internal orders are locked status- particular company code

    Hi
    Can any one tell, what table it uses to see the total number of  locked status of internal orders in a particular company code.
    Regards
    Krish

    Hi Krish
    Use SE16N on table JEST for the status I0043 (there maybe other status called "locked" that you use, for a full list see BS23 and sort the text column to see all).
    As an alternative use KOK3 to display collectively, this includes a column for the status.
    Hope this helps.
    Elaine

  • How to creat CS-order with config service product with own logic

    Hi all,
    I saw already different threads related to this topic, however no clear solution was given yet.
    The scenario is:
    Create from a notification list the service orders and determine in the background a correct service product which is configurable. Via an own logic the service product is found in a z-table and and the configuration is done via a seperate logic.
    What would be the solution of the above scenario.
    I already found some information in using:
    CUCB_GET_CONFIGURATION
    CUCB_SET_CONFIGURATION
    CUCB_CONFIGURATION_TO_DB
    But does this work?
    How should the logical flow be in using these functionmdules.
    We are using BAPI_ALM_ORDER_MAINTAIN to create the service order, however it is not allowed in  this bapi to enter a service product which is configurable.
    Thanks for your input in this.
    Best regards,
    Pascal

    Also posted [here|http://www.sapfans.com/forums/viewtopic.php?f=7&t=353731]
    [Useful info|http://www.sapfans.com/forums/viewtopic.php?t=53651]
    PeteA

  • How to create sales order using bapi( test purpose)

    Hi all,
           while i was creating sales order using the BAPI_SALESORDER_CREATEFROMDAT1 it is giving some error,
    version 0 is not defined for the fiscal year ****.
    I have given the fallowing parameters as input
    ORDER_HEADER_IN
         DOC_TYPE     OR
                    SALES_ORG  1000
         DISTR_CHAN  10
                    DIVISION         00
    ORDER_PATNERS
         PARTN_ROLE     SP
         PARTN_NUMB     1000
    ORDER_ITEMSIN
         MATERIAL     M-13
    I need to create sample sales order . Please help me how to create sales order with an example( for test purpose).
    Regards
    Deviprasad.

    Hi Prasad,
    Try using BAPI_SALESORDER_CREATEFROMDAT2.
    While creating sales order using FM: BAPI_SALESORDER_CREATEFROMDAT2, please make sure ORDER_ITEMS_IN, ORDER_ITEMS_INX, ORDER_SCHEDULES_IN, ORDER_SCHEDULES_INX.
    Pricing Conditions will not be mandatory to create a sales order via BAPI.
    As you were saying, you can create a sales order but not with items. Do populate the internal tables that i have specified above.
    Also try to pass the item number internally, this will help you in identifying the schedule lines.
    Regards,
    Priyanka.

  • How to create a PR with a group of line items in Maintenance Order

    Hi,
    I reqest for a solution for this scenario.
    I created aMaintenance Order with 45 materials assigned in that.
    Now I would like to have the ability to group split all line items in to certain groups and individual PRs for these groups
    I would like to group these 45 items in 10 or 12 groups and create PR for each of these groups.
    Plz guide how can I do this with any devlopment of a report.

    lukko wrote:
    Thank you for the reply. My first guess was that in case of arrays everything inside the VI should be closed in a loop and perhaps with varying number of inputs the loop could be avoided and this would improve simultaneous execution for multi-core CPUs.
    I would not base all conclusions on first guesses.
    Working with arrays is typically significantly more efficient (e.g. SIMD). We also have the parallel FOR loop where several iterations can be executed in parallel, thus fully supporting simultaneous execution.
    How exactly are you expecting the code to look like if you have a variable number of connectors?
    LabVIEW Champion . Do more with less code and in less time .

  • Internal Order with status as Released not allowing postings

    Hi Experts,
    We are trying to interface expense reports against Internal orders wherein the IO is in REL GMPS status but is rejecting the ERs.
    Can we have the possible reasons for the same?

    Hi..
    You define user status management as below.(IMG Menu path : Internal order>Order master Data>Status Management)
      -. If you select Status number “10”, SAP don’t allow FI posting.
      -. If you select Status number “20”, SAP allow FI posting.
    After you assing above user status to order type, you create internal order and you can control FI posting as below.

  • Can someone tell me how to create accounting entries with the account status as error

    Hi,
    Can someone tell me how to create accounting entries with the
    account status as error?
    Thanks!!
    Danny

    It's call fixed/static background, and it is NOT directly support by iweb, you will need post processing either in html or javascript.
    Varkgirl (you need to search the previous forum) and I did it since iweb1:
    try Safari, and scroll: http://www.geocities.com/[email protected]/Links.html
    invisible link? roddy, fishing for info again?

Maybe you are looking for