SE11 vs. DD03L

Dear All,
I'm searching for answer concerning this:
Using SE16 + DD03L and using selection criterium table LBBIL_INVOICE I can see fields (e.g. LBBIL_INVOICE-ALAND, LBBIL_INVOICE-BIL_CAT, etc.) in the report that are not displayed when I'm using SE11 + LBBIL_INVOICE.
What is the reaon I see certain fields belonging to LBBIL_INVOICE if I use SE16 + DD03L with LBBIL_INVOICE that are not diplayed when I use SE11 with LBBIL_INVOICE?
Please help me to get answer for this question - sorry, if my question is very simple one, my AbAP knowledge is very limited...
Thanks,
Csaba
Edited by: Csaba Szommer on Dec 1, 2008 1:31 PM

hi Csaba,
LBBIL_INVOICE is a structure to transfer data to smartforms.
using SE16+DD03L you can get only the basic fields and allows you to enter values.
But in SE11 you can only open the structure. Structure doesnot basically hold data like tables do.
they are used to transfer data at runtime....
your structure contains header and item level nested structure for smartforms....
coming to your issue, LBBIL_INVOICE-ALAND, LBBIL_INVOICE-BIL_CAT can also be found in SE11.
Click on the Hierarchial button and the the search key(at menu)...
Enter field names and you can get the fields inside the nested structure.
Use ctrl+g to search next field....
ags.

