ISA order types by web shop

Hi,
Is it possible to have more than one order type by web shop?
If the customer wants to place 2 different kind of orders from the ISA web page, how could I manage that?
Can I create 2 different shops link to the same url?
Thank you very much,
                   María del Valle Pintor.
Message was edited by: Maria del Valle Pintor

Hi Maria:
I don't think it is possible to have more than one order type per a web shop.  Web shop is like a template which contains some sales document header info.  When a basket is created, these information is copy to the header of the shopping basket.  Therefore, it is impossible to have more than one order type per a web shop.
Second, I don't understand what do you mean by 2 different shops link to the same URL?
best regards,
Chao-sheng

Similar Messages

  • 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

  • Delivery type unchanged in both Transaction & B2B Web shop

    Hi Gurus,
    My requirement is to change the Delivery type to 'expedited' in the b2b web shop if the gross weight is less than 4 kg. I wrote sample code, without condition, in BADI to see the delivery type change in both transaction and in webshop. It seems there is some issue with the below code I could not find any changes in .both transaction and in webshop. I tried with 'CRM_SHIPPING_CHANGE_OW'  also. But no luck. Could anly one please tell the bug in the code?
    BADI: CRM_ISA_BASKET_HEAD
    Method.CHANGEHEAD_SET_DATA
      DATA: LS_SHIPPING      TYPE CRMT_SHIPPING_COM,
            ls_shipping_com  TYPE CRMT_SHIPPING_COM,
            lt_input_field_names     TYPE crmt_input_field_names_tab,
            ls_input_field_names     TYPE crmt_input_field_names.
    Get the shipping data from ISA layer
      loop at IT_SHIPPING INTO LS_SHIPPING.
        MOVE-CORRESPONDING ls_shipping TO ls_shipping_com.
        ls_shipping_com-SHIP_COND = '02'.
    fill ct_input_fields
        ls_input_field_names-fieldname = 'SHIP_COND'.
        INSERT ls_input_field_names INTO TABLE lt_input_field_names.
    change shipping segment
       CALL FUNCTION 'CRM_SHIPPING_MAINTAIN_OW'
          EXPORTING
            is_shipping_com      = ls_shipping_com
          CHANGING
            ct_input_field_names = lt_input_field_names
          EXCEPTIONS
            error_occurred       = 1
            OTHERS               = 2.
    ENDIF.
      endloop.
    Method.:GETHEAD_GET_DATA
      DATA: LS_BASKET_HEAD       TYPE CRMT_ISALES_BASKETHEAD_UI,
            LS_FIELD_CHANGEABLE  TYPE CRMT_INPUT_FIELD_NAMES,
            LS_CRMT_SHIPPING_WRK TYPE CRMT_SHIPPING_WRK.
    *Get the changed data
      CALL FUNCTION 'CRM_SHIPPING_READ_OW'
        EXPORTING
         IV_REF_GUID                = LS_BASKET_HEAD-GUID
         IV_REF_KIND                = 'A'
       IMPORTING
         ES_SHIPPING_WRK            = LS_CRMT_SHIPPING_WRK
       EXCEPTIONS
         ENTRY_DOES_NOT_EXIST       = 1
         OTHERS                     = 2.
      IF SY-SUBRC = 0 AND LS_CRMT_SHIPPING_WRK-SHIP_COND IS NOT INITIAL.
        LS_BASKET_HEAD-SHIP_COND = LS_CRMT_SHIPPING_WRK-SHIP_COND.
      ENDIF.
    Pass back to ISA layer.
      READ TABLE CT_FIELD_CHANGEABLE INTO LS_FIELD_CHANGEABLE WITH KEY FIELDNAME = 'SHIP_COND'.
      IF SY-SUBRC  <> 0.
        LS_FIELD_CHANGEABLE-FIELDNAME = 'SHIP_COND'.
        LS_FIELD_CHANGEABLE-CHANGEABLE = 'X'.
        APPEND LS_FIELD_CHANGEABLE TO CT_FIELD_CHANGEABLE.
      ENDIF.

    In theory, ZOR orders created from both CRM GUI and B2B should use the same number range only. (internal)
    Since the B2B is not creating ZOR type, it is very likely, the shop settings are not effective.
    Check if the webshop profile you have set the ZOR is the default webshop that gets used by the B2B. This is done through webshop XCM admin.
    Or - are you using Transaction Type Group?
    Easwar Ram
    http://www.parxlns.com
    Edited by: Easwar Ram on Nov 4, 2008 4:13 PM

  • ISA - More than 2 order types

    Hi All,
    I understand that in ISA we can only create 2 order types. Is it anyway possible to extend this number may be an enhancement? We have a requirement where we need to have two order types for creating form ISA (which it is) but also want to view/for display another two doc types.
    Any suggestions/work around or any link will be really helpful. Please correct me if i am wrong.
    Thanks in advance,
    Karuna.

    Hello Karuna,
    Please consider using the 'transaction type group' in your shop.
    You can define a transaction type group in backend system via SPRO:
    -> CRM
    -> Web Channel
      -> Basic Settings
       -> Define Transaction Type Group
    The domumentation of this IMG activity is as following:
    Define Transaction Type Group
    Use
    IIn this IMG activity, you create transaction type groups for orders, quotations, and contracts, and assign transaction types to them.  You use transaction type groups in the Web shop to enable the processing of multiple transaction types.
    Then you need to use this transaction type group in your shop. To do this, please go to shopadmin your shop difination details,
    here, at 'Transactions' tab, please check on the 'Transaction type group' and enter the transaction type group you created.
    With this settings, you would be able to use multiple transaction types in your shop.
    I hope the information could be helpful.
    Best regards,
    Maggie

  • Std web shop behavior if a Wrong Product is input in the Sales Order page

    Hi Experts,
    In a B2B/BOB web shop, when a product is entered into the sales order screen manually, does the system run a standard validation as to check if the product exists in the product catalog ? Is there any documentation on this kind of standard web shop behavior ?
    Any pointers on this front would be of great help. Thanks in advance.
    Best Regards,
    Kris.

    Hello,
    Where are you seeing the dump? There will not be any dump in the defaulttrace file when a wrong product is entered.
    ideally on the jsp it says check product number. this is the std behavior. Below error message will be shown
    At least one item is faulty; check faulty items before continuing. Go to first faulty item
    Product xyz was not found.
    Pradeep

  • Adding a new field extension on CRM Order Item tab in the web shop order

    Hi CRM E-Commerce Gurus,
    I want to add a extension field on any web site product such as "zz...." in order to use this data in order's item tab. What shoul I do on J2EE Stack-.jsp method and ABAP Stack at the BADI implementations.
    Could you please help me in order to add a new field extension on CRM Order Item tab in the web shop order ?
    Thanks,
    Kind Regards,
    Fahrettin

    Hi Arshi,
    We have could not find any java action class such as Maintainb2csaveorderaction in config.xml folder and also there is no available threads and clue on SDN, google etc. Therefore we are got stucked on this issue. In SAP_ISA_60 Development and Extension Guide of SAP E-Commerce there is no sample java action class code such as Maintainb2csaveorderaction but some ABAP codes are available for the extension structure.
    Do you suggest any java action class such as Maintainb2csaveorderaction codes like in your B2B scenarios etc.?
    ls_header is a local structure with header data
      ls_extension-ref_guid = ls_header-guid.   
      ls_extension-alt_handle = ls_header-handle.
    extension are name value pairs
      ls_extension-name = u2018Z_CUSTOMER1u2019          u2018 name
      ls_extension-value = ls_header-zcustomer1. u2018 value
      APPEND ls_extension to extension_header_out
    now adding extensions to the items
      LOOP AT lt_items INTO ls_item.
        ls_extension-ref_guid = ls_item-guid.
        ls_extension-alt_handle = ls_item-handle.
        ls_extension-name = u2018Z_CUSTOMER2u2019          u2018name
        ls_extension-value = ls_item-zcustomer2.   u2018value
        APPEND ls_extension to extension_item_out 
      ENDLOOP.
    ls_header is a local structure with header data
      LOOP AT extension_header_in INTO ls_extension.
    check the name to find the according field
          IF ls_extension-name = u2018Z_CUSTOMER1u2019.
            ls_header-zcustomer1 = ls_extension-value.
          ENDIF.
      ENDLOOP.
    sort the extension table by ref_guid and handle to obtain a better access
    with binary search.
      SORT extension_item_in BY ref_guid, alt_handle.
      LOOP AT lt_items INTO ls_item.
    find the starting point for a loop over extensions
    use guid and handle as one logical key to access the extension
        READ TABLE extension_item_in
          WITH KEY ref_guid = ls_item-guid
                   alt_handle = ls_item-handle
                   BINARY SEARCH.
        IF SY-SUBRC = 0.
          LOOP AT extension_item_in INTO ls_extension
            FROM SY-TABIX.
    check, if the entry is relevant
            IF NOT    ls_extension-ref_guid = ls_item-guid
               OR NOT ls_extension-alt_handle = ls_item-handle.
               BREAK.
            ENDIF.  
            IF ls_extension-key = u2018Z_CUSTOMER2u2019.
              ls_item-zcustomer2 = ls_extension-value.
            ENDIF.
          ENDLOOP.
        ENDIF.     
      ENDLOOP.
    Thanks
    Kind Regards,
    Fahrettin

  • Communication Structures called in the E-Commerce web shop orders

    Hi Experts,
    When we create orders in e-commerce B2B / BOB / B2C web shops, we get pricing elements at header and item level on the shopping basket / order page. To display these pricing elements, communication structures are called from the backend GUI.  These stuctures are accessed in the SAP CRM 7.0 GUI by the T-code  CRMC_MAP.
    Can you please let me know the communication structures that are called for
    - Pricing elements at the header level on the shopping basket / order page
    - Pricing elements at the item level on the shopping basket / order page
    Thanks and regards,
    Mahesh Kakani
    Edited by: maheshkakani on Nov 7, 2011 1:54 PM
    Edited by: maheshkakani on Nov 7, 2011 2:04 PM

    Hi Mahesh
    Please check
    CRMT_ISALES_BASKETHEAD_IL
    CRMT_ISALES_BASKETITEM_IL
    Hope this will be useful.
    Regards

  • Web shop

    Hello, i'm trying to do a web shop (product catalog, sales order, users, pricing, stock) for a costumer that wants a shop online. The web shop only can be done with CRM or there is a other way? Is urgent!
    Regards
    Vanessa

    Vanessa,
    The standard Internet Sales solution delivered by SAP comes in 2 flavours so that it can be run on either CRM or just R/3 - certainly this was the case with version 4.0 and I assume it is still the same.
    I'm not an expert in the actual implementation so I'd suggest you search through the best practice documentation and related info from service.sap.com
    As I said though, it is very important to assess your needs as the Internet Sales solution is relatively complicated - if yuo just want the ability for customers to search for products and create orders then it would be much easier to create a few custom applications, say in an Enterprise Portal or just stand alone Web Dynpro / BSP / JSP / whatever...  If yuo want the full catalogue type functionality then Internet Sales is the way to go.
    For an idea of what can be achieved have a google for the Sony Style website - this is an SAP ISA (Internet Sales) solution running B2C.
    Gareth.

  • Minimum order quantity  in B2C Shop?

    Hi Expects,
    We are in CRM 7.0 and ECC.
    Is there anyway i can set minimum order quantity  in B2C web shop ordering process?Is this standard functionality?
    But in GUI while creating order i am getting warning stating that minimum order quantity is not met, same not in web shop.It could be appreciated if any one can suggest  on the same. 
    Thanks and Regards,
    Jeevan

    Hi Jeevana,
    Below is the code for action and backend object.You can rewrite these as per your requirement and design the business objects accordingly.
    Action Class
    public class Z_get_prodInfoAction extends BaseAction {
         public ActionForward doPerform(
              ActionMapping mapping,
              ActionForm actionForm,
              HttpServletRequest request,
              HttpServletResponse response)
              throws IOException, ServletException {
              UserSessionData userSessionData =
                   UserSessionData.getUserSessionData(request.getSession());
              BusinessObjectManager isaBOM =
                   (BusinessObjectManager) userSessionData.getBOM(
                        BusinessObjectManager.ISACORE_BOM);
              User user = (User) isaBOM.getUser();
              Shop shop = (Shop) isaBOM.getShop();
              String distrChannel = shop.getDistributionChannel();
              String sod = shop.getSalesOrganisation();
              WebCatItem webCatItem =
                   (WebCatItem) request.getAttribute(
                        com.sap.isa.catalog.actions.ActionConstants.RA_WEBCATITEM);
              String prod_id = webCatItem.getProduct();
              Z_CustomBusinessObjectManager customBOM =
                   (Z_CustomBusinessObjectManager) userSessionData.getBOM(
                        Z_CustomBusinessObjectManager.CUSTOM_BOM);
              Z_prodInfoValue z_prodinfo =
                   customBOM.getZ_prodInfobo().getProdInfo(
                        Zeropadding.productInfoNoPadding(prod_id),
                        sod,
                        distrChannel);
              request.setAttribute("Z_PROD_INFO", z_prodinfo);
              return mapping.findForward("success");
    Backend Object
    public class Z_prodInfoCRM
         extends BackendBusinessObjectBaseSAP
         implements Z_prodInfo {
         private static IsaLocation log =
              IsaLocation.getInstance(Z_prodInfoCRM.class.getName());
         public Z_prodInfoValue getProdInfo(
              String i_product_id,
              String i_sales_org,
              String i_dist_channel) {
              JCoConnection con = null;
              Z_prodInfoValue zprodinfo = new Z_prodInfoValue();
              try {
                   if (log.isDebugEnabled()) {
                        log.debug("Input Parameter for ProdInfo");
                        log.debug("product ID: " + i_product_id);
                        log.debug("Sales Org ID: " + i_sales_org);
                        log.debug("Dist Channel: " + i_dist_channel);
                   con = getDefaultJCoConnection();
                   JCO.Function func = con.getJCoFunction("Z_GET_PRODINFO");
                   func.getImportParameterList().setValue(
                        i_product_id,
                        "I_PRODUCT_ID");
                   func.getImportParameterList().setValue(i_sales_org, "I_SALES_ORG");
                   func.getImportParameterList().setValue(
                        i_dist_channel,
                        "I_DIST_CHANNEL");
                   con.execute(func);
                   JCO.ParameterList prodInfoExpParameterList =
                        func.getExportParameterList();
                   JCO.ParameterList uomTableList = func.getTableParameterList();
                   zprodinfo = new Z_prodInfoValue();
                   zprodinfo.setMinOrderQty(
                        (String) prodInfoExpParameterList.getValue("E_AUMNG"));
                   zprodinfo.setMinDelvrQty(
                        (String) prodInfoExpParameterList.getValue("E_LFMNG"));
                   zprodinfo.setImpactOrdrAmt(
                        (String) prodInfoExpParameterList.getValue("E_ZZIOA"));
                   zprodinfo.setOldMaterialNo(
                        (String) prodInfoExpParameterList.getValue("E_ZZOLDNR"));
                   zprodinfo.setBaseUOM1(
                        (String) prodInfoExpParameterList.getValue("E_UNIT1"));
                   zprodinfo.setBaseUOM2(
                        (String) prodInfoExpParameterList.getValue("E_UNIT2"));
                   zprodinfo.setNetWeight(
                        (String) prodInfoExpParameterList.getValue("E_NTGEW"));
                   zprodinfo.setWeightUnit(
                        (String) prodInfoExpParameterList.getValue("E_GEWEI"));
                   zprodinfo.setShippingLeadTime(
                        (String) prodInfoExpParameterList.getValue("E_WZEIT"));
                   zprodinfo.setItemCategoryGroup(
                        (String) prodInfoExpParameterList.getValue("E_MTPOS"));
                   zprodinfo.setRoundingProfile(
                        (String) prodInfoExpParameterList.getValue("E_RDPRF"));
                   zprodinfo.setRoundingProfileValue(
                        (String) prodInfoExpParameterList.getValue("E_VORMG"));
                   log.debug("TESTING");
                   JCO.Table t_unitOfMeasure =
                        uomTableList.getTable("T_UNITOFMEASURE");
                   log.debug(
                        "Number of Rows in table: " + t_unitOfMeasure.getNumRows());
                   ArrayList z_unitOfMeasureList = new ArrayList();
                   for (int i = 0; i < t_unitOfMeasure.getNumRows(); i++) {
                        Z_prodInforUOM z_ProdInforUOM = new Z_prodInforUOM();
                        log.debug(
                             "UNIT : "
                                  + (String) t_unitOfMeasure.getField("UNIT").getValue());
                        z_ProdInforUOM.setUnit(
                             (String) t_unitOfMeasure.getField("UNIT").getValue());
                        log.debug(
                             "NUMERATOR : "
                                  + String.valueOf(
                                       t_unitOfMeasure.getField("NUMERATOR").getValue()));
                        z_ProdInforUOM.setNumerator(
                             String.valueOf(
                                  t_unitOfMeasure.getField("NUMERATOR").getValue()));
                        log.debug(
                             "DENOMINATOR : "
                                  + String.valueOf(
                                       t_unitOfMeasure
                                            .getField("DENOMINATOR")
                                            .getValue()));
                        z_ProdInforUOM.setDenominator(
                             String.valueOf(
                                  t_unitOfMeasure.getField("DENOMINATOR").getValue()));
                        z_unitOfMeasureList.add(z_ProdInforUOM);
                        t_unitOfMeasure.nextRow();
                   zprodinfo.setZ_UOMList(z_unitOfMeasureList);
              } catch (Exception ex) {
                   //      log.error(ex);
                   log.debug(ex);
              } finally {
                   con.close();
              return zprodinfo;
         public void connectionEvent(JCoConnectionEvent event) {
    Regards,
    Arshi

  • How to set up WEB SHOP in R/3 & CRM?

    Hi
    I want to set up Webshop in both R/3 & CRM & linking of url for CRM B2B transaction.
    please let me know.
    -Rohit

    Hi Rohit:
    <b>1.Access the activity using the following navigation options:
    http://<host>:<port>/shopadmin/shopadmin/init.do?scenario.xcm=<yourscenario>
    2.Select a logon language, for example EN.
    3.Logon to the Web Shop Management with the Web Shop Manager user/password.</b> <b>4.Choose Create New Shop for scenario and select the Internet Sales scenario, for example Internet Sales B2B or Internet Sales B2C via dropdown list.</b><b>5.Create a Web Shop for each language you want to offer.</b>
    <b>6.Make the following entries for a sample B2B Web Shop:</b>
    New Shop     Value (Example)
    Shop ID     B2B_SHOP
    Description     Business to Business – Shop
    General Information     Value (Example)
    Usage     Internet Sales B2B
    Authorization Group     
    User Administration-     Partner Function Contact Person-     Country group     e.g. 00000015Z001 (US) or Z002 (EU)
    Catalog     Value (Example)
    Catalog     PRODUCT CATALOG
    Variant     Variant 1 (EN) (defines the language of the shop)
    Controlling price determination in the catalog     Via IPC
    Order     Value (Example)
    Order type     ISBB
    Sales office     <empty>
    Order Templates Allowed     Select
    Availability check control     CRM integrated availability check (SAP APO) or availability information (SAP R/3)
    Display product determination information     Select
    Quotations     Value (Example)
    Request for Quotation     Select
    Order type     AGIS
    Contract (B2B only)     Value (Example)
    Contract Determination     <empty>
    Contract Negotiations     Value (Example)
    Allow Contract Negotiations     <empty>
    Marketing     Value (Example)
    Global Product Recommendation     Optional, you can assign later
    Personalized Product Recommendation     Optional, you can assign later
    Cross-, Up-Selling and Accessories     Optional, you can assign later
    <b>7.Choose Save.</b>
    8.Make the following entries for a sample B2C Web Shop:
    New Shop     Value (Example)
    Shop ID     B2C_SHOP
    Description     Business to Consumer Shop
    General Information     Value (Example)
    Usage     Internet Sales B2C
    Authorization Group     
    User Administration-     Country group     Z001 (US) or Z002 (EU)
    Catalog     Value (Example)
    Catalog     PRODUCT CATALOG
    Variant     Variant1 (EN) (defines the language of the shop)
    Controlling price determination in the catalog     Via IPC
    Order     Value (Example)
    Order type     ISBC
    Sales office     No entry
    Availability check control     CRM integrated availability check (SAP APO) or availability information (SAP R/3)
    Marketing     Value (Example)
    Global Product Recommendation     Optional, you can assign later
    Personalized Product Recommendation     Optional, you can assign later
    Cross-, Up-Selling and Accessories     Optional, you can assign later
    <b>9.Choose Save.</b>
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Backend communication of web shop

    Hi,
    I have to find out wich BAPI or functions are called in CRM by the web shop in case of:
    - search a customer
    - create and save a customer
    - create and save a BTOrder
    Do I have to analyse the JSPs? Probably there is a trace I can use?
    Do you have any ideas where to start?
    Thanks,
    TW

    Hi,
    Some common RFC for customers are as below.
    ISA_CUSTOMER_SEARCH
    BAPI_CUSTOMER_SEARCH
    Reads the SU01 user attached to a specific customer.
    ISA_USER_GET_FROM_CUSTOMER
    Creation of an ISA user (means: SU01 with customer or contact person attached)
    ISA_USER_CREATE
    Search for ISA (SU01) users (users with customer or contact persons attached).
    ISA_USER_SEARCH
    Read customer info record
    BAPI_CUSTMATINFO_GETDETAILM
    ISA_CUSTOMER_SALES_READ
    BAPI_CUSTOMER_CHANGEFROMDATA
    BAPI_CUSTOMER_CHANGEPASSWORD
    BAPI_CUSTOMER_CHECKEXISTENCE
    BAPI_CUSTOMER_CHECKPASSWORD
    BAPI_CUSTOMER_CREATEFROMDATA
    BAPI_CUSTOMER_EXISTENCECHECK
    BAPI_CUSTOMER_GETDETAIL
    BAPI_CUSTOMER_GETSALESAREAS
    To create a order we are using below RFC.
    SD_SALESDOCUMENT_CREATE
    I hope this information will help you.
    Which Backend System you are using ECC or CRM?
    -eCommerce Developer

  • Putting message on web shop

    Hello team,
    I need to know where can I put the alert message on web shop. for example if I need to put a message regards to shop shut down for a week. This I want to highlight on web shop.
    Are we doing this somewhere in GUI?
    please respond
    Thanks in advance.
    BLR

    HI,
    I have worked on a similar requirement where in we show that the webshop is down for maintenance.
    In this case we donot give the user provision to see the login page, when the URL is given we redirect to message page.
    <action path="/b2b/init" type="com.sap.isa.core.InitAction" validate="false">
                   <forward name="success" path="/b2b/zcoreinit.do"/>
                   <forward name="sessionLogging" path="/admin/sessionLogging.do"/>
                   <forward name="heartbeat" path="/admin/heartbeat.jsp"/>
    </action>
    <action path="/b2b/zcoreinit" type="CustomAction">
                   <forward name="success" path="/b2b/coreinit.do"/>
                   <forward name="error" path="/b2b/serverunavailable.jsp"/>
              </action>
    Here in the custom action we call a FM. The FM fetches the value from a table which will decide whether or not to proceed to login page. The value in the table can be updated though a report program as and when necessary. Whenever you want to bring the shop down or make it up ,  just run the report and change the value in table.
    I think you can use this approach even if you want to login to webshop and still show some message, just need to get the flag somewhere inside.
    Hope this helps
    Regards
    Antony

  • Sequence of Steps in Order type Creation

    Can any let me know how a new order type can be created in SAP and the sequence of steps.

    If you are referring to the Production order types following are the steps -
    SPRO>Production>Shop Floor Control>Master Data>Order-->
    Define Order Types
    Define order type-dependent parameters
    Define status profile
    Define selection profiles
    Define number ranges for orders
    Define number ranges for confirmations
    Define number ranges for reservations
    Define number ranges for operations
    Define number ranges for capacity requirements
    Hope the above will help you.

  • Purchase order type in sales documents

    Hi All,
    I have come across with a peculiar requirement . Basically we want to have a source from where we have got the order as the order may be from different environments.  Example: EDI Order, Web order, Manual Order.
    So I have decided to use the field 'Purchase Order type' at the sales document header - Purchase order data.
               We can define new purchase order types at (path) SPRO-SD-Sales-Sales document header-Define purchase order type
    My question is how we can do this as automatic for each sales order. Is there any provision to assign the purchase order type to sales document type?
    How can we address this issue?

    Hi,
    try user exit USEREXIT_MOVE_FIELD_TO_VBAK in  MV45AFZZ. Pl take the help of your Abapers for this.
    But then we have this kind requirement where we use the same document type, but goto > header data > purchase order data and select the way in which the orders are coming.
    Hope it helps. Pl reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • Send for shared review - What type of Web server folder works?

    Hello all,
    Can someone please explain to me what type of web server folder works with "Send for shared review"?
    I have created a folder on my GoDaddy server account with full permissions... http://webservername.com/Adobe_Test but after clicking Next, I see the error, "The Shared Folder Location is not valid. Click OK and check the Status field for more information."
    1) It isn't valid? What are the valid server requirements?
    2) "...check the Status field for more information."? What Status field?
    It would have been great if I could use a Google Docs folder but that failed as well.
    What must I do to unlock this neat feature?
    Thank you

    Thanks CtDave.
    I ended up building a WebDAV server and I am now encountering a bunch of new issues. Such as:
    From my workstation, working with Acrobat.
    - After making comments. I click the top button "Publish Comments" - this works well - no errors. But when I attempt to exit the PDF, Acrobat wants to save the document. Attempting to Save results in a read-only error. After trying this, Acrobat gets into a loop where there doesn't appear to be a way to exit Acrobat (other than by Save As new file name):
    Even worse... I understood that reviewers only required the Adobe Reader in order to comment. This doesn't seem to be the case.
    When I emailed a test document for review, this is the message that pops up:
    All that is available is the original content (none of the review comments are available).
    Any ideas?

Maybe you are looking for

  • How to retrieve 2 values from a table in a LOV

    Hi I'm pretty new to APEX. I try to retrieve two values from a table using a LOV. I have a table named DEBIT with then columns SITE, NAME and KEY I want to display NAME to the user in a list. When the user select an item from the list, I want to retr

  • Problem with Video on iChat

    Here is the Error Message: Date/Time: 2009-01-13 22:53:33.393 -0500 OS Version: 10.5.5 (Build 9F33) Report Version: 4 iChat Connection Log: 2009-01-13 22:53:12 -0500: AVChat started with ID 886999360. 2009-01-13 22:53:12 -0500: squidmanlaptop: State

  • Error when I import data to Strategy Management from BW

    Hi Gurus, I'm working with Strategy Management 7.5 and I have some problems when I update the data and some changes in de schema. For example, I have one KPI that had data since January to September, but this data disappeared when I did the actualiza

  • SOme more help on JSP-Servlets-Beans plz...!!

    Thanx a lot for your help ! But I could not understand some things ... Suppose, I create 5 bean instances in my servlet, & "set" them with data from 5 tuples. Now, I need to pass these 5 bean objects to a JSP . HOW exactly can I pass them via a List

  • Signature validation using signatureValidate

    Hi, We have designed a form where we use signatureValidate to check the validity of a signature. It has been working fine until recently where we all of a sudden get this error when calling the function:           TypeError: oField.signatureValidate