Hiding  a Equipment  view  in a  transaction iq01

Hai Friends,
             How to hide a Equipment view in a transation for create material serial number (iq01).
Regards,
Sathis Kumar R

Hi Naresh,
Yes, you can do it in events of a view cluster, define a subroutine and bounding it to event(02) in SE54,
when you define the subroutine, it will ask you creat a mian program, in this main program, you need  'INCLUDE lsvcmcod'.
Then you can access some standard data, http://help.sap.com/saphelp_nw04/helpdata/en/62/c302c7de8e11d1a5960000e82deaaa/frameset.htm
INCLUDE lsvcmcod.
FORM yourSubroutineName.
DATA: viewname TYPE vclstruc-object,
        error_flag TYPE vcl_flag_type,
  viewname = 'ZTEST_VIEW1'.
*  PERFORM vcl_set_table_access_for_obj USING    viewname
*                                       CHANGING error_flag.
  ----> according your condition to change the view.
IF xxx = yyy.
  DELETE vcl_struc_tab WHERE object = viewname.
ENDIF.
ENDFORM.
regards,
Archer

Similar Messages

  • Going to a particular view in a transaction..

    Hello All,
    I am using call transaction 'XD03' using t_bdc mode 'N'.
    In the internal table I am passing values inorder to go directly to the partner function view in sales area.
    Even though sy-subrc eq 0, the program is not returning any output, but the same is working when I am using mode 'A'. I am unable to track the problem.
    Please give me suggestions if there is any other option to go directly to a particular view in a transaction.
       Thanks in advance..
    Regards,
    Suman Varma

    Not in 'N'o Display mode.
    Customer display is not like material master display where you have a bunch of checkboxes to choose from and decide which view you want to go. Also, XD03 is central customer master transaction. Instead, use VD03 and FD03 to go to sales views and accounting/company code views directly. But even there, you cannot go directly to the partners screen unless that is configured that way. You will have to go through the sceens by navigating.
    What is your requirement?
    Srinivas

  • View for PAYROLL transactions

    I am working on a drilldown Report where by I need to generate ALL detailed transaction for a particular period.
    I found some views useful for some modules like XLA_AR_INV_AEL_GL_V,XLA_AR_INV_AEL_GL_V a,XLA_AR_REC_AEL_SL_V etc .
    I am not able to locate the view for PAYROLL transactions.
    I actually need a view that holds ALL the transactions posted for PayRoll in details Such as : Desc-"Salary for John for Jan" Dr"40,000". I would have taken my information from the journals(Gl_je_headers and Gl_je_lines) but that, is not detail enough.
    I notice for other modules Similar view start with "XLA_" exist.
    It is very Urgent.
    Thank You.

    I am working on a drilldown Report where by I need to generate ALL detailed transaction for a particular period.
    I found some views useful for some modules like XLA_AR_INV_AEL_GL_V,XLA_AR_INV_AEL_GL_V a,XLA_AR_REC_AEL_SL_V etc .
    I am not able to locate the view for PAYROLL transactions.
    I actually need a view that holds ALL the transactions posted for PayRoll in details Such as : Desc-"Salary for John for Jan" Dr"40,000". I would have taken my information from the journals(Gl_je_headers and Gl_je_lines) but that, is not detail enough.
    I notice for other modules Similar view start with "XLA_" exist.
    It is very Urgent.
    Thank You.

  • Bulk activation of Equipment View in serial numbers

    Hi Experts,
    Our client has erroneously created material-serial numbers which needs to be active the equipment view. There are around 2000+ details to be changed and a bulk change option is required to active "Equipment View".
    I have tried to create a LSMW but ended unsuccessfully.
    Appreciate you valuable guidance to find a solution
    Thanks In Advance

    Thanks for the prompt reply.
    I have only tried LSMW.
    We have set mandatory the "Location" field for equipment. There for when i execute the LSMW, following appeared
    'Formatting error in the field ITOB-STORT'
    'Fill in all required entry fields'
    Thanks

  • Problem with a view in XK01 transaction

    Hi All,
    I am working on upload conversion for Vendor Master. While doing conversion, i am getting a problem with a Contact person view in XK01 transaction. In contact person view the telephone field column sometimes allowing to add data ,sometimes it's not allowing data which results an error in conversion program saying that the telephone field in not an input field. I don't know why the view is showing the telephone field like that.
    Can any one suggest the solution for this problem. I know this is configuration problem with a view but i posted in ABAP forums.
    Thanks

    Hi Ben,
    I assume that you are writing a BDC program to upload contact person information. If so, you are trying to populate a table control here. Please check to see if you are calculating the index to assign values to the correct rows.
    if you are calculating index in your program then i think it should be configuration problem as you said.
    Thanks,
    Ganesh.

  • How to find the position of view in MM02 transaction for coding BDC?

    Hi Guys,
    Is there any FM or BAPI Available to find the position of the view in MM02 transaction. I tried FM SELECTION_VIEWS_FIND. But getting inconsistent results
    i.e Some materials it is giving correct positions but for others i am getting wrong position. So my BDC is getting failed.
    Thanks in advance.
    Vinod.

    Hi,
    data : i_t133a like t133a occurs 0 with header line,
          ch(1),
           viewno(2) type n.
    clear viewno.
      select * from t133a into corresponding fields of table i_t133a
                    where bilds = '21' and guifu like 'SP%'  .
      loop at i_t133a .
        ch = i_t133a-pstat.
        if mara-vpsta na ch .
          delete i_t133a     .
          continue .
        endif .
      endloop.
      sort i_t133a by guifu ascending .
      loop at i_t133a .
        viewno = viewno + 1 .
        if i_t133a-guifu = 'SP01'.  "FOR BASIC DATA1                CHANGES              ACCORDINGLY REFER TABLE T133A TO FIND VTHE VALUE
          exit .
        endif .
      endloop .
    reward if usefull

  • The View of FLB1 Transaction has been changed

    Hi all,
    The view of FLB1 transactions has been changed and now we are not able to see any check to post.
    Please help me out this

    We have got the solution

  • Dynamic select views for MM01 Transaction

    Hii  Friends,
    I have an issue like i need to dynamically select the views in MM01 transaction from the BDC program
    without selecting that views manually.
    Using SHDB recording i can select the views before recording  and then call those views again
    If i want to select the views from the program how do i do it..
    If there is any way to do this in call transaction let me know plz
    Thanks in advance
    kishore

    BDC is not good for MM01 , go for bapi
    other wise go for  LSMW bapi method...
    Business Object      BUS1001006   Standard material
    Method               SAVEDATA                    Create and change materia
    Message Type         MATMAS_BAPI                 Create and change materia
    Basic Type           MATMAS_BAPI02               Create and Change Materia

  • Open Transaction MM01/MM02 with multiple views using  CALL TRANSACTION

    Hi All,
    I want to open MM01/MM02 with multiple views using call transaction but in the parameter ID for Views (MMX) I can pass status of only one View.
      SET PARAMETER ID 'MAT' FIELD v_mat.
      SET PARAMETER ID 'VKO' FIELD ' '.
      SET PARAMETER ID 'MTA' FIELD IT_MOFF-MTART.
      SET PARAMETER ID 'MTP' FIELD IT_MOFF-MBRSH.
      SET PARAMETER ID 'VTW' FIELD ' '.
      SET PARAMETER ID 'BWT' FIELD ' '.
      SET PARAMETER ID 'LGT' FIELD ' '.
      SET PARAMETER ID 'MXX' FIELD 'K'.     "Sales View
      SET PARAMETER ID 'MM5' FIELD ' '.
      CALL TRANSACTION 'MM02' AND SKIP FIRST SCREEN
    Please suggest.
    Regards,
    Divya

    I do not exactly understand what you mean, but what i already did:
    - I checked that the fields are from the same type.
    - KUNNR is initialized! I already had a look to the debugger, that's why i'm posting this in this forum.
    any more comments on this ?
    maybe i have to change anything in the z-transaction. Btw, this is what the parameter looks like in the transaction:
    SELECTION-SCREEN BEGIN OF BLOCK Debitoren WITH FRAME TITLE text-001.
      PARAMETERS pkunnr type kna1-kunnr OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK Debitoren.
    Edited by: Sven Delangle on Sep 3, 2010 2:42 PM

  • Alcatel 1353sh (HPOV NNM B.05.01) equipment view not showing

    HP UX 11.0 Xsession client set up on a Tarantella 3.4 SUN Unix Server. In
    Xsession users can open application (Alcatel 1353sh) which is based off of
    HPOV NNM B.05.01. However, any attempt within the application to open and
    "equipment view" for any element fails. This process used to work on
    Tarantella 3.3 SUN Unix Servers. The equipment view is executed by right
    clicking on an element and selecting "Show Equipment". Would be curious
    if anyone utilizing HPOV NNM has seen a similar problem? Can't figure out
    if this is font translation related or Java related?

    Hi David, thanks for the feedback,
    Previously, we had utilized the 3 button mouse option under "Advanced" to
    resolve this problem (with mixed results - it initially fixed it but
    later, the problem would resurface). So the 3 button mouse box is already
    selected for this xsession application. For some reason it still does not
    work. I'm possibly suspecting a java issue (java1 or 2 issue?) or a font
    issue. I'm not really sure.
    We have other Java based applications running on user PC's.
    David wrote:
    Daniel,
    Under the Attributes tab of the application, please select "Advanced", and
    then make sure that you check "Application supports 3 button mouse only".
    Then please launch the application and try the "Equipment View" again.
    Please let us know if this helps or not.
    Regards,
    David
    "daniel healey" <[email protected]> wrote in message
    news:d3iq4i$d8k$[email protected]..
    HP UX 11.0 Xsession client set up on a Tarantella 3.4 SUN Unix Server. In
    Xsession users can open application (Alcatel 1353sh) which is based off of
    HPOV NNM B.05.01. However, any attempt within the application to open and
    "equipment view" for any element fails. This process used to work on
    Tarantella 3.3 SUN Unix Servers. The equipment view is executed by right
    clicking on an element and selecting "Show Equipment". Would be curious
    if anyone utilizing HPOV NNM has seen a similar problem? Can't figure out
    if this is font translation related or Java related?

  • Equipment View Profiles????

    Dear All,
    I have a question about the equipment views profiles
    After creating eq. category X there was four standard views BUT after creating the view profile and assign it eq. category only the views in this profile appear and the other four is not appear ??????
    As i know the profiles is created to add new tabs/screens why the standard ones is not appear and what is the solution.
    thanks in advance

    hi
    What are the four standard view that doesn't appear. Even if yuo do not assign the view profile to the equipment category ,system will display some standard view while creating equipment master like General data.Location etc.if you assign the view profile to the equipment category then it will overrite the standard one .hence whatever the tabs mentioned in the View profile will only get displayed
    regards
    thyagarajan

  • Hiding a Maintenance View in a View Cluster

    Hello ABAP Experts,
    We have a scenario where we would like to hide a maintenance view to an existing view cluster based on condition.
    Is it possible via events of a view cluster, where i can hide the view at runtime based on some condition before the view cluster is displayed ?
    Is there any way as well, which help achieve this hiding of views ?
    For example in the below View Cluster, i would like to hide "Define object links" view from the main view cluster "Define document Types".
    Thanks,
    Naresh

    Hi Naresh,
    Yes, you can do it in events of a view cluster, define a subroutine and bounding it to event(02) in SE54,
    when you define the subroutine, it will ask you creat a mian program, in this main program, you need  'INCLUDE lsvcmcod'.
    Then you can access some standard data, http://help.sap.com/saphelp_nw04/helpdata/en/62/c302c7de8e11d1a5960000e82deaaa/frameset.htm
    INCLUDE lsvcmcod.
    FORM yourSubroutineName.
    DATA: viewname TYPE vclstruc-object,
            error_flag TYPE vcl_flag_type,
      viewname = 'ZTEST_VIEW1'.
    *  PERFORM vcl_set_table_access_for_obj USING    viewname
    *                                       CHANGING error_flag.
      ----> according your condition to change the view.
    IF xxx = yyy.
      DELETE vcl_struc_tab WHERE object = viewname.
    ENDIF.
    ENDFORM.
    regards,
    Archer

  • View Of New transaction in the IC Web

    We've made changes to a PC-UI transaction (using BAB and CRM Designer) and created a new BLVIEW ,How can we use this new(Z) BLVIEW in our transaction launcher?

    First locate the action handler class attached for your PCUI transaction.
    For example to action handler class for launching PCUI transaction for LEAD is CL_CRM_IC_ABOXSAMPLE_CR_LEAD.
    If you check the super class for this handler class,i.e CL_CRM_IC_ABOX_ABSTRACT_PCA.
    Copy CL_CRM_IC_ABOX_ABSTRACT_PCA to customer name space with
    ZCL_CRM_IC_ABOX_ABSTRACT_PCA.Open the ZCL_CRM_IC_ABOX_ABSTRACT_PCA and edit method DETERMINE_VIEW_AND_APPLICATION.
    replace the following code block
    if not role_mo-blview is initial.
    concatenate '&BLVIEW=' role_mo-blview into rv_result.
    endif.
    with your copied view name for ex ZTESTPCUI
    if not role_mo-blview is initial.
    concatenate '&BLVIEW=ZTESTPCUI' role_mo-blview into rv_result.
    endif.
    It works.
    Make sure that you change the super class name to
    ZCL_CRM_IC_ABOX_ABSTRACT_PCA in your action handler class.
    Thirumala.

  • Hiding columns in view.

    Hi all,
    I need to hide two columns in a view. I need to save this view and use it in a web template. I can do this if the column is a key figure but not when it’s a selection in a structure. What are my options? I tried deleting and hiding the columns and then saving it as a view but when I execute the template, the columns come back. Please let me know what I can do.
    Thanks!

    Hi Uday,
    See if you can do this using the filter option: Right click on the Structure in the view and choose filter. Then move the selections that you want to the right, and other to the left.
    Hope this helps...

  • User cannot view her draft transaction at payment draft report.

    Hi all export,
    I had a problem in payment draft report.
    Non superuser 'spyap' cannot view her own draft transaction created in SAP B1. When she login into the payment draft report, the user display on the screen is 'TNaqilah' but not her name.
    Anyone can tell me what happen on this case?

    Hi Preety,
    I have exactly the same issue as my friend above. What might be the problem?
    Creating a ticket on the SAP Portal doesnt seem to work for me. This is because I have created a number of tickets there and nobody seems to bother with them or even replying to say that they are working on them and hence these forums really come handy.
    What is strange is the fact that this occurs in some project databases and not all of them.
    Your help will be appreciated.
    Regards,
    Davis M Onsakia

Maybe you are looking for

  • Can we execution  sql script through java ?

    Hi All, Can we execute sql script ("name.sql") through java programe. I am not talking about reading sql script one by one and excute. I just want to send this sql script to oracle console. Or any body can give other alternative I have to lot of db o

  • Problem with having to enter password each time to gain access to network.

    Hi there. I have just setup an airport express--connected to our dsl modem--as our only wireless network in a small flat. We just have two computers connecting wirelessly: my macbook pro (10.5.7) and my wife's powerbook (10.4.11). A very simple setup

  • MCHBH and MARDH tables are not equal

    Hi, We were trying to find periodic stock for batches, while we realise that MCHBH table total batch stock and MARDH total stock is not equal for an example of a material. Is that can be possible? Which table or bapi function is right for periodic ba

  • How to start os 10.6 from dvd?

    I am trying to start my macbookpro from install DVD, but when I select the restart from DVD button, it opens the screen for the system installation (which I do not want). I could not find any information on the offical Apple support pages. Regards,

  • When trying to burn a DVD, I have Disc Burning Errors. What Can I do?

    When trying to burn a DVD, I have Disc Burning Errors. What Can I do?