Transparent table for  Indicator: cross selling materials

hi,
Can anyone tell me how to find the table which contains all the indicators.  And especially the indicator for cross selling materials.

Hi Deepika,
By using the T code ST050 - SQL Trace , You can get the list of data base tables  which are accessed during a transaction.
Go to ST05=> click the ACTIVATE TRACE button.
Execute your transaction, Then DEACTIVATE TRACE and DISPLAY TRACE.
Now you will get the list of database tables access in the transaction.
Regards
DKS

Similar Messages

  • Transparent Tables for KONV

    I've seen this question before, but haven't seen a satisfactory answer.  Which transparent tables are used for KONV?  I need to check the data from outside of SAP and look into the transparent tables from a SQL Server.  I have gone into  tcode SE11 for KONV in display mode, selected delivery & maintenance tab, and displayed the Object list for cluster table KONV, then double clicked on KOCLU in pooled/cluster field.
    None of the tables in the Package VF contain the data I'm looking for.
    Now what? 
    I ask the question that has been asked countless times - how do I find the transparent tables for KONV?

    Hi
    There is no Transparent tables for KONV cluster table
    which stores the pricing info of both SD and MM modules
    You have to fetch the data from this table using the Sales order (VBAK-KNUMV), or Billing doc (VBRK-KNUMV) or Purchase Order (EKKO-KNUMV)  by linking with KONV-KNUMV which is a key field for the respective price amounts/rates.
    Some times we may use KONP table for fetching the pricing data when it is not available in KONV.
    Regards
    Anji

  • Transparent Table for RIWO00

    Hi,
           I am  working in PM, I need transparent table for RIWO00-STTXT(Structure). In IW22 when I give Notification Number I get the PM Notification Details. In this there is status (F1 Help) which is coming from RIWO00 this table. I need to write the User Exit to get this status value into Extract Structure.
          Please give me your valuable inputs which helps to bet the base table for this Structure.
    Thanks
    Robbie.

    Hi Robbie,
    Does the document have the status NOPR? If yes then the following code might work.
    TABLES: QMEL.
    DATA: S_ITAB TYPE JEST OCCURS 0 WITH HEADER LINE,
               S_TEXT TYPE TJ02T OCCURS 0 WITH HEADER LINE.
    SELECT SINGLE * FROM QMEL WHERE QMNUM = (Notification No).
    SELECT * FROM JEST INTO TABLE S_ITAB WHERE OBJNR = QMEL-OBJNR.
    LOOP AT S_ITAB.
    SELECT SINGLE * FROM TJ02T INTO S_TEXT WHERE ISTAT = S_ITAB-ISTAT.
    APPEND S_TEXT.
    ENDLOOP.
    You will get all the entries in the table S_TEXT.
    Hope this helps,
    Sudhi
    The system status should be present at the document level. You can view all the system statuses by clickin on the "i" icon in the transaction next to status.
    Message was edited by:
            Sudhindra Chandrashekar

  • Can u tell me the tables for field Cross company Purchase Order.

    Can u tell me the tables for field Cross company Purchase Order.

    check below link...
    http://help.sap.com/bp_bblibrary/500/Documentation/J53_BPP_EN_DE.doc

  • What is the Transparent Table for PO Delivery Date field

    Hii All,
    Does anyone know the Transparent table where the delivery date is stored for the PO line item. It's not in EKPO. Where is it?
    Thanks in advance

    Unfortunatly there is no diagram anywhere for the table relation.
    I usually help myself by F4 search in SE11
    You know e.g. table EKKO. So enter just EK* and press F4 to see all other tables starting this way.
    But in most cases when I search for tables that belong somehow together I use DB15 transaction.
    This gives me all tables that belong to the same archiving object.
    You can start there by entering a table name and search for the archving object.
    then you do it reverse and you get all tables for this object.
    (Unfortunatly SAP does not have archiving objects for any table)

  • Transparent table for ADDR1_DATA structure

    Dear all,
    Plz. provide me the transparent table name for ADDR1_DATA structure.
    Actually for ME21n (PO Create)
    item level
    Tab - Delivery Address
    Now i want to fetch these address which is showing ADDR1_DATA structure after F1
    Plz help me

    U will find the address in ADRC itself.
    In the delivery address tab u have a number given as "address" use this as address number in ADRC table and u can see ur delivery address.
    кu03B1ятu03B9к
    Edited by: Kartik Tarla on Dec 11, 2009 11:58 AM

  • Transparent Table for BSEC

    Hi Experts,
    I am a Functional Financial Consultant and I am in process on developing a report using SQVI (Queries).
    Within my report, I have joined the following tables:
    BKPF
    BSID
    BSIS
    There is some data entered in table BSEC which is a cluster table and cannot be used in join.
    I need your advice if you know what is the transparent table behind BSEC.
    Looking forward to hear from you!
    Regards,
    Anss Shahid Essani

    It seems that we will be unable to prepare such report using SQVI as BSEC is a cluster table. However, we can get it prepared with the help of ABAPer.
    Thank you all for your valuable suggestions.

  • What are the main tables for BOM (Bill of Materials)

    Hi Gurus,
    I need to know the tables involved in BOM (Bill of Materials) for Oracle EBS.
    Can anyone point out the list of related tables?
    Thanks

    Hi Sudipta,
    Following are the BOM main tables.
    bom_bill_of_materials
    bom_inventory_components
    bom_reference_designators
    bom_substitute_components
    mtl_item_revisions
    bom_operational_routings
    bom_operation_sequences
    bom_operation_resources
    BOM_BILL_OF_MTLS_INTERFACE
    BOM_INVENTORY_COMPS_INTERFACE
    BOM_REF_DESGS_INTERFACE
    BOM_SUB_COMPS_INTERFACE
    MTL_ITEM_REVISIONS_INTERFACE
    BOM_OP_ROUTINGS_INTERFACE
    BOM_OP_SEQUENCES_INTERFACE
    BOM_OP_RESOURCES_INTERFACE
    MTL_RTG_ITEM_REVS_INTERFACE
    =======================
    Following are all tables of BOM.
    BOM_ALTERNATE_DESIGNATORS
    BOM_ALTERNATE_DESIGNATORS_TL
    BOM_ATO_CONFIGS_TEMP
    BOM_ATO_CONFIGURATIONS
    BOM_BILLS_HEADER_TEMP
    BOM_BILL_OF_MATERIALS
    BOM_BILL_OF_MATERIALS_ARCHIVE
    BOM_BILL_OF_MATERIALS_TEMP
    BOM_BILL_OF_MTLS_INTERFACE
    BOM_BILL_REVISIONS_B
    BOM_BILL_REVISIONS_TL
    BOM_CALENDARS
    BOM_CALENDAR_DATES
    BOM_CALENDAR_EXCEPTIONS
    BOM_CALENDAR_SHIFTS
    BOM_CAL_WEEK_START_DATES
    BOM_CAL_YEAR_START_DATES
    BOM_CMP_USR_ATTR_INTERFACE
    BOM_COMPARISON_TEMP
    BOM_COMPONENTS_B
    BOM_COMPONENTS_EXT_B
    BOM_COMPONENTS_EXT_TL
    BOM_COMPONENT_COLUMNS
    BOM_COMPONENT_OPERATIONS
    BOM_COMPONENT_OPS_INTERFACE
    BOM_COMPONENT_TYPES
    BOM_COMP_OPTCLASS_TEMP
    BOM_COMP_OPTIONS_TEMP
    BOM_CONFIG_EXPLOSIONS
    BOM_COPY_ORGANIZATION_LIST
    BOM_COPY_STRUCTURE_ACTIONS
    BOM_COPY_STRUCTURE_REQUEST
    BOM_CTO_MLSUPPLY_MAIN_TEMP
    BOM_CTO_MODEL_ORGS
    BOM_CTO_ORDER_DEMAND
    BOM_CTO_ORDER_LINES
    BOM_CTO_ORDER_LINES_UPG
    BOM_CTO_OSS_COMPONENTS
    BOM_CTO_OSS_ORGS_LIST
    BOM_CTO_SRC_ORGS
    BOM_CTO_SRC_ORGS_B
    BOM_DELETE_ENTITIES
    BOM_DELETE_ERRORS
    BOM_DELETE_GROUPS
    BOM_DELETE_SQL_STATEMENTS
    BOM_DELETE_SUB_ENTITIES
    BOM_DEPARTMENTS
    BOM_DEPARTMENT_CLASSES
    BOM_DEPARTMENT_RESOURCES
    BOM_DEPENDENT_DESC_ELEMENTS
    BOM_DEPEND_DESC_ELEM_ARCHIVE
    BOM_DEPT_RES_INSTANCES
    BOM_EAM_DEPT_APPROVERS
    BOM_EXCEPTION_SETS
    BOM_EXCEPTION_SET_DATES
    BOM_EXCLUSION_RULE_ARCHIVE
    BOM_EXCLUSION_RULE_DEF
    BOM_EXPLOSIONS
    BOM_EXPLOSIONS_ALL
    BOM_EXPLOSION_TEMP
    BOM_FORM_QUERY
    BOM_IMPLOSION_TEMP
    BOM_INTERFACE_DELETE_GROUPS
    BOM_INVENTORY_COMPONENTS
    BOM_INVENTORY_COMPONENTS_TEMP
    BOM_INVENTORY_COMPS_ARCHIVE
    BOM_INVENTORY_COMPS_INTERFACE
    BOM_INV_COMPONENTS_TEMP
    BOM_ITEM_ATTACH_CATEGORY_ASSOC
    BOM_ITEM_BACKFLUSH_SUBINV
    BOM_LISTS
    BOM_LOW_LEVEL_CODES
    BOM_MIXED_MODEL_MAP_CELLS
    BOM_MIXED_MODEL_MAP_HEADER
    BOM_MIXED_MODEL_MAP_PROCESSES
    BOM_MIXED_MODEL_MAP_RES
    BOM_OPERATIONAL_ROUTINGS
    BOM_OPERATION_NETWORKS
    BOM_OPERATION_RESOURCES
    BOM_OPERATION_RESOURCES_EFC
    BOM_OPERATION_SEQUENCES
    BOM_OPERATION_SEQUENCES_TEMP
    BOM_OPERATION_SKILLS
    BOM_OP_NETWORKS_INTERFACE
    BOM_OP_RESOURCES_ARCHIVE
    BOM_OP_RESOURCES_INTERFACE
    BOM_OP_ROUTINGS_ARCHIVE
    BOM_OP_ROUTINGS_INTERFACE
    BOM_OP_SEQUENCES_ARCHIVE
    BOM_OP_SEQUENCES_INTERFACE
    BOM_PARAMETERS
    BOM_PERIOD_START_DATES
    BOM_REFERENCE_DESGS_ARCHIVE
    BOM_REFERENCE_DESIGNATORS
    BOM_REF_DESGS_INTERFACE
    BOM_RESOURCES
    BOM_RESOURCES_EFC
    BOM_RESOURCE_CHANGES
    BOM_RESOURCE_DOWNCODES
    BOM_RESOURCE_EMPLOYEES
    BOM_RESOURCE_EQUIPMENTS
    BOM_RESOURCE_FLEX_FENCES
    BOM_RESOURCE_SETUPS
    BOM_RESOURCE_SHIFTS
    BOM_RES_INSTANCE_CHANGES
    BOM_RTGHEADER_TEMP
    BOM_RTG_ITEM_REVISIONS_ARCHIVE
    BOM_RTG_NETWORK_TEMP
    BOM_RTG_OPERATION_TEMP
    BOM_RTG_OPER_RES_TEMP
    BOM_RTG_RESOURCE_TEMP
    BOM_RTG_SUB_RESOURCE_TEMP
    BOM_RULES_B
    BOM_SETUP_TRANSITIONS
    BOM_SETUP_TYPES
    BOM_SHIFT_DATES
    BOM_SHIFT_EXCEPTIONS
    BOM_SHIFT_TIMES
    BOM_SMALL_EXPL_TEMP
    BOM_SMALL_IMPL_TEMP
    BOM_STANDARD_OPERATIONS
    BOM_STD_OP_BONUS_CODES
    BOM_STD_OP_RESOURCES
    BOM_STD_OP_RESP_EXCLUSIONS
    BOM_STD_OP_SCRAP_CODES
    BOM_STD_SUB_OP_RESOURCES
    BOM_STRUCTURES_B
    BOM_STRUCTURES_EXT_B
    BOM_STRUCTURES_EXT_TL
    BOM_STRUCTURE_EXT_B
    BOM_STRUCTURE_REVISIONS_B
    BOM_STRUCTURE_REVISIONS_TL
    BOM_STRUCTURE_TYPES_B
    BOM_STRUCTURE_TYPES_TL
    BOM_SUBSTITUTE_COMPONENTS
    BOM_SUBSTITUTE_COMPS_ARCHIVE
    BOM_SUB_COMPS_INTERFACE
    BOM_SUB_OPERATION_RESOURCES
    BOM_SUB_OPERATION_RESOURCE_EFC
    BOM_SUB_OP_RESOURCES_INTERFACE
    BOM_WORKDAY_PATTERNS
    HTH
    Sanjay

  • Transparent table for project version data

    hi,
    i created project versions..
    now i want to create customized report showing material components for different versions..
    however i dont know the table names/fields required..
    can someone tell where i can find it? thanks in advance..
    also it is possible to create report of material components using report writer?
    thanks a lot..

    Thanks Venkat,
    however, is it not possible to create report for material components in report writer?
    when i tried to create a library for report writer for table VSRESB_CN it has error saying "Table VSRESB_CN is not installed in report writer"..
    thanks in advance

  • Transparent Table for Plan Figures

    Hi,
    Can somebody tell me from which table I can get the plan figure entered in KP06, on a per month basis.  I will be creating specs for customized P&L.
    Appreciate any help you can give.
    Thanks,
    Rod

    CSKA ---- Cost element depending on  Chart of accounts
    CSKB----Cost element depending on  Controlling area
    CSKU -- Cost element texts

  • Link in tables for characteristic of a materials in VA03

    Hi Experts,
    I have to create a report in which i have to show few charateristics of a material which is in items of a sales order in transaction VA03. i.e Select a material & click on item detail:configuration buttob below that item detail table control.
    It wil open a new table control which wil show the charateristics like color etc. I have to show those in my report but i am not getting where these values are stored & how to relate those values to the sales order.
    I found few tables like CABN, CAWN etc but no one links to the Sales order number.
    Please tell me by which field i can link these tables to my sales order number.
    Regards,
    Nik

    Get the CUOBJ field from VBAP table.
    Pass this to INSTANCE variable  to the FM VC_I_GET_CONFIGURATION.
    Characteristics of a material can be determined using
    CUD0_CONFIGURATION_FROM_DB or
    CUD0_GET_CHARACTERISTICS.
    Hope this helps.
    Thanks,
    Balaji

  • TRANSPARENT TABLE REQUIRED for the field level no T CODE : MB56

    hi
    i m trying 2 get the transparent table name and field name for LEVEL NO field which is present in tcode MB56 (30F VERSION). I am getting the details in technical info 1. structure is AM07M & field name is CUSTFE. can any guide how 2 get transparent table for the level no field.
    but as of release 4.7 the field name is EXPANSION LEVEL(TCODE MB56 ).
    here also i m not getting the transparent table corresponding to EXPANSION LEVEL field.
    it would be great help if i can get assistance in this issue.
    regards

    unanswered

  • Cross Selling Details

    Hi All,
    I am looking out for cross selling material mantenance t-code and the tables associated with it.
    Can anyone assist me in the process...
    kinldy forward some documentation
    thanks
    Sunil

    Hi Sunil,
    In Adition to above please find some Imp stuff related to Cross Selling.
    Mail order catalog retailers frequently use cross selling to increase sales. When a customer orders an article over the phone, the order taker can suggest additional articles that the customer might buy. For example, if the customer orders a VCR, you might suggest purchasing some blank tapes; for a cellular phone, a leather carrying case.
    The sales transaction takes place as normal: The customer chooses an article and the order taker enters it on the sales order screen. The order taker can press Enter after each article, or wait until the customer has finished selecting the article he or she wants.
    If the order taker presses Enter after entering the data for one article, then a dialog box appears automatically, displaying a list of articles to be suggested to the customer. These cross selling articles are ones that pertain specifically to the purchased article.
    If the order taker waits to press Enter until the customer has finished ordering, then the dialog box appears automatically, this time showing all of the articles in the sales order, along with their corresponding cross selling articles.
    The articles that appear in the cross selling dialog box always depend on which articles are in the sales order. If you want to have the system suggest articles based on the customer's past purchasing history or other factors, see Dynamic Product Proposal in the standard SD documentation.
    The cross selling dialog box displays the following information:
    Article number
    Description
    Sales unit of measure (each, 3-pack, etc.)
    Price per unit of measure (calculated either by the standard R/3 pricing scheme or by a custom pricing scheme you have defined)
    Availability check
    Delivery flag (that is, whether the cross selling articles can be delivered independently of their corresponding main articles in the sales order, or whether the cross selling articles can only be shipped either together with or after the main articles have been shipped)
    To set up cross selling, you must make the following settings in Customizing:
    Create the conditions tables, access sequence, and calculation schemes for determining cross selling articles, since the cross selling function relies on the conditions technique. (Alternatively, you can use the analysis discussed in "Activities" below to create the data automatically.)
    Create a cross selling profile with the following attributes:
    Determination of cross selling articles via function module
    Price calculation scheme
    Scheme using conditions technique
    Flag indicating how the cross selling dialog is to appear
    Flag indicating whether an availability check is to be performed
    Assign the cross selling profile to a sales area, document scheme, and customer scheme.
    Config Steps of Cross Selling:
    Follow these simple steps to configure the Cross-selling:
    1. Created sales order ZCS by copying standard order OR.
    2. Assigned the sales order to the sales area.
    3. Assigned the item category determination as follow:
    ZCSNORMCSELTANTAN
    Setting for Cross selling:
    1. Created Condition type 'CS01' with access sequence as 'C001'.
    2. The access sequence is having access a customized table with fields as Sales OrgDist ChannelDivSold-tomaterial.(
    3. Created Procedure 'CS0001. The procedure is having only one condition type 'CS01'. [Later one can add, depending on the business need]
    4. Define Customer/Document Procedure for Cross-selling as 'C' and 'C' respectively.
    5. Assigned the document, ZSC to procedure 'C'.
    6. Created cross-selling profile as 'CS1. In this assigned, Cross-selling pricing procedure as CS0001 and Pricing procedure as the standard pricing procedure. No product proposal procedure is defined. Also, the Cross-selling dialog box ind. is left blank and ATP indicator for cross-selling materials is not checked.
    7. Assigned the Cross-selling procedure to the sales area.
    Entry is created as follows:
    Sales areaCCCS1 [read as sales areaCS Cust procedureCS doc procedureCS profile].
    8. modified the sold-to party and attached the 'C' to PP cust. proc.
    9. Created the condition record via VB41 and for material A, attached three alternative materials B, C and D.
    Next create the order with VA01, enter the main material, click on the icon for Cross-selling, this would prompt the dialog box for alternative materials, select one or more and click on the copy.
    Regarding Step 2 and 8, Please go through below steps give:
    Step 2: Use tc OV46. Give any no from 501-999 and press enter.
    Inside you can see a list of fields on the right. double click the ones that you require in their sequence. After selection, choose Generate icon (Shift+F4)
    now goto access C001 using OV41 and insert this created table into ur access (C001 is standard. it already has table 11. you can delete this or keep it)
    Step 8: goto XD02 change view customer master. Goto Sales area data and to Sales tab. there you need to assign this procedure C to your customer in field 'PP cust. proc.'
    Given alternative materials in you VB41.
    Please Reward If Really Helpful,
    Thanks and Reward,
    Sateesh.Kandula

  • Cross selling in e-commerce

    Hi All,
    I have configured cross selling in e commerce.
    When I maintain the cross selling for material in r/3, then it is working perfectly fine and showing me the cross selling materials in related products in frontend.
    But when I maintain the cross selling materials for a combination of customer group/material in VB41, related products are not displayed in frontend.
    The problem here is that the frontend is not populating the header communication structure which contains the customer group field in the BAPI - ISA_CROSS_SELLING_DETERMINE.
    Can anyone tell me what do I do , so that the import parameter -header communication  is filled when the above BAPI is called from frontend.
    Thanks and regards,
    Nilesh

    Hi,
    I dont know how this would help you but I think this is a workaround which must work.
    What you do is
    In Master data of TV in Relationship tab go to SERVICES tab and assign the services which are possible for the TV installation like what you have mentioned DELIVER 10, DELIVER 20 etc
    Now in your service order you assign the product TV in PRODUCTID at the header level. THen in Product proposal tab you can choose from the services.
    You can choose from the services and give quotation from these service. You can maintain the SERVICES in INITIAL QUOTATION mode so that they dont go to ECC or are not released for billing.
    You can modify the smart form for providing this informatin to the customer regarding the different pricing. you can selectively release the item which the customer orders by changing the QUOTATION RELEASE functionality in STATUS of item.
    Thats how you can I think Cross sell the services using simple PRODUCT PROPOSAL and QUOTATION RELEASE functionality without going in complexities of PRODUCT SCEMA etc
    Please award points if helful
    Regards
    Surendra More

  • Cross Selling and Sales BOMs as results

    Hello,
    We are expanding our use of Cross Selling.  One of the requests is that cross selling return a list that includes items that are setup as Sales BOMs.
    For example:
    Cross selling is setup for:
    Sales Org/DC/Division/Material
    1000/01/01/ABC
    Alternate Materials
    AAA
    BBB
    CCC - CCC has a BOM with usage 5 and when entered on an order normally, it expands to items CCA and CCB.
    Create an order and enter material ABC
    Cross Selling shows with the three options above.
    Add a qty of 1 for material CCC and copy it to the order
    Item CCC is copied to the order, with the correct item category but does not then have the subitems of CCA and CCB.
    Is there a way to make the item added via cross selling explode the sales bom, or will this not work?  I know that BOM items cannot initiate cross selling, but wasn't aware it didn't work if it was a result of cross selling.  Thank you.

    Thank you for the response. 
    The item category is configured correctly, as the BOM does explode on the order correctly when entered manually, it only fails to add the sub-components when added as a result of the cross selling.  The note you specified is not applicable to our system, we are currently on 4.7 and not upgrading to ECC6 until this summer.

Maybe you are looking for

  • Loading measures to a cube

    hi How to load measures to a cube. I created a cube, validated and deployed successfully. I am loading only a single measure from a table, but it does not load anything. even the keys of the dimensions are not in the database table. do i need to map

  • Passing an Array to an Applet using PARAM

    Is it possibly to pass values as an arrary to an applet from the HTML page. Like so: <param name="images" value="'/archives/4/6-26-1/10/04-01-06-26-10-00-07-00.jpg', '/archives/4/6-26-1/10/04-01-06-26-10-00-17-00.jpg', '/archives/4/6-26-1/10/04-01-06

  • Services missing for DUET Configuration

    Hi all, In configuring DUET Enterprise, certain services are missed out which are required for completing the configuration. The missed services are : /sap/bc/webdynpro/sap/saml2 /sap/public/mysssocnt /sap/bc/srt/pm In SICF tcode, when I see the abov

  • Subcontrating scarp quantity  in Bom

    Hi pp gurus How to handle the subcontrating item scrap my scenerio is like this "x " item will be send out side for subcontract for one operation while receiving "y" item plus some scrap "s" will come inside. How to create the Bom and how to handle t

  • Trouble making CC purchase

    I have been trying to purchase a Creative Cloud package, but after entering my credit card details I get a message saying "Sorry unable to process." I have tried contacting customer support in India but they are unreachable. Can anyone please tell me