Similar Messages

  • Different results between DD03L and the same structure in transaction SE11

    Hi Experts,
    I created a 'Z' structure and when I see this structure using trx se11 are displayed 10 fields but when I see this same structure through the table DD03L are displayed 15 fields.
    I created again 2 of 5 fields that were missing and the register was duplicated for that field in the table DD03L .
    Someone already see anything like this??
    Best regards and thanks in advance.
    Caíque Escaler

    hi check this...
    dd03l is for the tables and i didnt think for the structures..and give  the structure name  in the DATA TYPE it will show the structure you had created ..see the header text for the dd03l and u will get  what it is exactly
    se11->data type  zstructure->f7(display)..
    regards,
    venkat

  • How to download structure fields using  (Not querying DD03L)

    Hi Gurus,
    The function module 'DB_GET_TABLE_FIELDS' is used to download table fields but if I want to download structure fields, how do I do it ?
    I don't want to query DD03L because it then gives fields in alphabetical order but the actual structure does not have those fields in alphabetical order.
    Regards,
    Rajesh.

    Hi,
    You can still use DD03L..Then sort the internal table POSITION.
    Example
    DATA: ITAB LIKE DD03L OCCURS 0 WITH HEADER LINE.
    SELECT * FROM DD03L INTO TABLE ITAB
                 WHERE TABNAME = 'RV45A'.
    IF SY-SUBRC = 0.
      SORT ITAB BY POSITION.
    ENDIF.
    Now the itab will be in the order that you see in SE11..
    Thanks,
    Naren

  • Table DD03L - Field Internal Length issue

    Our Basis team performed a system refresh from our Production ECC 6 server to our Sandbox server.
    Afterwards, we noticed an issue in table DD03L - this table holds the
    table & field definitions for the data dictionary objects.
    In DD03L, we found that the internal lengths (field INTLEN) of all of
    our fields in table PA0001 had doubled from their original lengths. It
    seems that this issue is affecting table PA00001 only - For example, Field ABKRS shows an INTLEN = 4 while in Production INTLEN = 2.
    However, when we view PA0001 in SE11, all of the field attributes look
    normal.
    Anyone run into anything similar to this? This may be more of a Basis
    question, though.
    Thanks alot,
    robert.

    i'm suspicious that it does have something to do with Unicode - but when we implemented last year, all of our boxes were converted to Unicode compliant.

  • How to Activate the Table which Doesn't Exist - Can I create Table in SE11

    Hi Gurus,
    I am a BASIS Person ..so, I don't have much idea about ABAP Developement side . But, while applying patches to one of  the SAP Component, I get the following error message ( usr\sap\trans\log ) :
    Phase Import_Proper
    >>>
    SAPAIBIIP7.BID
    1 ED0301 *************************************************************************
    1 EDO578XFollowing objects not activated/deleted or activated/deleted w. warning:
    1EEDO519X"Table" "WRMA_S_RESULT_DATA" could not be activated
    1EEDO519 "Table Type" "WRMA_TT_UPDTAB_DSO" could not be activated
    1 ED0313 (E- Row type WRMA_S_RESULT_DATA is not active or does not exist )
    2WEDO517 "Domain" "WRMA_KAPPL" was activated (error in the dependencies)
    2WEDO517 "Data Element" "/RTF/DE_FISCPER" was activated (error in the dependencies)
    2WEDO517 "Data Element" "/RTF/DE_FISCVARNT" was activated (error in the dependencies)
    2WEDO517 "Data Element" "WRMA_DE_RCLASV" was activated (error in the dependencies)
    2WEDO517 "Data Element" "WRMA_DE_RMA_AMNT" was activated (error in the dependencies)
    2WEDO517 "Data Element" "WRMA_DE_RMA_INV" was activated (error in the dependencies)
    2WEDO517 "Data Element" "WRMA_DE_RMA_OBJ" was activated (error in the dependencies)
    2WEDO549 "Table" "V_WRMA_TRCLASVER" was activated (warning for the dependent tables)
    2WEDO549 "Table" "V_WRMA_TRCLASVPE" was activated (warning for the dependent tables)
    2WEDO549 "Table" "V_WRMA_TRCLPERCL" was activated (warning for the dependent tables)
    2WEDO549 "Table" "WRMA_S_STOCK_SELECTION_DATE" was activated (warning for the dependent tables)
    <<<
    Now, I checked Domain WRMA_KAPPL  in SE11 and it diplays that it is partially active :
    " The obeject is marked partially active for the following reasons :
       Errors occured when adjusting dependent Objects to a change. Some of the dependent objects could not
       be adjusted to this change. To adjust the dependent objects, you must perform the following actions
       the next time you activate this object.
                        - SET THE SYNP TIME STAMP IN THE RUNTIME OBJECT OFALL DEPENDENT OBJECTS
    My question is - how to activate this SYNP Time Stamp.. ?
                          - Once I activate this SYNP Time Stamp.. How do I activate this ..in SE11 or some other
                            TCode..
    Any / ALL Help is highy appreciated and would be rewarded with appropriate Reward Points.
    Thanks,
    Regards,
    - Ishan
    >> Ok, Now I forcefully activated the Domain and then all the 5  Data Elements in SE11 ...now I have error
         that table  WRMA_S_RESULT_DATA  and WRMA_TT_UPDTAB_DSO Could not be activated...
         ..And in SE11 > Input the first / Second Table  > Excute > Output : Table Does not Exist !!!
          - Now, How do I activate something which does not exist in the first place ?
        Any Input about this ?
    Thanks,
    Regards,
    - Ishan
    Edited by: ISHAN P on Jun 19, 2008 3:44 PM

    Read note 1152612 - Incorrect component type in structure WRMA_S_RESULT_DATA.
    The error occurs in Release BI_CONT 703 Support Package 9.
    If you require an advance correction for Support Package 9, make the following manual changes if the InfoObject 0TCTLSTCHG is inactive in your system.
    1. Use transaction RSA1 to call the Data Warehousing Workbench.
    2. Check whether the InfoObject 0TCTLSTCHG was already activated by the compilation process the first time you called transaction RSA1.  You can use transaction RSD1 to check this by entering 0TCTLSTCHG in the "InfoObject" field and choosing "Display".  Proceed as follows if the InfoObject is still not active:
    3. Go to BI Content activation.
    4. Select "Object Types".
    5. Open the "InfoObjects" tree and select "Objects".
    6. Search for the InfoObject 0TCTLSTCHG and select it.
    7. Transfer the object and activate it.
    These steps activate the required component type /BI0/OITCTLSTCHG. You can check again in transaction RSD1 to ensure that the InfoObject 0TCTLSTCHG is available as active.
    Jacek Fornalczyk

  • Creating a Maintenance View Table on SE11

    Hi, Experts.  I want to create a Maintenance View Table on SE11 (View option on SE11 and then selecting Maintenance view from the View Type List).  Is there anyone who have a document that will be able to help me create this table or pointers that will help me.
    Thanks for your help.
    Regards

    hi,
    steps are
    Goto SE 11.
    Choose the radio button of Views, give the view name and create.
    Enter the short description and table names for which u want to create view.
    Select the 2nd table-name field and click on relationship button.
    Then goto view fields tab.
    Select the table name and the fields u want to display.
    Save and activate.
    please see this
    steps  to create a view

  • What is the purpose of the Initial Value checkbox in SE11?

    Hi,
    When we create database tables using SE11, there is a Initial Value checkbox for the fields that we create. How do we make use of this checkbox?
    For example, after checking the Initial Value checkbox, how do I go about entering the intial value? There isn't a input field for me to do it. Thanks.

    "Initial values" Flag  ---> Indicator that NOT NULL is forced for this field
    Select the flag if a field to be inserted in the database is to be filled with initial values. The initial value used depends on the data type of the field.
    Please note that fields in the database for which the this flag is not set can also be filled with initial values.
    When you create a table, all fields of the table can be defined as NOT NULL and filled with an initial value. The same applies when converting the table. Only when new fields are added or inserted, are these filled with initial values. An exception is key fields. These are always filled automatically with initial values.
    Restrictions and notes:
    The initial value cannot be set for fields of data types LCHR, LRAW, and RAW. If the field length is greater than 32, the initial flag cannot be set for fields of data type NUMC.
    If a new field is inserted in the table and the initial flag is set, the complete table is scanned on activation and an UPDATE is made to the new field. This can be very time-consuming.
    If the initial flag is set for an included structure, this means that the attributes from the structure are transferred. That is, exactly those fields which are marked as initial in the definition have this attribute in the table as well.
    Hope this helps.
    Thanks,
    Balaji

  • View creation in SE11

    would anyone please explain how to create views in SE11 with screen shots
    Thanks in advance

    Hi sunnype,
    First you read the below then you can see SE11.
    Here i explained shortly.
    View
    Definition
    A view describes the layout and behavior of a rectangular area of a user interface.
    Use
    Every Web Dynpro application has at least one view. The layout of a view is made up of different user interface elements, which can be nested in each other. The positioning of interface elements in one view is supported by the supplied layout variants.
    In addition to the visible part, the layout, a view also contains a controller and a context. The data to which the elements of the view can be bound are stored and managed in the view context, enabling them to be represented or used on the screen. The view controller can contain methods for data retrieval or for processing user input.
    Multiple views can be classified in view sets.
    A view also has inbound and outbound plugs so that views can connected with each other, or so that a view can be linked with an interface view. These plugs can be linked with each other using navigation links.
    Empty View
    The empty view is a special type of view. It is always generated automatically in a window or a view set area, provided that no view has been embedded manually. It may also be preferable to embed an empty view in a non-empty window as well. Just like a normal view, the empty view occupies a certain area of a window at runtime and can be used to hide a different view, for example, using specific controls.
    When you create an empty view, an inbound plug with the default name ShowEmptyView is created.
    And read the below these views also
    Views
    Data about an application object is often distributed on several tables. By defining a view, you can define an application-dependent view that combines this data. The structure of such a view is defined by specifying the tables and fields used in the view. Fields that are not required can be hidden, thereby minimizing interfaces. A view can be used in ABAP programs for data selection.
    The data of a view is derived from one or more tables, but not stored physically. The simplest form of deriving data is to mask out one or more fields from a base table (projection) or to include only certain entries of a base table in the view (selection). More complicated views can comprise several base tables, the individual tables being linked with a relational join operation. See also Join, Projection and Selection.
    The base tables of the view must be selected in the first step of a view definition. In the second step, these tables must be linked by defining the join conditions. It is also possible to use the join condition from a foreign key defined between the tables (see  Foreign Key Relationship and Join Condition). In the third step, you must select the fields of the base tables to be used in the view. Selection conditions that restrict the records in the view can be formulated in the fourth step.
    Four different view types are supported. These differ in the way in which the view is implemented and in the methods permitted for accessing the view data.
    Database views are implemented with an equivalent view on the database.
    Projection views are used to hide fields of a table (only projection).
    Help views can be used as selection method in  search helps.
    Maintenance views permit you to maintain the data distributed on several tables for one application object at one time.
    Database views implement an inner join. The other view types implement an outer join (see Inner and Outer Join).
    The join conditions for database views can be formulated using equality relationships between any base fields. The join conditions for the other view types must be obtained from existing foreign keys. Tables therefore can only be combined in a maintenance view or help view if they are linked to one another with foreign keys.
    The maintenance status defines whether you can only read data with the view or whether you can also insert and change data with it.
    See also:
    Example for Views
    Creating Views
    Deleting Views
    if any doubts then see the below links
    http://help.sap.com/saphelp_nw04/helpdata/en/b3/b3243ee9399a0be10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ec5d446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    if it is useful kindly reward me

  • Table view in se11

    Hi all,
    how to create table view in se11 (example please), and is it necessary to create Ztable for view or I can create
    view for 2 tables eg.  VBAK and VBRK.
    points....

    Hi,,,
    Yes you can create views for  these 2 tables,, and include wat ever fields you want in your view from these 2 tables......
    (1)- enther your view name in se11, click create then it will ask
    for type of view then tick database view,, then click enter...
    (2)- enter short descp,,,, on left hand side specify the table name youw want to use..... on right hand side specify the fields name from the table which are common in both table.
    (3)- then click on view field tab,,,,, and enter the fields which you want in your view.......
    donot forgot to activate your view....
    thanks
    saurabh

  • Access key needed when creating a new database table with SE11

    Hi,
    I'm using SAP Testdrive (evaluation) on linux in order to learn a bit about ABAP programming. I want to create a new database table in the  dictionary to be used in my programs. I proceed in the following way:
    1) I run the SE11 transaction
    2) At the first entry I write the name of the table to be created (in the Database Table field)
    3) I click on the create button.
    But then the system asks me an Access Key to register, where can I get this?
    Thanks in advance,
    Kind Regards,
    Dariyoosh

    Ok I found the answer to my question in another thread
    Developer Key
    Make sure that your program names starts with "Z" or "Y", otherwise the system will ask you to register the object because it thinks you are creating/changing in the SAP namespace.
    In fact this was my error, my table name didn't start with neither "Z" nor "Y".
    Kind Regards,
    Dariyoosh
    Edited by: dariyoosh on Nov 13, 2010 12:34 PM

  • Purpose of Append Structure in DDIC(SE11)

    What is the purpose of Append Structure in DDIC(SE11)-Table?How to use this?
    Title by: Alvaro Tejada Galindo on Jan 23, 2008 6:11 PM

    Append structures are like user exits provided by SAP to enhance the Standard tables. It behaves like include structure only, but this append structure is taken care in the SAP version upgrage process, automatically. The name of append structure starts with 'Z' namespace..SAP by default proposes the append structure name with the table name prefixed with 'Z'.
    It is always recommended to modiy or append the Standard tables using append structure.
    It is the standard provided for SAP standard table enhancement.
    APPEND STRUCTURE->
    Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.
    An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.
    The following enhancements can be made to a table or structure TAB with an append structure:
    · Insert new fields in TAB,
    · Define foreign keys for fields of TAB that already exist,
    · Attach search helps to fields of TAB that already exist,
    These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure.
    When a table or structure is activated, all the append structures of the table are searched and the fields of these append structures are added to the table or structure. Foreign keys and search help attachments added using the append structure are also added to the table. If an append structure is created or changed, the table or structure assigned to it is also adjusted to these changes when the append structure is activated.
    Since the order of the fields in the ABAP Dictionary can differ from the order of the fields on the database, adding append structures or inserting fields in such append structures does not result in a table conversion.
    The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm
    INCLUDE->
    http://www.sapdb.org/7.4/htmhelp/f2/b1219d1b9646b0ae248a7a5a95a33e/content.htm

  • 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

  • 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.

  • Steps to Create a structure in  t.code se11

    hi,
    I want to know the steps to create a structure in se11.
    i want to include these fields:
    <u>Table</u>    <u>field</u>
    ekpo         -     ematn
    v_024        -     ektek
    ekko         -     verkf

    Hi,
    1. Go To SE11
    2. Select the radio button "Data Type"
    3. Enter the structure name "ZXXX"
    4. Click create button
    5. Dialog box will appear
    5. Select the radio button "Structure" from that dialog
    6. A new screen "Dictionary: Maintain Structure" will appear
    7. Enter the short description
    8. Create components ( means fields ) by clicking Buit-in type / component button.
        Built-in means SAP standard DATA types
        Components means using existing Domain/Data element
        Ex:
        Component: ABC
        data Type: CHAR
    9. Now click the save button (Control + S)
    10. Click the "Activate" button (Control + F3)
    11. Now your structure is ready to use.
    Note:
    In your case you can go for Component type to declare the fields. Since you have EMATN, EKTEK and VERKF.
    Regs,
    Venkat Ramanan N
    Message was edited by: Venkat Ramanan Natarajan

  • Hi all please help me regarding mbspatch1 for se11 and se16

    hi all sap guru's,
              need a very urgent help from you all.hop you all will give a solution.
    i have installed sap 4.6d minisap that comes with abap objects bookks in my system.my os is windows 2000 prof.
    - If i use transactions SE11 or SE16 to display table contents (e.g. Table SPFL1)
    i receive the error message "No changes on SAP objects allowed".
    - Access to the F1S logical database causes syntax errors because the DBF1SF01 include is missing.
    it has been given to follow a procedure in mbspatch1 zip file.
    but when i try to use the patch for se16, se11 and log data base receive I the following error 4 ETW000....R3trans.exe version 6.05 (release 46D - 04,10,00 - 09:16:00).  4 ETW000 =============================================== 4 ETW000 4 ETW000 control file:  < NO CTRL file > 4 ETW000 date&time:  23.01.2003 - 19:43:15 ÈETW169 NO connect possible:  "connect failed with DBLI_RC_LOAD_LIB_FAILED."

    Hi Pandu,
    I hope this is Installation Problem or Problem with Frontend GUI . try to apply the patches...
    regards
    vijay
    Message was edited by: Vijay Babu Dudla

