WHSCON or SHPCON : how to transfer the picking request number ?

Hello,
I want to pick & pack an outbound delivery using the idoc WHSCON.
Using the WE19 transaction I have simulated an inbound idoc with qualif. PIC in segment E1EDL18. It works fine.
My problem is that a new picking request is created for the delivery. It has the same number as the delivery. Because of this, the picking quantity is added to the delivery quantity.
So my question is quite simple : in order WHSCON (or SHPCON), in which segment and field must i put the picking request number ?
Subsidiary question : Is it a difference between messages SHPCON and SHPCON ?
Regards.

Hello there, Off the top of my head, I used WHSCON as opposed to SHPCOn for shiiping confirmations ( picking and PGI).
But for returns and refusals I used SHPCON.
Now they both can be used but obviously the Func. modules are different. Other than that there must be some subtle differences, which you might notice if you test both thoroughly for the same condition.
also in my case there was no picking request # so I cannot help you there.
I do recollect that the PIC indicator was in both the header and the line item, and there was another indicator used by another team in the 19 segment, think it was "QUA". never understood its purpose.
If you do figure it out outside of this forum, please post the resolution here.
Regards

Similar Messages

  • How to transfer the http request from applet to servlet/jsp

    I use the JTree component to create a navigation of a website,but i don't
    know how to connect the tree's nodes with the jsp/servlet.
    I mean how to transfer the http request from the applet to a jsp.
    I use the "<frameset>" mark which will divide the web browse into 2 blocks.
    The left side is Applet,and the right side is the linked jsp page.
    what I say is as the weblogic console layout.
    who can help me!!!
    Thank You!

    I use the JTree component to create a navigation of a website,but i don't
    know how to connect the tree's nodes with the jsp/servlet.
    I mean how to transfer the http request from the applet to a jsp.
    I use the "<frameset>" mark which will divide the web browse into 2 blocks.
    The left side is Applet,and the right side is the linked jsp page.
    what I say is as the weblogic console layout.
    who can help me!!!
    Thank You!

  • How to track the transport request number for the Role/Composit Role

    Hi,
    How to track the transport request number for the Role/Composit Role.
    Thanks,
    Ravi

    Use transaction SE03 Transport Organizer Tools
    Execute "Search for Objects in Requests/Tasks" with objects of types:
    R3TR     ACGR     Role
    R3TR     ACGT     Role - User assignment
    Regards

  • How to see the spool request number

    hi experts,
    how to see the spool request number of any object......
    may be form or report........

    U can go to SP01/SP02.
    For generating spool u can look into this code.
    FORM write_to_spool.
      DATA : l_f_list_name LIKE pri_params-plist,
             l_f_destination LIKE pri_params-pdest,
             l_f_spld LIKE usr01-spld,
             l_f_layout LIKE pri_params-paart,
             l_f_line_count LIKE pri_params-linct,
             l_f_line_size LIKE pri_params-linsz,
             l_f_out_parameters LIKE pri_params,
             l_f_valid.
      l_f_line_size = 255.
      l_f_line_count = 65.
      l_f_layout = 'X_65_255'.
      l_f_list_name = sy-repid.
    to get defult spool device for the user
      SELECT SINGLE spld INTO l_f_spld FROM usr01 WHERE bname = sy-uname.
      IF sy-subrc = 0.
        MOVE l_f_spld TO l_f_destination.
      ENDIF.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
          EXPORTING
            ARCHIVE_ID             = C_CHAR_UNKNOWN
            ARCHIVE_INFO           = C_CHAR_UNKNOWN
            ARCHIVE_MODE           = C_CHAR_UNKNOWN
            ARCHIVE_TEXT           = C_CHAR_UNKNOWN
            AR_OBJECT              = C_CHAR_UNKNOWN
            ARCHIVE_REPORT         = C_CHAR_UNKNOWN
            AUTHORITY              = C_CHAR_UNKNOWN
            COPIES                 = C_NUM3_UNKNOWN
            COVER_PAGE             = C_CHAR_UNKNOWN
            DATA_SET               = C_CHAR_UNKNOWN
            DEPARTMENT             = C_CHAR_UNKNOWN
               destination            = l_f_destination
            EXPIRATION             = C_NUM1_UNKNOWN
               immediately            = 'X'
            IN_ARCHIVE_PARAMETERS  = ' '
            IN_PARAMETERS          = ' '
               layout                 = l_f_layout
               line_count             = l_f_line_count
               line_size              = l_f_line_size
               list_name              = l_f_list_name
            LIST_TEXT              = C_CHAR_UNKNOWN
            MODE                   = ' '
            NEW_LIST_ID            = C_CHAR_UNKNOWN
            NO_DIALOG              = C_FALSE
            RECEIVER               = C_CHAR_UNKNOWN
            RELEASE                = C_CHAR_UNKNOWN
            REPORT                 = C_CHAR_UNKNOWN
            SAP_COVER_PAGE         = C_CHAR_UNKNOWN
            HOST_COVER_PAGE        = C_CHAR_UNKNOWN
            PRIORITY               = C_NUM1_UNKNOWN
            SAP_OBJECT             = C_CHAR_UNKNOWN
            TYPE                   = C_CHAR_UNKNOWN
            USER                   = SY-UNAME
          IMPORTING
            OUT_ARCHIVE_PARAMETERS =
               out_parameters         = l_f_out_parameters
               valid                  = l_f_valid
          EXCEPTIONS
               archive_info_not_found = 1
               invalid_print_params   = 2
               invalid_archive_params = 3
               OTHERS                 = 4
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      IF l_f_valid NE space.
        NEW-PAGE PRINT ON PARAMETERS l_f_out_parameters.
        WRITE : /5 'Material No.',
                 25 'Message Type',
                 40 'Message Issued'.
        ULINE.
        LOOP AT g_t_message_table WHERE type = 'E'.
          WRITE : / g_t_message_table-matnr UNDER 'Material No.',
                    g_t_message_table-type UNDER 'Message Type',
                    g_t_message_table-message UNDER 'Message Issued'.
        ENDLOOP.
        NEW-PAGE PRINT OFF.
      ENDIF.
    ENDFORM.                    " WRITE_TO_SPOOL
    Regards

  • How to get the spool request number ?

    Hi All,
    I am working on a smart-forms. I am using a custom transaction to print these smartforms. When I execute
    the transaction the print screen comes where I can do
    print preview or print.
    Now to convert this Smart Form to PDF I need to know the spool request number to use in the report called RSTXPDFT5.
    How do I get the spool request number ?
    Do I need to do some changes in spool control options of print screens to get the spool request number or something else ?
    Please let me know.
    Answers will be awarded...
    Tushar

    Hi,
    You will get the spool no. in the parameter "job_output_info" after calling the smartform function module in print program. The spool ids of the prints is stored in table job_output_info-SPOOLIDS.
    Regards,
    Gagan

  • How to delete the spool request number

    HI Masters,
                My program creates a spool request. And i want to delete that spool request number? How to delete that??
                  Thanks in advance.

    hi
    good
    The program are RSPO0041 or RSPO1041.
    This is handy whenever you encounter a user who managed to create a lot of spool requests which are choking your system.
    Deleting them with SP01 will be too slow and you will get time out if it exceed the online time limit specify by your basis people.
    <b><REMOVED BY MODERATOR></b>
    thanks
    mrutyun^
    Message was edited by:
            Alvaro Tejada Galindo

  • How to get the transport request number of ABAP query.

    I want to find out last Transport Request  number used of a transporting changes Abap query from development to quality system.
    Also is it possible to do some comparison on version existing in development and quality for abap query.

    goto SE03 ..
    In Object Directory -> Double click on
       Change Object Directory Entries
    Enter AQQU(This is for ABAP Query) in the modifiable box ..
    press enter ...
    Check this check box ... Enter the ABAP query and press F8.
    Double click on the Query and in the popup click on the
    Lock Overview ...
    U'll find the request number ...
    Edited by: Srinivas Gurram Reddy on Apr 2, 2008 6:53 PM

  • How to provide the transport request number?

    Hi,
         When im  trying in deactivate the Datasource "2LIS_03_BF" of Inventory Controlling, a screen prompts for a Customizing request number.
    Why this Pop up screen for Customizing request is displayed?
    What should i do in such cases?
    Is there any naming conventions to be followed?
    Please help
    Regards
    Santhosh kumar.N
    Edited by: Santhosh Nehru on Nov 14, 2008 11:49 AM

    Hi,
    This will happen when have transported any object from Dev to QA and after transporting you want to change it...
    Then in that cases you have to create a new request and if you want same changes in your QA or Prd system then move the request ...
    So create a new request .. and there is no naming convension .
    Regards,
    Viren.

  • Picking Request Number Generation

    In the Tcode VL02N  For a Purchase Order after assigning the material numbers and saving the delivery a Picking Request Number is usually created in the Document Flow which is usually in YYYYMMDD .
    But i am not using the TCODE but using the bapi I ''BAPI_OUTB_DELIVERY_CREATE_STO" to create the delivery
    but now if you check the Document Flow the Picking Request Number is the Same as the Purchase Order Number.
    What can be the Cause is there any flag to set this to the creation date ?
    Regards
    Biju T John

    Dear Friend
    I feel the picking request number is automatically generated by the system ( If it is not a transfer order that is not warehouse managed )
    The logic is system takes the picking date
    Today if we pick that is 12.01.2010
    The picking number is 20100112 (yyyy/mm/dd)
    No matter how many delivery documents we create today the picking number will be 20100112
    If the picking date is 11.01.2010 then
    picking number is 20100111 (yyyy/mm/dd)
    If the picking date is 21.12.2009 then
    picking number is 20091221 (yyyy/mm/dd)
    Regards
    Raja

  • Picking request Number Range Assignment

    I am looking for picking request number range assignment? 
    In Logistics execution we can define the number range, for pciking request but where to assign it?            
    I request all the SD Guru's to have a look. I find it pretty challenging.
    Please reply to the subject asked.
    Best Regards,
    Bashir
    Edited by: Bashir on Jan 12, 2010 11:18 AM

    Dear Friend
    I feel the picking request number is automatically generated by the system ( If it is not a transfer order that is not warehouse managed )
    The logic is system takes the picking date
    Today if we pick that is 12.01.2010
    The picking number is 20100112 (yyyy/mm/dd)
    No matter how many delivery documents we create today the picking number will be 20100112
    If the picking date is 11.01.2010 then
    picking number is 20100111 (yyyy/mm/dd)
    If the picking date is 21.12.2009 then
    picking number is 20091221 (yyyy/mm/dd)
    Regards
    Raja

  • Picking Request number

    Hi guys,
    I'm a SAP SD beginner. I have some question about SD document flow as following,
    sale order xxxxxxxxxx
    . delivery xxxxxxxxxx
    .. picking request 20080808
    ...billing xxxxxxxxxx
    As you see the picking request no. is generated when picking the delivery with both t.code VL02n or VL70
    - vl02n -> the number is system date.
    - vl70 -> is sequence number.
    I just want to know that, where in SAP, does this picking request no. keep in,
    Is there any table (except table VBFA) structure ?
    Is there a relationship between delivery and picking request ?
    Thanks in advance

    Thanks so much for the above answers.
    anyway, they're still not the answers I wanted
    I give you guy a further info >>
    There is no Warehouse management in this sale process. So the transfer order will not be created.
    I would like to know that in standard SAP, where is the picking request number stored? I've tried to find this number in SAP table. I can only find this number in table VBFA.
    Is there any other SAP table that store this number??

  • Field for Picking Request number

    Hi,
    Are there any fields which captures the Picking request number and the user who is picking???, we are doing a delivery with no WMS...
    Appreciate the help here.
    Deepak

    Dear Experts,
    After delivery a picker will pick the material and put it for delivery but how do we capture the picker information if WM is not installed, the other question is - If such a functionality exist in standard SAP or not????
    Thanks
    Deepak
    Edited by: Rob Burbank on Sep 27, 2010 3:48 PM

  • How to transfer file from ipod touch to i tunes. i have files in my ipod , ut itunes is  new so its telling if u sync the ipod all the files will be replaced but no files in the itunes.. so kindly help me how to transfer the files  from i pod to itunesb

    how to transfer file from ipod touch to i tunes. i have files in my ipod , ut itunes is  new so its telling if u sync the ipod all the files will be replaced but no files in the itunes.. so kindly help me how to transfer the files  from i pod to itunes......

    Some of the information below has subsequently appeared in a document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991
    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was designed for you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchased content.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - iexplorer (free) - http://www.macroplant.com/iexplorer/ - Mac&PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - 2010 Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Get Your Music Off of Your iPod - http://howto.wired.com/wiki/Get_Your_Music_Off_of_Your_iPod - I am not sure but this may only work with some models and not newer Touch, iPhone, or iPad.
    Additional information here https://discussions.apple.com/message/18324797

  • How to transfer the stock form Project stock to Sale order stock

    Hi
    How to transfer the stock form Project stock to Sale order stock
    I tried to do this with movement type 413Q
    System is giving me error
    Valuated project stock not allowed with customer stock.
    Message no. KI346
    How to do this
    Thanks
    NK

    You can use Mov Type 412-Q
    412     Q     Transfer posting project to own - reversal
    Thanks
    Rajesh

  • How to transfer the contents of my smartphone to my new iphone, icloud accepts content from other smartphones?

    Hi community
    how to transfer the contents of my smartphone to my new iphone, icloud accepts content from other smartphones?
    ty for help
    Olib

    If you haven't set up your new iMac yet use Setup Assistant when you do. If you have, use Migration Assistant http://support.apple.com/kb/HT4889

Maybe you are looking for

  • How do I get photos in a specific iPhoto Album into my Photo Stream?

    How do I get photos in a specific iPhoto album into My Photo Stream so that I can use my Apple TV to show them in a slideshow on my TV?

  • What printer will work with a mini.

    I have a Mini and I needf a all in one printer. I was thinking about the HP Photosmart C3180 All-in-One Printer, Scanner, Copier. My mini is intel and I dont know if this will still work. Does anyone have any info on this. Or maybe you know of a all

  • Multi table insert

    Hello boys, I would like to do an insert into 3 tables: insert into t1 if found insert into t2 if not found insert into t3. So 2 out of 3 tables will end up with data. I would like to do it in 1 multi table insert. I can't use selects from the destin

  • Customer Master Creation Webservice hosting in PI environment

    I have requirement of  "Customer Master Creation Webservice hosting in PI environment" ,  could you tell me how do i go about this? answers are highly appreciated. thanks.

  • Help Solving PDE

    HI All, I m trying to solve the attached equation, but I am not able to crack it in LV. I would really appreciate some help. Attachments: Eqn.png ‏9 KB