Table T588M for info type screen display:

Hi Experts
I have deleted relevant entry in in table T588M for an info type still the system shows some screen. where from does that screen come. Can anybody help..?

As i understand, there is a screen element that you want to get it disabled but is not available in the table v_t588m. Is that right???
If YES, the screen element/ field of your screen, for example 3000 of it0817, can be disabled from the screen layout also.
Go to SE80 -> select the module pool mp081700 as your program -> select screen 3000 -> Click on the 'layout' in the application toolbar -> select the element and delete or change the properties, might be display properties in your case.
Hope this helps.
Cheers,
LG

Similar Messages

  • REPORT FOR INFO TYPE 586

    Hi All
    I am trying to create a report for INFO TYPE 586  in HR ABAP,where  in a table apporx 30 investment codes , proposed investment and actual amount are apperaring .
    Now My problem is,  I do not want to use IF .... ENDIF statment. Is there any other way to write the code .
    Please Help.
    Thanks in advance.

    Hi,
    In this situation you can use field-symbols and/or a internal table. Like this:
    tables: pa0586.
    field-symbols: <ff1> type any,
                   <ff2> type any,
                   <ff3> type any.
    data: w_campo1(30),
          w_campo2(30),
          w_campo3(30),
    data: w_nx(2) type n.
    data: begin of i_myitc occurs,
            itc like pa0586-itc01,
            dsc(30),
          end of i_myitc.
    * fixed selection or may be from a z table
    i_myitc-itc = '01'. i_myitc-dsc = 'AAAAA'. append i_myitc.
    i_myitc-itc = '02'. i_myitc-dsc = 'BBBBB'. append i_myitc.
    i_myitc-itc = '03'. i_myitc-dsc = 'CCCCC'. append i_myitc.
    select single * from pa0586.
    do 30 times.
       w_nx = sy-index.
       concatenate 'PA0586-ITC' w_nx into w_campo1.
       concatenate 'PA0586-PIN' w_nx into w_campo2.
       concatenate 'PA0586-AIN' w_nx into w_campo3.
       assign (w_campo1) to <ff1>.
       assign (w_campo2) to <ff2>.
       assign (w_campo3) to <ff3>.
       read table i_myitc with key itc = <ff1>.
       write: / <ff1>, <ff2>, <ff3>, i_myitc-dsc.
    enddo.
    Best regards,
    Leandro Mengue

  • No entry found in table SMOFQFIND for BDoc type SI_CONTRACT

    Hi Gurus,
    I try to do a request dowload for SI_CONTRACT object.
    When  execute and monitor my request objects the status is OK.
    Then, I check the BDocs Message Trace and I see the following  error
    "No entry found in table SMOFQFIND for BDoc type SI_CONTRACT - Queue name used: CRI_SI_CONTRACT (see note 677800 for further info"
    Does anyone know how to resolve this issue?
    Thanks,
    M@le

    Hi Brian,
    There was leading 0 for the contract # in the request detail, however this message is still in the BDoc message trace. The BDoc was posted successfully. I checked the table SMOFQFIND and could not find the entry for BDoc type SI_CONTRACT.
    There are records for SI_CONNOBJ and SI_POD which are all delivered by SAP. I think we just need to maintain SI_CONTRACT in this table to get rid of this message. Just I do not know what exact to maintain for SI_CONTRACT.
    Could you help to check standard SAP environment to see what is the detail for SI_CONTRACT in table SMOFQFIND?
    Thanks,
    ZJKong

  • Archive Employee for Info type 0008

    Hi Experts.
    I have a requirement liek, i need to archive the personal number for info type 008.
    We have an Object PA_LDOC. The write program is RPAR3W00.
    I need to modify the write program, which should accept the data from flat file to create the record and archive the created record for Info type 008.
    Please let me know how can i go a head, since i dont have parameters for personal number and infotype in the selection screen.
    Thanks,
    Sriram.

    Hi Srini,
    Thanks for your prompt reply.
    I have one question.
    Can i use RPAR3W00 to archive personal number for info type 0008, If yes where can i give infotype(0008).
    and where can i pass basic pay details.
    Please suggest me on the same.
    Thanks,
    Sriram.

  • BADI for Info type 24(skills)

    Hi,
    I want BADI or exit for info type 24, i need to restrict the skills to two and primary skill can have 4 proficiencies(primary, primary basic and so on) and secondary skill can have 4 proficiencies(secondary, secondary basic and so on). If the user selects two skills as primary, i need to display error message.
    can any worked this type of requirements.
    Thanks
    Rajavardhana Reddy

    Hi rajavardahana,
    1. HRPAD00INFTY
       is in PBAS package only.
    2.  use the method AFTER_INPUT
       to do validations.
    3. use the parameter
       OLD_INNNN
       to fetch the details of the
       infoteyp data which has been entered.
    4. use this kind of logic ,
       to get the required data.
    data : IP587 like P0587.
    *Error Messages for particular selection.
    case INNNN-INFTY.
      when '0587'.
        call method CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN
          EXPORTING
            PRELP = OLD_INNNN
          IMPORTING
            PNNNN = IP587.
    regards,
    amit m.

  • How to find function module's and tables used for the particulat screen or TCODE?

    Hello Nation,
    I would like to know how to find the  function modules and tables used for the particular screen or TCODE or program.
    Example : I would like know the function module used in the program RDBGFT?
                     How can i find that?
    Thanks in advance ,Awaiting your reply.

    Make use of Find function  with the keyword "CALL FUNCTION".
    Make use of the same find function with the keyword "Select" to know the database tables used.
    Regards,
    Philip.

  • Need Fields KDAUF, KDPOS, BWART update in table GLPCA for movement type 633

    Hi All,
    I need following field update in Table GLPCA for movement type 633 (Consignment Issue):
    KDAUF : sale document no.
    KDPOS : Order Line Otem
    BWART : Movement Type
    The same fields are updated for movement type 601 (Standard order). Also I checked with Table MSEG and find the same as above.
    Thanks in advance.
    AT

    You should use the BAPI instead BAPI_GOODSMVT_CREATE
    of BDC.
    http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
    Welcome to SDN. Please be sure to award points for any helpful answers and mark  your post as solved when solved completely.  Thanks.
    REgards,
    Rich Heilman

  • No read authorization for info type 2001/0402 for pers. no. 00000018 betwee

    Hi,
    Mangers try to approve the leave request iam getting below error.
    No read authorization for info type 2001/0402 for pers. no. 00000018 between 04.05.2010 and 04.05.2010.
    how can i resolve this issue.Pls help me
    Please advice
    Regards
    SATYA

    Hi Satya,
    Check the authorizations for the user in mentioned infotypes, you can help you with SU53 and ST01 (using auth trace) transactions.
    Regards

  • Info Type 0008 Displaying EUR

    Hi All,
              I am getting an error while maintaing INFO TYPE 0008 its displaying EUR in the currency field instead of INR.  Also in T510 table (Revised Pay scale groups and Levels its showing EUR instead of INR in the currency field.
    I have checked this table  V_T510F_B for currencies, INR is there and for Company code, Personnal Area INR is there.
    Please help me out to resolve this error.

    Hi Nitin,
       I made all the changes as mentioned in the thread.
    These are the list of tables I made changes in the currency field from EUR to INR.
    v_t001p, v_t520m, v_curc, v_510f_b, t500w_change, t500c, t500p, t510h.
    Then also my problem did not get solved. is there any other way??? to sort out this...
    Thanks and Regards
    Ravi Narayan Padhi

  • Table name for condition type

    Hi,
    Could any one please tell me in which table name the Condition type values are saved and how to retrieve it.
    Reg,
    Ashok

    Hi Blue,
    I checked with SE16 by giving KONP table name. But its showing wrong value.
    The condition type value is 14.000but its showing the value for 7.60.
    Reg,
    Ashok

  • Need table name for Output Types and Account Assignment Types

    Hi
    pl let me know the table name for
    1. Account Assignment Type
    2. Output Types (All)
    I need to download some company code specific data for both
    Pl confirm
    Warm Regards
    Vikcy

    Hi Thanks for reply
    You mean to say that Account Assignment Types = Account Assignment Category   ????
    Secondly In Table NAST, i can not see field "Output Type"
    Pl confirm once which field give me company code specific "Output Type" data
    Regards
    Vicky

  • HRMD_ABA change pointer trigger not work for info type changes

    Hi,
      In change pointer for message type HRMD_ABA Certain changes to HR records like adding activity types to infotype 315, changing dates to infotype 0001, 0105 and 315 and adding/changing/deleting are not woking through change pointers.
    We are are replicating those changes through RHALEINI program, so can anyone let me know how to customize in case of adding this info types to trigger automatically through change pointers.
    Thanks,
    Marai

    Hi,
       Then check for change document created or not, if created then use SWEC  to  link it

  • Table Name For Shipping Type Descriptions

    I am looking for the table name that contains the Shipping type descriptions. When I look in the BP Master at the shipping type and look at the data it gives me a numeric value.
    THanks Jim Dyer

    Hi
    Are you sure about this?
    Shiiping type is coming from Business partner
    It is OCRD table .
    Field name - [ShipType]
    Try running a simple query
    select * from OCRD from query generator or sql .
    Thank you
    Bishal

  • Info type screen change

    Hi,
    I have to make changes in the screen of 0105 (Communication) Infotype for subtyp MAIL. There are 2 fields USRID & USRID_LONG in 0105 IT, by  default USRID field is being displayed on the screen instead I want to make USRID_LONG field to be displayed on the screen.
    Is this possible through configuration

    Hi,
    just do like this...
    data:
      USRID like tabname-USRID,
      USRID_LONG like tabname-USRID_LONG.
    at selection-screen output.
      if USRID_LONG is initial.
       loop at screen.
         if screen-name CS 'USRID'.
           screen-active = 0.
            modify screen.
        endif.
      endloop.
    endif.
    This code will result in hide the usrid on the screen...initially the field USRID_LONG will visible
    Edited by: Kiran Saka on Feb 10, 2009 11:50 AM

  • Table name for Info-record where i can get the last changed date and user

    Using ME12, i have changed the price of the info record i want to get the who was the user and changed date...
    I had check in EINA EINE but i couldnt find out please anybody Please help me out by providing solution for this??

    Hi
    If at the data element level the field for which you want to know the old and new fields  the option of CHANGE DOCUMENT option must be  enabled ,then you can find the old and new values in the
    CDHDR -
    Change document header
    CDPOS -
    Change document items.
    Regards
    Pavan

Maybe you are looking for

  • Deploying Adobe Acrobat X Professional over Standard

    A while back I deployed a customized installation of Adobe Acrobat X Standard. I used the Adobe Customization Wizard X to generate a MST file that omits things like speed launch and arm and disables some features in the help menu (like updates, repai

  • Can i turn the Laptop screen off while connecting the TV?

    Dear All, I am connecting my Mac to TV 32'' via mini display port converted to HDMI. I am using it on MAC OS X 10.6.6, and on Windows 7 Ultimate SP1 also. when i am connecting my TV, the 2 screens are on, Laptop screen and TV screen. Can i turn the L

  • Create button to clear/reset graph's displayed data

    Hello, I'm new here and working with labview. I've searched the forum but didn't found a answer that could help me (or at least I think thank) I'm working on a project to acquire process an ECG signal with a DAQ. In the front panel, I'm trying to dis

  • New Symbol beside Indesign file thumbnail - what does it mean?

    We just got CS6 and there's this little grey circle with a little wire-link looking thing that now appears beside top right corner of Indesign files that have been converted to CS6 - What does it mean? See image. Thanks for any help with this, design

  • MBP flashing blue screen after software updates

    This morning, my 2011 MBP 17" 2.2GHz i7 (running 10.6.8 with all updates) suddenly started flashing between whatever I was doing, and a light blue screen every few seconds. (The same light blue screen that you get briefly when switching users and sta