Supressing / blocking configuration in business transactions

Hi,
We are using configurable products (downloaded from SAP R/3) in our business transactions in mySAP CRM. However in certains transactions, the configuration of the products is not necessary and neither is the pricing for those products.
Is there some way I can block the system from asking for configuration in certain transactions. It is ok if that means that the pricing too cannot be called in those business transactions....
What all settings are required to be done for the same.... ?
Thanks in advance.
Warm regards,
Dhaval Pandya

Hi Ram mohan
Click on where used list you will get the info
For eg  Activate final billing
1.)Object types that permit the process:
PRN WBS element
VBP Sales order item
2.)System statuses set by the process:
I0097 FNBL Final billing
3.)System statuses influencing the process:
0001 CRTD Created                        prohibited
0002 REL  Released                       permits
0013 DLT  Deletion indicator             prohibited
0043 LKD  Locked                         prohibited
0045 TECO Technically completed          permits
0046 CLSD Closed                         permits
0065 MDLK Master data locked             prohibited
0076 DLFL Deletion Flag                  prohibited
0097 FNBL Final billing                  prohibited
0235 NoMP No make-to-order prod.         prohibited
0320 INAC Object Deactivated             prohibited
0599 LSPL Locked Through Splitting       prohibited
0660 LFAN Deliveries Created             permits
I hope this helps
Regards,

