Creation of SAP Table in SE11

Hi!
I am facing with the problem of hanging SPAM patch (SAPKB13 - 16).
The patch will be stopped in the phase IMPORT_PROPER (step: DDIC activation) after few seconds.
The error is:
SPAM
IMPORT_PROPER
Reason: TP_STEP_FAILURE
Return-code: 0008
Error message: OCS package SAPKB70013, step "A", return code 0008
I looked into SPAM - Goto - Import Logs - Queue and found the following:
ABAP Dictinary Activaiton endes with return code 8.
Table SI_WD_FIRST_MAIN_SCREEN could not be activated
Question:
Is it possible to create the table SI_WD_FIRST_MAIN_SCREEN by my own in tcode SE11?
Thank you very much!
Thom

Hi!
The problem in DDIC ACTIVATION is due to fact that I  created a
queue including SAPKB70013 and SAPKB70014 and spam reached MAIN
IMPORT phase.
SI_WD_FIRST_MAIN_SCREEN is deleted in sp14
Then, the queue was reset (I suppose) and only SAPKB70013 was imported
manually in the system.
How can the problem be solved?
Thank you very much!
regads
Thom

Similar Messages

  • Crystal Report against SAP R/3 Table-View (SE11) instead of SQ02-Infosets?

    Hi all,
    does anybody know if crystal can connect to an SAP R/3 Table-View which is created with the SE11 Transaction ?
    I want to use this instead of the SQ02 InfoSets because the "join"-functionality in the SQ02-Infosets is only rudimentary and i need more detailed join-functionality.
    I use Crystal 12 with SP3 and i also have the SAP-Integration-Kit installed.
    Thanks a lot.
    Sebastian

    Hi,
    For creating CR report with R3 tables, please select the "SAP Table,Cluster or Function" in the CREATE NEW CONNECTIONS list.
    With this you should be able to select R3 table and create a report.
    Thanks,
    Noor.

  • Batch Job creation by adding entries to SAP tables

    Hi Experts,
    I understand there are at least 4 SAP tables involved with Batch Jobs.
    I need to create many variants and manually creating them using sm36 is tedious.
    If I add entries in the TBTC* tables, can the batch jobs be created without causing inconsistency ?
    The batch jobs are all similar, based on a zprogram that selects from sap tables data and updating to a ztable. There are  many variants I need to create and assign to the batch jobs. So, if I can update the entries in the tables to achieve the same, it would be much quicker and reduce human error and make checking the job setup faster and easier.
    Please advise.
    regards
    M Russo

    Hi,
    There are many function modules which helps you to create the variants.
    You need to create a simple report to automate your variant creation and batch submission.
    use function module RS_CREATE_VARIANT to create variant use the structure RSPARAMS to specify the value of your selection screens
    Go to the function group BTCH . Use JOB open close to submit the batch jobs with variants anor any ther fm in the BTCH function goup.
    Hope this helps rather than directly writing to tables.
    Thanks

  • Creation of Database table using function module DB_CREATE_TABLE

    I used the function module DB_CREATE_TABLE to create a database table from a report program.
    The SY-SUBRC value being returned is 0 but I am not able to access the table using SE11(that is if it gets created). Kindly let me know if you know how to resolve this problem.
    Is there any other function module to create a database table from a report program?
    Thanks & Regards,
    Pranjali

    Hello,
    Check this programs how they are using the this FM.
    LSDB3U14
    LSDB6U04                               DD: Creation of temporary tables (only keys or complete)
    LSMC2F00                               Procedures for Creating and Deleting Dependent Matchcode ID Objects
    LSUGXU08
    LSUGXU18                             Rückgabe aller DB-spezifischen Parameter der Freiplatzprüfung im Upgra
    RCNV0002                               DD: Convert CDHDR and CDPOS
    RDDMV4TB                               Generate Exchange TADIR
    RDDMVCUA                               Generate Exchange TADIR
    RDDMVFTX                               Repository Switch: Generate New Empty Clone Table DDFTX
    RDDMVNTB                               Filling the Exchange Nametabs (DDYTT, DDYTF)
    RDDMVTRE                               Generate Exchange TADIR
    RSINFINI                               INFORMIX Performance Monitor: Additional DB Definitions for SAP R/3
    RTXWCF1F                               Include LTXW4F01

  • Relationship between unknown SAP-TABLES

    Hi Folks,
    Lets take a scenario of populating an ouput internal table with fields from 4 unknown sap tables(relation between the tables is unknown). How can we check the relationship between those tables to populate the internal table..? What are the possible ways to check the relationship between tables..?
    Can u please help me on this.
    Thanks n regards,
    ram.

    Hi <b>Ram</b>,
        I tried the following method to find relation between tables and i think it is quite useful. I hope this will be of some use to you.
    ->   Goto SE11 and display one of the tables.
    ->   Click on the <b>Graphic</b> icon on the toolbar or use shortcut ctrlshiftF11
    ->   It displays all the related tables by foreign key and even gives you all check tables involved. If the list is a long one, you can even use <u>Find</u> option to check if the other tables you are trying to find relation with, exist in the screen.
        Hope this Helps!! Do get back!!
    Regards,
    <b>Naveenan</b>.

  • Creating a new Search Help on a standard SAP table field?

    Good day, everyone!
    As part of a report I am writing, the customer would like to have Search Help added to the AUFEX field in table AUFK.  They would like this functionality so that when they are changing an order via t-code ko02, they can get a list of valid values to put in field AUFEX.  I would like to tie it to a zTable I've created; in my zTable, I have just 2 fields:  a key value (that will go into AUFEX) and a text description of the key value.  This zTable is used in my report.
    While I've created a Search Help on this table already for table maintenance, I've never added a custom Search Help to an existing standard SAP table field before.  I've done some Googling and other searching to see what I need to know, but I've only been able to find information on Collective Search Helps.  AUFEX doesn't yet have a Search Help field, so I don't think Collective Search Helps is my answer.
    Is this possible?  Can I add a custom Search Help to a standard SAP table field that doesn't have any Search Help linked to it yet?  Is there an existing thread or guide somewhere that can tell me how to do this?
    Thank you!

    Hi
    Yes u can: u can assign the search help to (A) data element livel or (B) field table livel.
    After creating your search help:
    A) Run SE11, insert your data element (AUFEX), press edit and insert the search help in "Search Help" area on DEFINATION tab;
    B) Run SE11, insert your table (AUFK), press edit, place the cursor on your field (AUFEX) and go to GoTo->Search help->for field
    But u should consider it'll mean to change a standard object for both cases: so u need to get the access key from your OSS.
    Max

  • Loading records from .csv file to SAP table via SAP Program

    Hi,
    I have a .csv file with 132,869 records and I am trying to load it to an SAP table with a customized SAP program.
    After executing the program, only 99,999 records are being loaded into the table.
    Is there some setting to define how many records can be loaded into a table? Or what else could be the problem?
    Pls advice.
    Thanks!!!

    hi Arun ,
    A datasource need a extract structure to fetch data .It is nothing but a temp table to hold data.
    First you need to create atable in SE11 with fields coming from CSV file.
    Then you need to write a report program to read you CSV file and populate your table in BW .
    Then you can create a datasource on top of this table .
    After that replicate and load data at PSA and use to upper flow.
    Regards,
    Jaya Tiwari

  • Creation of condition table without copy

    During creation of Condition table ( without copying any condition from available tables), Is it possible to see all field catalouges available? and if possible then how can we see all fields available to add desired ones into our table?

    Hi,
    SPRO >Sales and Distribution->Basic Functions>Pricing>Pricing Control-->Define Condition Tables
    In the above menu path you can find out the Field catalog what SAP has given if you want to add new field you can add provided
    If you done the Enhancements
    Regards,
    Prasanna

  • CREATION OF CUSTOM TABLES

    hi
    I AM TRYING TO CREATE A CUSTOM IN ABAP
    I followed the following procedure
    SE11
    SPCIFIED THE CUSTOM TABLE NAME
    CLICKED ON CREATE BUTTON
    THEN SPECIFIED SHORT DESCRIPTION
    For Delivery Class I specified as C
    For DataBrowser and Table variant I specified as Display and Maintenance allowed
    Once I click on save before specifying other properties I see the following error displayed
    "RFC system error for destination GTADIR_SERVER"
    Thanks in advance

    Hi,
    once again try like this.
    Steps to Creating domains, Data Elements, Tables
    To give you the steps for creating table:.
    There are two approach in creating a table.
    1. Bottom-up approach
    2. Top-down approach. 
    Both are valid and you can choose which approach is suitable for you.  I always use the bottom-up approach. Here are the steps to create the tables with this approach.
    1. SE11 will take you to the DDIC and enter the name of the new table to be created. Let us say Zname. Click create.
    2. Enter the short discription of the table and enter the field of the table.  If it is primary key and you have to check the box. 
    3. Enter the data element  and double click it, you will be asked to save and will take you to data element discription page.  Enter the short discription of the data element and enter the information of domain like the length of field and type of field.
    4. If you wanted to use the existing domain then its fine, or else, you have to create one.  Enter the domain name in the data element page and double click it.  Page will ask to save and jump to domain creation page.
    5. In the domain page, you have to save the information which you have already given in the data elements page and check it.  Before going to data element page, you have to activate the domain.
    6. Go to data element page and save, check and activate.
    7. Go to main table page and save, check, and activate.  
    8. Also, you have to save the technical settings of the table.
    The table is now ready for operation. You can use it in your program or you can use it to enter information.
    Check table:  It is the table which will have all the information about the Foreign keys which are the primary keys in the check table.
    It can be created by creating the foreign key from the main table.  Click foreign key in the main table and it will take you to a page which will ask for table name and field to which foreign key relation has to be associated. Enter the information and you can create the check table automatically.
    SM30 is used for maintenance of the table, that is to realease the errors occured during the creation of the table.  
    Well, this is the information I have.
    Regards,
    satish.

  • Get an error at calling dialog of reservation creation in SAP R/3

    Hi experts,
    Through SE35,I made a dialog module "ZMM_DIALOG_RE_CREATION".
    Its program is SAPMM07R and screen number is 500.
    I called this dialog module in my program "SAPMZMB21",the transaction code is ZMB21.
    When I executed ZMB21,an error arised.
    The error is "Check table 158:entry ZMB21 does not exist."
    I found that SAP standard program of reservation creation checks the table T158.
    My defined transaction code ZMB21 really did not exist in table T158.
    So how should I do?

    This is development question.
    You may not get an answer in this MM forum

  • Insert data in sap tables

    HI guru's,
    Iam new to sap... un expectly deleted some entries from tables..i want to some fields in sap table: T030 how to add it.. plz send me example programm..
    regards
    JK

    hi,
    Use Maintenance generator for that table..
    then u can easily upload ur datas to tat standard table
    Table Maintenance Generator (TMG) is a tool which is used to create a equipment by which customized tables created by end users can be changed as required,such as making an entry to that table,deleating an entry etc.
    Go to SE11, give the table name and click on change. Then Go to utilities--> Table maintenance generator.
    https://forums.sdn.sap.com/click.jspa?searchID=12043942&messageID=2272486
    Re: Modifications to SAP Standard
    https://forums.sdn.sap.com/click.jspa?searchID=12043942&messageID=5019762
    siva

  • Which SAP tables does CM read to update data

    Hi
    Please can someone tell me which SAP tables in FI, MM and SD that SAP Cash Management  (CM) selctes data from when updating FSCM-CM.
    In other words, if I delete CM data and then recreate it using programs RFFDDL00  (delete) and RFFDKU00 / RFFUEB00 / RFFDMM10 / RDDSD10 / RFFDMM20  (create for OIs, GLs/Bank Bal, MM/POs, SD/SOs and MM/PRs resp) which tables are the source tables for SAP CM?
    Thanks for any help anyone can give me. I'm trying to undesrstand the data creation process to trace why the drill-down to AP/AR OIs is not working and why the GL drill-down lists 000's more OIs than the CM balance shows and why the drill-down for POs/PRs in MM and SOs in SD works correctly.
    Wayne

    Hi Priyanka,
    Please take a look at these..
    http://help.sap.com/saphelp_erp2005/helpdata/en/04/964e38533e3860e10000009b38f889/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5a/5b5738ed5a1d36e10000009b38f889/frameset.htm
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • Information regarding SAP Tables

    HI All,
            I am new to SAP.As a part of archiving project,we recently archived the entire SAP database using a tool.When we started archiving we stopped the SAP and all the jobs which are running to make sure that all the tables are stagnant.This is due to the fact that once we archive, we do a row count on the Oracle(SAP) and archived tales to make sure every thing is archived.
                       But unfortunately, As we archiving the oracle database(SAP) got restarted as there was a backup job which ran and restarted the server.Now when we completed the full archiving and did a row count comparision we found that the below tables have different counts from the Oracle(SAP) i.e source.I think that these tables are SAP metadata and when system got restarted due to the back p job, these tables might have been updated.
    Please see the list of tables below and let me know whether these tables contain any Data which might e useful to the customer or is it just some metadata used by SAP and nothing else...
    DBABARL
    DBAML
    DBATL
    DBSNP
    DDLOG
    MONI
    PAHI
    SDBAD
    SDBAH
    SGOSHIST
    SNAP
    TBTCO
    TBTCP
    TSP01
    TSP02
    TSPEVDEV
    TSPEVJOB
    TST01
    TXMILOGRAW
    UTAB
    VARI
    Thanks in Advance

    > Please see the list of tables below and let me know whether these tables contain any Data which might e useful to the customer or is it just some metadata used by SAP and nothing else...
    Well - you can check the content of the tables in SE11 and SE16. Whether the data is used or not depends on the customizing of the system and the applications/modules used. Whether this is "only" metadata can only be determined by the customer himself.
    Markus

  • How to see the table in se11 that has been created in oracle 10g directly

    hi,
    how to see the table in se11 that has been created at SQL> prompt in oracle 10g directly ?
    is there any procedure to attache directly created table  into sap ?

    I think you have to create it in SE11 first. Although you can probably use native SQL to access it from an ABAP program.
    Rob

  • SAP table field names

    in program i want to pass sap table name and get all the fields of this table name.  how i can achieve this through abap program. table will be standard sap table and not internal table.

    hi ,
    enter the table name and get the fields..
    REPORT  Z_DYNALV                                     .
    *Type pools declaration for ALV
    TYPE-POOLS: SLIS.   " ALV Global Types*data declaration for dynamic internal table and alv
    DATA:     L_STRUCTURE   TYPE REF TO DATA,
              L_TABLE    TYPE REF TO DATA,
              STRUC_DESC   TYPE REF TO CL_ABAP_STRUCTDESCR,
              LT_LAYOUT   TYPE SLIS_LAYOUT_ALV,
              LS_LVC_FIELDCATALOGUE  TYPE LVC_S_FCAT,
              LT_LVC_FIELDCATALOGUE  TYPE LVC_T_FCAT,
              LS_FIELDCATALOGUE TYPE SLIS_FIELDCAT_ALV,
              LT_FIELDCATALOGUE TYPE SLIS_T_FIELDCAT_ALV.
    *field symbols declaration
    FIELD-SYMBOLS :
      <IT_TABLE>    TYPE STANDARD TABLE,
      <DYN_STR>         TYPE ANY,
      <STR_COMP> TYPE ABAP_COMPDESCR.
    *declarations for grid title
    DATA : T1(30),
           T2(10),
           T3(50).
    *selection screen declaration for table input
    PARAMETERS : P_TABLE LIKE DD02L-TABNAME.
    *initialization event
    INITIALIZATION.
    *start of selection event
    START-OF-SELECTION.
    *texts for grid title
      T1 = 'Dynamic ALV display for table'.
      T2 = P_TABLE.  CONCATENATE T1 T2 INTO T3 SEPARATED BY SPACE.
    Dynamic creation of a structure
      CREATE DATA L_STRUCTURE TYPE (P_TABLE).
      ASSIGN L_STRUCTURE->* TO <DYN_STR>.
    Fields Structure
      STRUC_DESC ?= CL_ABAP_TYPEDESCR=>DESCRIBE_BY_DATA( <DYN_STR> ).
      LOOP AT STRUC_DESC->COMPONENTS ASSIGNING <STR_COMP>.
      Build Fieldcatalog
        LS_LVC_FIELDCATALOGUE-FIELDNAME = <STR_COMP>-NAME.
        LS_LVC_FIELDCATALOGUE-REF_TABLE = P_TABLE.
        APPEND LS_LVC_FIELDCATALOGUE TO LT_LVC_FIELDCATALOGUE.
      Build Fieldcatalog
        LS_FIELDCATALOGUE-FIELDNAME = <STR_COMP>-NAME.
        LS_FIELDCATALOGUE-REF_TABNAME = P_TABLE.
        APPEND LS_FIELDCATALOGUE TO LT_FIELDCATALOGUE.
      ENDLOOP.
    Create internal table dynamic
      CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
        EXPORTING
          IT_FIELDCATALOG = LT_LVC_FIELDCATALOGUE
        IMPORTING
          EP_TABLE        = L_TABLE.
          ASSIGN L_TABLE->* TO <IT_TABLE>.
    Read data from the table selected.
      SELECT * FROM (P_TABLE)
        INTO CORRESPONDING FIELDS OF TABLE <IT_TABLE>.
    ALV Layout
      LT_LAYOUT-ZEBRA = 'X'.
      LT_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.
      LT_LAYOUT-WINDOW_TITLEBAR = T3.
    *ALV  output
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          IS_LAYOUT     = LT_LAYOUT
          IT_FIELDCAT   = LT_FIELDCATALOGUE
        TABLES
          T_OUTTAB      = <IT_TABLE>
        EXCEPTIONS
          PROGRAM_ERROR = 1
          OTHERS        = 2.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    regards,
    venkat.

Maybe you are looking for