How to get customer consignm orders (type of cat item KBN) updates LIS

Good morning,
we have an issue with this type of sales orders, we are trying to update an not standard info structure (created by us) but we have found that this type of category item is not relevant foe info structure updating (it has Statistics group for the item category
equal blank).
Does anybody know how to get that this type of item category is relevant foe that updating??
thank you very much in advance,
regards,
Maria

I believe you can use one of the customer exits in the FM which creates your IDOC to filter items.

Similar Messages

  • How to get customer / sales order details for VBBS table?

    Hi Friends,
    I have a requirement to create a report that will give the details of sales order ( VBELN ) and customer ( KUNNR) details from the sales requirement totals record table ( VBBS )
    Currently we have a report that just gives out the VBBS table entries for plant and material combination. As you are aware, the VBBS table contains the sales / deliveries requirements as displayed in MD04 transaction.
    Now there is a requirement to have the customer ( KUNNR ) and sales order (VBELN )  detail for each individual requirement totals.
    I checked the VBBE table ( sales requrirement : individual records ) but I cannot find any relationship between VBBS and VBBE. If there is a material / plant in VBBS , the same entry does not exist in VBBE.
    Please suggest if there is any other table to get this detail.
    Thanks
    Satya

    Tables are related.
    MATNR
    WERKS
    MBDAT
    LGORT
    CHARG
    etc fields are common in both VBBS and VBBE.
    May be you can generate a condition a fetch data using this.
    I hope it helps.
    thanks

  • Set up the output GR slip for RE (customer return) Order Type

    Dear Experts,
    I need to set up the output GR slip for RE (customer return) Order Type
    Kindly let me know how can I do this in SAP
    Regards
    Shetty

    Hi,
    As I understand your question, you need to set up an output type for printing Goods Receipt in Sales Order (RE) - perhaps when the RE order is saved. For this, you can follow the following steps. Also you need to take the help of an ABAPer to develop a form which prints as per your requirement.
    For configuring the output, follow the steps
    a. Go to SPRO>Sales and Distribution > Basic Function > Output Control > Define Output type.
    b. Create a new output type (Eg: ZTRE)
    c. Create a new Access Sequence and put in the required condition tables... The Key combination may be Document Type / Customer or Document Type /  Sales Orgnaization / Distribution Channel. etc.
    d. Assign the access sequence to the new output type.
    e. Create a new ouput procedure and assign new output type to it.
    f. Assign this new output procedure to the document type.
    g. In Tcode: VV11 maintain the condition record for Output type ZTRE.
    When the output type is created, a form and a program needs to be assigned to it so that the requirement of GR slip gets printed. You have to take the ABAper's help for the same. You have to mention the fields which have to be printed on the GR Slip. You can do the same for delivery document as well.
    Else you can go to Tcode: NACE to do the same configuration. You have to select V1 for Sales documents.
    Hope this answeres your question
    Thanks
    Mukund S

  • How to get the Purchase order Qty in the object dependency

    Hi,
    We are using variant pricing in the purchase order. I have condition type say u201CZVBPu201D for Pallet cost. I defined Pallet cost as 5 USD per each (pallet). I have to calculate Number of pallets = Purchase order Qty/ 5. The number of pallets should be rounded to nearest integer.
    My question is how to get the Purchase order Qty in the object dependency?
    Is there any reference table and field can be used to get Purchase order Qty just like we use MMCOM-VKOND for variant pricing.
    Appreciate your help
    Thanks,
    Srini

    Hi,
    1. I do not have system now so I can not conclusively tell about table field .
    2. Since I did it long back so I also do not exactly remember it, there are more than one place where PO qty appears for example Item overview and Item details - one of the PO qty when used in the characteristic do pull the PO qty which can be used for variant pricing (so request to please update the forum with the correct table and field once you find it - in the meantime if I get opportunity to get to system I will also try and find out ).

  • How to get custom defined messages in WAD

    Hi
    can you please help me how to get customized error messages in WAD.
    While I'm executing in RSRT the customer exit variable throws error message saying that 'No Sales orders exist for this Sold_To Party' but when I execute same query using Bex WAD, then no error message throwing for me for given sold_to party. I tried with all options as given in below code, but WAD gives me system error that "No values found for the customer exit variable 'Zxxxx'. Please help me in this regard. Should I do any settings in WAD to get custom defined messages. Kindly let me know
    my code is as below
    I_STEP = 2.
    CASE i_vnam.
    WHEN 'Custome exit variable'.
    IF sy-subrc = 0.
    ELSE.
                   MESSAGE e060(/bmc/bw).  "No Authorization exist
                    g_errflag1 = 'X'.
                   exit.
                   CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
                      EXPORTING
                        i_class  = '/bmc/bw'
                        i_type   = c_e                                    "'E'
                        i_number = '061'
                        i_msgv2  = l_msgv2.
                         RAISE NO_REPLACEMENT.
                    l_s_range-low = g_soldto.
              l_s_range-sign = c_sign_i.
              l_s_range-opt  = c_range_opt_eq.
              APPEND l_s_range TO e_t_range.
    ENDIF.
    I_STEP = 3.
      READ TABLE i_t_var_range INTO w_s_var_range
                  WITH KEY vnam = 'customer exit variabel'.
      IF sy-subrc = 0.
    Check the flag and throw message 'No Sales orders'.
        IF g_errflag1 = 'X'.
          l_msgv1     = 'No Sales orders'.
    Call the FM to populate message
          CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
            EXPORTING
              i_class  = c_r9
              i_type   = c_e                                    "'E'
              i_number = c_000
              i_msgv1  = l_msgv1
            EXCEPTIONS
              dummy    = 0
              OTHERS   = 0.
         CALL FUNCTION 'RRMS_MESSAGES_SHOW'.
         CALL FUNCTION 'RRMS_MESSAGES_DELETE'.
          RAISE NO_REPLACEMENT..
        ENDIF.
    Thanks & Regards
    silu

    Hi
    Custom Messages WAD

  • Customer Purchase Order type.

    Hello gurus
    Can any one give me details about the configuration aspect of customer Purchase order type in Sales order.
    Just FYI this is a field  at Item level in SALES order.
    Thanks

    Hi,
    In this menu option you define the possible order types which indicate how the customer has transmitted an order.
    When processing a sales document, you specify the order type for the purchase order data at header level. This specification is copied into the items.
    At the line items you can enter the purchase order type also but then it is better to give it at the header level. If there are suppose 20 items in a sales order giving the purchase order type at the header level is easier and is applicable for all 20 line items.
    For the configuration of the purchase order type:
    IMG-Sales & Distribution-Sales -Sales Documents-Sales document header-Define purchase order types.
    Here you can create your own purchase order type also.
    Reward points if solution helps.
    Regards,
    Allabaqsh G. Patil

  • How to create customer purchase order

    Hi,
        How to create customer purchase order?
    Thanks & Regards,
    Naren.

    Dear Naren,
                       As you told we create a purchase order to the vendor by ME21N. This is done by the MM consultants. Now to create a purchase for the customer to say is nothing but to create  a Sales Order based on the Purchase Order details of the custome by T.Code VA01.
    Please get back if need any further explanation.
    Thanks & Regards
    Sadhu Kishore

  • How to CIF Z Sales Order Type?

    Dear Experts,
    I am facing a huge problem.
    All my Z order types are not being CIFed to APO.
    Is there any extra configuration?
    Do I need to code any BADI, Exit?
    Thanks a lot in advance,
    Thiago

    I accidentaly removed Thiago's last reply.
    Here it is:
    Mr. Sai
    One more question...
    I have a custom delivery type that is generated by a custom sales order type.
    Nor the custom sales order type neither the custom delivery type has individual requirements.
    Anyway, I need to send the Custom Delivery to APO once I want to plan a shipment to it in TP/VS.
    Debugging EXIT_SAPLCSLS_002 I can see the CT_DOC and CT_REQ (CT_DOCX and CT_REQX) filled with all my Sales Orders and Deliveries that have individual requirements.
    Looking in the other structures available in this User-Exit we can find:
    CT_DOC_CUS = Customer Enhancement Structure for CIF_SL_DOC
    CT_REQ_CUS = Customer Enhancement Structure for CIF_SL_REQ
    It is not clear enough what it would be the purpose of these structures.
    My goal is to send that Custom Delivery Type to APO.
    How should I implement this User-Exit?
    What does need to be filled?
    Should I have to fill CT_REQ?
    Should I have to fill CT_REQ_CUS?
    Should I have to fill CT_REQX?
    Do you have any example of code?
    Thanks!!

  • How to get open production orders by plant wise

    Hi,
    How to get open production orders by plant wise.
    i know from tcode COOIS, is it possible to get from this. if so what are the parameters we have to give to get open production orders by plant wise.
    is there any tcode or tables available , please provide details .
    regards,
    Hari priya

    Hi,
    What is your definition of Open Production Orders?
    Definetly you will get the report from COOIS for Plant wise.
    Whther you want to consider all the Orders having the Status REL but not DLV?
    Then there is a chance of having the Orders, still with PDLV status but GR is done for the full Qty. May be you don't want to consider the TECO status, eventhough the Order is short closed??
    Better to ommit the Orders with CRTD status also..
    So, based on this which status to consider and which status not to consider..
    You can define the "Selection profile status" in BS42.
    Use this selection profile in COOIS, so that the rsults will be accurate..
    Best Regards,
    Siva

  • How to identify a particular order type(PP01) is coming to APO?

    How to identify a particular order type(PP01) is coming to APO? Can it be checked at CIF exits on APO side?

    Hi Abhishek,
    I am looking for exits at APO side only.
    Thanks,
    Prenith PP

  • How to get customer number and name from the SD document

    Hi All,
    Can you please let me know how to get Customer Number and Name from the SD Document?
    Thanks a lot....
    Anil

    Hi,
    It will be displayed in the SD (BIlling document) itself,  you clikc on the VF03. The customer name and number will also appear in the SO document also Tcode VA03
    regards,
    radhika
    Edited by: kolipara radhika on Jul 10, 2009 5:32 AM

  • How to identify which Internal order type is relevant for Budget manager

    Hi,
        How to identify which Internal order type is relevant for Budgeting i.e Budget Manager.
    regards,
    Rajesh

    controlling-internal orders-budegeting and availability control -define tolerance limits for availabilty control
       in which it is defined whether mail be sent to budget manager against the budget profile(budget profile is assigned to order type).
    controlling-internal orders-budegeting and availability control -define tolerance limits for availabilty control-maintain budget manager
    here budget manager is assigned to  order type
    assign me points if it is useful

  • How to get customer-specific objects into PCUI ?

    Hello,
    we want to get an Z-table as tab page of the business partner-application into PCUI. It should 'only' be possible to create new entries - today there is no need to modify or delete records.
    Does there exist something like a "cookbook" on this task or has anyone of you experience how to get customer-specific objects (without using EEWB) into PCUI ?
    Thanks in advance
    Martin

    Option 1:
    If you are good in ABAP.
    You can add new tab in which create a new Field group. Assign it to a model access clas in which handle the table update.You can get the details in PCUI cookbook itsel.
    Option 2:
    If you are good at java
    Develop an FM to update the table.
    Call the FM from webdynpro
    Include this webdynpro as HTML viewer in PCUI.
    Regards,
    Abdul Raheem S

  • How to get customer no relating to a Business partner No

    How to get customer no relating to a Business partner No . Is that Customer unique ?

    hi arshad,
    based on business partner u can get customer number. both tables having some uniqe field...based on that uniqe field u can identify business partner no.......
    if it is usefull review the points

  • Why custom production order type?

    Hi Guys,
    Why would we need a custom production order type? What is the criterion to be considered while creating  custom production order types?
    Regards,
    Sravan Kumar

    Dear Sravan,
    1.A Custom Order type might be for a specific business requirement, for Eg Order TT01 is for a normal production process and
    TT02 may be for some rework.
    2.Likewise if I want to differentiate on a shop floor basis though it might be the same production based I can create a separate
    order type for each shop floor.
    3.It can be based on different order type dependent parameters like BOM application, task list selection etc.
    4.It can be based on scheduling and also confirmation parameters we create new order types(customized).
    Check and revert back.
    Regards
    Mangalraj.S

