I want the predefine tables

Hi ,
i am new to bw ,i want predefine tables in SD,MM..
where it is in R/3 system.so,plz tell the transcation code for it.
with regards,
goodyear.

Very basic question, but nevertheless, here goes ...
Transaction to see tables - SE11.
SD Tables: Look at tables starting with VB. VBAK, VBAP and VBEP deals with sales orders. LIKP and LIPS with delivery documents. VBRK, VBRP is billing documents.
MM: Look at tables starting with MA or MAR. MARA, MARC,MARM are some of the important ones.
All this is less than the tip of the iceberg of these modules.

Similar Messages

  • Wants the whole table to repeate on each page

    Hi,
    I am having 2 tablix which are getting data from 2 different dataset. I want to repeate the 1st table on each page while exporting the report to Word.
    I can't merge the two dataset to made it one becasuse I am getting these data from some WCP methods and I can't modify them.
    Any suggestion would be appreciated... :)
    Thanks,
    sarat chandra sahoo

    Hi Sarat,
    I have created one POC based on your question.
    https://msbitips.wordpress.com/2015/03/18/show-one-table-with-other-table-when-export-to-word/
    Please go through this, if you need sample or any help on this you can just add comment.
    Thanks
    Prasad
    Mark this as Answer if it helps you to proceed on further.

  • How to structure the internal table issue I want to download to excel

    Hi ,
    I am trying to download the data from the internal table whose structure was
    i HAVE ONE INTERNAL TABLE WHICH IS
    123 ABC MIKE
    123 ABC DALLAS
    123 ABC BOMBAY
    345 BCD MEENAL
    345 BCD SHINDE
    345 BCD UJWALA
    I want the output the i WANT THE INTERNAL TABLE TO STRUCTURE IN THIS WAY
    123 ABC  MIKE
                   DALLAS
                   BOMBAY
    345 BCD  MEENAL
                   SHINDE
                   UJWALA

    U have to fill internal table as ..
    Loop at ITAB. <-- contains all the values
      at new field2.
        itab1 = itab.
        append itab1.
        clear itab1.
        continue.
      endat.
      clear : itab-field1 , itab-field2.
      itab1 = itab.
      append itab1.
      clear itab1.
    endloop.
    Now download ITAB1.

  • How to access the database tables from application

    Hii all,
    The information in webcenter content, such as meta data fields, users, security groups etc are stored in
    database tables like-      Revisions, SecurityGroups, Users, DocType etc..
    Can we access this tables from an adf application or any webcenter application..
    If yes, then what can be the approach for that..??
    Another things, how can we create custom tables just like the predefined tables...??
    Any information regarding this.??
    Thanks

    Can we access this tables from an adf application or any webcenter application.Yes, you can - like to any other existing database. But I would strongly discourage you from any, but read-only access, or you can easily end up with inconsistent data.
    If yes, then what can be the approach for that..??Just create a database connection and define in your model what tables you want to access.
    Another things, how can we create custom tables just like the predefined tables...
    Actually, WebCenter Content provides functionality of creation of custom tables (see http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c04_metadata.htm#autoId2 ) and these are probably the only good candidates for read-write access. See further in the manual what use cases are supported. Of course, you could do this even externally, but rather than Data Definition Language, I'd use services (if there are some).

  • How to sort columns in the target table

    I have a simple mapping which I am trying to design. There's only one table on the source and one in the target . There are no filter conditions, only thing is I want the target table to be sorted.
    Literally, say
    Src is source table has 3 columns x,y,z
    Trg is dest table and has 3 columns a,b,c
    x--->a
    y---->b
    z---->c
    The SQL should be
    select x,y,z from src order by x,y.
    I could do the mapping but the order by ..I could not do it .
    IKM used: IKM BIAPPS Oracle Incremental Update

    Why can't you use simple UPDATE command in EXECUTE SQL Task as below,
    DROP TABLE SSN
    DROP TABLE STAGING
    DROP TABLE STUDENT
    CREATE TABLE SSN(pn_id VARCHAR(100),ssn BIGINT)
    INSERT INTO SSN VALUES('000616850',288258466)
    INSERT INTO SSN VALUES('002160790',176268917)
    CREATE TABLE Staging (ssn BIGINT, id INT, pn_id BIGINT, name VARCHAR(100), subject VARCHAR(100),grade VARCHAR(10), [academic year] INT, comments VARCHAR(100))
    INSERT INTO Staging VALUES(288258466, 1001, '770616858','Sally Johnson', 'English','A', 2005,'great student')
    INSERT INTO Staging VALUES(176268917, 1002, '192160792','Will Smith', 'Math','C', 2014,'no comments')
    INSERT INTO Staging VALUES(444718562, 1003, '260518681','Mike Lira', 'Math','B', 2013,'no comments')
    CREATE TABLE Student(id INT,pn_id BIGINT,subject VARCHAR(100), [academic year] INT, grade VARCHAR(10), comments VARCHAR(100) )
    INSERT INTO Student VALUES(1001, '000616850', NULL,NULL,NULL ,NULL)
    INSERT INTO Student VALUES(1002, '002160790', NULL,NULL,NULL ,NULL)
    UPDATE Student SET Subject = C.Subject, [academic year]=C.[academic year], grade=C.grade,comments=C.comments
    FROM SSN A INNER JOIN Student B
    ON A.pn_id=B.pn_id INNER JOIN Staging C
    ON A.ssn = C.ssn
    SELECT * FROM Student
    Regards, RSingh

  • Condition Price to be picked in GR from the condition table MEK1

    Dear All,
    I have a requirement like
    I have 3 different condition type say ZPBS,ZSPL,ZADD.I have maintained these condition with a new acess seq.For these conditions i maintained some fixed value in MEK1,say 500,20,10 respectively.
    After that i did a PO with these conditions with the condition table value say 500,20,10 i.e 530.But after that i changed the value to 600,30,20 say 650.Prior to that i have changed the condition control to "GR date-5" in PO item.
    So after that i did the GR,the value of GR is coming as 650.
    My requirement i want the condition table value 500,20,10 i.e 530 is to be come after doing the GR.
    So pls suggest any specific solution if possible for this.
    Regards,
    DD

    Hi,
    Make date valid check (From & To) in MEK1 for the Values so that based on the valiadity it will be process for GR.
    pherasath

  • How do I create a header in the response table for a column I want to use that is not on the form it

    Example: My form has 10 fillable questions.  The Response table uses 10 columns to show the answers to those questions.  I would like to use 3 more columns to record internal information.  How do I insert the header titles?

    Hi,
    You can go to Responses view tab, focus on your last column header and then click menu Table->Add Column After. Or you click + button at the end of table - refer below image.
    I am not clear your question "How do I insert the header titles?" Do you mean you want to use your form title as data value in each cell in the column? If yes, you can set formula in the column following below steps.
    1. Click +Add a Row button
    2. Focus on the cell on column L (I assume you want to set your formular on this column).
    3. Input ="your form title" into the cell
    Then after you received a submission, the form title would display in the related cell in each row.
    Hope it will help you.
    Thanks,
    Ying

  • I'm creating a book format in Pages. I want the page count to be 1 on the first page of chapter one after the title page, table of contents, etc.. How do I do that?

    I'm creating a book format in Pages. I want the page count to be 1 on the first page of chapter one after the title page, table of contents, etc.. How do I do that?

    That is not the issue.
    Pages/OSX does not save files with crop marks and bleeds.
    It also by default saves transparency, which is involved in a lot of Pages' better features, at a rubbishy 72 dpi resolution.
    It also makes it extremely difficult to maintain mono-color like black only text, has no spot color and makes color management opaque.
    It really is only meant for amateur publishing and printing to your desktop printer.
    A commercial printer who is willing to use and print from Pages may have better results but at the cost of considerable micro-management which defeats the point of this "cheap" solution.
    Peter

  • Want to select individual data as well as aggregate data from the same table

    want to select a, b  from tab1  also need to find in the same table  tab1 need to do sum(b) group by a

    SELECT a,b,0 AS Ord
    FROM tab1
    UNION ALL
    SELECT a,SUM(b),1
    FROM tab1
    GROUP BY a
    ORDER BY a,Ord
    assuming SQL Compact
    If its SQL Server then we have much simpler methods
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • I HAVE A SOURCE TABLE WITH 10 RECORDS AND TARGET TABLE 15 RECORDS. MY WUESTION IS USING WITH THE TABLE COMPARISON TRANSFORM I WANT TO DELETE UNMATCHED RECORDS FROM THE TARGET TABLE ??

    I HAVE A SOURCE TABLE WITH 10 RECORDS AND TARGET TABLE 15 RECORDS. MY QUESTION IS USING WITH THE TABLE COMPARISON TRANSFORM .I WANT TO DELETE UNMATCHED RECORDS FROM THE TARGET TABLE ?? HOW IT IS ??

    Hi Kishore,
    First identify deleted records by selecting "Detect deleted rows from comparison table" feature in Table Comparison
    Then Use Map Operation with Input row type as "delete" and output row type as "delete" to delete records from target table.

  • I want to define the Source Table from the Oralce Database. 11.1.1.3

    Dear all,
    How can i Define the Source table to take data from Oracle Database, and the target to be Essbase ?
    Another Qusetion
    Have i use the ERPi in FDQM ?
    If i have Why u should use ERPi ? ?

    Please note that the example in the admin guide is looping through a recordset and doing an append. If you are importing a large amount of data from a source table, this script is not efficent and will result in out of memory errors. You would want to do an insert into on the work table during the import process. This can be done using the FDM API.

  • I want to update the Custom table using the data available in ITAB.

    Hi,
    I want to updaste the Custom Table which is created by me (Ztable) using the data available in itab.(which i got from defferent standard tables)
    I want to update the custom table using the itab data How is it possible?
    Is any possible by using Modify ?
    DPK.

    example here
    modifying datbase table useing internal table
    advises before updating this datbase table plz lock that table to avoid incosistency
    write the logic for modifying
    Modify the database table as per new dunning procedure
    MODIFY fkkvkp FROM TABLE lt_fkkvkp .
    and finally unlock the table
    example
    *To lock table for further operations
    constants: lc_tabname TYPE rstable-tabname VALUE 'FKKVKP' . "FKKVKP
    CALL FUNCTION 'ENQUEUE_E_TABLE'
    EXPORTING
    tabname = lc_tabname
    EXCEPTIONS
    foreign_lock = 1
    system_failure = 2
    OTHERS = 3.
    IF sy-subrc EQ 0.
    To fetch all the contract accounts for customers of the segment
    Households/SME.
    PERFORM fetch_contract_accounts using lc_tabname .
    ENDIF. " IF sy-subrc EQ 0.
    *wrote the logic
    Modify the database table as per new dunning procedure from internal table
    MODIFY fkkvkp FROM TABLE lt_fkkvkp .
    *unlock the tbale
    CALL FUNCTION 'DEQUEUE_E_TABLE'
    EXPORTING
    TABNAME = uc_tabname .

  • Want the table for PDF outputs in AR

    Hi all,
    I want the table which stores all the prdf output paths. In general 'fnd_conc_req_outputs' table stores all the details of the path of specific concurrent request. But for my case concurrent request id is not presented in this table.
    To be specific, In AR if i run the 'Statement Generation Program', am able to see the pdf output from front end when i click the 'View Ouput' button. But i want the table which stores this pdf path of Unix box, so that i can get the pdf output from Unix box and place in some other directory.
    For example, if we query the fnd_conc_req_outputs table, it will give the file path as '/u01/oracle/qa2comn/admin/out/QA2_bn-orclqaapp01/NUAN_RAXINV_XML_BELGIUM_7433550_1.PDF'.
    Please help in this regard as soon as possible because it very much urgent for me.
    Many thanks in advance.
    Thank you
    Kiran

    Hi Octavio,
    Most of my reports are showing path in the fnd_conc_req_outputs. But this report i am unable to see.Can you try this report once and see whether you are geting entry in that table.
    To run this report
    Go to Receivables User-->Print Documents-->Statements
    Enter option as 'Print Statements', Bucket as 'Statement', Cycle as 'Monthly' and press submit. It autometically spawns the 'Statement Generation Program'.
    But it takes some time to complete it and try in test instance only.
    Thanks
    Kiran

  • I want the table fields name for the screen fields of transactions lm59

    Hi all
      I am enhancing transactions LM58,LM59and  LM 60
      But in that transactions underthe lable of storage bin , there are 3 input fields . I want to know the exact table fields for those 3 input screen fields .

    Ravi,
    OK.
    You can look to tables EKPO, EKKO for PO-related fields.
    Look to SE84 under   ABAP Dictionary > Fields > Table Fields   - This is search tool for existing names.  Or can create custom Y-   and  Z- fields, data elements, domains to meet your needs.
    Please reward points.

  • I want to update the FND_FLEX_VALUES_TL table "DESCRIPTION" Column

    Hi,
    i want to update the description column in Fnd_Flex_Values_Tl Table for a specific value set id, but my question is my client is having two languages AR & US he wants the description of AR in Description of US so help me to update the description column as per the AR language for all accounts.
    select ffv.flex_value_set_id,
    ffv.flex_value_id,
    ffv.flex_value,
    ffvtl.flex_value_id,
    ffvtl.language,
    ffvtl.description
    from fnd_flex_values_copy ffv,
    fnd_flex_values_tl_copy ffvtl
    where ffv.FLEX_VALUE_ID=ffvtl.FLEX_VALUE_ID
    and ffv.flex_value_set_id='1007630'
    order by flex_value,language
    Regards,
    Pasha

    As expected...
    Isn't that message self-explanatory?
    You're updating a child record, and if you're updating the cild_table.parent_id then that parent_id has to exist in the parent_table.
    SQL> create table prnt(a varchar2(10) primary key);
    Table created.
    SQL> create table chld(a varchar2(10), b varchar2(10) references prnt (a));
    Table created.
    SQL> insert into prnt values('Parent 1');
    1 row created.
    SQL> insert into chld values('Child 1','Parent 1');
    1 row created.
    SQL> update chld set b = 'Parent 2';
    update chld set b = 'Parent 2'
    ERROR at line 1:
    ORA-02291: integrity constraint (INFO.SYS_C00311351) violated - parent key not found
    SQL> insert into prnt values('Parent 2');
    1 row created.
    SQL> update chld set b = 'Parent 2';
    1 row updated.

Maybe you are looking for

  • Why is my App Store acting up

    Recently I've had trouble downloading apps related to Google like, Google chrome and Google. At first I noticed the problem when the App Store continued to tell me to update the app (Google chrome) even though it had already been done. I deleted Goog

  • Modification of business content infocube

    Hi, Suppose the requirement needs one more field in the business content infocube 0PA_C01. Do I need to change the infocube or copy this infocube to another and make the appropriate changes in the new one. If I modify 0PA_C01 what will be the upgrade

  • Search help doubt

    Hi all, I HAVE A SEARCH HELP, FOR AN INPUT OUT FIELD SAY NAME ,from table zxxx. I can search name from from table zxxx using fields LIKE MATNR , ID ETC. WHEN I HIT THE F4 VALUE FOR THAT , ITS GIVES ME APOP UP WINDOW ASKING FOR SOME INPUT FOR SEARCH.

  • What is wrong with my variables....I really need help soon

    I need help. I know I need to add in repaint and change methods, but how come, when I put the starting values of my sliders for R: 0 G: 50 B: 0, the square is not green when it loads? IT is just black. What should happen, at least what I think[i] sho

  • I can't attach a file in ISP's WebMail. Was no Problem before. It is OK in MS IE v8x

    I use my ISP's WebMail. I am now unable to attach any files to any eMails. It was OK up until about a month ago. I don't rember making any change about then that would of caused this. I can browse for it and select the file, but when I try to 'add it