Product group selection on screen

Hi All
I use PRGRP from PGMI in a report program
PRGRP is used on the selection screen to find a product group
On my selection screen ,when I use the list option,it brings up selections on material numbers and description
How can I change it to just list all product groups for the user to select?
Many thks
Gerhard

I beleave you can use the Search help MAT1L. (Material by material group)
or one of these standard:
MAT0M     Material Number/Material Description
MAT1A     Material by old material number
MAT1B     Material by bill of material
MAT1C     Material transferred from CAD system
MAT1E     Competitive product by competitor
MAT1F     Production resources/tools by description/PRT grouping
MAT1H     Sales material by general product hierarchy
MAT1I     Material by vendor's material number
MAT1J     Material by material category
MAT1K     Materials for class
MAT1L     Material by material group
MAT1N     Material by EAN (International Article Number)
MAT1O     Materials by several classes
MAT1P     Material by product hierarchy
MAT1R     Material by task list
MAT1S     Sales material by description
MAT1T     Material by material type
MAT1V     Material by Supply Area
MAT1W     Plant material by description

Similar Messages

  • MD06 report: by Product group

    Hi,
    I am using the functional module "MD_MRP_LIST_OVERVIEW" to get the data like MD06 for one of my report.
    My problem is in functional module "MD_MRP_LIST_OVERVIEW" when I try to fetch the data based on "Product Group" (Selection by: Product group) system is giving me error "u2018No material transferredu2019 after executing of this functional module in SE37.
    I am passing following entries in "Functional Module" (in ERM61R)
    WERKS2 = PR01 (PLANT NAME)
    PRGKZ = X
    PRGRP = 100 (Product Group name)
    ADBKZ = X
    Could any one suggest if I am missing any entries in selection for functional module "MD_MRP_LIST_OVERVIEW ?

    I doubt MD_MRP_LIST_OVERVIEW would be of much help in your report, as it does a CALL SCREEN, so it would leave your report. Are you sure you want to do that?
    Instead I would suggest you use MD_MRP_LIST_API or BAPI_MATERIAL_MRP_LIST, read the materials from your product group & pass it to one of these FM's

  • Product Group capacity can not be seen in MF50 output

    Dear All,
    I can not see the product group in 'total capacity' subscreen in output of planning table MF50.
    In MF50 the input parameter i am entering is product group and plant.
    In the scheduling tab of input parameters detailed scheduling and capacity planning is tick.
    For some product groups i can see in output as "Product Groups / Total Capacity" and also in the rows below it shows "Prod.Grp XYZ" then requirement and available quantity rows. After which the production line rows follows.
    For some product groups when enter in initial selection screen of MF50 with same input parameters in output i do not see Product group but i can see "Total Capacity Data" and then the rows starts with production lines. But no information on capacity of product group.
    The setup of all product group is same and are created with MM01.
    Regards,
    Vero.

    Hi Rupesh,
    Thanks for reply.
    In 'Control Tab' i am not selecting any parameter. So in output i can see all materials  in 'Material Data' section which are included in product group  irrespective of requirements.
    I have issue in upper half section of 'Total Capacity Data'. I can see the different production line rows with Requirement / Available rows with capacity values in each period. Unit is %.
    But i do not see 1st row for Product group row with 2 subsequent rows (requirement / available) with unit KG.
    I can see these rows only for some product groups but not for all.
    For the product groups for which i do not see these rows have capacity requirement in selected periods which can be seen in same output in production lines rows. (where selection in input screen is product group and plant)
    Regards,
    Vero

  • How to Enhance search help for product groups. Currently no ability to add multiple lines from result list

    Hi All,
    In CRM Web UI,  there is no multi selection option for product group id f4 help for Custmer event creation or edit screen under  “Product” tab=> Product Group ID field.
    Web UI Component Details -
    UI component : TPMOE
    View : TPMOE/ProductEOL 
    Context: PRODUCT  Attribute : -PRODUCT_GRUOP
    Click on Product Group ID field then below F4 Help screen appears.
    In the product group results list, user can select only one row and Then all the product will be queried for selected product group, transferred to product list tab.
    Current technical design for Product Group F4:
    a) SE11 Data Dictionary search help “CRM_MKTPL_PGRP1”  is used and data is fetched displayed based it( Refer method GET_V_PRODUCT_GROUP of context node class CL_TPMOE_PRODUCTEOL_CN00)
    b) In UI, F4 pop up is handled by UI Framework in SAP generic manner so no multi selection is allowed.
    c) A round trip event is triggered after selection of row from results which reload view with queried product result based group selected.
    Requirement :-
    In the product group F4 results list View, user should be able to select multiple row .As SAP GUI has the option of multiple entry selection from search help window with the help of field called MULTISEL.
    System should query for products  with all selected product group, transferred to product list tab.
    Note: - The multi select options works fine for GUI, but for UI standard SAP code ignores this or never is this structure taken into consideration. Standard class to display F4 help on UI is CL_THTMLB_F4HELP.
    Can we enforce same behavior like DDIC search help in Web UI too  Or suggest how we can achieve this requirement?
    Thanks in advance
    Regards,
    Arjun

    Hello All,
    We have achieved this requirement by Custom development and approach followed as  -
    Define UI object model zprgrp & zprgrpquery and object relationship in table ZCRM_OBJTAB
    Query Strcuture : ZCRMST_PRGRP_SEARCH & Result List structure : ZCRMST_PRGRP_RESULT      
    Created Custom component : ZPRGRP with Search /Result view and with GENIL Class, search logic
    Defined custom ComponentUsage “ProductGroup1SearchHelp” for ZPRGRP in Standard Component TPMOE
    e.  Called F4 application for field product _group with help component usage created in step d.
    Regards,
    Arjun

  • Multi level Product group reg.

    Hi dudes,
    i am having BOM levels A->B->C , in the A materials group i have 5000 materials ,i want to take all these under a product group. Also in B materials group i have 5000 materials
    how create multi level product groups taking materials as members in a product group.
    One more point regarding the product group is how many materials we can add as members under a product group.
    thanks in Advance
    Robert

    In product group creatioon screen
    follow the menu path
    Edit >selection list>parameter
    in the selection list parameter screen...enter the material group A and enter
    system will give all the list of materials with material grouop A and select all and copy...system will get all the materials into product group...
    repeat it for B and C.
    pl come back

  • How do I access the groups selected in DisplayNewUserDialog?

    I am developing a user manager for a deployment so that the production floor manager can add users as they are trained. I modified the simple OI to add a button "Manage users", which is implemented as a VI.
    I have this pretty much working except when I add a user using the DisplayNewUserDialog, I don't see any way to access the groups that can be selected in the dialog. Selecting a group in the dialog apparently does nothing. I save the user object that gets passed back from the dialog and that "sticks". But the group selection doesn't stick nor do I see any way to access the selection. Using the DisplayEditUserDialog on the same user object does properly save selected group membership(s) without having to make an extra call.
    I see that in the example CreateDeleteUsers.seq, there is a step "Add User to Group" which looks up the group by the name selected by the user. To paraphrase the steps:
    Add new user: RunState.Engine.UsersFile.UserList.SetPropertyObjectByOffset(0, 0x1, Locals.User)
    Add user to group (sets privileges): RunState.Engine.GetUserGroup(Locals.GroupName).Members.SetValStringByOffset(0, 0x1, Locals.User.AsUser.LoginName)
    I don't see how I can programmatically retrieve that group name ("Locals.GroupName" above) from the dialog box, nor from the user object that is returned from the dialog box. Is this a bug?
    Solved!
    Go to Solution.

    Update: I misunderstood the dialog somewhat. It allows you to copy privileges from a group, not select the group itself (although I still didn't see any evidence that the copied privileges stick either).  Since I want to put a newly added member in the "Operator" group, I will have to train the floor supervisors to first add the user and then edit (using the edit dialog) to add the user to the correct group. I'm kind of happy with the VI. Here are some screen shots:
    The current user cannot delete himself. If he has admin privileges, he can add and edit.
    Users with admin privileges can select from the list of users (alphabetized) and add, delete, or edit.
    Users without admin privileges can only change their own record, and only their password within that record.

  • Error while creating Product Group in SOP

    HI Gurus,
    When I am trying to create the product group in SOP in MC84 , I get follwoing error.
    "Product group cannot be created (batch input error 7)  Message no. MA218"
    how to slove this?
    Thanks in advance.
    RG

    Rajiv,
    Basically if there are mismatch in the Field selection and fields visible in MC84 you would get this error.
    The workaround suggested by SAP is to create a product group using MM01 with material type PROD, latter on using the change product group transaction MC86 you can assign its members.
    Regards,
    Prasobh

  • Error while creating the product group by MC84

    Hello Friends,
    I am creating the product group by MC84, and in product group field i have given the product group name i.e P2345, and its description i.e product group for waluj, plant i.e cw01 and Base unit i.e KG.Now when i press enter system is throwing the error"The field is defined as the required field;it doesnot contain an entry."Message no.MG144.And with this error system is placing the cursor on product group field.As i have already given product group name than also system is throwing the error.
    Though i know the alternative method to create product group by MMO1 and selecting the material type PROD, then also i want to know why system is throwing the error while creating the product group by MC84.
       Please guide.

    Dear,
    This message says that you have not entered a mandatory field.Enter proper values for all mandatory fields and then you will not get this error.
    Try to create the product group as material of material type"PROD"
    Then you go on adding the memebers in SOP Transaction.
    In some of the versions of SAP it is the problem.
    I have also faced this problem in some versions.
    Regards,
    R.Brahmankar

  • PRODUCT GROUP

    While creating product group I am getting error message MG144 as
    "The field is defined as a required field; it does not contain an entry"
    I tried to create material type Product group, there also I am getting same message no as "The field Profit center is defined as a required field; it does not contain an entry"
    I am working in 4.6C and in production server it is working fine(no need to create material type Product group). But in sandbox and quality i am getting this problem.
    Thanks
    Suresh

    Suresh,
    Looks like the field selection group used for the material type is referanced to a materail type which has "costing view" and in that view "Profit center is made as mandatory field.
    Please change the field selection group to a suitable one where profit centre is not mandatory or else populate the value of profit center when creating a materail master with PROD type.
    Hope this helps...Reward your points if so,
    Regards,
    Prasobh

  • Creation of product group

    hi
    i am creating product group using transaction code mc84
    while creating product group it gives error as "The field  is defined as a required field; it does not contain an entry"
    I have entered
    Product group   PP_TEST             PP test
    Plant           1001
    Base Unit       KG
    selected materials as members
    will anyone tell me where i m going wrong?
    Prashant

    Hi,
    You might have marked some field as mandatory . And as in product group creation we have limited view so that error might be occuring .
    Check what field you have marked as mandatory in t code OMS9 and OMSR
    Regards,
    Vishal

  • Regarding Creation of Product group

    Hi SAP Guru,
    I am being Unable to create a product group at new , although I have done it and run at other client.Also Please let me know the Views to select. As per My knowledge I have selected only 05 views , basic, MRP-1,2,3,4.... Need not to select the accounting and costing views. System says error message that u dont have requireed field parameter.Although I am able to create the same through MMZ1
    Regards
    Bhupendra Singh
    Edited by: Bhupendrasingh on Jan 29, 2012 7:17 AM

    Bhupendrasingh wrote:
    >   I am getting the following error
    > " E MG 144 The field profit Ceneter is defined as the required field It doest not carry any enntry in  MARC-PRCTR
    Hi,Just check in OMSR, The 'Field sel. group' for MARC-PRCTR get the Field sel. group(default is 48), In OMS9 check for MM01, MM02, ROH ,FERT, this field is mandatory, if it is mandatory then you have to maintain the profit center, you can try with making it optional, but this field is made mandatory with some purpose so better to ask your FI for proper profit center for raw material & maintain it in either costing view or Plant data storage 2 view & then proceed further.

  • Production Report using Product groups.

    Hi PP Gurus,
    We want to develop one Production report that will include Product group.
    We are using single level Product groups. Say PG= XYZ and PG members are A, B, C, & D. Since REM without RP and with daily confirmation being used we'll sort the results through MSEG table after passing MBLNR and MJHR from table MKPF using Movement types 131 (that will exclude Reversal quantity i.e through Movement type 132).
    My requirement is to bring Product group in production report that will club above mentioned materials.
    If anybody already worked on such requirement, please help me out.
    Thanks & Regards,
    Abu Arbab

    Hi Rajesha,
    Thanks for reply.
    Since REM without RP I'm using no need of AFKO table.
    Used logic as below:
    Taking BLPK-BUDAT as input:
    1. Select PGMI-PRGR, PGMI-WERKS to get PGMI-NRMIT.
    PGMI-NRMIT = BLPK-MATNR to get BLPK-PRTNR.
    BLPK-PRTNR = BLPP-PRTNR to get BLPP-MBLNR.
    BLPP-MBLNR = MSEG-MBLNR, MSEG=MJHAR to get MSEG=ERFMG
    Sort through MSEG-BWART = 131 negative 132.
    2. Select PGMI-PRGRP, PGMI-WERKS to get PGMI-NRMIT.
    PGMI-NRMIT = BLPK-MATNR to get BLPK-MENGE.
    Sort through BLPK-VAART (B) negative BLPK-VAART (S); donu2019t select BLPK-VAART (BS).
    Addition of BLPK-MATNR corresponding to BLPK-BUDAT entered.
    Both logic are working.
    Anyways thanks for help.
    Kind Regards,
    Abu Arbab

  • SOP product group

    Hi All
    I  have more than one product group produced on one  production line and we want do and see  the capacity analysis for all the product groups at the same time to get the overview capacity analysis for the line.
    How to see it in one transaction?

    Mayuresh,
    You mean to say you have more than one products can be manufactured in one work center and you want to do the capacity planning.
    After MRP run system will create plan orders, then go to CM25, select profile: SAPSFCG014- put workcenter and plant and execute. You will get 3 different charts where you can do the planning for all products at a time.
    Tara

  • Product Grouping / AddThis JS Conflict

    Hello,
    I am using AddThis for social sharing on my client's website. I notice that when I group products together using product grouping, the AddThis social buttons show up just fine on the base product, but when I select the grouped product from the drop-down menu the AddThis buttons don't seem to reload with the rest of the product information. It seems that there is a JS conflict of some sort, however, I'm at a pretty beginner level with JS and I'm not sure exactly how to overcome the conflict. Does anyone who is more advanced with JS have any suggestions? Here is an example product that I'm working on in which the issue appears:
    http://juicekeys.businesscatalyst.com/superfoods/e3live-original-flavor
    If you notice, when you select the grouped product 'Apple/Lemon Flavor', when the product details reload the social sharing buttons disappear. Any help would be greatly appreciated, thank you in advance!

    i had my social media in the product large view and having the same problem not only with social media but with a checked checkbox I'm still trying to workout. After a few tickets to Adobe asking for help they told me they didn't deal with custom code so they couldn't help me. So I created a site with everything BC default and the problem was still there. I eventually got some help from Adobe and was told that the work around for that was to place the social media on the page template.

  • SELECT ION-SCREEN COMMENT & BEGIN OF LINE???

    Hi Experts,
    What wuld do the follwoing 2 syntax? I mean, just they print the text on Selection-screen! or any thing else?
    1 - SELECT ION-SCREEN COMMENT
    2-  SELECT ION-SCREEN BEGIN OF LINE
    thanq.
    Message was edited by:
            Sridhar

    See the example :
    SELECT ION-SCREEN COMMENT  - it is for text elements for selection-screen fields.
    When you radio button,text will come right side,if you want to use left side text,then use comment line.
    SELECT ION-SCREEN BEGIN OF LINE
    if you want to use selection-screen fields in same line ,then use this
    selection-screen begin of block b0  with frame title text-b00.
    Data Selection Fields
    selection-screen begin of block b1 with frame title text-001.
    select-options: s_werks     for marc-werks no intervals
                                             obligatory
                                             no-extension
                                             default '1000',
                    s_lgort     for mseg-lgort no intervals
                                             obligatory
                                             no-extension
                                             default '1000',
                    s_prod      for marc-zzproddept ,
                    s_zzdept    for marc-zzdept,
                    s_mtart     for mara-mtart,
                    s_matnr     for mara-matnr,
                    s_lifnr     for mseg-lifnr,
                    s_vmsta     for mvke-vmsta.
    selection-screen end of block b1.
    selection-screen skip.
    Report Type
    selection-screen begin of block b2 with frame title text-002.
    Shelf Life Expiry Report
    selection-screen begin of line.
    selection-screen comment 1(31) text-004.
    parameter:        r_1   radiobutton group rad1.
    selection-screen end of line.
    selection-screen begin of line.
    Aging  Report
    selection-screen comment 1(31) text-005.
    parameter:        r_2   radiobutton group rad1.
    selection-screen comment 40(30) text-003.
    parameter: p_expir as checkbox.
    selection-screen end of line.
    selection-screen begin of line.
    Materials with no Expiry Date
    selection-screen comment 1(31) text-006.
    parameter:        r_3   radiobutton group rad1.
    selection-screen comment 40(30) text-007.
    parameter : p_bin as checkbox ."default 'X'.
    selection-screen end of line.
    selection-screen end of block b2.
    selection-screen end of block b0.

Maybe you are looking for