Error in code generation for deleting table BUT000_TD

Hi,
Did anyone encounter this error while working on EEWB ?
I created the project extension via EEWB and completed the wizard setting with the package (dev. class) value as $temp as I wanted to test it locally.
One of the errors, that I got is:
Error in code generation for deleting table BUT000_TD
    Message no. DA464
Diagnosis
    This error message indicates that internal inconsistencies exist.
Procedure
    Please consult SAP.

Hi,
As I mentioned in my previous post kindly check the consistency of the structure BUT000_TD.
Regards,
Sudheer.

Similar Messages

  • GL Codes Marked for Deletion - Segregation

    Hi,
    The users have some GL Codes that are in the Chart of Accounts but have been marked for deletion. The users now want these GL Codes to be segregated from the normal ones being used, by using a prefix such as "Z" or "X". Is it possible to do so and how can this be done?
    Thanks in advance.
    Your help would be highly appreciated.
    Regards

    Hi,
    You may use Tcode MASS for mass change of the GL account
    Putting the special character on the start of the GL account code cannot be done since you that portion cannot be edited
    You may use table SKA1 to generate all the GL account that is marked for deletion.
    Hope this helps you.
    Thanks,
    Rod

  • Fatal error installation code 1603 for all-in-one printer C4280

    Until a month ago, I'd been successfully running my C4280 with my Dell 1535 (Windows 7 32-bit) for about a year. (It's not a new printer but it works perfectly well; it was a hand-me-down after my own HP printer died after many, many years of good service.)  I uninstalled the software because the Solution Center stopped working, cleaned up my registry, deleted temp files, ran Uninstall L_3, installed Windows updates, installed Malwarebytes, checked the condition of my .NET Framework, etc.,  etc. I have literally spent about a month trying to get the printer software to install to no avail. I have been in every forum on the internet, tried every solution posted here or on the Micsrosoft website. I have read about the incompatibiltiy between HP and Win 7 and cannot find a solution. I don't know what else to do.
    The only thing I have not done--and will not do--is to reinstall Windows, the last solution suggested by all the HP reps when all other solutions fail. What does it say about a tech-based company who's solution is to throw the baby out with the bathwater?
    Pretty pathetic that one would have to chuck out a perfectly good printer because the software will not install. If anyone has any viable suggestions--other than rolling back the system to an earlier version or re-installing Windows--I'd LOVE, LOVE, LOVE to hear it. If I'm forced to buy a new printer because I could not install the driver, I vow never to buy another HP product as long as I walk the earth. 
    Here's the log info:
    The following lines were retrieved from the installation error logs.
    +00000000000001970176/s/Now Launching=X:\hpzprl01.exe -inf -m 
    preload_drivers-IXXX -f "X:\hpoins13.dat" -Validate No at" -Validate
    No
    Failed to add catalog file for
    'X:\hposcu11.inf_x86_neutral_8470ae2dd4974995\hposcu11.inf'.
    SetupINFsListedInDatFile failed with Fatal error during installation.
    Exit code=1603
    error situation code 25389268
    Thanks in advance.

    BunnyVonBunny wrote:
    Here's the log code:
    Error code 31100272
    +00000000000732983296/s/Now Launching=X:\hpzprl01.exe -inf -m 
    preload_drivers-IXXX -f "X:\hpoins13.dat" -Validate No at" -Validate
    No
    Exit code=1603
    Hi BunnyVonBunny,
    I appreciate your efforts thus far and I understand how frustrating this has been. Please complete the steps in the following document; Fatal Error 'Error 1603. A fatal error occurred during installation' (MSI Error 1603) Displays Durin....
    Some of these steps maybe the same as what I have already suggested but doing them in the order the document suggests could be what it takes to resolve the issue.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Default Code Generation for a Custom Class for an Application Module

    hi all
    Oracle® Fusion Middleware
    Fusion Developer’s Guide for Oracle Application Development
    Framework
    11g Release 1 (11.1.1)
    with Jdeveloper TP3 ,
    By default, the application module Java class will look similar to what you see in
    Example below when you've first enabled it. Of interest, it contains:
    ■ Getter methods for each view object instance in the data model
    ■ A main() method allowing you to debug the application module using the
    Business Components Browser
    [package devguide.model;
    import devguide.model.common.StoreServiceAM;
    import oracle.jbo.server.ApplicationModuleImpl;
    import oracle.jbo.server.ViewLinkImpl;
    import oracle.jbo.server.ViewObjectImpl;
    // --- File generated by Oracle ADF Business Components Design Time.
    // --- Custom code may be added to this class.
    // --- Warning: Do not modify method signatures of generated methods.
    public class StoreServiceAMImpl extends ApplicationModuleImpl {
    /** This is the default constructor (do not remove) */
    public SRServiceImpl() { }
    /** Sample main for debugging Business Components code using the tester */
    public static void main(String[] args) {
    launchTester("devguide.model", /* package name */
    "SRServiceLocal" /* Configuration Name */);
    /** Container's getter for YourViewObjectInstance1 */
    public ViewObjectImpl getYourViewObjectInstance1() {
    return (ViewObjectImpl)findViewObject("YourViewObjectInstance1");
    // ... Additional ViewObjectImpl getters for each view object instance
    // ... ViewLink getters for view link instances here
    when i try this i didn't find the default generation for main method
    have i do something before enable custom java file for Application module
    hope to hear from you soon

    hi nonStop
    Since you are using Jdeveloper TP3, this might be a better place to ask your question:
    "JDeveloper and OC4J 11g Technology Preview"
    JDeveloper and OC4J 11g Technology Preview
    success
    Jan Vervecken

  • 9.7.3 Default Code Generation for a Custom Class for an Application Module

    hi all
    Oracle® Fusion Middleware
    Fusion Developer’s Guide for Oracle Application Development
    Framework
    11g Release 1 (11.1.1)
    with Jdeveloper TP3 ,
    By default, the application module Java class will look similar to what you see in
    Example below when you've first enabled it. Of interest, it contains:
    ■ Getter methods for each view object instance in the data model
    ■ A main() method allowing you to debug the application module using the
    Business Components Browser
    [package devguide.model;
    import devguide.model.common.StoreServiceAM;
    import oracle.jbo.server.ApplicationModuleImpl;
    import oracle.jbo.server.ViewLinkImpl;
    import oracle.jbo.server.ViewObjectImpl;
    // --- File generated by Oracle ADF Business Components Design Time.
    // --- Custom code may be added to this class.
    // --- Warning: Do not modify method signatures of generated methods.
    public class StoreServiceAMImpl extends ApplicationModuleImpl {
    /** This is the default constructor (do not remove) */
    public SRServiceImpl() { }
    /** Sample main for debugging Business Components code using the tester */
    public static void main(String[] args) {
    launchTester("devguide.model", /* package name */
    "SRServiceLocal" /* Configuration Name */);
    /** Container's getter for YourViewObjectInstance1 */
    public ViewObjectImpl getYourViewObjectInstance1() {
    return (ViewObjectImpl)findViewObject("YourViewObjectInstance1");
    // ... Additional ViewObjectImpl getters for each view object instance
    // ... ViewLink getters for view link instances here
    when i try this i didn't find the default generation for main method
    have i do something before enable custom java file for Application module
    hope to hear from you soon

    hi nonStop
    Since you are using Jdeveloper TP3, this might be a better place to ask your question:
    "JDeveloper and OC4J 11g Technology Preview"
    JDeveloper and OC4J 11g Technology Preview
    success
    Jan Vervecken

  • Error in code - points for sure

    can someone tell me why i am not getting output from the following code
    REPORT YTEST.
    TABLES: MARA,MARC,MARD,MBEW,MVKE,MAKT.
      DATA: BEGIN OF I_MARC OCCURS 0,
              MATNR LIKE MARC-MATNR,
              EKGRP LIKE MARC-EKGRP,
              PSTAT LIKE MARC-PSTAT,
              DISPO LIKE MARC-DISPO,
              BESKZ LIKE MARC-beskz,
            END OF I_MARC.
      DATA: BEGIN OF I_MARD OCCURS 0,
             MATNR LIKE MARD-MATNR,
             LGORT LIKE MARD-LGORT,
             ERSDA LIKE MARD-ERSDA,
             WERKS LIKE MARD-WERKS,
            END OF I_MARD.
      DATA: BEGIN OF I_MBEW OCCURS 0,
             MATNR LIKE MBEW-MATNR,
             BWKEY LIKE MBEW-BWKEY,
             PEINH LIKE MBEW-PEINH,
             END OF I_MBEW.
      DATA: BEGIN OF I_MARA OCCURS 0,
             MATNR LIKE MARA-MATNR,
             MTART LIKE MARA-MTART,
             MATKL LIKE MARA-MATKL,
             MEINS LIKE MARA-MEINS,
             MBRSH LIKE MARA-MBRSH,
             BSTME LIKE MARA-BSTME,
           END OF I_MARA.
      DATA: BEGIN OF I_MVKE OCCURS 0,
             MATNR LIKE MVKE-MATNR,
             VKORG LIKE MVKE-VKORG,
             VTWEG LIKE MVKE-VTWEG,
             VRKME LIKE MVKE-VRKME,
              KONDM LIKE MVKE-KONDM,
            END OF I_MVKE.
      DATA: BEGIN OF I_MAKT OCCURS 0,
             MATNR LIKE MAKT-MATNR,
             SPRAS LIKE MAKT-SPRAS,
             MAKTX LIKE MAKT-MAKTX,
            END OF I_MAKT.
      DATA: BEGIN OF I_OUT OCCURS 0,
              MATNR LIKE MARC-MATNR,
              MEINS LIKE MARA-MEINS,
              MBRSH LIKE MARA-MBRSH,
              MATKL LIKE MARA-MATKL,
              MTART LIKE MARA-MTART,
              BSTME LIKE MARA-BSTME,
              WERKS LIKE MARD-WERKS,
              EKGRP LIKE MARC-EKGRP,
              PSTAT LIKE MARC-PSTAT,
              DISPO LIKE MARC-DISPO,
              BESKZ LIKE MARC-BESKZ,
              LGORT LIKE MARD-LGORT,
              ERSDA LIKE MARD-ERSDA,
              BWKEY LIKE MBEW-BWKEY,
              PEINH LIKE MBEW-PEINH,
              VKORG LIKE MVKE-VKORG,
              VTWEG LIKE MVKE-VTWEG,
              VRKME LIKE MVKE-VRKME,
              KONDM LIKE MVKE-KONDM,
              SPRAS LIKE MAKT-SPRAS,
              MAKTX LIKE MAKT-MAKTX,
            END OF I_OUT.
    select-options: s_matnr for marc-matnr.
      SELECT MATNR EKGRP PSTAT DISPO BESKZ FROM MARC INTO
      CORRESPONDING FIELDS OF TABLE I_MARC where matnr = 38.
      SELECT MATNR MTART MATKL MEINS MBRSH BSTME FROM MARA INTO
      CORRESPONDING FIELDS OF
      TABLE I_MARA FOR ALL ENTRIES IN I_MARC
                WHERE MATNR EQ I_MARC-MATNR.
      SELECT MATNR SPRAS MAKTX FROM MAKT INTO
      CORRESPONDING FIELDS OF TABLE I_MAKT
                 FOR ALL ENTRIES IN I_MARC
                WHERE MATNR = I_MARC-MATNR.
      SELECT MATNR LGORT ERSDA WERKS FROM MARD INTO
      CORRESPONDING FIELDS OF TABLE
                I_MARD FOR ALL ENTRIES IN I_MAKT
                WHERE MATNR = I_MAKT-MATNR.
      SELECT MATNR BWKEY PEINH FROM MBEW INTO
    TABLE I_MBEW
           FOR ALL ENTRIES IN I_MARD
               WHERE MATNR = I_MARD-MATNR.
      SELECT MATNR VKORG VTWEG VRKME KONDM FROM MVKE INTO
    TABLE I_MVKE
                FOR ALL ENTRIES IN I_MBEW
               WHERE MATNR = I_MBEW-MATNR.
      LOOP AT I_MARC.
        MOVE I_MARC-MATNR TO I_OUT-MATNR.
        MOVE I_MARC-EKGRP TO I_OUT-EKGRP.
        MOVE I_MARC-PSTAT TO I_OUT-PSTAT.
        MOVE I_MARC-DISPO TO I_OUT-DISPO.
        MOVE I_MARC-BESKZ TO I_OUT-BESKZ.
        READ TABLE I_MARA WITH KEY MATNR = I_MARC-MATNR.
        MOVE I_MARA-MTART TO I_OUT-MTART.
        MOVE I_MARA-MBRSH TO I_OUT-MBRSH.
        MOVE I_MARA-MEINS TO I_OUT-MEINS.
        MOVE I_MARA-MATKL TO I_OUT-MATKL.
        MOVE I_MARA-BSTME TO I_OUT-BSTME.
        READ TABLE I_MAKT WITH KEY MATNR = I_MARC-MATNR.
        MOVE I_MAKT-SPRAS TO I_OUT-SPRAS.
        MOVE I_MAKT-MAKTX TO I_OUT-MAKTX.
        READ TABLE I_MARD WITH KEY MATNR = I_MARC-MATNR.
        MOVE I_MARD-LGORT TO I_OUT-LGORT.
        MOVE I_MARD-ERSDA TO I_OUT-ERSDA.
        MOVE I_MARD-WERKS TO I_OUT-WERKS.
        READ TABLE I_MBEW WITH KEY MATNR = I_MARC-MATNR.
        MOVE I_MBEW-BWKEY TO I_OUT-BWKEY.
        MOVE I_MBEW-PEINH TO I_OUT-PEINH.
        READ TABLE I_MVKE WITH KEY MATNR = I_MARC-MATNR.
        MOVE I_MVKE-VKORG TO I_OUT-VKORG.
        MOVE I_MVKE-VTWEG TO I_OUT-VTWEG.
        MOVE I_MVKE-VRKME TO I_OUT-VRKME.
        MOVE I_MVKE-KONDM TO I_OUT-KONDM.
        APPEND I_OUT.
        CLEAR I_OUT.
      ENDLOOP.
    write:/ i_out-MATNR,
    i_out-EKGRP,
    i_out-PSTAT,
    i_out-DISPO,
    i_out-BESKZ,
    i_out-LGORT,
    i_out-ERSDA ,
    i_out-WERKS,
    i_out-BWKEY,
    i_out-PEINH,
    i_out-MTART,
    i_out-MATKL,
    i_out-MEINS,
    i_out-MBRSH,
    i_out-BSTME,
    i_out-VKORG,
    i_out-VTWEG,
    i_out-VRKME,
    i_out-KONDM,
    i_out-SPRAS,
    i_out-MAKTX.
    regards,
    sriram

    Hi Sriram
    Please check the below code and make sure you have some data for material number 38 in your MARC table.
    REPORT YTEST.
    TABLES: MARA,MARC,MARD,MBEW,MVKE,MAKT.
    DATA: BEGIN OF I_MARC OCCURS 0,
    MATNR LIKE MARC-MATNR,
    EKGRP LIKE MARC-EKGRP,
    PSTAT LIKE MARC-PSTAT,
    DISPO LIKE MARC-DISPO,
    BESKZ LIKE MARC-beskz,
    END OF I_MARC.
    DATA: BEGIN OF I_MARD OCCURS 0,
    MATNR LIKE MARD-MATNR,
    LGORT LIKE MARD-LGORT,
    ERSDA LIKE MARD-ERSDA,
    WERKS LIKE MARD-WERKS,
    END OF I_MARD.
    DATA: BEGIN OF I_MBEW OCCURS 0,
    MATNR LIKE MBEW-MATNR,
    BWKEY LIKE MBEW-BWKEY,
    PEINH LIKE MBEW-PEINH,
    END OF I_MBEW.
    DATA: BEGIN OF I_MARA OCCURS 0,
    MATNR LIKE MARA-MATNR,
    MTART LIKE MARA-MTART,
    MATKL LIKE MARA-MATKL,
    MEINS LIKE MARA-MEINS,
    MBRSH LIKE MARA-MBRSH,
    BSTME LIKE MARA-BSTME,
    END OF I_MARA.
    DATA: BEGIN OF I_MVKE OCCURS 0,
    MATNR LIKE MVKE-MATNR,
    VKORG LIKE MVKE-VKORG,
    VTWEG LIKE MVKE-VTWEG,
    VRKME LIKE MVKE-VRKME,
    KONDM LIKE MVKE-KONDM,
    END OF I_MVKE.
    DATA: BEGIN OF I_MAKT OCCURS 0,
    MATNR LIKE MAKT-MATNR,
    SPRAS LIKE MAKT-SPRAS,
    MAKTX LIKE MAKT-MAKTX,
    END OF I_MAKT.
    DATA: BEGIN OF I_OUT OCCURS 0,
    MATNR LIKE MARC-MATNR,
    MEINS LIKE MARA-MEINS,
    MBRSH LIKE MARA-MBRSH,
    MATKL LIKE MARA-MATKL,
    MTART LIKE MARA-MTART,
    BSTME LIKE MARA-BSTME,
    WERKS LIKE MARD-WERKS,
    EKGRP LIKE MARC-EKGRP,
    PSTAT LIKE MARC-PSTAT,
    DISPO LIKE MARC-DISPO,
    BESKZ LIKE MARC-BESKZ,
    LGORT LIKE MARD-LGORT,
    ERSDA LIKE MARD-ERSDA,
    BWKEY LIKE MBEW-BWKEY,
    PEINH LIKE MBEW-PEINH,
    VKORG LIKE MVKE-VKORG,
    VTWEG LIKE MVKE-VTWEG,
    VRKME LIKE MVKE-VRKME,
    KONDM LIKE MVKE-KONDM,
    SPRAS LIKE MAKT-SPRAS,
    MAKTX LIKE MAKT-MAKTX,
    END OF I_OUT.
    select-options: s_matnr for marc-matnr.
    SELECT MATNR EKGRP PSTAT DISPO BESKZ FROM MARC INTO
    CORRESPONDING FIELDS OF TABLE I_MARC where matnr = '000000000000000038'.
    SELECT MATNR MTART MATKL MEINS MBRSH BSTME FROM MARA INTO
    CORRESPONDING FIELDS OF
    TABLE I_MARA FOR ALL ENTRIES IN I_MARC
    WHERE MATNR EQ I_MARC-MATNR.
    SELECT MATNR SPRAS MAKTX FROM MAKT INTO
    CORRESPONDING FIELDS OF TABLE I_MAKT
    FOR ALL ENTRIES IN I_MARC
    WHERE MATNR = I_MARC-MATNR.
    SELECT MATNR LGORT ERSDA WERKS FROM MARD INTO
    CORRESPONDING FIELDS OF TABLE
    I_MARD FOR ALL ENTRIES IN I_MAKT
    WHERE MATNR = I_MAKT-MATNR.
    SELECT MATNR BWKEY PEINH FROM MBEW INTO
    TABLE I_MBEW
    FOR ALL ENTRIES IN I_MARD
    WHERE MATNR = I_MARD-MATNR.
    SELECT MATNR VKORG VTWEG VRKME KONDM FROM MVKE INTO
    TABLE I_MVKE
    FOR ALL ENTRIES IN I_MBEW
    WHERE MATNR = I_MBEW-MATNR.
    LOOP AT I_MARC.
    MOVE I_MARC-MATNR TO I_OUT-MATNR.
    MOVE I_MARC-EKGRP TO I_OUT-EKGRP.
    MOVE I_MARC-PSTAT TO I_OUT-PSTAT.
    MOVE I_MARC-DISPO TO I_OUT-DISPO.
    MOVE I_MARC-BESKZ TO I_OUT-BESKZ.
    READ TABLE I_MARA WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MARA-MTART TO I_OUT-MTART.
    MOVE I_MARA-MBRSH TO I_OUT-MBRSH.
    MOVE I_MARA-MEINS TO I_OUT-MEINS.
    MOVE I_MARA-MATKL TO I_OUT-MATKL.
    MOVE I_MARA-BSTME TO I_OUT-BSTME.
    READ TABLE I_MAKT WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MAKT-SPRAS TO I_OUT-SPRAS.
    MOVE I_MAKT-MAKTX TO I_OUT-MAKTX.
    READ TABLE I_MARD WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MARD-LGORT TO I_OUT-LGORT.
    MOVE I_MARD-ERSDA TO I_OUT-ERSDA.
    MOVE I_MARD-WERKS TO I_OUT-WERKS.
    READ TABLE I_MBEW WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MBEW-BWKEY TO I_OUT-BWKEY.
    MOVE I_MBEW-PEINH TO I_OUT-PEINH.
    READ TABLE I_MVKE WITH KEY MATNR = I_MARC-MATNR.
    MOVE I_MVKE-VKORG TO I_OUT-VKORG.
    MOVE I_MVKE-VTWEG TO I_OUT-VTWEG.
    MOVE I_MVKE-VRKME TO I_OUT-VRKME.
    MOVE I_MVKE-KONDM TO I_OUT-KONDM.
    APPEND I_OUT.
    CLEAR I_OUT.
    ENDLOOP.
    Loop at i_out.
    write:/ i_out-MATNR,
    i_out-EKGRP,
    i_out-PSTAT,
    i_out-DISPO,
    i_out-BESKZ,
    i_out-LGORT,
    i_out-ERSDA ,
    i_out-WERKS,
    i_out-BWKEY,
    i_out-PEINH,
    i_out-MTART,
    i_out-MATKL,
    i_out-MEINS,
    i_out-MBRSH,
    i_out-BSTME,
    i_out-VKORG,
    i_out-VTWEG,
    i_out-VRKME,
    i_out-KONDM,
    i_out-SPRAS,
    i_out-MAKTX.
    endloop.
    Reward points if useful!!
    ~Ranganath

  • IDM with SQL server Error: Cannot find columns for the table...

    Hi all,
    I am Configuring IDM with SQL Server repository and ran into this error.
    'Cannot find columns for the table 'object'
    .....jdbc...[SQL Server]Invalid object name 'object'
    Can anybody please help me!!
    G

    Yes, permissions are very important. I ran into a similar problem because I didn't have the correct permissions. Make sure the user has the following permissions:
    CREATE ANY TABLE
    ALTER ANY TABLE
    DROP ANY TABLE
    CREATE ANY PROCEDURE
    EXECUTE ANY PROCEDURE
    DROP ANY PROCEDURE
    Also, make sure there is enough space in the default tablespace of that user.
    HTH
    ~Suvesh

  • Error while selecting data for mara table from KOTG516 table

    Hello all,
    I am trying to select the data from mara table with respect to KOTG516 table . but i am not getting the value into t_mara table as t_kotg516-matnr is empty . but the t_kotg516 conatins the matnr value . here is the code . i am not getting where i went wrong . please help .
    TYPES: BEGIN OF Y_KOTG516,
            KAPPL TYPE KAPPL,
            KSCHL TYPE KSCHG,
            VKORG TYPE VKORG,
            VTWEG TYPE VTWEG,
            KUNAG TYPE KUNAG,
            MATNR TYPE MATNR,
            DATBI TYPE KODATBI,
          END OF Y_KOTG516.
    DATA: T_KOTG516 TYPE STANDARD TABLE OF Y_KOTG516,
          E_KOTG516 TYPE Y_KOTG516.
    TYPES: BEGIN OF Y_MARA,
            MATNR TYPE MATNR,
            MEINS TYPE MEINS,
          END OF Y_MARA.
    DATA: T_MARA TYPE STANDARD TABLE OF Y_MARA,
          E_MARA TYPE Y_MARA.
        SELECT KAPPL
               KSCHL
               VKORG
               VTWEG
               KUNAG
               MATNR
               DATBI
         FROM KOTG516
         INTO TABLE T_KOTG516
       WHERE VKORG IN S_VKOR
         AND VTWEG IN S_VTWE
         AND KUNAG IN S_KUNAG.
            IF NOT T_KOTG516[] IS NOT INITIAL
                    and SY-SUBRC EQ 0.
              SELECT MATNR
                     MEINS
                FROM MARA
                INTO TABLE T_MARA
               FOR ALL ENTRIES IN T_KOTG516
               WHERE MATNR EQ T_KOTG516-MATNR
                 AND MEINS EQ 'CS'
                  OR MEINS EQ 'IT'.
              ENDIF.
      FOR T_KOTG516 I HAVE VALUE but matnr is not getting selected from mara table as i cheked t_kotg516-mara is empty . i cant use with header line . please advise .
    Regards

    hi,
    SELECT KAPPL
                 KSCHL
                  VKORG
                 VTWEG
                KUNAG
               MATNR
                DATBI
               FROM KOTG516
              INTO TABLE T_KOTG516
              WHERE VKORG IN S_VKOR
               AND VTWEG IN S_VTWE
                 AND KUNAG IN S_KUNAG.
    if sy-subrc = 0 .
    SELECT MATNR
    MEINS
    FROM MARA
    INTO TABLE T_MARA
    FOR ALL ENTRIES IN T_KOTG516
    WHERE MATNR EQ T_KOTG516-MATNR
    AND MEINS EQ 'CS'
    OR MEINS EQ 'IT'.
    ENDIF.
    regards
    deepak .

  • Service SRM PO fail to replicate to SAP with error"Tax code Mand. for ERS"

    HI
    We are facing issue for posting Serviice PO with vendor enabled with ERS functionality.
    Service purchase orders with ERS flag and with complete tax detail fail to replicate to MM PO. Error found on XML on ECC interface : "Enter Tax code in case of Evaluated receipt settlement".
    We have compelete tax details on the XML which is not recognized. When we manually feed the details in dubug it allows to post the document.
    PO is created with account assigned service item.
    Have any one come across simialr situation.
    Regards
    Prashanth K Saralaya

    Hi Prashanth,
      Do you have tax code maintained in SRM PO. SRM PO is pushed to ERP using RFC Calls and not XML(in standard scenarios). I am wondering why XML is being checked in debug mode by you for a SRM PO to make it to ERP.
    May I have the background of your requirement..
    Regards
    Virender Singh

  • Code generation for business partner

    Hi, all
    In our scenario we need to assign a unique code to business partner record as soon as it is approved by data manager (in MDM workdlow). This assignment should be automatic. Next incremental number would suffice, but AutoID field can't be used for this purpose since it automatically assigns numbers even to new, still not approved records.
    Some kind of this pseudocode in assignment would be great:
    CODE = MAX(CODE)+1
    Where MAX(FIELD) is a function returning maximal value in FIELD field in current table.
    But I couldn't find such function in data manager standard functions list.
    Can anyone suggest a solution?
    Vadim

    hi thanks for your valuable replies...
    i changed the codes...pls check its right or wrong
    declare @temp as char(20)
    IF $[OCRD.GroupCode] = 104  and $[OCRD.cardtype] = 'c'
    BEGIN
    set @temp=(select isnull(max(right(cardCode,7)),0) + 1 from Ocrd where (groupcode= 104) and (len(cardCode)=7))
    set @temp='TRA'isnull(replicate(0,7-len(@temp)),'')@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.cardtype] = 'C'
    BEGIN
    set @temp=(select isnull(max(right(cardCode,7)),0) + 1 from Ocrd where   (len(cardCode)=7))
    set @temp='C'isnull(replicate(0,7-len(@temp)),'')@temp
    select cast(@temp as char(20))
    END
    ELSE IF $[OCRD.cardtype] = 'S'
    BEGIN
    set @temp=(select isnull(max(right(cardCode,7)),0) + 1 from Ocrd where   (len(cardCode)=7))
    set @temp='S'isnull(replicate(0,7-len(@temp)),'')@temp
    select cast(@temp as char(20))
    END
    Thanks & Regards
    B.Lakshmi Narayanan

  • Code generation for spring/ibatis or hibernate

    http://www.mynewsbot.com/rapiddeploy .. I have a beta here and would apreciate some feedback

    Hello D,
    Thanks for your reply, but the ticket codes should be
    generated on the fly. This makes it impossible to
    reserve a block of ticket codes.
    Erwin.Why does the "on the fly" generation of ticket codes prevent you from reserving blocks of codes? If you're saying that they mustn't be contiguous that's not the same thing.
    Dave.

  • Error in Code Generation

    Hi All,
    I am getting following error in my interfance;
    Message:
    ODI-1228: Task FEED_NL_STEP_UPDATE_DATA_TO_XML_WS (Integration) fails on the target XML connection XML_DS_NL_LISTOFACTIVITY.
    Caused By: java.sql.SQLException: ORA-00942: table or view does not exist
    Code:
    TRUNCATE SCHEMA LOA
    Is there any command TRUNCATE SCHEMA.. in oracle?
    If not, then why does this command is generated in the code?
    OR
    Is there any issue in setting properties in the mappings/flow of the interface?
    Can someone through some light?
    Thanks and Regards
    Santosh

    HI Santosh
    Please provide your KMs and transfermation requirement (like XML to oracle table or oracle table to oracle table etc)
    Regards,
    Phanikanth

  • Error is report generation for one employee

    Dear SAP Experts,
    Please provide immediate solution to this issue.
    Blood Group details of one Employee is reflecting multiple times while generating report but only one record is maintained in master data.
    What could be the possible reason for this error  ?
    please give some solution  ASAP
    Regards,
    TD

    Please, stop using words "immediate" and "ASAP" that is just rude behaviour.
    You did not provide the information - which report are you running? What do you mean by 1 record in master data? Does that mean there is only one record in PA0028? If you look technically at the structure of the infotype, you will see that there can be multiply (in fact exactly 30) values / combinations maintained for one single record in the infotype.

  • CE 7.1 SP3 Code generation for Java 1.4.2

    Hi,
    Is it possible to use the Ce 7.1 SP3 environment to develop components for WAS 6.4 ?. 
    Though I have configured the compiler to be Java 1.4 compliant, the code generated still contains Java 5 constructs and thus will not compile correctly. (e.g. @SuppressWarnings("unused")).
    Thanks

    NO chance.
    Regards,
    Benny

  • Error on code generation

    I've got a problem when compiling a class , javac tells me that it failed to generate code. Here is the whole error message, someone knows what I can do ?
    -1 / -14:      N/A     astore_2
    0:      1       new
    1:      2       dup
    2:      3       ldc
    3:      0       invokespecial
    4:      N/A     astore_2
    5:      N/A     aload_0
    6:      N/A     aload_0
    7:      N/A     getfield
    8:      N/A     aload_2
    9:      N/A     invokevirtual
    10:     N/A     iconst_0
    11:     N/A     aaload
    12:     N/A     invokevirtual
    13:     N/A     putfield
    14:     N/A     return
    GenCode failure in source class: GraphicalMenu$1
    at.dms.classfile.ClassFileFormatException: stack underflow
       at at.dms.classfile.InstructionHandle.checkInstruction (InstructionHandle.java:122)
       at at.dms.classfile.CodeEnv.checkExecutionPath (CodeEnv.java:95)
       at at.dms.classfile.CodeEnv.checkExecutionPaths (CodeEnv.java:73)
       at at.dms.classfile.CodeEnv.check (CodeEnv.java:47)
       at at.dms.kjc.CSourceMethod.genCode (CSourceMethod.java:337)
       at at.dms.kjc.CSourceMethod.genMethodInfo (CSourceMethod.java:191)
       at at.dms.kjc.CSourceClass.genMethods (CSourceClass.java:510)
       at at.dms.kjc.CSourceClass.genCode (CSourceClass.java:421)
       at at.dms.kjc.Main.genCode (Main.java:268)
       at at.dms.kjc.Main.run (Main.java:214)
       at at.dms.kjc.Main.compile (Main.java:69)
       at at.dms.kjc.Main.main (Main.java:60)
    error:stack underflow

    I've got a problem when compiling a class , javac tells me that it failed to generate code. Here is the whole error message, someone knows what I can do ?
    -1 / -14:      N/A     astore_2
    0:      1       new
    1:      2       dup
    2:      3       ldc
    3:      0       invokespecial
    4:      N/A     astore_2
    5:      N/A     aload_0
    6:      N/A     aload_0
    7:      N/A     getfield
    8:      N/A     aload_2
    9:      N/A     invokevirtual
    10:     N/A     iconst_0
    11:     N/A     aaload
    12:     N/A     invokevirtual
    13:     N/A     putfield
    14:     N/A     return
    GenCode failure in source class: GraphicalMenu$1
    at.dms.classfile.ClassFileFormatException: stack underflow
       at at.dms.classfile.InstructionHandle.checkInstruction (InstructionHandle.java:122)
       at at.dms.classfile.CodeEnv.checkExecutionPath (CodeEnv.java:95)
       at at.dms.classfile.CodeEnv.checkExecutionPaths (CodeEnv.java:73)
       at at.dms.classfile.CodeEnv.check (CodeEnv.java:47)
       at at.dms.kjc.CSourceMethod.genCode (CSourceMethod.java:337)
       at at.dms.kjc.CSourceMethod.genMethodInfo (CSourceMethod.java:191)
       at at.dms.kjc.CSourceClass.genMethods (CSourceClass.java:510)
       at at.dms.kjc.CSourceClass.genCode (CSourceClass.java:421)
       at at.dms.kjc.Main.genCode (Main.java:268)
       at at.dms.kjc.Main.run (Main.java:214)
       at at.dms.kjc.Main.compile (Main.java:69)
       at at.dms.kjc.Main.main (Main.java:60)
    error:stack underflow

Maybe you are looking for