Regd: SPAM  - SAPKB70011

Dear All,
i want to add only SAP Basis Patch into the Queue.
while i am Importing SAPKB70011 It stopped due to CRT Prequisits. so i added
i added SAPKB70011 ,  SAPKITL420 into the Queue.
Now i want to add ONLY Basis patch into the Queue. When i am trying to Add the Basis Patch SAPKB7001.  It is added SAPKITL420.
if i am Resetting the Queue   by  : EXTRAS > reste Status > Queue . and trying to add only basis patch  SAPKITL420 also adding.
or should i remove from the database level.
please guide how to add only Basis Patch.
Regards
SNB.

Hello Shankar,
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/webcontent/uuid/e7b06b5c-0501-0010-3c80-f82a07c9838a [original link is broken]
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/webcontent/uuid/e7b06b5c-0501-0010-3c80-f82a07c9838a [original link is broken]#posted
Regards ,
Santosh

Similar Messages

  • Spam/saint update and support package

    Hi,
    our solution manger server is crashed long back.Now i installed the solution manager in seperate server.
    solution manager iam getting SPAM/SIANT version as 7.00/0.20 and in development/production SPAM/SAINT version in 7.00/0.23.
    as per check in service market place under SPAM/SAINT update 700 iam getting SPAM/SAINT update version 700 iam got the message as to import  Support Packages SAPKH60008 and SAPKGPAD08. Please advice.
    *in solution manager support package is
    SAPKB70008
    SAPKA70008
    SAPKIPYJ78
    SAPKITLQI2
    SAPKW70008
    SAPKNA7005
    SAPKU50005
    SAPK-40005INCPRXRPM
    SAPKITL416
    SAPK-15074INSTPL
    SAPKITLOG3*
    *in dev/produ system support package is
    SAPKB70011
    SAPKA70011
    SAPKIPYJ7B
    SAPKITLQI3
    SAPKW70012
    SAPKNA7008
    SAPKE60015
    SAPKH60008
    SAPKGPID08
    SAPKGPGD08
    SAPKGPRD08
    SAPK-60008INFINBASIS
    SAPKGPPD08
    SAPKGPFD08
    SAPKGPHD15
    SAPKGPDD08*
    please advice me in service.marketplace>downloads>support packages and from where i will get packages as in dev/production system.
    Regards,
    Asif

    Hi Asif,
    How to get particular support package from service market place .
    EX:SAPKB70011
    If you want to download the patch SAPKB70011:
    Service Market Please --> Downloads --> SAP Support Packages --> Search for Support Package and Patches.
    At the search field, enter SAPKB7001* it will give you all the support package from SAPKB70010 to SAPKB70019 if available.
    You can add the required patch to your download manager.
    Thanks & Regards,
    Nagendra.

  • Regd: Calculation of TOTAL field in ALV report

    Hi All,
    We have a scenario that we are not getting the total value for numeric fields in ALV report.
    Below i have given the code used for it.
    G_KEY = 'X'.
      G_NOKEY = SPACE.
      G_SUM = 'X'.
      G_NOSUM = SPACE.
      PERFORM BUILD_FIELDCAT USING 'VBELN'  G_KEY G_NOSUM.
      PERFORM BUILD_FIELDCAT USING 'BLDAT'  G_NOKEY G_NOSUM.
      PERFORM BUILD_FIELDCAT USING 'VGBEL'  G_KEY G_NOSUM.
      PERFORM BUILD_FIELDCAT USING 'POSNR'  G_KEY G_NOSUM.
      PERFORM BUILD_FIELDCAT USING 'MATNR'  G_KEY G_NOSUM..
      PERFORM BUILD_FIELDCAT USING 'LFIMG'  G_NOKEY G_NOSUM.
      PERFORM BUILD_FIELDCAT USING 'VRKME'  G_NOKEY G_NOSUM.
      PERFORM BUILD_FIELDCAT USING 'NETPR'  G_NOKEY G_NOSUM.
      PERFORM BUILD_FIELDCAT USING 'BRTWR'  G_NOKEY G_NOSUM.
      PERFORM BUILD_FIELDCAT USING 'VALUE_INR'  G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'B_DUTY'     G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'S_TOTAL1'   G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'CV_DUTY'    G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'C_CVD'      G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'S_TOTAL2'   G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'C_DUTY'     G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'S_TOTAL3'   G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'A_DUTY'     G_NOKEY G_SUM.
      PERFORM BUILD_FIELDCAT USING 'T_DUTY'     G_NOKEY G_SUM.
    PERFORM BUILD_LAYOUT.
      PERFORM BUILD_DISPLAY.
    *&      Form  DISPLAY
          text
    FORM BUILD_DISPLAY.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
      I_INTERFACE_CHECK                 = ' '
      I_BYPASSING_BUFFER                = ' '
      I_BUFFER_ACTIVE                   = ' '
      I_CALLBACK_PROGRAM                = ' '
      I_CALLBACK_PF_STATUS_SET          = ' '
      I_CALLBACK_USER_COMMAND           = ' '
      I_CALLBACK_TOP_OF_PAGE            = ' '
      I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
      I_CALLBACK_HTML_END_OF_LIST       = ' '
      I_STRUCTURE_NAME                  =
      I_BACKGROUND_ID                   = ' '
         I_GRID_TITLE                      = TEXT-000
      I_GRID_SETTINGS                   =
       IS_LAYOUT                         = IG_LAYOUT
         IT_FIELDCAT                       = IG_FIELDCAT
      IT_EXCLUDING                      =
      IT_SPECIAL_GROUPS                 =
      IT_SORT                           =
      IT_FILTER                         =
      IS_SEL_HIDE                       =
      I_DEFAULT                         = 'X'
         I_SAVE                            = 'A'
      IS_VARIANT                        =
      IT_EVENTS                         =
      IT_EVENT_EXIT                     =
      IS_PRINT                          =
      IS_REPREP_ID                      =
      I_SCREEN_START_COLUMN             = 0
      I_SCREEN_START_LINE               = 0
      I_SCREEN_END_COLUMN               = 0
      I_SCREEN_END_LINE                 = 0
      I_HTML_HEIGHT_TOP                 = 0
      I_HTML_HEIGHT_END                 = 0
      IT_ALV_GRAPHICS                   =
      IT_HYPERLINK                      =
      IT_ADD_FIELDCAT                   =
      IT_EXCEPT_QINFO                   =
      IR_SALV_FULLSCREEN_ADAPTER        =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER           =
      ES_EXIT_CAUSED_BY_USER            =
        TABLES
          T_OUTTAB                          = IG_INBOUND
       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.
    ENDFORM.                    "DISPLAY
    *&      Form  BUILD_FIELDCAT
          text
         -->G_FIELDNAME  text
         -->L_KEY        text
         -->L_SUM        text
    FORM BUILD_FIELDCAT USING L_FIELDNAME LIKE DD03L-FIELDNAME L_KEY TYPE C L_SUM TYPE C.
      CLEAR WG_FIELDCAT_LN.
      ADD 1 TO G_COL_POS.
      WG_FIELDCAT_LN-REF_TABNAME = 'IG_INBOUND'.
      WG_FIELDCAT_LN-FIELDNAME = L_FIELDNAME.
      WG_FIELDCAT_LN-KEY = L_KEY.
      WG_FIELDCAT_LN-DO_SUM = L_SUM.
      WG_FIELDCAT_LN-COL_POS = G_COL_POS.
      WG_FIELDCAT_LN-NO_OUT = SPACE.
      WG_FIELDCAT_LN-QFIELDNAME = SPACE.
      WG_FIELDCAT_LN-HOTSPOT = SPACE.
      APPEND WG_FIELDCAT_LN TO IG_FIELDCAT.
    ENDFORM.                    "BUILD_FIELDCAT
    *&      Form  BUILD_LAYOUT
          text
    FORM BUILD_LAYOUT.
    IG_LAYOUT-TOTALS_TEXT = 'Total Amount'.
    *IG_LAYOUT-SUBTOTALS_TEXT = 'A'.
    IG_LAYOUT-ZEBRA = 'X'.
    ENDFORM.
    Help and Sugesstions will be much appreciated.
    Thanks & Regds.
    Ramesh.

    This is sample program for the same
    REPORT  Z_50657_ALV_EX2
            NO STANDARD PAGE HEADING
            LINE-COUNT 65(3)
            LINE-SIZE 220
            MESSAGE-ID ZZ.
    *                             Type Pools                               *
    TYPE-POOLS: SLIS, ICON.
    *                              Tables                                  *
    TABLES: VBAK. "Sales Document Data
    *                         Internal Tables                              *
    * TABLE TO HOLD DATA OF SALES DOCUMENT
    DATA: BEGIN OF IT_VBAK OCCURS 0,
          VBELN LIKE VBAK-VBELN, "Sales Document
          VBTYP LIKE VBAK-VBTYP, "SD document category
          AUDAT LIKE VBAK-AUDAT, "Document date (date received/sent)
          AUGRU LIKE VBAK-AUGRU, "Order reason (reason for the business)
          AUART LIKE VBAK-AUART, "Sales Document Type
          NETWR LIKE VBAK-NETWR, "Net Sales Order in Doc. Currency
          WAERK LIKE VBAK-WAERK, "SD document currency
          ICON TYPE ICON-ID,     "traffic lights
          END OF IT_VBAK.
    *                             Work Areas                               *
    *WORK AREAS DEFINED FOR ALV'S
    DATA: WA_FIELDCAT TYPE SLIS_FIELDCAT_ALV,      "field catalog
          IT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,     "field catalog ITAB
          WA_SORT TYPE SLIS_SORTINFO_ALV,           "SORT work area
          IT_SORT TYPE SLIS_T_SORTINFO_ALV,         "SORT ITAB
          LAYOUT TYPE SLIS_LAYOUT_ALV,              "LAYOUT
          WA_FCODE TYPE SLIS_EXTAB,                 "FUN CODE
          I_FCODE_EXTAB TYPE SLIS_T_EXTAB,
          WA_EVENTS TYPE SLIS_ALV_EVENT,
          IT_EVENTS TYPE SLIS_T_EVENT.
    *                       Selection-Screen                               *
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
    SELECT-OPTIONS: S_VBELN FOR VBAK-VBELN.
    PARAMETERS: P_VBTYP LIKE VBAK-VBTYP DEFAULT 'C'.
    SELECTION-SCREEN END OF BLOCK B1.
    SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME.
    PARAMETERS: LIST RADIOBUTTON GROUP G1,
                GRID RADIOBUTTON GROUP G1.
    SELECTION-SCREEN END OF BLOCK B2.
    *                     At  Selection-Screen                             *
    *VALIDATION
    *                       Start of Selection                             *
    START-OF-SELECTION.
    *POPULATION OF DATA INTO INTERNAL TABLE ITAB
      PERFORM GET_DATA.
    *DEFINE USER DEFINED FIELDCATALOG
      PERFORM DEFINE_FIELDCATALOG.
    *SUBTOTALS AND TOTALS DISPLAY USING SORT
      PERFORM SORT_LIST.
    *CHANGE FCODE OF STATUS
      PERFORM CHANGE_FCODE.
    *CHECK RADIOBUTTON OPTION AND ACCORDINGLY FINAL DISPLAY
      PERFORM CHECK_OPTION.
    *&      Form  GET_DATA
    *       text
    FORM GET_DATA.
      SELECT VBELN
             VBTYP
             AUDAT
             AUGRU
             AUART
             NETWR
             WAERK FROM VBAK INTO TABLE IT_VBAK
             WHERE VBELN IN S_VBELN AND VBTYP = P_VBTYP
             AND ERDAT > '01.01.2004' AND NETWR > 0.
      LOOP AT IT_VBAK.
        IF IT_VBAK-NETWR < 10000.
          IT_VBAK-ICON = '@08@'.
        ELSEIF IT_VBAK-NETWR > 100000.
          IT_VBAK-ICON = '@0A@'.
        ELSE.
          IT_VBAK-ICON = '@09@'.
        ENDIF.
        MODIFY IT_VBAK INDEX SY-TABIX.
      ENDLOOP.
    ENDFORM.                    "GET_DATA
    *&      Form  CHECK_OPTION
    *       text
    FORM CHECK_OPTION.
      WA_EVENTS-NAME = 'TOP_OF_PAGE'.
      WA_EVENTS-FORM = 'TOP'.
      APPEND WA_EVENTS TO IT_EVENTS.
      CLEAR WA_EVENTS.
      WA_EVENTS-NAME = 'END_OF_LIST'.
      WA_EVENTS-FORM = 'END_LIST'.
      APPEND WA_EVENTS TO IT_EVENTS.
      CLEAR WA_EVENTS.
      IF LIST = 'X'.
        PERFORM LIST_DISP.
      ENDIF.
      IF GRID = 'X'.
        PERFORM GRID_DISP.
      ENDIF.
    ENDFORM.                    "CHECK_OPTION
    *&      Form  DEFINE_FIELDCATALOG
    *       text
    FORM DEFINE_FIELDCATALOG.
      WA_FIELDCAT-COL_POS = 1.
      WA_FIELDCAT-FIELDNAME = 'ICON'.
      WA_FIELDCAT-SELTEXT_L = 'ICON'.
      WA_FIELDCAT-ICON = 'X'.
      WA_FIELDCAT-OUTPUTLEN = 8.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      APPEND WA_FIELDCAT TO IT_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-COL_POS = 2.
      WA_FIELDCAT-FIELDNAME = 'VBELN'.
      WA_FIELDCAT-SELTEXT_L = 'SALES DOC NO.'.
      WA_FIELDCAT-OUTPUTLEN = 10.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      APPEND WA_FIELDCAT TO IT_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-COL_POS = 3.
      WA_FIELDCAT-FIELDNAME = 'AUDAT'.
      WA_FIELDCAT-SELTEXT_L = 'CREATED ON'.
      WA_FIELDCAT-OUTPUTLEN = 10.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      APPEND WA_FIELDCAT TO IT_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-COL_POS = 4.
      WA_FIELDCAT-FIELDNAME = 'VBTYP'.
      WA_FIELDCAT-SELTEXT_L = 'CATEGORY'.
      WA_FIELDCAT-OUTPUTLEN = 1.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      APPEND WA_FIELDCAT TO IT_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-COL_POS = 6.
      WA_FIELDCAT-FIELDNAME = 'AUGRU'.
      WA_FIELDCAT-SELTEXT_L = 'REASON'.
      WA_FIELDCAT-OUTPUTLEN = 3.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      APPEND WA_FIELDCAT TO IT_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-COL_POS = 5.
      WA_FIELDCAT-FIELDNAME = 'AUART'.
      WA_FIELDCAT-SELTEXT_L = 'DOC TYPE'.
      WA_FIELDCAT-OUTPUTLEN = 4.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      APPEND WA_FIELDCAT TO IT_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-COL_POS = 7.
      WA_FIELDCAT-FIELDNAME = 'NETWR'.
      WA_FIELDCAT-SELTEXT_L = 'NET VALUE'.
      WA_FIELDCAT-OUTPUTLEN = 17.
      WA_FIELDCAT-DECIMALS_OUT = 2.
    *  WA_FIELDCAT-DO_SUM = 'X'.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      APPEND WA_FIELDCAT TO IT_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-COL_POS = 8.
      WA_FIELDCAT-FIELDNAME = 'WAERK'.
      WA_FIELDCAT-SELTEXT_L = 'UNIT'.
      WA_FIELDCAT-OUTPUTLEN = 50.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      APPEND WA_FIELDCAT TO IT_FIELDCAT.
      CLEAR WA_FIELDCAT.
    ENDFORM.                    "DEFINE_FIELDCATALOG
    *&      Form  DEFINE_LAYOUT
    *       text
    FORM DEFINE_LAYOUT.
      LAYOUT-ZEBRA = 'X'.
      LAYOUT-SUBTOTALS_TEXT = 'SUBTOTAL SUM'.
      LAYOUT-WINDOW_TITLEBAR = 'EXERCISE 2'.
      LAYOUT-TOTALS_TEXT  = 'TOTAL'.
    ENDFORM.                    "DEFINE_LAYOUT
    *&      Form  SORT_LIST
    *       text
    FORM SORT_LIST.
      WA_SORT-FIELDNAME = 'VBELN'.
      WA_SORT-TABNAME = 'IT_VBAK'.
      WA_SORT-SPOS = 1.
      WA_SORT-UP = 'X'.
      WA_SORT-SUBTOT = 'X'.
      APPEND WA_SORT TO IT_SORT.
      CLEAR WA_SORT.
      WA_SORT-FIELDNAME = 'NETWR'.
      WA_SORT-TABNAME = 'IT_VBAK'.
      WA_SORT-UP = 'X'.
      WA_SORT-SPOS = 2.
      WA_SORT-SUBTOT = 'X'.
      APPEND WA_SORT TO IT_SORT.
      CLEAR WA_SORT.
    ENDFORM.                    "SORT_LIST
    *&      Form  LIST_DISP
    *       text
    FORM LIST_DISP.
      PERFORM DEFINE_LAYOUT.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
       EXPORTING
         I_CALLBACK_PROGRAM             = SY-REPID
         IT_FIELDCAT                    = IT_FIELDCAT
         IS_LAYOUT                      = LAYOUT
         IT_SORT                        = IT_SORT
         I_CALLBACK_PF_STATUS_SET       = 'STATUS'
         IT_EXCLUDING                   = I_FCODE_EXTAB
         I_CALLBACK_USER_COMMAND        = 'USER_COMMAND'
         IT_EVENTS                      = IT_EVENTS[]
    *   IMPORTING
    *     E_EXIT_CAUSED_BY_CALLER        =
    *     ES_EXIT_CAUSED_BY_USER         =
        TABLES
         T_OUTTAB                       = IT_VBAK
    *   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.
    ENDFORM.                    "LIST_DISP
    *&      Form  GRID_DISP
    *       text
    FORM GRID_DISP.
      PERFORM DEFINE_LAYOUT.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          I_CALLBACK_PROGRAM       = SY-REPID
          IS_LAYOUT                = LAYOUT
          IT_FIELDCAT              = IT_FIELDCAT
          IT_SORT                  = IT_SORT
          I_CALLBACK_PF_STATUS_SET = 'STATUS'
          IT_EXCLUDING             = I_FCODE_EXTAB
          I_CALLBACK_USER_COMMAND  = 'USER_COMMAND'
          IT_EVENTS                = IT_EVENTS[]
        TABLES
          T_OUTTAB                 = IT_VBAK.
    * 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.
    ENDFORM.                    "GRID_DISP
    *&      Form  STATUS
    *       text
    *      -->P_EXTAB    text
    FORM STATUS USING P_EXTAB TYPE SLIS_T_EXTAB.
      SET PF-STATUS 'STATUS' EXCLUDING P_EXTAB.
    ENDFORM.                    "STATUS
    *&      Form  USER_COMMAND
    *       text
    *      -->R_UCOMM      text
    *      -->RS_SELFIELD  text
    FORM USER_COMMAND USING R_UCOMM     LIKE SY-UCOMM
                                   RS_SELFIELD TYPE SLIS_SELFIELD.
      CASE R_UCOMM.
        WHEN 'BACK' OR 'CANC' OR 'EXIT'.
          LEAVE TO SCREEN 0.
        WHEN '&IC1'.
          SET PARAMETER ID 'AUN' FIELD RS_SELFIELD-VALUE.
          CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.                    "USER_COMMAND
    *&      Form  CHANGE_FCODE
    *       text
    FORM CHANGE_FCODE.
      WA_FCODE = 'PRNT'.
      APPEND WA_FCODE TO I_FCODE_EXTAB.
      WA_FCODE = '&OAD'.
      APPEND WA_FCODE TO I_FCODE_EXTAB.
      WA_FCODE = '&AVE'.
      APPEND WA_FCODE TO I_FCODE_EXTAB.
      WA_FCODE = '&EB9'.
      APPEND WA_FCODE TO I_FCODE_EXTAB.
      WA_FCODE = '&SUM'.
      APPEND WA_FCODE TO I_FCODE_EXTAB.
      WA_FCODE = '&UMC'.
      APPEND WA_FCODE TO I_FCODE_EXTAB.
      WA_FCODE = '&XPA'.
      APPEND WA_FCODE TO I_FCODE_EXTAB.
      WA_FCODE = '&OMP'.
      APPEND WA_FCODE TO I_FCODE_EXTAB.
    ENDFORM.                    "CHANGE_FCODE
    *&      Form  TOP
    *       text
    FORM TOP.
      IF LIST = 'X'.
        WRITE:/ SY-ULINE.
        WRITE:/ 'DATE:', SY-DATUM,55 'INTELLIGROUP ASIA PVT LTD'.
        WRITE:/ 'TIME:', SY-UZEIT.
        WRITE:/ 'USER NAME:', SY-UNAME,60 SY-TITLE.
        WRITE:/ 'PAGE', SY-PAGNO.
        WRITE:/ SY-ULINE.
      ENDIF.
      IF GRID = 'X'.
        DATA: LS_LINE TYPE SLIS_LISTHEADER,
              E04_LT_TOP_OF_PAGE TYPE SLIS_T_LISTHEADER.
    *   Listenüberschrift: Typ H
        CLEAR LS_LINE.
        LS_LINE-TYP  = 'H'.
    *   LS_LINE-KEY:  not used for this type
        LS_LINE-INFO = 'Summary'.
        APPEND LS_LINE TO E04_LT_TOP_OF_PAGE.
    *   Kopfinfo: Typ S
        CLEAR LS_LINE.
        LS_LINE-TYP  = 'S'.
        LS_LINE-KEY  = 'Intelligroup'.
        LS_LINE-INFO = ''.
        APPEND LS_LINE TO E04_LT_TOP_OF_PAGE.
        LS_LINE-KEY  = 'ASIA'.
        LS_LINE-INFO = 'PVT LTD'.
        APPEND LS_LINE TO E04_LT_TOP_OF_PAGE.
    *   Aktionsinfo: Typ A
        CLEAR LS_LINE.
        LS_LINE-TYP  = 'A'.
    *   LS_LINE-KEY:  not used for this type
        LS_LINE-INFO = 'truman'.
        APPEND LS_LINE TO  E04_LT_TOP_OF_PAGE.
        CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
          EXPORTING
            IT_LIST_COMMENTARY = E04_LT_TOP_OF_PAGE
            I_LOGO             = 'ENJOY_SAP_LOGO'.
      ENDIF.
    ENDFORM.                    "TOP
    *&      Form  END_LIST
    *       text
    FORM END_LIST.
      IF LIST = 'X'.
        SKIP 2.
        WRITE:/60 'END OF PAGE'.
      ENDIF.
      IF GRID = 'X'.
          DATA: LS_LINE TYPE SLIS_LISTHEADER,
              E04_LT_END_OF_LIST TYPE SLIS_T_LISTHEADER.
    *   Listenüberschrift: Typ H
        CLEAR LS_LINE.
        LS_LINE-TYP  = 'H'.
    *   LS_LINE-KEY:  not used for this type
        LS_LINE-INFO = 'Summary'.
        APPEND LS_LINE TO E04_LT_END_OF_LIST.
    *   Kopfinfo: Typ S
        CLEAR LS_LINE.
        LS_LINE-TYP  = 'S'.
        LS_LINE-KEY  = 'Intelligroup'.
        LS_LINE-INFO = ''.
        APPEND LS_LINE TO E04_LT_END_OF_LIST.
        LS_LINE-KEY  = 'ASIA'.
        LS_LINE-INFO = 'PVT LTD'.
        APPEND LS_LINE TO E04_LT_END_OF_LIST.
    *   Aktionsinfo: Typ A
        CLEAR LS_LINE.
        LS_LINE-TYP  = 'A'.
    *   LS_LINE-KEY:  not used for this type
        LS_LINE-INFO = TEXT-105.
        APPEND LS_LINE TO  E04_LT_END_OF_LIST.
        CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
          EXPORTING
            IT_LIST_COMMENTARY = E04_LT_END_OF_LIST.
      ENDIF.
    ENDFORM.                    "END_LIST

  • Error in spam/saint update TP_CANNOT_CONNECT_SYSTEM TP_INTERFACE_FAILURE

    Dear All,
    while i am updating spam / saint in saint t code I am facing an error TP_INTERFACE_FAILURE and reason for the error is TP_CANNOT_CONNECT_SYSTEM
    the error details are
    The installation was stopped, since an error occurred during the phase
    CHECK_REQUIREMENTS, which the Add-On Installation Tool is unable to
    resolve without your input.
    After you have corrected the cause of the error, continue with the
    import by choosing Continue in the queue display.
    The following details help you to analyze the problem:
        -   Error in phase: CHECK_REQUIREMENTS
        -   Reason for error: TP_CANNOT_CONNECT_SYSTEM
        -   Return code:
        -   Error message: TP_INTERFACE_FAILURE
    Notes on phase CHECK_REQUIREMENTS
    n this phase the system checks the various requirements for the add
    nstallation. The following are reasons why this phase may fail:
       TP_CANNOT_CONNECT_TO_SYSTEM: tp cannot log on to the system
       database.
       Check the action log (in the menu, choose Goto -> Action Log). Y
       may be able to use the detailed tp error message in this log to
       identify and remove the cause of the error.
       QUEUE_NOT_EMPTY: There are still OCS requests in the transport
       buffer which are not completed. You can show these requests with
       following tp command:
       tp SHOWBUFFER <SID> -DSOURCESYSTEMS= TAG=SPAM
       These requests have to be completed or deleted from the buffer
       before you can continue importing the queue.
    o   CANNOT_DROPBUFFER: tp cannot delete old, incompletely processed
         Support Packages from the tp buffer.
         Check the action log (in the menu, choose Goto -> Action Log). You
         may be able to use the detailed tp error message in this log to
         identify and remove the cause of the error.
    The Add-On Installation Tool requires that the Change and Transport
    System (CTS) be configured correctly. For more detailed information,
    read the online documentation available from Help -> SAP Library ->
    mySAP Technology Components -> SAP Web Application Server -> BC Change
    and Transport System .
    A list of the most important SAP Notes for Online Correction Support
    (OCS) is available in SAP Note 97620, which is updated regularly.
    please help me, its very important to complete this job i am in a critical position
    Thanks
    Senthil

    Dear,
    Please refer these links,
    tp_cannot_connect_system
    Problem loading a package in the SAINT transc. (TP_CANNOT_CONNECT_SYSTEM)
    Regards,
    R.Brahmankar

  • Error in Spam / saint update TP_STEP_FAILURE and DDIC_ACTIVATION

    Dear All,
    While updating spam/ saint update I am facing  this error 
    Details of Error:
    The installation was stopped, since an error occurred during the phase
    DDIC_ACTIVATION, which the Add-On Installation Tool is unable to resolve
    without your input.
    After you have corrected the cause of the error, continue with the
    import by choosing Continue in the queue display.
    The following details help you to analyze the problem:
        -   Error in phase: DDIC_ACTIVATION
        -   Reason for error: TP_STEP_FAILURE
        -   Return code: 0008
        -   Error message:  tp step A, return code
            0008
    Notes on phase DDIC_ACTIVATION
    In this phase the system activates the imported Data Dictionary objects.
    This phase may terminate for several reasons:
    o   TP_INTERFACE_FAILURE: The system was unable to call the tp
         interface.
    o   TP_FAILURE: The system was unable to execute the tp program. For
         more information, see the SLOG or ALOG log file.
    o   TP_STEP_FAILURE: The system was unable to perform the tp step DDIC
        activation successfully. To see the cause of the problem in the
        activation log, choose Logs.
        If you import two or more OCS packages in one installation queue,
        and activate the Data Dictionary objects in the incorrect sequence,
        this can cause errors. In this case, the activation errors disappear
        if you repeat the activation run. To do this, choose Continue.
    The Add-On Installation Tool requires that the Change and Transport
    System (CTS) be configured correctly. For more detailed information,
    read the online documentation available from Help -> SAP Library ->
    mySAP Technology Components -> SAP Web Application Server -> BC Change
    and Transport System .
    A list of the most important SAP Notes for Online Correction Support
    (OCS) is available in SAP Note 97620, which is updated regularly.
    Please  help me
    Thanks
    Senthil

    Hi,
    i am having the same problem with SPAM
    Error in phase: DDIC_ACTIVATION                                                                               
    Reason for error: TP_STEP_FAILURE                                                                               
    Return code: 0008                                                                               
    Error message: OCS Package SAPKA70012, tp step A, return code
    0008  
    however i dont have the option to continue..  Please help
    thanks

  • E-mails enviado pelo Thunderbird são recebidos como spam no Outlook

    Olá,
    Uso o Thunderbird para o envio de e-mails e acontece o seguinte:
    - Se eu tentar enviar e-mails do thunderbird, os usuários que possuem outro cliente de e-mail (ex: Outlook 2007) recebem meu e-mail em sua caixa de spam, já se eles usarem o thunderbird com cliente de e-mail padrão, o e-mail que enviei é recebido na caixa de entrada normalmente.
    - No mesmo computador que estou fazendo os testes p/ envio de e-mail, se instalar outro cliente de e-mail (ex: Outlook 2007), posso enviar e-mail para qualquer usuário e independente de seu programa de e-mail padrão, o e-mail sempre irá para a sua caixa de entrada.
    - Já faz mais de 1 ano que uso o thunderbird, se eu excluir toda a configuração do thunderbird e configurar uma nova conta de e-mail, esses problemas que comentei acima já não acontece
    Algum já passou por esse problema ?
    Desde já, agradeço.

    Olha eu sugiro a você fazer um backup de tudo e/ou configurar sua conta com IMAP subir todos seus email para o servidor, então criar um novo perfil ou apagar a conta e adicionar novamente, o motivo de isso estar acontecendo eu também desconheço, mas como você disse que ele aceita os email normalmente se você adicionar novamente a conta, então o problema não é o cliente, pode ser a forma que está sendo enviada a mensagem, ou seja, a configuração, enfim não sei também, mas ta ai uma ideia para você não perder seus emails

  • From NW 04 SR1(SP9) to SP 16 upgrade - SPAM error

    Hi,
    I was doing Support pack via spam after NW 04 SR1 on AIX(Oracle).
    When i was running SPAM in test  Mode for Basis component
    1) 10,11,12,13,14 were sucessful & it is failing at Support 15.
    The error message is `Function <b>TREX_RFC_CONNECTION_CHECK(TREX_ADMIN_TOOL) does not fit into the existing function group ((TREX_UTIL|24))</b>
    I have not installed TREX but the error message points to one of the function module wrongly placed in a function group related TREX.
    On clicking SAP Message in action log it says there was problem in moving a function group in totality due to (one function being misplaced in the function group) so i need to delete that function from the function group & create a new function with the same name and record these activites in 2 separate change request and release them in the same order.
    It says this could solve the problem. But i am wondering because i have not installed TREX and the support pack is giving the problem due to TREX.
    Should ignore the error ?
    How should i go about solving the problem.
    Kindly help me, it's urgent.
    Thanks & Regards,
    Satish

    I think its a known problem and can be ignored. Please chek the note  672651 Known problem with support packs in Basis 640 .
    Thanks
    Prince Jose

  • Support Pack error in SPAM

    Hi
    I am importing a group of Support Packs into our DEV environment to bring the landscape uptodate, we are running NW04 on Windows 2003 64 bit & SQL Server 2000, I've updated to the latest SPAM and Kernel before the Support Packs.
    When importing in SPAM I have used the calculate queue method, all looks ok, when I perform the import, in the phase TEST IMPORT i get the following error for Support Pack SP 12 for EA-FINSERV 5.00 :
    <b>
    Function MAP2I_BAPICMS_STR_MOV_INS_CRT (CMS_BUSISB104_MAPPI does not fit into the existing function group ((CMS_BUSISB10)</b>
    The only option I am given is to repeat the phase, I've repeated this a few times and get the same error on TEST IMPORT. I'm new to NW04 640 BASIS, but I know from running 4.6X system that you can re-run phases and quite often they work correctly 2nd time round, is it worth changing SPAM to not stop on test import errors ? as I know objects required can be in earlier support packs (i'm applying supports pack EA-FINSERV 5.00 08 to 11 as part of the queue before 12 which is giving me the error.
    I've checked on OSS and cannot find any notes on this error/support pack.
    Thanks.

    nope, not tried with ignore test errors yet, wanted to check opinions here to see if thats the next step to try, or if there's anything else I could try ?

  • Is someone trying to send SPAM through one of my servers?

    Hey all.
    I had a rather fun start to the week, my boss handed me a couple pages of an email he got that had bounced back from our ISP. Basically it tried to send mail to a "[email protected]" (googled it: apparently people get phishing messages from that address) from my boss' email address.
    Normally I'd just kind of shrug it off and say that someone was trying to use our host's mail server as us and couldn't get through, but in the headers something caught my eye:
    X-Mailer: Apple Mail (2.1084)
    The original message was received at 2011-06-15 12:19:31 -0400 from postoffice.b.com [10.0.0.1]
    Reporting-MTA: dns; postoffice.b.com
    Received-From-MTA: DNS; postoffice.b.com
    Now let me just go ahead and clarify, all our email is handled off-site by the host of our domain name. At most my boss will send and receive his email from Apple Mail. I've had the Mail service on all 3 of our xserves off.
    Second, I've set up our own DNS server on one of the xserves. Actually I have two (one for redundancy) but the second has been disabled for a while now pending hardware changes. I use the made up domain of "b.com" for our servers, so if you look under the DNS service and check the "b.com" zone, there are only 3 entries; one for each of the servers. There is no "postoffice.b.com".
    Just as well, our network (the greater part of it at least) runs on IP's that begin with 10.0.1.*, not 10.0.0.*. There is no 10.0.0.1 on our network.
    I'm over my head on this one, I just want to know if anyone has actually gotten into our systems, and if they have (or even if they haven't), what they're doing and how I can stop it. I've gone ahead and put the full header up on pastebin if someone would like to look at it:
    http://pastebin.com/dPGPyub4
    I've replaced my boss' email address with "BOSS EMAIL" and our IP address with "COMPANY IP". I've left the rest untouched.

    Hello Jeff,
    I would start with the Received headers. The important one here would be the last Received entry in the header. They're written out in reverse order. So, in this case,
    Received: from User (62.1.248.190.dsl.dyn.forthnet.gr [62.1.248.190]) (authenticated bits=0) by cybergearnetworkfive.com (8.13.6.20060614/8.13.6) with ESMTP id p5FGF7Bl004780; Wed, 15 Jun 2011 16:15:08 GMT
    That header appears to be formatted correctly, so it would seem to be the origin of the message. If it weren't formatted correctly, then I would look at the next Received header that appears above it, and so on.
    The issue, then, would appear to be that cybergearnetworkfive.com may have an open SMTP relay (allowing SMTP connections from anywhere). So, a computer at 62.1.248.190 appears to be exploiting that security hole by sending out spam using a bogus "From" address.
    This appears to be just a run of the mill phishing email that is masquerading as being from your boss' email address.
    Harmless strictly from an email security standpoint as long as you aren't "cybergearnetworkfive.com" -- they appear to have a configuration problem allowing SMTP connections from anywhere.
    Though from a social engineering standpoint, these can be pretty dangerous.  With our company, we leverage our security and legal team to track down, identify, and prosecute (fraud) persons who masquerade as us.
    Hope this helps a bit.

  • Can not keep personal mail from going to spam folder in aol.  Aol can't fix problem what do I do?

    Alot of my persnal mail the last 4 days is going to spam.  Using aol mail and aol can't help me . What do I do?

    iTunes: About iOS backups - Support - Apple

  • All mail going into spam folder

    After upgrading to Lion all mail going straight to spam folder, even the addresses saved in address book.  Any suggestions on how to fix?

    Is the folder actually called "Spam" or do you mean the "Junk" folder?
    A "Spam" folder is not part of Mail, while a "Junk" folder is.
    If it is going to "Junk" then check for any Rules in Mail preferences that might be causing it. If there aren't any, try Resetting the Junk email filters in the Junk Mail tab of preferences.
    If it is "Spam," then check with Gmail or whatever email service you are using that is routing it there at the server level.

  • Email keeps going to spam folder

    I am having problem with email.. I will receive messages that mail puts in the spam folder that is not spam.  I drag it into my inbox and reply to it, but the reply from the sender continues to go into spam.. How can I stop this?

    Are you talking about the junk mail folder in iMail, spam filtering by your mail server or a third party spam filter you installed locally.
    If it's the last you need to read the instructions on how to train the filter, if its on the mail server you need to contact you;re ISP (or whoever is serving your mail) for instructions on how to train it.
    Finally if you're referring to the junk mail folder then you can set its parameters in Mail->Preferences->Junk Mail
    regards

  • Mail all going to Spam folder

    I have just loaded Lion and all my incoming mail is now going to a folder the inbox has created called Spam. I have set the Junk Filter to put all mail in my in box first even if it thinks it's junk but it still sending everything to this Spam folder. I tried deleting the spam folder, resetting the junk filter and tried sending a test e mail to myself. Mail simply recreated the Spam folder I'd just deleted and sent the test mail there. Has anyone seen this before and know how to fix it?

    leroydouglas wrote:
    Sounds like you have a third party spam filter software like SpamSieve-  these require or create a seperate Spam filter Folder.
    ricky srb wrote:
    Is it possible Mail in Lion guise is seeing Intego Personal Antispam even though its switched off?
    Obviously it is.  
    Try disabling the plug-in in Mail, or
    try uninstalling IPA if you can not figure out a fix.
    http://support.intego.com/kb/index.php?x=&mod_id=2&id=621

  • Mail going to spam folder

    All of my incoming mail keeps going into a spam folder. I've deleted the folder and relaunched mail and the folder returns.

    Select the mail and mark it as 'Not Junk' deleting the folder won't work.
    If this is GMail, attend to the issue on the website.

  • Messages marked as "not spam" keep going to spam folder

    I receive messages in my spam folder which are not spam. I keep marking them as not spam, but subsequent messages keep going to spam. How do I stop this.

    If the email address in question in in your address book you need to look outside of Thunderbird for your problem, like the spam filter on your anti virus program. or is that internet security suite.

Maybe you are looking for

  • External monitor shows black screen

    Hey fella's, I have an early 2011, 11'' Macbook Pro running Yosemite 10.10.1, which I've been hooking up to an IPS226 LG Flatron external monitor. It did a number on me last week: the external monitor decided to show only a completely black screen. L

  • X86 boot problem

    I am facing difficulty in boot X4170 - Solaris 10 SunOS Release 5.10 Version Generic_144489-09 64-bit Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved. Cannot mount root on /scsi_vhci/disk@g5000c50031fbf00b:a fstype ufs pan

  • Pb with handCursor when rolling over text embedded in a MC

    Hi, I have a little pb when creating movieClip buttons containing a textField. Indeed when rolling over the button, and precisely rolling over the text contained in my button, the handCursor is replaced by the normal arrow. How can I prevent that? I

  • Where to submit bug reports?

    Hello, I submitted a service request through https://sine.ni.com/srm/app/newrequest (Service Type = "Reporting a bug") Then, I got an automated email saying "Thank you for contacting National Instruments. We are no longer accepting direct e-mails to

  • How does 'Does not contains' work in advanced search?

    I'm deploying a application based on JHeadsart and i am very enthusiastic about it! Thanks for the good work. I have a question about the 'Does not contains' search option in the advanced search/set by user mode. It looks i have to use wildcards whic