Maybe you are looking for

  • Can't get WRT54GS v6 to work as access point

    I know this may seem to be beaten to death, but I can't find the answer for my specific situation. Here is what I have: Netgear DGND3700 v2 set in use as the router/dhcp/modem/wireless. It's wireless range is **bleep** (more like pathetic). I ran a C

  • Problem with database access in EJB deployment to SJSAS on remote deploy

    Hi, I have deployed an Enterprise application containing an EJB3.0 module to a remote sun application server (Edition 9.0_01 (build b02-p01)) using a mysql ver 5 DB with connector mysql-connector-java-5.0.0-beta-bin. It is being used by a swing appli

  • I've installed Flash Player, why can't I play a swf file?

    I'm trying to play a swf file in Windows 7. I've been able to do this before many times, using Flash Player, but it doesn't work now. I've recently done a complete reinstall of Windows 7 and my apps, and this is the first time I've tried to play a sw

  • "Change desktop background" instantly hides when opened

    I have a rather strange issue that's a nuisance. When I right click on the desktop and select "Change Desktop Background," the system preferences pane opens, but automatically is hidden (similar to if you press cmd+H). I have to click the icon to res

  • Rc.d script in AUR for each daemon of interest?

    Hello everyone, first let me apologize if this has been asked before, but I couldn't find it with google and the forums search. What would you guys (especially the devs) think of creating an additional AUR package for every daemon of interest with an