Table to find out items with in a KIT material

Hi All,
Can somebody help with the table that can be used to identify the materials that are available in a KIT material.
Kind Regards
Chakradhar

Hi ,
Get the bom n° of your kit with MAST, then the bom is available in tables STKO(header)/STPO (components ).
Can also use txn cs03 / cs13
Hope this helps,
Erwan

Similar Messages

  • Table for finding out all the G/L accounts of a financial statement version

    Hi all,
      is there any table to find out the G/L accounts which will come under the tree of financial statement version(OB58). Please help.

    With FM FI_IMPORT_BALANCE_SHEET_POS, you will get the account list in the internal table I011Z.
    You will get a list of intervals  I011Z-VONKT -  I011Z-BILKT.

  • Table to find out the function modules used in a particular program

    Hi,
    Is there any standard table to find out the function modules used in a particular program?
    Such as there is a table D010TAB to find out the tables used in a program .

    Hello
    There is no exist such table.
    But try this snippet:
    REPORT ZSEARCH.
    PARAMETERS: P_NAME LIKE D010SINF-PROG.
    DATA: PROGTXT(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: TMP(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: FUNCT TYPE RS38L_FNAM OCCURS 0 WITH HEADER LINE.
    DATA: INCL TYPE RSEUINC OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'RS_GET_ALL_INCLUDES'
         EXPORTING PROGRAM    = P_NAME
         TABLES    INCLUDETAB = INCL.
    LOOP AT INCL.
      READ REPORT INCL-MASTER INTO TMP.
      APPEND LINES OF TMP TO PROGTXT.
      REFRESH TMP.
    ENDLOOP.
    READ REPORT P_NAME INTO TMP.
    APPEND LINES OF TMP TO PROGTXT.
    LOOP AT PROGTXT.
      IF PROGTXT CS 'CALL FUNCTION'.
        SEARCH PROGTXT FOR ''''.
        IF SY-SUBRC = 0.
          DO.
            SHIFT PROGTXT LEFT BY 1 PLACES.
            IF PROGTXT(1) = ''''.
              SHIFT PROGTXT LEFT BY 1 PLACES.
              DO.
                SHIFT PROGTXT RIGHT BY 1 PLACES.
                IF PROGTXT+71(1) = ''''.
                  SHIFT PROGTXT RIGHT BY 1 PLACES.
                  CONDENSE PROGTXT.
                  FUNCT = PROGTXT. COLLECT FUNCT. EXIT.
                ENDIF.
              ENDDO.
              EXIT.
            ENDIF.
          ENDDO.
        ENDIF.
      ENDIF.
    ENDLOOP.
    SORT FUNCT.
    LOOP AT FUNCT.
      WRITE: FUNCT. NEW-LINE.
    ENDLOOP.

  • Table to find out the volume of data

    HI Experts,
    Is there any table to find  out the volume of data in the data targets(infocubes and DSO)
    Thanks & Regards,
    Prasad.

    Hey.  I am not aware of anything that can give you a flat list of providers and number of total records.  It would be a fairly simple program to write though. 
    But, you could just go the old school route and just lookup the number of entries on the active table for the DSOs.  Cube would be a bit different and would probably depend on what you really want to meassure but I guess the E table is a place to start.
    I also know there are some DB size summary tables that show you number of records per table.  One of those tables is DBSTATTORA (other similar tables exist).  But again it is at the actual table level and not a provider summary.  And I will not speak to how accurate the data is as I have not tried to validate.  I will say the FM in the link posted above actually just does a number of records select on whatever table you enter. 
    Thanks

  • Tables to find out Vendor Invoices without refrence to a PO

    Hi All,
    I need to extract all the invoices for a time period which have been raised without refrence to PO and with refrence to a GL account.
    If possible I need to get a table from where I can get all these invoices which have been raised with refrence to a GL by giving certain selection parameters.
    Awaiting an early reply
    Pratiksha

    HI
    You can find out the vendor invoices with the tables BSIK (Vendor Open items and BSAK(Vendor cleaed items)..with the document type..
    If you want the vendor invoices without PO then you have to extract all the vendor invoices open items and cleared items from the above table and give the same document numbers in the table BSEG by mentioning with the not equal to option in the Purchasing Doc field with the blank details.
    Try the above solution and let me know if you have any queries...
    Thanks

  • Material master table for finding out valuation category and valuation type

    Hi,
    I have a material XYZ for which a valuation category 'H' is assigned. Now I need to create a valuation type for that.
    Question - I want to find out for the same plant & st location which are the other materials with valuation category H, and what are the valuation types used.
    I checked in mara, mard, mbew etc but of no use.
    Which table can i get the data ?

    hi,
    As the valuation details are saved and are based on the material, you can see the details of valuation type in MBEW table...and field as BWTAR
    For valuation catagory, you can see the table MARC...field as BWTTY...
    If want the valuation type details for both plant and storage location, you shd check the GR table ie. MSEG where you will get the valuation type ....
    hope its enough to retrieve the data..
    Regards
    Priyanka.P

  • How to generate a report from crm table to find out user status changes

    Dear all,
    Could you please help me on generating a report from SAP CRM table level
    to find out user status changes in crm orders for a specific period of time?
    Thanks in advance,
    Regards,
    Shaik

    Hi Shaik.
    You would not need to write report for this. You need to create a Table view mainenance for the CRMD_ORDERADM_H or CRMD_ORDERADM_I for whichever  you need.
    Follow the below or search on google for more on table view maintenance.
    Go to SE11, give the table name and click on change. Then Go to utilities--> Table maintenance generator.
    In the table maintenance generator screen, you should give Authorization Group,
    Function Group name (Function Group name can be same as table name),
    Maintenance type can be one step or two step, usually you will create with one
    step. You should give maintenance screen number. After clicking on create button,
    a table maintenance generator will be created.
    To check it go to SM30 . In SM30, you find display, Maintain options.
    You can view the table contents by choosing Display and  supplying the selection criteria of dates.
    Regards
    Apoorva

  • Table to find out the list  which shows the last load of infoobjects

    Hi All,
    I have to find out the Info objects which stop loading in production system, so that we can delete number range buffering for those objects. In table  RSDCHABALSLOC I found the info objects which has number range buffering. But total 17000 objects are there its not possible for me to go and check in manage tab for each object manually. I need a table which shows the information like when was the last load happened for the info object. I checked in RSDIOBJ table but time stamp of it not matching with manage data target tab of Infoobject.
    Regards,
    Asim

    Hello Asim,
    Have a look at the table RSLDPIO, this should give the last run time of infopackage with other details like related datasource, info object etc. everything.
    Just go to SE11 and display data of this table - provide your datasource name to OLTPSOURCE or Info Object Name to VARIANT. Also you can check based on specific infopackage name.
    Then sort it in ascending on TIMESTAMP, top most timestamp will be the last run time of that infopackage.
    Another helpful table will be RSREQDONE.
    Please let me know if this serves the purpose.
    Thanks
    Amit

  • Log/Table to find out User Activity in HANA

    Hi,
    Someone has moved a particular package from AB* Delivery Unit to CD* Delivery Unit.Due to which it has caused a huge problem.How to find out which user has moved the package from AB* Delivery Unit to CD* Delivery Unit?Is there any table or log to find out in HANA?

    Srithar,
    Audit is fine but for that I need to implement it..Now I need to find out who has made the change.
    In HANA is it not possible to track any change through table or log without activitng audit??

  • Finding out members with no data across the cube

    Hello everybody:
    If I have a Services dimension and there are some members with any input data. How can I get a list from this dimension with services with data and services without data?. Does exist some way to find out this?
    Thank you
    Regards,
    Javier

    Hi Javier,
    For this reterieve data in excel in proper combination
    1) In sheet one reterieve data by selecting supress #missing rows,(you will get data rows)
    2) In sheet two reterieve data normally.
    3) use Vlookup for the rest of the course.
    Hope this helps,
    Cheers...!!!

  • Find out deprecation with reflection?

    Hi,
    is it possible at runtime (reflection ???) to find out whether a method is deprecated?
    Thanks,
    Leif

    No. Anyway, why would you want to do such a thing?

  • How to find out the immediate parent for a material

    I am Exploding a material by using CS_BOM_EXPL_MAT_V2. Now i am getting items for that perticular materil.
    how can i find out parent material for a given Item material.
    Please any one help me on this.
    Thanks in advance
    Venkat

    Hi,
       Refer to this thread.
       FM to get all Parent material/BOM of the given material
    Regards,
    Vimal.

  • Table for finding out the User details

    Hi All,
    We need to create a KPI for number of hours a user has looged into a system. Is there any specific table where all the user related information is captured.If the information is not present in a table where  can we find the above information?Please someone help me out.....
    Also is it the same in all the systems or does this information differ from system to system?If it differs then how do we find the number of hours a user has logged in for a BW system, for a CRM system and for ECC system?
    Regards,
    Shravani

    Hello,
    USR01User master record (run-time data)
    USR02 Logon data
    USR03 User address data
    USR04 User master authorizations
    USR05 User Master Parameter ID
    USR06 Additional data per user
    USR07 Object/values of last failed authorization check
    USR08 Table for user menu entries
    USR09 Entries for user menus (work areas)
    USR10 User master authorization profiles
    USR11 User Master Texts for Profiles (USR10)
    USR12 User master authorization values
    USR13 Short Texts for Authorizations
    USR14 Surchargeable language versions per user
    USR15 External User Name
    USR20 Date of last user master reorganization
    USR30 Additional Information for User Menu
    USR40 Table for illegal passwords
    USR41 User master: Additional data
    USRCOBJ Object Filters for Exploding Product Structures
    USRM0 Material Master User Settings: User Screen Reference
    USRM1 Material Master User Settings: Organizational Levels
    USRM2 Material Master User Settings: Logical Screens
    USRMM User settings: material master
    Might be these can help you.
    Thanks
    Geeta

  • Cash Journal table to find out day wise closing balance

    Can I have the table name to find the day wise closing balance of cash journal
    tried with CJAMOUNT, but not ........

    Please refer below link:
    Cash journal
    Br,Vivek

  • Anyone know how to find out availability with AT&T stores?

    The city I live in does not have an Apple retail store. The nearest one is 2 hours away from me, and upon trying to get into that store saturday when I was in that city, I couldn't even get thru the door. On calling back Sunday I was informed not to waste my time driving back because they were nearing sold out.
    I have also been told that ALL of the AT&T locations (I have personally visited 3 and called a few) in the upstate of SC have sold out, and none of their reps seem to know when they will have more.
    I am honestly tired of wasting gas doing all of this driving trying to buy the new iPhone. Does anyone here know of any contacts that can give someone a heads up on what AT&T stores will be getting shipments, and when? Nobody seems to have any information at all, and I'm getting annoyed by the lack of knowledge by the people that are supposed to be selling me a $300 product and a serious update on my monthly bill.
    I simply just want to spend my money on this new iPhone and can't.

    They really have no idea. The person I delth with in ordering said they were told the 7-10 day estimate was probably longer than it would take. They said there was stock but they were only getting so many on launch day. Last year I did the same thing, order to have my order priority. It arrived the Monday after I ordered it, so I wouldn't be surprised if they do come this week sometime.

Maybe you are looking for

  • Problem in the commission value

    hi can anybody help me on the below problem: 1) Commission Agreements in Invoices:To enable Commission Agreements (Condition Type ZCA1) values to be copied from Sales Orders into the associated Invoices and Commission Credit Note.Currently Invoices r

  • WD Excel-Export with Blanks

    Hello, im exporting a contextnode to an excel sheet using the ALV component. The problem is that in one field of the context, values with more than one blank between characters occur. For example "abc  def". After export to excel the blanks are reduc

  • Problem with downloading data from cube into flatfile

    Hi, I am writing a program to download data from cube into flatfile .The program will be run in the background with user has given his selection in a table.the program works fine .The current problem which i am facing is the character length.e.g. Mat

  • In the Generated Servlet

    Hi, In the generated servlet, where does this methodA and methodB come.... <%! char[] header; public void methodA(){ %> <% char footer; char[] header; // is this allowed, can i declare a same variable in the initialization block and scriptlet block p

  • Setting userdefined type param for procedure in java code

    hi all, i have to make the call to the procedure through java using callable statement. in that procedure i have one IN param type is user defined type. how to set that type value in java procedure name( pi_fundlist IN type_fundlist TYPE type_fundlis