Profile for field selection on object detail list

Hi All ,
        What is the customizing path or tcode to define  Field selection profile and also object profile
to choose in COIO transaction , please advice the assignment process also .
Thanks
Anil

Hi All , thanks for your quick response
I can create only overall profiles in COISN tcode .Please advice me where can we create Object profile and field profile and assignment of the same to overall profile .
My purpose of defining above profiles is I wish to incorporate a field name resource in the seperate column with including the list of fields which is showing currently in COIO order header (here we can not find resource untill drill down) .For acheiving the same I think I can define new field profile and assigning that one to object profile , and thus I can able to select the desired object profile after executing the COIO order header --> settings --> select profile . Please suggest me if I am wrong and also the other transaction codes
Thanks
Anil

Similar Messages

  • Add a custom table for field selection while creating field catalog for LIS

    Hi,
    I have a requirement to add a Custom table to be available for field selection while creating a field catalog for LIS. Its required as there are many custom fields to be used for field catalog creation and adding them in one of the existing tables listed is not a feasible option for us. Please let me knw if its possible..?? If yes how to get it done..??
    Regards,
    Akash Sinha

    hi,
    You need to add your field in the Data Dictionary first. For example, if
    you want the new field in the Order Item field catalog do the following.
    Look at structure MCVBAPUSR (SE11). If you already have a user structure
    appended to this structure then you can add your new field to your existing
    structure. If there is no structure already appended to MCVBAPUSR then you
    must create a new structure with your field in it and then append the new
    structure to this one.
    If you look at structure MCVBAP you will see the data appended to the end
    of it.
    Now you should see it in the field catalog.
    regards,
    balajia

  • Status profile for the selection screen ?

    Dear Shymal,
    The link of thread which you sent have this line status profile for the selection screen for QA33 and QA32 . I don't users ti get those lots which are having status LTCA.
    Now how can i do this? Can you explain me?
    Regards,
    Kaushal Rai

    Dear Kaushal,
    It is written in that reply status profile, is just a slip of mind/Fingers only. We can say a typographical error. I hearty apologies for the same.
    Now a accept my regret and pls find the rectification herewith.
    That is "Selection Profile", to create rather I can say configure it,
    - Run trx BS42, create new profile, Name it Logically.
    - Double click on the "_Selection Conditions_",system will lead you to the screen named Change View "Selection Conditions": Over View.
    - Here Enter the LTCA, in the Fourth Column "STATUS".
    - Click on the check box under Sixth column 'not'.
    The settings should be as.....
    1st Column,,,Link :- No Links (Blank0
    2nd Column,,,Usr:- Don't check this box.
    3rd Column,,,St.Prof.:- Blank
    4th Column,,,Status:- LTCA.
    5th Column,,,Status:- Lot canceled
    6th Column,,,not:- Check this box.
    7th Column,,,Status:- It will be 'Active' by default.
    Now SAVE.....
    Now in QA32, pick the section profile you just created.
    Let me know if it don't work.
    Regards,
    Shyamal

  • How to set BDCDATA table for a SELECT-OPTIONS object?

    Dear experts,
    I have a transaction with PARAMETERS and SELECT-OPTIONS objects. This transaction will be called by another program by using CALL TRANSACTION 'mytransaction' USING mybdcdata statement. Below is some of the called transaction's source code:
    DATA:
      date TYPE sflight-fldate.
    PARAMETERS:
      p_carid TYPE sflight-carrid,
      p_conid TYPE sflight-connid.
    SELECT-OPTIONS:
      so_date FOR date.
    This is what I wrote in the calling program to define the values of the called transaction PARAMETERS fields:
    DATA:
      wa_bdcdata TYPE bdcdata,
      it_bdcdata TYPE TABLE OF bdcdata.
    wa_bdcdata-program = 'MYPROGRAM'.
    wa_bdcdata-dynpro = '1000'.
    wa_bdcdata-dynbegin = 'X'.
    APPEND wa_bdcdata TO it_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam = 'P_CARID'.
    wa_bdcdata-fval = 'AA'.
    APPEND wa_bdcdata TO it_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam = 'P_CONID'.
    wa_bdcdata-fval = '017'.
    APPEND wa_bdcdata TO it_bdcdata.
    CALL TRANSACTION 'MYTRANSACTION' USING it_bdcdata.
    Unfortunately, I don't know how to set the values for the SELECT-OPTIONS screen fields. How to do this?
    I've Googled this and tried several guesses but none was found or successful. Thanks in advance.
    Regards,
    Haris

    Hi ,
      Better go for  SUBMIT report   instead of CALL transaction  ...
      find the name  of  report being called  on that transaction which you will be calling  . Use that report name in SUBMIT 
    Just take help from  below code .
    Before using do please read  by pressing f1 on SUBMIT  syntax .
    data:seltab     type table of rsparams,
             seltab_wa  like line of seltab.
        move: 'LANGU'  to seltab_wa-selname,
              'S'      to seltab_wa-kind,
              'I'      to seltab_wa-sign,
              'BT'     to seltab_wa-option,
              'D'      to seltab_wa-low,
              'I'      to seltab_wa-high.
        append seltab_wa to seltab.
        clear seltab_wa.
        move: 'E'      to seltab_wa-sign,
              'EQ'     to seltab_wa-option,
              'F'      to seltab_wa-low,
              space    to seltab_wa-high.
        append seltab_wa to seltab.
        clear seltab_wa.
        move: 'AUFNR' to seltab_wa-selname,
              p_aufnr to seltab_wa-low.
        append seltab_wa to seltab.
        clear seltab_wa.
        submit rkaep000  using selection-set 'VARIANT1'
                          with aufnr = p_aufnr
                          with selection-table seltab
                          exporting list to memory
                          and return .
    regards
    Deepak.

  • How to add search help for field in ALV object

    Hello,
    In a program, we use ALV object ( container) to create a liste like : field1, field2 .. but when display we do not have search help for this . Could you please help me how to add match code in this case for field 1 and field2, We use set_table_for_first_display
    Thanks,

    Hi,
    when you define your field catalogue you can create data elements with search help in se11 and use them for field 1 and field 2.
    But maybe it is enough to use data elements belonging to a domain with a value help and to set field F$AVAILABL in the field catalogue or to fill the name of the field CHECKTABLE.
    Regards,
    Klaus

  • For Multi Selection of Whare used list

    Dear Friends,
    I have Used T-code CS-15 for whare used list of material. if any other T-code for multi selection of materials for where used list.
    Please write.
    Thanks & Regards
    Ajit Sharma

    Hi Ajit,
    As mentioned in the previous posts, it is not adviced to have a multiple selection where-used, as the runtime is very long for this report.
    But if there is a specific need, you can build a Z report by using the FM -> CS_WHERE_USED_MAT
    But do ensure that your abaper puts in some restriction criteria. In the z report which i had done in one of the projects, i had put a restriction of 10 materials as the runtime was long.
    If helpful award points
    Regards,
    Vivek

  • User Exit/Field Exit for Field Selection in MM01 & MM02

    Dear All,
    Please Tell if I want to make Field Purchasing group Mandatory in MM01 & MM02 in Purchasing view only.I dont want the data to be updated in MRP1 view. Please tell me is there any exit for the same.
    Regards,
    Sandeep

    You can customize
    via
    SPRO>Logistics - General>Material Master>Field Selection>
    first from
    Assign Fields to Field Selection Groups
    you must assign MARC-EKGRP (Purchasing Group)
    to a selection Group which will be mandatory.
    Then from Maintain Field Selection for Data Screens
    you must choose the Material Types which you want to make
    Purchasing Group mandatory.
    You must check Reqd Entry for the material types you want
    Best Regards
    Hope will help

  • Hide a field in ALV "Display Details" list

    Hi Experts,
    I have a requirment where I have to hide a field in ALV output, as well as in "Details display".  I already put NO_OUT = 'X' for that field in fieldcatalog itself. It is hidden in the ALV output anyway, but the problem is when user selects a row and clicks on "Details" button in toolbar of ALV, it still displays the hidden fields of that ALV list with/out headings there. 
    Hope you understood my problem, pls respond soon if you hav any solution for this?
    Thanks
    Sarav

    Use TECH = 'X' in field catalog.
    Regards,
    Raymond

  • Popup check box screen for fields selection using user structure

    Hi all,
    could you please help how can i get the popup screen in the program when the user wants to choose the wanted fields.
    for ex: in the table after clicking the contents display the selection fields will be displayed. there in setting -> list format->choose, we can check the fields wanted to be displayed. The same functionality i needed with my own structure. can any one help me in this, it is urgent.
    Thankyou.

    Hai Ashok
    Check the following Code
    S_FIELDS-TABNAME = 'VBAP'.
    S_FIELDS-FIELDNAME = 'ARKTX'.
    S_FIELDS-VALUE = WC_VALUE.
    APPEND S_FIELDS.
    CALL FUNCTION 'POPUP_GET_VALUES'
      EXPORTING
      NO_VALUE_CHECK        = ' '
        POPUP_TITLE           = 'Locate Material'
      START_COLUMN          = '5'
      START_ROW             = '5'
    IMPORTING
      RETURNCODE            =
      TABLES
        FIELDS                = S_FIELDS
    EXCEPTIONS
       ERROR_IN_FIELDS       = 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.
    ELSE.
    READ TABLE S_FIELDS  INDEX 1.
    WC_VALUE = S_FIELDS-VALUE.
    ENDIF.
    Thanks & regards
    Srenivasulu P

  • ORA-1445 and maximum width for field selection.

    Hello,
    We had the ORA-01445 error in the database recently.
    A friend of mine directed me to the following address:
    http://www.errorhelp.com/search/details/65019/ora-01445
    And explained me that Oracle takes every field of every table in the inner and outer joins to build a HUGE table before selecting what fields are really required for the query.
    I can't believe that Oracle makes such stupid thing so I ran here to ask the experts.
    An example:
    Two tables:
    TABLE1
    Field1
    Field2
    Field100
    TABLE2
    Field1
    Field2
    Field500
    Select table1.field1, table2.field1
    FROM table1
    INNER JOIN table2 on table1.Field2 = table2.Field2
    WHERE table1.field3 = '1'
    ->
    Question is:
    How the join is built on detail?
    Does it build an intermediate table with 100+500 = 600 fields to get only the 5 that are used in the query (table1.field1, table2.field1, table1.Field2, table2.Field2,table1.field3)?
    Thank you.
    Kindest regards,

    864737 wrote:
    Hi John,
    Maybe it's a complete nonsense but even if has no sense proceeding that way solved the issue here.
    I have a query that suddenly failed to execute with the error described, version 10.2.0.3 but it does not happens in 10.2.0.4. As a workaround we did it using subselects and joining as described in the post and the query worked again.
    So ORA-01445 is triggered even if it's not the cause of the error. You have there a circumstance where it fits...
    So, it is clearly a bug introduced (possibly in 10.2.0.3), and fixed in 10.2.0.4.
    I cannot post the query because license restrictions but believe it or not this happens with Oracle. It's great to know that the number fields of the tables does not matter. I was suprised to hear it. But your clarification was good. :D Tnx.
    It seems that our DBA found that this behaviour can be corrected with an official patch.
    Which clearly indicates a bug, just be sure that the patch is truly the right one.
    Thank you again for your response.There are a number of bugs in MOS around ansi joins getting this error, bug
    4369235.8 ORA-1445 can occur for ANSI join queries with large views/subqueries
    seems possiblefor your case. However the workaround for that was to not use ansi style joins, so again, the number of columns is not directly the cause of the error.
    John

  • Connecting DVR to Airport Extreme for remote viewing of my home 16 camera system. I have tried for 2 days and still stuck. I have secured a dyndns account and have had no luck for 2 days. A detailed list for an amateur would be much appreciated.

    I have been trying for 2 days to connect my home camera dvr to the internet through my Airport Extreme. I have read several previous posts on this topic and have not been able to get this completed. I secured a Dyndns account and registered a host domain. I am not clear on which ip address to use and really which is which. Seems like the ip address for the router is different from the ip address that showed up when I secured my dyndns host name. I used the one that was listed on the signup that staed " your ip address is". I have read up on port forwarding and watched UTube and still no luck. Can someone walk me through a steo by step process on how to get this completed? I want to be able to watch my cameras from my iphone, ipad, macbook pro and the internet. I do have a manual that came with the DVR but it seems everything is setup for Windows and a different router, seems like the AE router had different settings. I can usually figure these things out eventually but I am really stuck this time. Any help at all would be greatly appreciated. Thank you in advance for any help you can offer.

    Have you had any luck? I am currently attempting to do the same thing and running into similar issues.

  • Report counterpart sample for   field = select(max)

    Post Author: JuneCruz
    CA Forum: Crystal Reports
    Hi Guys,
    This the contenct of my table.
    NFstCol NSndCol NTrdCol -
    1       One     12       One     13       One     14       Two     15       Two     16       Two     17       One     28       One     29       One     210      One     311      One     312      One     316      Two     217      Two     218      Two     219      Four    NULL20      Four    NULL21      Four    NULL
    Now I want to display the records all records that have the maximum ntrdcol group by nsndcolso the output should be.  Can this be done without using view, command as source for the database, or a subreport ?thanks.
      NfstCol NtrdColOne
          10     3      11     3      12     3
    Two       16     2      17     2      18     2
    Four       19     null      20     null      21     null
    Again.  Thanks guys.

    Post Author: ROMZILBER
    CA Forum: WebIntelligence Reporting
    To create a view is not a problem, supporting it is a different story
    But we have find a solution, you were correct about the filter.  I just did not know you can put the whole subselect in a  filter
    but here is a logic for the filter if someone would come up with the same problem
    tablename.NNNN_PROOF_DT = (SELECT MAX(X.NNNN_PROOF_DT) FROM tablename X  WHERE tablename.NNNN_CLAIM_NUMBER = X.NNNN_CLAIM_NUMBER AND   tablename.NNNN_LINE_CD = X.NNNN_LINE_CD)
    please let me know if you have any questions.
    sorry I am new to this so please do not take any offense

  • Search help for Field Selection

    Hello Exeperts,
    I've added the field ABWGR (Attendance/Absence Reason) in Iview Clock-in / Clock-out corrections, but when I execute the test this field in i-view does not show the codes created in the backend.
    Is there a way to activate the search help for this field in clock-in/ou corrections iview?
    Thanks in advance!

    Implement the note 1080414. it contains both front end and backend changes

  • Holding shift key down for multiple selection of objects ?

    Possibly me - but latest release of muse on my mac running OSx 10.8.5 now holding down the shift key and clicking doesn't seem to allow me to multiple select objects- works fine in illustrator and Indd , cant see a preferences check anywhere that i have missed - am I the only one with this issue ?

    catfordboyjohn, please join the discussion of this topic on this thread <Re: After upgrade to Muse CC 2014 i have problem with multiple selection. SHIFT dont work?>. Thanks.

  • Field selection for Material Type

    Hi,
    When we create the material type we are assigning a field ref. in Define Material attributes screen, and when we are creating the industry sector there also we are assigning a field  screen reference.
    No when we creat a materail with MM01, and if Field ref. is different in Industry sector and material type then which system will follow when we create the material it will be ref. to field selection in Material type or industry sector.
    regards,,
    zafar

    Zafar,
    When you talkout Material type is basically controls the properties of a Material like important control fucntions and attributes.
    That is inturn, like Field selection, Special material type, Type of Procurement, Stock (Qty &Value) updation, User departments and Price control. But,
    where as Field selection is control key which consits of some setoff fields which are subjected to a perticular Industry sector like, Plant &Construction, Mechanical Industry, Pharmacuetical Industry, Chemical Industry, etc. In this case field selection is different from Industry to Industry, but in some cases field selection is common for the similar kind of Industries or Industry sectors.
    And the Field selection is subjected to the Material type as well, that means each material type can have their own Field selection (it is named with a field selection key 3 char sap code for field selection).
    Comming to the Creation of Material master record : using MM01  ( create material -general)
    here, you need to select the material type and industry sector --> then you need to choose the relevent user departments and subsequently plant, sloc.etc.
    Note: when you are creating the material in the above fasion, you need to enter the relevent data which is w.r.to the user departments which you have choosen, and those inturn reflect from this control data ( attributes and important control functions as I said is the definition of Material type).
    And this is how a material is created, wether it can be a Raw material, Semi finished Product or Finished Product, etc.
    Note: There is an option to create your own Material Types, but SAP suggests to use standard Material type when you create material master record, unless otherwise a special requirement comes from your client is from Specific Industry sector or if running a special kind of business which is not yet dragged into the SAP R/3 system.
    Hope this will clarifies your query.
    With Regards,
    Srin

Maybe you are looking for