Maybe you are looking for

  • ISE guestaccess - Android/iPad problem

    Hi all, I have a guestaccess using CWA on ISE 1.1.1 and WLC 7.2 The setup is realy simple with redirect ACL to ISE and after that an permit-all ACL. Guest users are on a guest vlan and go thru a ASA to talk to DHCP, DNS and ISE. When I try to connect

  • File dialog box slow in Mavericks

    Running 10.9.2 Any application that tries to open the Finder file dialog box stops responding for 20-60 seconds and then recovers and opens the file dialog box. Automator, Mail, Preview, etc. all show this behavior. I've tried the suggestion to modif

  • Limit scrollbars usage to usefull area?

    hello all, I have been asked to restrict the front panel scrollbars to scroll the front panel not beyond the displayed component. How is it possible to do that in Labview (I use LV 8.0)? I have this requirement because the user is able to scroll very

  • How to send mail from adobe interactive form without opening the outlook

    Hello all, When the end user press the submit button i want it to send the XML data without opening the outlook or other mail application. Is there a way to do this? I tried javascript codes to send mail with UI = false but it did not work. Thank you

  • Can't sync BB Curbe 8310 to Outlook 2007 email

    Hi!!  I'm a bit nervous.  I'm a newbie, so please forgive my ignorance on this subject: A couple of weeks ago, (before I got my BB), I synced up my Yahoo Mail Plus account with Outlook 2007.  Since then, I've been working on organizing my mail, throu