Similar Messages

  • Business transaction type parking permit is blocked for further business transactions

    I have a testing for web request demo-parking permit. When I finished the web table and sent it. System show "business transaction type parking permit is blocked for further business transactions". Could you help check it?

    Hi  Hamendra:
          Thanks for your hint. I have created the web request successful. Next , I have new issue. If I create a web request that be approved. How to send the web request message to inbox which is belong to approver by configuration? Thanks.

  • Report Painter- Restricting Business Transactions

    Hi,
    I'm creating a report using report painter & would like to prevent Actual Overhead Distribution data (business transaction RKIV) from being reflected in this report. I can add business transactions in the report through Edit -> General Selection data. How do I block a particular business transaction in this report ?
    Regards,
    Sangeeta

    Hi Sanjeeta,
    there's several ways to do this:
    (1) On the report characteristics window, enter range of values limited the values you want. To add more range, click on the more button, and keep restricting until you have what you want. Then select "no explode".
    (2) My recommended way to do it is to create a basic SET via GS01. Table = GLPCT, Field=ACTIV.
    On the set header, Select "Suppress". Enter the values that you want included, and leave out the excluded values. You can use range of course!
    Then back on the report characteristic screen, enter you SET name and check the flag for entering sets. Select "no explode". With this option, if you ever need to change your Business transaction values, just change the SET and the report will query the updated values.
    If you use a report variant to carry out the same solution, just note that everytime you need to change the values, you have to change the variant, transport, and regenerate the report (assuming that you do not change enterprise level variants directly in production)
    Hope this helps,
    Sam

  • Biz transaction type Incoming Call blocked for further biz transactions

    Gurus:
    When I go txn cic0 at CRM6.0, I get the message :
    Business transaction type Incoming Call is blocked for further business transactions
    Message no. CRM_ORDERADM_H501
    I searched SDN and SSO but found no fix.
    Could you tell me how to fix this?
    Thanks!

    Hi,
    What must be hapening here is that you are accesing a IC profile, which has a default sales transaction assigned which is not active in customizing.
    What is the source of this error, or better, is this happening with all users, is this result of any upgrade?
    With these answers it will be easier for us to help you find the error. At first moment, it seems that the user you are logged in is not assigned to any position in PPOMA_CRM, or the position to which he is assigned doesn't have any IC profile, so the system logs in standard IC profile from SAP, and this IC Profile calls transaction type 0001 (Incoming Call) which probably you deactivated because you must have being using your own Z document types.
    Regards,
    Susana Messias

  • Configuration Key link with Business Transaction

    Hi Frds,
    Where can we identify the Business transaction type link with the configuration key. I am looking at code place prospective not by pressing f2 in the UI.
    Please suggest.
    Thanks
    Imran

    Hi,
    you can get configuration details usinf class cl_bsp_dlc_configuration2
    Take configuration in DO_CONFIG_DETERMINATION
    DATA: lr_my_window     TYPE REF TO cl_bsp_wd_window,
    lr_configuration TYPE REF TO if_bsp_dlc_config_appl,
    lr_configuration_c TYPE REF TO cl_bsp_dlc_configuration2.
    lr_configuration ?= me->configuration_descr.
    from lr_configuartion you can get attributes OBJECT_TYPE,OBJECT_SUB_TYPE
    lv_object_type = lr_configuration->get_object_type( ).
    lv_obj_subtype = lr_configuration->get_object_sub_type( ).
    COMPONENT_USAGE you can get using window
    lr_my_window = me->view_manager->get_window_controller( ).
      IF lr_my_window IS BOUND.
        lv_usage_name = lr_my_window->get_component_usage_name( ).
      ENDIF.
    ROLE you can get using class cl_crm_ui_profile
    DATA : lv_profile TYPE REF TO cl_crm_ui_profile,
                   lv_role TYPE string.
            lv_profile ?= cl_crm_ui_profile=>get_instance( ).
            lv_role = lv_profile->if_crm_ui_profile~get_profile( ).
    Regards,
    Deepika.

  • Configuring document scanner and linking to SAP Business Transaction

    HI guys,
    how to configure scanner and attach to business transaction  SALES ORDER.
    divya

    Hi Girish,
    maybe the following link to the SAP online documentation for ArchiveLink could be useful for this requirement:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4f/9933d7446d11d189700000e8322d00/frameset.htm
    Best regards,
    Christoph

  • Business Transaction Screen Configuration

    How can I hide / delete extra tabs from Transaction screen....can guru's help me in this topic..
    Thanks in Advance.

    Hi,
    You can use Easy Enhancement Work Bench (EEWB).
    Easy Enhancement Work Bench - SAP’s tool enables to add custom fields to standard transactions without having to modify SAP code. In a nutshell, the way this works is that SAP allows generating custom objects in predefined containers that are linked to the various transactions.
    Transaction EEWB (Easy Enhancement work bench) is used to create the custom Fields in the Custom (new additional custom) Tab for SAP Business Objects. Thus the standard SAP CRM Transactions can be extended using the Easy Enhancement Workbench (EEWB), i.e., an extra tab is added to the View - Transaction Data in CRM Transaction.
    During the creation of the project in EEWB, a workbench as well as customizing request is defined. After the creation of project, extension(s) are created. The extension contains the information regarding the business object to be modified and the type of the extension.
    Note: In order to extend CRM’s generic business transactions, e.g. orders and opportunities, select object ‘Business Transaction’ and type ‘Add New Fields’. For business partner extensions select object ‘BUPA’, type ‘Add New Fields’.
    EEWB uses customizing include (CI) provided by SAP to make extensions easy. These customizing includes are included in the People Centric UI and relevant database tables (For instance CRMD_CUSTOMER_H and BUT000 if Business Transactions - Sales & Service Objects and Business Partner are extended respectively).
    The Z Fields added using the Transaction EEWB are appended to the table CRMD_CUSTOMER_H and the entry in the table CRMD_CUSTOMER_H  corresponds to one respective entry in the table CRMD_ORDERADM_H with HEADER_GUID.
    (Relation between two tables: CRMD_ORDERADM_H-GUID = CRMD_CUSTOMER_H-GUID.
    Reward if it helps.
    Rashit

  • Listing up business transactions from Account's View

    Hie, When we Open Ship to party from IC Web, We have Assignment block "Quotations" at IC WEB from Accounts view. But it does not pull any quotations.
    But it does pull for sold to party. I have checked SPRO settings for Customer Relationship Management->Master Data->Business Partner->Specify Display Options for Business Transactions and I maintained Area = QU.
    But i still cant see Qutation list from Account's VIEW.
    Can anyone advice me please? where i can make settings for Sold to part , ship to party etc??
    thanks and regards,
    Dinesh.

    Hi,
    this is something which you can´t change by configuration.
    You have to do a small UI-development.
    Open your component / view in tx bsp_wd_cmpwb.
    I guess in your case the component is BP_BPBT and the view is AccountQuotationsOV.
    You have to go to the context node.
    Here please check the coding in ON_NEW_FOCUS and redefine it according to your needs.
    Kind regards
    Manfred

  • Special Business Transactions

    Hello,
    What are the special business transactions that are considered in SD?
    Kindly give some examples.
    Thank you.

    Dear hk7,
    Scenarios:
    How to configure tax?
    Use the following Tcodes:
    OBQ1 --- CONDITION TABLE 
    OBQ2 --- ACCESS
    OBQ3 --- TAX PROCEDURE CAL 
    OBBG --- ASSIGN COUNTRY TO TAX PROC
    OVK3 --- CUSTOMER TAX CATEGORY 
    OVK4 --- MATERIAL TAX CATEGORY 
    OVK1 --- TAX DETERMINATION RULES 
    OVK6 --- ASSIGN DELIVERY PLANTS
    and thenVK11 to maintain the condition record for the tax rate. 
    I raise a sales order and is getting a error stating that "sales area is not defined".
    1) At SPRO>SD>Sales header-->Assign Sales area to Sales document - Combine your Sales Organisations, Distribution Channels & Divisons
    2) At VOPA-->Assign Partner Determination procedure to your Account Group of Customer Master you are using.
    3) At VOPA--> Assign Partner Functions to your Account Group & Partner Determination procedure
    Steps to create a Vendor Master Data at the client level and how do we extend it to different company codes?
    Follow the following steps:
      1. Create a vendor account group   OBD3
      2. Define no. range for vendor account group    XKN1
      3. Assign number range to Vendor account group   OBAS
      4. Define tolerance Group for vendor     OBA3
      5. Create 2 GL accounts    FS00
              a) Purchases A/c
              b) S. creditors A/c
      6. Create Vendor master data     XK01
      7. change/block vendor master data   XK02/XK05
      8. Define document type and no. range     OBA7
            a) KA
            b) KG
            c) KR
            d) KZ    *-- Vandna
    How to find the strategy group in sap sd?
    Menu path for Strategy Group is:
    Spro --> Production --> Production Planning --> Demand Management --> Planned Independent Requirements --> Planning Strategy --> Define Strategy Group.
    OPPT -- Maintain Starategy Group
    We can see Strategy Group in Material Master Record - MRP 3 - Planning -- Strategy Group.
      10 - For Make to Order
      20 - For Make to Stock
    Where do we maintain "Item Category Usage" at the master level?
    Spro --> Sales and Distribution --> Sales --> Sales Documents --> Sales Document Item --> Define Item Category Usage
    Item Category Usage: item category usages which control the usage of an item. Item category usage controls, for example, the system response if during document processing an item does not refer to a material but to a text item. Item category usage can also be maintained via the item categories 
    In contracts we are creating quantity contract and value contracts in that we only put the validity period after validity period that contract will close,but customer want before one month closing the period system should alert with popup box like this contract is going to close, for this sales manager can follow up the customer for renual the contract.
    Getting a pop-up when the Contract is going to expire is not a Standard SAP thing.  For this you need to do some programming.  Instead of this the Std system has a reminder system where in the open Contracts and Quotaions are popped up when you about to create a sales order.
    This setting is in the Sales order header ,
    Goto -- VOV8 --- Quotation and Outline agreement messages
    If you want to have different number range for different sales area where the settings to be done.
    Number Rage are use to define what number to be assign to sales document type. Number range can be assign Internal or external.
    In internal number range system automatically assign a number to sales document according to number range define in system.
    In External number range user manually assign number to sales document.
    For Assigning Number Range use T-Code VN01
    Choose Intervals -
    Define your number range
    Hope this helps you.
    Do award points if you found them useful.
    Regards,
    Rakesh
    P.S. you can send me a mail at my mail id [email protected] for any specific details

  • Enhance Business Transaction with table

    Hi,
    I have to enhance a Business Transaction (Sales Contract) with a table, but I can´t see this option nor EEWB or AET. I can add fields in both tools, and I can also add a table, but only for BUPA, not in Business Transaction. This table for add is going to be viewed in WebUI.
    What can be done?. Thank you in advance for your help.
    Regards,

    HI,
    You can create this using AET table. Fiest open your Sales Contract Document then click Configuration butoon you have to choose which area to configure afetr that you will get popup in that click enhanced fields there you can see
    Regards,
    Deepika.

  • CRM Middleware help for rookie needed.. Replication of Business Transaction

    Hi guys,
    I try to set up replication of Business Transactions from R/3 to CRM and vice versa.
    I have created:
    - CRM site type (CRM) , R/3 type site (R46CLNT700)
    then I created a subscription: SalesDocuments (R46CLNT700 is assigned to this subscription) for publication "All Business Transactions (MESG)".
    a, Is this enough configuration of MW for needed replication? Or do I need more settings set up?
    b, When I try to start initial load of the Replication object BUS_TRANS_MSG (which is "in" publication All Business Transactions), I am not able to start Load from CRM to R46CLNT700)..  As target I can use only CDB...  What is wrong?
    c, If I create some sales transaction in CRM system and I want it to be replicated to R/3 and vice versa, how will I know, which replication object represents this document?  For example, I create a Sales Order. How will I know, which replication object to set up for replication?
    Thanx a lot!  Peter

    Peter,
    1.If you are looking for Initial download from CRM to R/3, this should be possible from CRM v4.0.
    2. Delta flow between the systems should happen once your initial download is complete.
    3. Check the Inbound and Outbound queues in CRM. If they seems to be hanging for long time, check whether you have registered the Inbound & Oubtound queues in SMQR and SMQS transaction on both CRM and R/3.
    Regards,
    Phani.
    Wipro Technologies

  • Replication of Business Transaction (CRM to R/3)

    Hi All,
    We are creating the contracts in CRM & we maintained the Int no ranges in crm & external in R/3, still contracts are not flowing to R/3,
    Can any one tel me why the contracts r not flowing to R/3, if any configuration are required pls help me.
    Thanks
    Gskumar

    Hi Kumar,
    Go to Tx SMOEAC.
    Open the details of the site R/3 and check wether 'All business transactions' is subscribed or not.
    If it is maintained check the queues(Out bound in CRM and inbound in R/3)
    If you find any thing wrong there open the respective BDOC in SMW01 and check it.
    Thanks
    Nadh.

  • Document Splitting issue - Business Transaction

    Hi SDN,
    I would just like to seek advise on our issue for Document Splitting, specifically on the business transaction.
    We understand that you assign this business transaction to document types.
    For our case however, we do have intercompany transactions, wherein we post to an Intercompany AP and Intercompany AR.
    That means we both have AR and AP items in one document.
    My question now is which business transaction should we assign to this Intercompany Document Type?
    I've checked the selections and these are the only business transactions that we can use.
    0000     Unspecified posting
    0100     Transfer posting from P&L to B/S account
    0200     Customer invoice
    0300     Vendor invoice
    0400     Bank account statement
    0500     Advance tax return (regular tax burden)
    0600     Goods Receipt for Purchase Order
    1000     Payments
    1010     Clearing transactions (account maint.)
    1020     Resetting cleared items
    I would like to seek advise from those who has implemented Document Splitting before.
    Thanks!

    Dear,
    I have never tried to consolidate both IC AR and IC AP document type.
    Ideal it should be bifurcated as AP and AR because for One company it will be Sale and other will be Purchase.
    Please bifurcate the same and then do the configuration related to Document Splitting.
    Hope this helps!!
    Br Vivek
    Pls assign points for appropriately.

  • Configuration Guide for Transaction Banking Process Chain - 0TB_DM_INIT_P01

    Hi All,
    Just wondering whether there is any Configuration Guide available for various Transaction Banking Process Chains, like,  [0TB_DM_INIT_P01|http://help.sap.com/saphelp_nw70/helpdata/en/7e/0d6a99cbdf4873998b533e088b6a1b/frameset.htm], etc.
    These process chains in Activity Status Coversion (i.e. Dormancy management) are quite complex and I have been able to activate the chains - but while running some of the processes are giving errors...
    So, was wondering whether any Building Block Configuration Guide like CRM Analytics (or, others) available or not?
    If not, should I just open an OSS ticket to get official guide from SAP?
    Thanks for help.
    ~SSH.

    Hi All,
    Just wondering whether there is any Configuration Guide available for various Transaction Banking Process Chains, like,  [0TB_DM_INIT_P01|http://help.sap.com/saphelp_nw70/helpdata/en/7e/0d6a99cbdf4873998b533e088b6a1b/frameset.htm], etc.
    These process chains in Activity Status Coversion (i.e. Dormancy management) are quite complex and I have been able to activate the chains - but while running some of the processes are giving errors...
    So, was wondering whether any Building Block Configuration Guide like CRM Analytics (or, others) available or not?
    If not, should I just open an OSS ticket to get official guide from SAP?
    Thanks for help.
    ~SSH.

  • Offline Interactive Form Upload for creating Business Transaction

    Hi All,
    I am using CRM Web Request for creating Business Transaction through Offline Interactive Adobe Form.
    For that i have done PDF upload coding and then converting the PDF form to XML format.
    Now the XML format of form is converted to string from xstring.
    And then passing the XML to function module CRM_WEBREQ_EXTERN_CREATE_DOC along with the corresponding request category configured for the web request.Created the corresponding request category structure also.
    still the business transaction is not getting created, the following error message is coming "XML incompatible for data structure of request category" .
    Please respond if anybody has done the same scenario.
    Or is there any other process that can be followed to upload offline interactive adobe form to create one order object.
    Regards,
    Madhu

    Hi Maarten,
    Is that aatribute binded to Dropdown field lying under a node of cardinality 1..1??
    I think if that's so, ur error can be resolved by just putting this attribute in a node with cardinality 1..n.
    Hope this helps..!!
    Thanks,
    Amita

Maybe you are looking for

  • How do I turn turn off the right pane in Adobe Reader XI?

    I have been using Adobe Reader since 2007, and recently I have been unable to turn off the right pane while reading. If anyone knows how I can deal with this problem, I would really appreciate it. Thanks Don Randall

  • Need advice on layout

    BACKGROUND: Using CF9 and FB4, I'm building an image catalog.  Data about the images is stored in a database (Firebird).  The images themselves are stored in files in my file system.  (M$ Windows XP Pro).  In an attempt to allow the user to control w

  • Problem with external breakpoint in RFC in CRM box

    Hi All        I have created a RFC FM to create new realtionship in CRM Box which is being called from Web portal. The issue is that when I set a external breakpoint in this RFC , two debugging sessions are getting created . In 1 session it creates t

  • Invoice with only a Freight Charge

    Hello, We have just identified a strange issue on the sales invoices which we have been creating using the document generation wizard. Certain invoices are appearing with only the freight charge on the invoice. The lines from the originating delivery

  • Keyfigure value by comparing 2 date fields, in the query designer.

    Hi all, Could any one please intimate, how to display the key figure result with the comparison of 2 date fields. We are having "Completed Date" say(CDATE) and "Deadline Date"(DDATE) values in the report as time characteristics, dervied from the CRM