PF Status "PICK"

hello
this is continuation on my thread "Set PF Status and At User-Command & At Line Selection".
What is the need and use of declaring PICK in the PF status when i use At Line-Selection and At User-Command in my report program. Wihtout PICK the secondary list is not generating. Can anyone be more ellobrative on the use of PICK in this case? Is is mandatory to use?
Prabhu  S

Hi Prabhu,
            'PICK' is the Default user_command used in standard GUI_status of the list output to handle AT LINE-SELECTION EVENT.In Standard SAP program to call AT LINE-SELECTION event, they are written 'PICK' as the function code to handle the double click event.When you declare your own customized GUI_status for the list and you still want the AT Line-selection event to be triggerd,then You got to declare function Code 'PICK'.Otherwise it won't trigger.

Similar Messages

  • Order line status = picked

    Order line item status = Picked on the OM form. However flow_status_code in oe_order_lines table shows 'AWAITING_SHIPPING' where does this "Picked" status come from?

    The status can be queried from WSH_DELIVERY_DETAILS table.
    RELEASED_STATUS is the column that maintains the status. This column is mapped with WSH_LOOKUPS lookup type = PICK_STATUS
    http://sureshvaishya.blogspot.com

  • Order Status Picked and Picked Partial

    Hi,
    I am worknig on OM. I need to get the orders details where the order status in Picked and Picked Partial. I checked in oe_order_lines_all, the flow status code is not holding picked and picked partial.
    Please any one let me know how to get Picked and Picked partial. I need the query.
    Thanks & Regards
    Murali

    Hi Murali,
    The flow_status_code on oe_order_lines_all doesn't get updated between pick release and ship confirmation - it stays at 'AWAITING_SHIPPING' - so you need to join to the shipping tables to get the same visible status that you get in the form.
    The SQL below will give you all lines at either 'Picked' or 'Picked Partial' status through a decode. You might want to add an OU filter dependent on your setup.
    Regards,
    Jon
    SELECT
    ooh.order_number
    , ool.line_number||'.'||ool.shipment_number as line_number
    , ool.ordered_item
    , ool.ordered_quantity
    , wdd.picked_quantity
    , decode(sign(ool.ordered_quantity-wdd.picked_quantity),1,'Picked Partial',0,'Picked',-1,'??') as line_status
    FROM
    wsh_delivery_details wdd
    , oe_order_lines_all ool
    , oe_order_headers_all ooh
    WHERE 1=1
    AND wdd.source_line_id = ool.line_id
    AND ool.header_id = ooh.header_id
    AND ool.flow_status_code = 'AWAITING_SHIPPING'
    AND wdd.released_status = 'Y'
    ORDER BY
    ooh.order_number, ool.line_number, ool.shipment_number

  • Future Promised Date on order line, yet status picked?

    how is it possible to show a promised date of September 2011 of an item that is stock, yet 5mins later the status changes to PICKED
    the order line still showing the futre promised date and the order ack also prints this date?

    i dont that is the point
    again, there is another order today
    stock on hand, no reservations and a future date of next year for promised delivery.. when in fact this is not true...
    as i said its sitting on the shelf with no reservations

  • Picking status in Out. delivery changed to status A after GR post with MB0A

    Hi,
    I am facing an issue in our production system, these is the scenario:
    - Replenishment delivery
    - ZPicking confirmation idoc sucessfully picked the outbound delivery and post the GI.  The material was cut and it was batch splitted.
    - Then it was performed a GR (mov 101)  against a stock transfer order via MB0A.
    - After this GR posted, the status of picking of the parent material of the batch split was changed from status " " (Not relevant) to status "A" (Not yet processed).
    - Also the status at header level was changed.
    Current status of the delivery
    Header Status
    Picking Confirmation --> B
    Total Gds mvt status --> B
    Item Status
    Item 10:
        Pick confirmation --> A
        Goods movt --> B
    We have tried to reverse the GI to generate it again and reset the statuses but it is not possible to do it via VL09 neither MBST, etc.
    Any idea on how to correct this problem?
    Thanks,

    Hi,
    What is the moment type being taken for PGI through idoc?check the moment type definition for its allowable transactions and foe reverse.
    Regards,

  • DB Adapter for Logical Delete - selecting multiple Statuses

    Hi,
    I am using SOA 11.1.1.3 and I am using a DB Adapter to poll ERROR/NEW Records. Once Polled, I want the status to be changed to "PICKED" (Logical Delete)
    The DB Adapter only allows for a single Unread Value to be selected. I tried to edit the SQL to use a "OR" condition but the code always replaces it with an "ADD":
    Polling SQL:
    SELECT QUEUE_ID, BATCH_ID, STATUS, DEL_ID, ORDER_NUMBER, HEADER_ID, LINE_ID, ORD_TYPE, OPERATION, ERR_MESG, CREATE_DT, INV_ORG_ID, PROCESS_DATE FROM DEV.DEV_Q WHERE ((STATUS = 'ERROR') AND (STATUS = 'NEW')) ORDER BY QUEUE_ID ASC
    After Read SQL:
    UPDATE DEV.DEV_Q SET STATUS = 'PICKED' WHERE (QUEUE_ID = #QUEUE_ID)
    I tried to edit the SQL in the +<PartnerLink>-or-mappings.xml+ but it isn't working.
    I did read some posts http://blogs.oracle.com/soa_how_to/2009/11/a_db_adapter_sample_for_pure_sql_and_logicaldeletepollingstrategy_scenario.html that mention that sql edits can be made in DB Adapter only if a Delete is used.
    Question is - Where can I get the sequel generated (it is not there in the TOPLINK mapping) in order to edit it? Can someone please provide the steps?
    Thx a ton!
    Suhas.
    Edited by: user13616720 on Apr 28, 2011 3:37 AM

    Hi,
    wrong form. Use the SOA forum here: SOA Suite
    Frank

  • Status Field Picklist Values

    It appears that the status field on the Service Request and Activity seems to be of PickList (Read-Only) and hence I am not able to add any other values. We are basically looking at adding one more value "Cancelled" to the Tasks/Appointments in the Status field. Any ideas?
    Thanks,
    Sriram

    Hi sriram,
    IN service request, "Calcelled" value is available by default and to provide this value in task / Appointment in Status field i suggest you to use one workaround. rename existing status field to "Status Old" and create new Pick list field and name it "Status" and add picklist values which you require and finally replace the old field with newly created status pick list field in appointment layout.
    for any other thing pls write back.
    Cheers
    Nisman

  • User status and System status for Trade Promotion

    Hi all!
    CRM 7.0 Web UI Trade Promotion Management.
    I have a trade promotion with custom status already assigned and visible from WEB UI, Is it possible assigning to such TP also a standard status picked amongst TP system status?
    Take into account that in the as is configuration we find in the same TP drop down list user status and system status.
    2 questions:
    1.     How can I hide the system status?
    2.     It is possible to group together user status and system status? E.g. User status: fundrequest, inplanning, submitted...+ released (system status).

    Hi Virginia Zitun,
    Can you tell me how did you manage to solve the issue.
    rgds,
    Venkat

  • GI status, GR Status

    Hi Experts,
    Please explain me the terms: GI Status, GR status, POD(Proof of delivery) Status , Pick Status in relation with the Shipment and Delivery Process in SAP.
    Thanks a lot in advance.
    Krishan

    HI
    http://help.sap.com/saphelp_47x200/helpdata/en/7f/2540fcbee811d4b579006094b9b9dd/content.htm
    POD
    http://help.sap.com/saphelp_utilities472/helpdata/en/e0/bf7e3ae5750a55e10000000a114084/content.htm
    relationship n breif
    http://help.sap.com/bp_lblv1500/LBL_ZA/HTML/LBLZA_Solution_Map/21738CBEFDD0432184E937B967C5F11A.htm
    Regards
    Pavan

  • DB Adapter for Logical Delete - selecting multiple StatusesAND

    Hi,
    I am using SOA 11.1.1.3 and my requirement is to use a DB Adapter to poll both ERROR & NEW Records. Once Polled, I want the status to be changed to "PICKED" (Logical Delete)
    The DB Adapter only allows for a single Unread Value to be selected. I tried to edit the SQL to use a "OR" condition but the code always replaces it with an "AND":
    Polling SQL:
    SELECT QUEUE_ID, BATCH_ID, STATUS, DEL_ID, ORDER_NUMBER, HEADER_ID, LINE_ID, ORD_TYPE, OPERATION, ERR_MESG, CREATE_DT, INV_ORG_ID, PROCESS_DATE FROM DEV.DEV_Q WHERE ((STATUS = 'ERROR') AND (STATUS = 'NEW')) ORDER BY QUEUE_ID ASC
    After Read SQL:
    UPDATE DEV.DEV_Q SET STATUS = 'PICKED' WHERE (QUEUE_ID = #QUEUE_ID)
    I tried to edit the SQL in the <PartnerLink>-or-mappings.xml but it isn't working.
    I did read some posts http://blogs.oracle.com/soa_how_to/2009/11/a_db_adapter_sample_for_pure_sql_and_logicaldeletepollingstrategy_scenario.html that mention that sql edits can be made in DB Adapter only if a Delete is used.
    Question is - Where can I get the sequel generated (it is not there in the TOPLINK mapping) in order to edit it? Can someone please provide the steps?
    Thx a ton!
    Suhas.
    Edited by: user13616720 on Apr 28, 2011 3:42 AM

    Did you tried modifying SQL to
    WHERE STATUS in ('ERROR','NEW')or
    where regexp_like(status,'ERROR|NEW')Thanks
    AJ

  • RE: LOGIC FOR  MONTHLY GOODS TRANSIST

    Hi gurus,
    I have to write the report for goods in transist finished goods in month end report. Please see the requirement and advise me for the developing program.
    1) The program will process the input data the same way the fs10n transaction processes it. The program should select the outstanding balance of the period by which the report is being run.
    2) Customization starts after FS10n using the input parameters, have produced an output. From the output the program should select the references (BKPF-XBLNR) of the documents with document type (BKPF-BLART) WL Goods Issue/Delivery. Program should search each reference entry in table VBUK. The report output should display delivery documents with the following status:
    Picking (VBUK-KOSTK): C (Fully picked)
    Goods Issue (VBUK-WBSTK): C (Completed)
    IntcoBill VBUK-FKIVK : A (Not yet processed)
    3) Once the delivery documents created within the time frame required that have not yet been billed have been identified, the program should look into the following tables for the data needed in the output report as follows:
    Sales Division Customer Customer Name Country Delivery No.
    SKU Qty Amount in loc. Currency (CNY)
    Thanks,
    venky.

    Hi,
    I have checked, yes the note partially meet the requirement I was looking for.
    I have configured the Billing Plan, but however, for an item, the total price is not separated over the entire validity period.
    For example:
    Material A = USD1,000
    Valid From: Today's date
    Valid To: 31.12.2010
    I have the below problem:
    1. The Billing Plan generated 5 billing plan item(s) priced at USD1,000 each, hence I have a Net Value of USD 5,000 as a result.
    2. And for each billing plan line, the billing date is next two months.
    3. Eventhough a Billing block has been automatically set for each billing plan. I am able to execute Billing (Order-related) and there is a Billing Split (which is mainly due to the different Billing Date set for each of the billing plan item). And, I have only released one billing plan, but I still see all 5 billing plan lines appearing during Billing.  Shouldn't only one line appear since only one line has the Billing block removed?
    Please assist.
    Thanks.

  • Cannot ship confirm order...

    Hi,
    I get the following error when trying to ship confirm the order: Error: The action can not be performed because the selected records are not eligible.
    I have included the status data below:
    Sales Order Window:
    Order Status: Booked
    Order Line Status: Picked
    Additional Line Information:
    Delivery Status: Confirmed
    Pick Status: Staged/Pick Confirmed
    Current Trip Status: Confirmed
    Shipping Transactions Window:
    Lines/LPNs Tab:
    Line Status: Staged/Pick Confirmed
    Next Step: Ship Confirm/Close Trip Stop
    Delivery Tab:
    Status: Confirmed

    Thanks for the suggestions. Note 781923.1 brought me back to my starting point:
    Sales Order Window:
    Order Status: Booked
    Order Line Status: Picked
    Additional Line Information:
    Delivery Status: Confirmed
    Pick Status: Staged/Pick Confirmed
    Current Trip Status: Confirmed
    Shipping Transactions Window:
    Lines/LPNs Tab:
    Line Status: Staged/Pick Confirmed
    Next Step: Ship Confirm/Close Trip Stop
    Delivery Tab:
    Status: Confirmed
    Path by Stop:
    Status: Open (Sequence 10)
    Activity: Awaiting Pickup (Sequence 10)
    Status: Open (Sequence 20)
    Activity: Awaiting Drop off (Sequence 20)
    Path by Trip:
    Status: Open
    Activity: Remaining
    Note 843408.1:
    To workaround this issue, manually close all of the sequence on the Associated Trip Stop.
    Once this is done, the Interface Trip Stop program should automatically run which should then interface all of the lines.
    To manually close the sequence on the Trip Stop
    Query the order
    Click on Path by Trips tab
    Go to sequence 10
    Do an update status to Arrive
    Then close it
    I can update the status to "Arrive", but I cannot close the line. And, I cannot update the status for Sequence 20.
    I do not think that Note 453414.1 applies because this is not an internal sales order.
    Note 783074.1 suggests that the delivery be reopened. This is the same advice given in Note 781923.1 which brought me back to my starting point.
    Thanks for your help, and I look forward to your reply!

  • Pending transaction

    I am facing one problem here...i have one big sales order...with more than 1000 line items... out these items may items i have already transact move order...some of the items ... when i go in shipping transanction window ... it is showing me status "Released to Warehouse".... and these all the line items which i have transacted are stuck in pending trasanction window.... so is there any way out to handle this pending transactions.... so that i can ship confirm by lines items.
    Thanks for helping and guiding

    So Finally .... i have solved the issue myself...
    Clearing Pending Transaction
    1.Suppose you have Item no: 1390512 – Status = PO Received – but it is stuck in “Released to Ware house” status
    2.Go to scheduling of this items and UN-schedule this particular item….from Tools OR by Right click on this item. – Then Un-Schedule this item.
    3.Before this item is showing status … Pick Released --- but now it will show you the reservation … with the status – Not Pick Released.--
    3a. Re-Schedule this item and then reserve it again.
    4.Reserve this item again – from tools – scheduling --- reserve. OK
    5.After viewing the reservation details... Go to Actions and Progress Order.
    6.If DV number is there in shipping transaction window – note the DV number from there…you can release the specific item.
    7.Go to Transact Move Order window …. Place your item number in the lines Tab.. then find and transact the particular item.
    8.Go to Pending Transaction window and find the pending transaction of this item …Previously it is coming when this item stuck in the status of released to warehouse… but after following these all the steps… there is no pending transaction for this item.
    9.Wait for about 5 – 6 minutes… the status of this item will get changed from “Released to warehouse” to “Staged/Pick Confirmed”
    10.Then simply go to Actions – Ship confirms it.
    Junaid Iftikhar
    Oracle Distribution Consultant

  • Actual overhead calculation

    Dear Friends
    During project execution, system always checks for the budget availability (Availability control is configured). For material & services, system will check availability on GR/IR quantity & service acceptance. The I'll have to run CJ44 for overhead calculation. I just want to know, is there any way that CJ44 can execute automatically, once you do GR/IR & service acceptance with respect to network activity? Or can we configure it to run periodically (May be twice a day) in the background?
    Thanks

    Hi,
      goto CJ44>system>status> pick the progrma name>SM36>enter job name>click on step>enter the program name and variant save it and back>click start condition> enter specific dates and save it>click on job selection enter the job name which is already created and execute...
    Rgds
    Sudhir reddy

  • Cancel backorder line in sales order

    Hi All,
    Can we cancel the line which has been backordered. For example, for an item(Printer mechanism) has onhand quantity of 4 and reservable quantity 4. If we book 5 quantities of item(Printer mechanism), 4 will be pick released and 1 will be backordered. Can i cancel this 1 backordered or can i cancel the whole order so that i can serve for a other priority order. Please suggest what can be done.
    Thanks and Regards,
    Mahesh

    Hello,
    I my opinion in your case reservation is pointless because your shipment priority is changing. Pick release I think do not allocate items( check this ). When you do not have reservation you can leave at the moment shipment with low priority and issue with higher.
    We do not use reservation because stock could be pick almost to every customer.
    Edit.
    Pick release allocate items. In this case when you have status Pick release you have to make backorder. After this you can issue another sales order.
    I have a question when do you know that you have higher priority sales order (after pick realise or earlier)?
    Regards,
    Luko
    Edited by: Luko on 2009-04-01 10:19

Maybe you are looking for

  • Can't Access Recent Backups in Time Machine

    I was in the middle of installing OSX 10.10.1 and the installation hung on "setting up your mac", so I did a restart with the intention of restoring my whole system from a recent backup. I restarted with the option key, selected restore from Time Mac

  • Reduce file size in Adobe Reader X, not Pro version?

    How do I reduce the size of my file in Adobe Reader X (not Pro version)? It's a large file (+70 pages), basically a magazine in PDF.

  • Craetion of Valuation type

    Hi, During creation of new valuation type ( Split activation is active), in OMWC ,I am getting error 'No Changes made' for following data & new valuation type is not getting generated. Valuation Type  AA Ext. Purchase Orders    2 Int. purchase orders

  • Migration from FDF Toolkit to LiveCycle

    Hello, I currently have a client who uses the FDF Toolkit to create FDF files to populate PDF forms from a database.  They are using a very old version of Adobe Acrobat Pro and would like to move forward.  From what I understand, LiveCycle is the rec

  • My JSP only works when run from its project

    I have managed to make a JSP which correctly displays values from the database when I do right-click/run from the project it is in. However if I do right-click/run on the JSP page directly all the bindings are empty. The aim eventually is to deploy t