Real time scenario for sales order types

Hi gurus,
could u plz explain realtime scenario, where we will use the following order types.
1. Manual Order
2. Dir dispatch order
3.loose packs order
4. manual return order
5. dir dispatch return order.
Plzzzz help on this.
Urs
Manasa

Hi Manasa
As these are not standard order I can't explain accurately, but I will try:
Consider a shopping mall in this case.
1. Manual Order : Customer came to shopping mall, collected the items and ordered for them.
2. Dir dispatch order: Customer called shopping mall employee and booked the order and order directly dispatched for customer.
3.loose packs order : May be for "handle with care" kind of material.
4. manual return order : return of manual order.
5. dir dispatch return order. : return of Dir dispatch order.
better you compare these order with standard order, that will help you.
try.

Similar Messages

  • Please send me real time scenarios for plsql developer..

    hello xperts..
    please send me real time scenarios for plsql developer..it wiil be greatful to me .my mailid: < email address removed by moderator >

    Almost a duplicate of this thread: hi..everyone..plz share realtime unix shellscript commands
    and just as badly requested.
    Read: Re: 2. How do I ask a question on the forums?
    +Locking this thread+

  • What is the field for sales order type?

    pls tell me what is the field for sales order type??
    and from which table........urgent

    Hi,
    Field for sales order type is AUART in table TVAK
    the Parent table for Sales order type is TVAK.
    Best regards,
    raam

  • Please provide real time scenario for when we use object type in PL/SQL.

    Hi Experts,
    When we use this kind of code in PL/SQL block.
    CREATE OR REPLACE TYPE sample_object IS OBJECT
    (id       NUMBER
    ,name     VARCHAR2(30));
    CREATE OR REPLACE TYPE sample_table IS TABLE OF sample_object;I have read some docs ,but I didn't get any information where exactly we use this.
    Please provide one real time scenario with an example.
    How this is different from record.
    Thanks in advance.

    Hi,
    For an example please have a look at this....
    CREATE OR REPLACE TYPE FML_DAT_ITEMS_OBJ AS OBJECT
                      (F_NAME VARCHAR2 (20), L_NAME VARCHAR2 (20));
    CREATE OR REPLACE TYPE FML_DAT_ITEMS_FTAB AS TABLE OF FML_DAT_ITEMS_OBJ;
    CREATE OR REPLACE FUNCTION GET_FML_ITEMS_DAT (PFML_NR IN NUMBER)
       RETURN FML_DAT_ITEMS_FTAB
       PIPELINED
    AS
       OUT_REC   FML_DAT_ITEMS_OBJ;
    BEGIN
       SELECT FML_DAT_ITEMS_OBJ ('peter', 'zwan') INTO OUT_REC FROM DUAL;
       FOR I IN 1 .. PFML_NR
       LOOP
          PIPE ROW (OUT_REC);
       END LOOP;
    END GET_FML_ITEMS_DAT;To view the o/p:
    SELECT * FROM TABLE (get_fml_items_dat (5));
    F_NAME, L_NAME
    peter,zwan
    peter,zwan
    peter,zwan
    peter,zwan
    peter,zwan Refer these links to know more about the topic...
    http://www.oracle-developer.net/display.php?id=207
    http://www.oracle-base.com/articles/misc/pipelined-table-functions.php

  • Change in background MRP time with EDI scenario for sale order booking

    Hi All,
                  I have a scenario where  Sales orders are booked through EDI. Now because of some reasons duplicate orders are getting booked in SAP. Now users are  manually deleting the duplicate sales orders.
              Now MRP is running at Night with  duplicate orders in background. So users wanted to run MRP after deleting the duplicate SO.( i.e. during office Hrs)
             Should i change MRP timings to suit the user requirement? what will be the pros & cons if change MRP timings.will it throw errors in EDI.
    Thanks & regards,
    dev

    Dear,
    If you change the MRP run time for periodic job in MDBT it would not affect any where only system will create the procrument after MRP run only.
    Please try to find out the reason why  duplicate orders are getting booked?
    Regards,
    R.Brahmankar

  • Impact Analysis: Business Area, Profit Center changed for Sales Order type

    Hi All,
    Can you please let me know the impact of changing the Business Area and Profit Center for Sales Order Document types.
    Scenario:
    Let's say that sales document type ZOR has been used for sometime. On this document x number of sales orders have been raised, delivered and invoiced over the years.
    Now, if you change the Business Area and Profit Center what would be the business impact.
    thanks,

    Hi,
    First of all itu2019s not a good business practice to change the Business area and Profit Centre.
    However if at all l you change the Business area and Profit centre the following is the impact::
    Business Area: effects the sales order in accounts assignment at Header level.
    Profit centre: effects the accounting part at Item level
    Overall in MIS reporting w.r.t Profit and Business Analysis in Finance will be affected.
    Thanks and regards
    DSR

  • Question on Search Help and Authorization Check for Sales Order Type

    Question 1:
    When I go to VA01 and click the search help, it shows only order type that are not blocked.
    However, when I have sales order type in select-options of a Z program,
    S_AUART FOR VBAK-AUART
    I click on the search help, it gives all the sales order types. How can I have a list with unblocked sales order type only?
    Question 2:
    I want to check whether a use can extract data from a sales order type (e.g. OR and RE)that he/she authorized to use.
    I have include the following in my program:
    AUTHORITY-CHECK OBJECT 'AUART'
    ID 'AUART' FIELD 'OR'.
    It always returns SY-SUBRC = 12.
    But order type 'OR' is granted to the user (he/she can create order with type OR in VA01)
    Please kindly give me some ideas, thanks.

    hi,
    ad1
    use following code:
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR auart.
      PERFORM auartGet.
    FORM auartGet.
        CALL FUNCTION 'RV_HELP'
             EXPORTING
                  KEY            = VKORG
                  KEY2           = VTWEG
                  KEY3           = SPART
                  KEY4           = '0'
                  NUMBER         = '008'
                  FIELD_IN       = AUART
             IMPORTING
                  FIELD          = AUART.
    ENDFORM.
    ad2.
    example:
       AUTHORITY-CHECK OBJECT 'V_VBAK_AAT'
             ID 'AUART' FIELD 'OR'
             ID 'ACTVT' FIELD '01'. "01-create order, 02-change, 03 display
    check sy-subrc eq 0.
    regards,darek

  • CRM ATP Checking using R/3 & Immediate Delivery for Sales Order Type in R/3

    We use CRM 4.0 and R/3 6.4.
    I've configured CRM to do ATP Checking using R/3.  The ATP Checking works fine if I change the Sales Order Type in R/3 to NOT create a delivery immediately. 
    I'm trying to find out if the combination of turning on CRM ATP using R/3 and Create Delivery Immediately for a Sales Order in R/3 are supposed to work properly together.
    If anyone knows and or has this working, I'd like to know.
    Thanks.
    Donna

    Hi ,
    I am working with R/3 and I have the same problem.
    Complete delivery is flowing down from the customer master for all order.
    And then we have items on order which have different shipping point.
    They all fail in background delivery and give the error ' customer requested complete delivery'.
    Is there anyway to override this?
    Any help will be really appreciated.
    regards
    BgS

  • Real time scenario for AXIS framework in SOAP adapter

    Hello,
    Can anybody please suggest some real time scenario where AXIS framework can be used
    and what are the advanteges and disadvantages of using AXIS framework
    regards,
    Loveena

    Hi !
    have a look on these links
    Using the Axis Framework in the SOAP Adapter
    http://help.sap.com/saphelp_NW04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm
    Have a look at this Pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f59380957f
    Thanks !
    Abhishek

  • How to maintain the settlement profile for sales orders types

    Hi experts,
    When i try to create a Sales order it gives an error as maintain settlement profile  where can i maintain this settings...plz help me in this
    Thanks,
    Edited by: pandu123 on May 13, 2011 2:17 PM

    follow this link for get hints
    Error in Rework order settlement
    Reg
    NAr

  • Lookup Table Name for Sale Order Types

    Hello,
    What's the Lookup table name that contains the "meaning" for the column ORDER_TYPE_ID in the OE_ORDER_HEADERS_ALL table?
    Thanks,
    Smita

    Thank you Srikanth!
    I was just checking into the OE_TRANSACTION_TYPES table and it was empty!?
    But OE_TRANSACTION_TYPES_TL did the trick!
    Thanks again!
    Smita:)

  • GATP/ATP Check for Different Order Types for same material

    Hi :
    I have a material code X for which 2 different type of Sales Order (Say A and B )needs to be created.
    For Sales Order Type A the atp check needs to be done in APO through GATP for material code X.
    For Sales Order Type B the atp check needs to be done in SAP R/3 ECC 6.0 through availabilty check functionality for same material code X.
    It is not possible to create seperate material codes to carry out atp/gatp check seperately in R/3 and in APO.
    In real time the atp and cumulative atp position should be same in R/3 and in APO.
    Please let me know solution for this issue.
    With Regards
    Ashish Gupta

    Hi Ashish,
    Can you share with us as to how you were able to solve this issue. I have a similar issue like yours and I am totally clueless as to what needs to be done..
    My scenario goes this way:
    I have to modify the Schedule line dates for a GATP material according to a newly created date which I calculate based on the Route Schedule id (VL51, VL52) and display the same in the Sales Order schedule line items.
    Also can I get a new set of schedule line dates from the APO system for a date which I calculate based on the Goods Issue date - VALW-AULWE in any exit using a FM or a BAPI?? so that I can get these dates and populate the same in the Sales Order Schedule line??
    Thanks in advance,
    Susanth

  • Customer block for sales orders

    Dear SD Gurus,
    The client wants for some orders to create for the customer with sales order block
    For example customer 100 has sales order block but for sales order type XY00, sales order will be able to be created but for sales order type XY01, it should be able to be created.
    How is it possible?
    Best regards
    John Black

    Hi,
    For this you can create one sales order block under SPRO-IMG-Sales& Distribution-Sales-sales Documents-Define & assign reasons for blocking.
    Assign this new block to those document types for which you want to block. Remaining document types can be processeed.
    For this in XD05, you have to assign this order block created to the customer master.
    100% it will work . Be happy buddy!!!
    Rajesh G

  • Sales Order Output - determined by Sales Order Type, Created By

    I want have my order output determined by sales order type
    (vbak-auart) and created by (vbak-ernam).
    I have created a condition table 501, access seqeunce Z001.
    In v/48, in accesses for Z001, I created
    AcNo: 10
    Tab: 501
    Requirement: [empty]
    Exclusive: unchecked
    in fields, I can't find ERNAM in structure KOMKBV1(header), but I find one in KOMPBV1 (item).So I have assigned it to ERNAM.
    besides, I have created the corresponding records in VV11
    I expect to have:
    Output Z001 will be created for sales order type OR if created by user XXX
    However, no output is generated. When I go out detemination analysis, I found that in the output determination procedure, it did go into output type Z001, but, since no value is found for "created by", i got message "Access not made (initialized field").
    I suspect that no value stored in KOMPBV1-ERNAM. Do you know how I can get it done?
    Points will be awarded for useful information. Thanks in advance.

    Hi
    You have to include this field as a Zfield in the structures KOMKBV1, KOMPBV1 and KOMB.
    You have to include the field as Zfield in these structures.
    Once this is done, you should also be able to update this field in the structures.(As on now, you have only created a field, but you have not mentioned how the field has to be updated.
    In order to update the logic, you have to do a small code in one of the user exits for outputs.
    In the user exit, you have to write a code like this
    MOVE VBAK-ERNAM = KOMKBV1-ZERNAM(this is the zfield you have created)
    Now create the condition table and do the rest.
    Your output should work fine. The user exit I was saying is the subroutine USEREXIT_KOMKBV3_FILL in the include RV61B902 in the user exit RVCOMFZZ. If you can give this info to the technical guy, he should be able to find out the same for saels order output also.
    The user exit RVCOMFZZ also has the subroutine USEREXIT_KOMKBV1_FILL    which you can verywell use for your requirement. This will solve your problem
    Hope this helps.
    If you have any problems in this, you can again put the problems in this thread. I will try to solve.
    Reward if this helps you

  • Fld selectn for mvmt type 543 / acct 2560107 differs for Sales order (013)

    Dear experts,
    I am trying for normal subcontracting scenario, here I have issued the material against a subcontract order with 541 movement.
    Now I am trying for goods receipting,
    Initially I got an error message ' Account determination for entry NGA (chart of account) GBB NG01 VBO 5010  is not possible', then I have maintained the combination in OBYC, then I tried again for posting, this time I am getting ' Fld selectn for mvmt type 543 / acct 2560107 differs for Sales order (013)'.
    Can any one share your ideas, what might be the reason.
    Thanks in advance,
    Regards,
    Krish.

    Hi,
    Go to Transaction SA38 - enter Program RM07CUFA and Execute
    Enter Movement type 543 and Special Stock Indicator O
    Enter Company code
    Enter G/L account 2560107 and Execute
    Under "Additional account assignments"
    You can see the field "Sales order"
    Click on the column "MvT" or "Accnt" as required
    Now in the new screen double click on "Additional account assignments"
    Change the filed selection for "Sales order" as optional and SAVE
    This s to be done for both by clicking on "MvT" or "Accnt" one after one.
    Now try to post Material Document

Maybe you are looking for

  • Error in stock transfer order

    Hi everyone, When I am doing MIGO ,In stock transfer order ,I am getting the following error, "Excise Invoice cannot be captured for RG1(Finished Goods) material". What should I do? Regards Prabudh

  • Can I get all the ipads in school (18) to access the same itunes playlist?

    Can I get all the ipads in school (18) to access the same itunes playlist? We want to use the ipads to create movies but need music, we want to legally download music and let the children have access to the same playlist, can we do this and how? pref

  • Mixed up PPC and intel

    Hi, I am getting this error. cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded), And as found out it means - I have some stuff [perhaps mpich] comiled for PPC CPU - but now you have an Intel i38

  • Looking for an in-wall mount for integration with whole house audio

    I would like to integrate my gen5 video iPod into my whole house audio system (Russound CAV6.6). Ideally, some in-wall bracket that mounts flush with the wall that I can wire into the audio system. Any suggestions?

  • Macbook shutting down by itself, and very hot when being used

    Hello! My 2009 Macbook has me worried. When I put it in sleep mode and plug it in, it shuts down by itself at some point, so every time I go to use it again, I have to turn it on as though I had initially shut it down. Also, the bottom of my laptop i