Screen control of customer fuields

I have added 3 customer fields to the basic data tab of the shopping cart.  For some users I don't want these fields to display.  The customer fields are not showing up on a screen variant.  I found a BADI BBP_SC_UI_CTRL however there is no shopping cart interface for this BADI until release SRM Server 550.  I am running SRM Server 50.
Any suggestions on how to hide those fields?
Thanks,
Nancy

Hello,
Do you have the badi bbp_cuf_badi_2 in your release ? This badi help you setting display and input attributes  for customer fields.
Rgds,
Pierre

Similar Messages

  • Screen control in HR

    Hi All,
    I have added custom fields in infotype 6 ( address) . mainn prg mp000600 and custom prg is zp000600. i need to move some fields to screen 2010 of main prg mp000600.(those custom fields are not available in screen control table T588M. but onther custom fields in 200 subscreen are available in T588M. can any one explain me how the enteries are populated for screen control. (the custom entries are available when i enchanced the infotype using PM01 - 'create all' button. plz let me know my understanding is correct, and y the entries are not available for mp000600 in t588m table).
    Thx
    - Senthil Bala

    Hello Senthil,
    Why do you want to move custom fields in screen 2010? Once you press 'Create all' button, it assign additional screen '200' with custom field to all the screens of module 'MP000600'. You can check the entries in table 'T582C'. For some reason, If entries are not created in table 'T582C', then you need to do it manually. When you are using screen '2010' of IT 0006, it should also give you additional subscreen '200' on in the bottom. You can control screen fields for screen '200' in 'T588M' by creating a new entry in table 'T588M'  for module 'ZP000600' and screen '0200'.
    Regards,
    Ahmad

  • Change Message Control for Customer Master data

    Hi Friends,
    I have to choose/populate a message when the user is about to create an already existing customer.
    In SPRO --> Financial Accounting --> Accounts Receivable and Accounts Payable --> Customer Accounts --> Master Data --> Preparations for creating customer master data --> "change message control for customer master data" ...
    OK...
    When u click this it goes into Change View "message control by User" Overview screen wherein u can insert new messages and texts and the type of message ....
    Now .....
    I want to display the 145th message (F4 help of the Message column) ..... it picks up the text "Customer found with same address;check"..... with Online mesasage type 'I' and batch type 'I' and with standard type '-' ..
    I want to have the same message with message types 'E','E', and 'I' respectively.......
    How is this possible (or) what should i do to meet my requirement :-|
    Expecting ur answers
    Thanks in advance ........
    Cheers,
    R.Kripa.

    Hey yes it is not possible (as of now
    I ve met the requirement by just using message statement in the program itself ............
    My requirement is met but still if anyone knows about this do answer / reply
    Thanks
    Cheers,
    R.Kripa.

  • R/3 Screen for a custom infotype must resemble same as IT0591.

    Hi Guru's,
    I am having a requirement to create a custom infotype same as IT0591 in r3. I searched in forum for creating the infotype in such format  and i found that table control using wizard is used to update the repetetive datas. I had created a table with repetative fields and generated the infotype. When i went into r3 side it is displayed as seperate fields, i deleted all fields and using icon table control using wizard i drew a table control and declared a internal table and assigned to it and the code is generated automatically in PBO and PAI but when i compared the same with 0591 it is entirely differrent. Now my problem is how can i bring the same screen in my custom infotype. I dont know where i had missed or i am going in right path... Kindly help me to sort this issue. <removed by moderator>.
    Edited by: Giriesh M on Jun 17, 2011 10:36 AM
    Edited by: Thomas Zloch on Jun 17, 2011 10:53 AM

    In PM01 for the custom infotype select Screen..Edit..Flow Logic.  Three input/Output fields were added to the screen layout.  Since all three fields were in the same table with the same field name, they all have to have unique names in the layout.
    Module 9009 was modified to add code to retrieve the text.
      SELECT SINGLE * FROM dd07v
                      WHERE domname = 'ZZHR_FML_ABSENCE_CODE'
                     AND ddlanguage = 'EN'
                     AND domvalue_l = p9009-zzfmlabccd.
    select single ddtext into w_fmlstatus from DD07V
                                where DOMNAME = 'ZZHR_FML_STATUS_CODE' AND
                                      DDLANGUAGE = 'E' AND
                                      DOMVALUE_L = p9009-zzfmlstatus.
    select single ddtext into w_fmlaleave from DD07V
                                where DOMNAME = 'ZZHR_LEAVE_TYPE' AND
                                      DDLANGUAGE = 'E' AND
                                      DOMVALUE_L = p9009-zzfml_leave_type.
    I hope this helps.

  • There is no entry for this function in Table 168F (system table). An error involving the screen control has probably occurred.

    Hi All,
    i created one  enchancement to ME21n screen,
    i added one screen at header
    When i running the the transaction ME41 it shows the following error.
    This function not defined
    Message no. 06006
    Diagnosis
    There is no entry for this function in Table 168F (system table). An error involving the screen control has probably occurred.
    Procedure
    Contact your system administrator.
    Am i need to add this functionalty to any  sap table.
    plz guide me on this.

    Hi Krishna
    Have you added any buttons in the custom screen if yes then you will have to maintain configuration data for Function code processing.
    Please search on SCN for the same
    Nabheet

  • Table type not defined for table control "T_CONTROL" (Custom table)

    Hi All,
    I m facing a problem in ITS mobile service.
    The Table control designed by me in R/3 (Module pool program) is
    not getting displayed in ITS mobile page.
    It is giving me an error "Table type not defined for table control "T_CONTROL" (Custom table) ".
    Can you please let me how this issue can be resolved.
    With Regards,
    Mahesh

    CONTROLS: table_ctr TYPE TABLEVIEW USING SCREEN '0010'.
    try using this....
    Regards
    Vasu

  • All fields are not displaying in the infotype screen control

    Hello Everybody,
    All the fields from infotype 2001 and 2002 are not getting displayed in the screen control for these infotypes and
    when I checked the screens for these infotypes, the mod. groups/functions has not been set for field 'Group3' for those
    infotype fields.
    Is there a way I could set this field ' Group3' for these infotype fields also ? Can it be done thru screen exit and if yes could
    anyone tell me what's the screen exit for these infotypes ?
    Thanks
    Alok

    solved it myself.

  • WP8 Map control with custom tiles

    I'm trying to display a map control in my app targeting Windows Phone 8 but I want to use custom tiles from open street map.
    I'm using this line :
    mapControl.TileSources.Add(new TileSource("http://a.tile.openstreetmap.org/{zoomLevel}/{x}/{y}.png"));
    When I launch the app the custom tiles are properly displayed, but there's still the default map tiles underneath them.
    I tried to hide them, but I counld'nt even find where they exist in the map control and what is displaying them exactly.
    I would like to know how I can remove those default tiles when loading custom tiles.
    I tried to hide them, but I counld'nt even find where they exist in the map control and what is displaying them exactly.

    Hi MakanWG,
    You have solved your question in here:
    http://stackoverflow.com/questions/27948331/wp8-map-control-with-custom-tiles .
    Good!
    Vote if help you

  • How to get the screen value to custom screen from standard screen

    Hi all,
    I have a standard screen which is attached to a standard function group and a custom screen which is attached to a custom function group... Now my requirement is to get some field values from the Std screen to my custom screen ...
    I have used the FM DYNP_VALUES_READ but its resuts in error...
    in my current screen PBO i called this FM and given the prog name as the Std pgm name which being created while creating the screen from the function group and the screen number as the standard screen number...
    Eg : Standard Function gp = FSBP_02
           Pgm name  = SAPLFSBP_02
          Screen Naumber = 0220
    Custom screen = 9001
    Pgn Name = zname
    in 9001 PBo i called
    DATA: IT_DYNPFIELDS  TYPE TABLE OF DYNPREAD,
           WA_DYNPFIELDS like line of IT_DYNPFIELDS.
    WA_DYNPFIELDS-FIELDNAME = 'BP021-BUSINESS_Y'.
    APPEND WA_DYNPFIELDS TO IT_DYNPFIELDS.
    CALL FUNCTION 'DYNP_VALUES_READ'
       EXPORTING
         DYNAME                               = 'SAPLFSBP_02'
         DYNUMB                               = '0220'
        TRANSLATE_TO_UPPER                   = ' '
        REQUEST                              = ' '
        PERFORM_CONVERSION_EXITS             = ' '
        PERFORM_INPUT_CONVERSION             = ' '
        DETERMINE_LOOP_INDEX                 = ' '
        START_SEARCH_IN_CURRENT_SCREEN       = ' '
        START_SEARCH_IN_MAIN_SCREEN          = ' '
        START_SEARCH_IN_STACKED_SCREEN       = ' '
        START_SEARCH_ON_SCR_STACKPOS         = ' '
        SEARCH_OWN_SUBSCREENS_FIRST          = ' '
        SEARCHPATH_OF_SUBSCREEN_AREAS        = ' '
       TABLES
         DYNPFIELDS                           = IT_DYNPFIELDS
      EXCEPTIONS
        INVALID_ABAPWORKAREA                 = 1
        INVALID_DYNPROFIELD                  = 2
        INVALID_DYNPRONAME                   = 3
        INVALID_DYNPRONUMMER                 = 4
        INVALID_REQUEST                      = 5
        NO_FIELDDESCRIPTION                  = 6
        INVALID_PARAMETER                    = 7
        UNDEFIND_ERROR                       = 8
        DOUBLE_CONVERSION                    = 9
        STEPL_NOT_FOUND                      = 10
        OTHERS                               = 11
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    How Can i get that... Its important ... Please help me...

    Hi,
        Try with the below FM
    RS_REFRESH_FROM_SELECTOPTIONS
    in your custorm program, check the SY-CPROG and SY-XPROG values, for the standard program name or directly pass the importing parameter for the above FM as SAPLFSBP_02.
    Regards
    Bala Krishna

  • Call the document Approval Workflow screen from a custom KM Details Page

    Hi,
    We are trying to call the Approval Workflow screen from a custom developed KM Details page (using JSPDynpage). How can this event be triggered. We want to trigger the same event that gets called when a user clicks on the Approval Option under Settings in the Details page for a KM resource. Quick response would be much appreciated.
    Thanks and Regards,
    Shibendra

    Hi,
    Refer below links:
    https://blogs.oracle.com/prajkumar/entry/call_oaf_page_from_d2k
    http://oraclearea51.com/11i-oa-framework/17-technical-articles/technical-articles/325-how-to-call-oaf-page-from-form-personalization.html
    http://oracle.anilpassi.com/call-oa-framework-page-from-oracle-forms-passing-parameters-2.html
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Is there screen control at the Subtype level for ESS Address in ECC 6.0?

    Hello Developers,
    The Dynpro view for adding/maintaining ESS Address information requires certain fields to be entered regardless of the type of Subtype (ex. Permanent Address or Work Address).
    It's ok for our Permanent Address subtype to require certain fields such as City, State, and Postal Code, but we don't want these same fields to be required for our Work Address subtype.
    Is there a way to control this for individual subtypes?
    Thank you,
    Terry

    Thank you Shikhil,
    This was already tried and didn't work. 
    Running a debug session, I can determine that the message is coming from the back-end SAP system.  I can also see that these fields are flagged as Required on the back-end but due to the complexity of the code I haven't been able to determine what table this is read from. 
    The IMG view for "Infotypes - country-specific settings" apparently doesn't control this either but I'm hopeful that there is a screen control that will allow me to remove the "Required" setting.
    Terry

  • Screen control in VA01

    Hi Gurus,
    I want to include screen control while creating a Sales Order through recording.
    Basically my requirement is that I have to create a Sales Order through an Idoc which I can achieve by BDC recording, but I want to include a check stating that on the Sales Order, only 10 Line items can be fit on a page, and then I would like to include the 'page down' functionality.
    So if I have more than 10 line items, they should display the first ten line items on the first page, and then so on.
    Kindly help.
    Thanks.

    Hi,
    I suggest you please use BAPI, since you want to use for IDoc.
    If you would like to stick to BDC please see the below code.  OK code = POAN at end of each line item, Which enables move first line up and second line to fist line.  So that you can enter as many line items you want.
      perform bdcdata using: 'X' 'SAPMV45A' '4001',
                                 ' ' 'BDC_OKCODE' '=POAN'.
        perform bdcdata using: 'X' 'SAPMV45A' '0101',
                               ' ' 'VBAK-AUART' p_auart,
                               ' ' 'VBAK-VKORG' p_vkorg,
                               ' ' 'VBAK-VTWEG' p_vtweg,
                               ' ' 'VBAK-SPART' p_spart,
                               ' ' 'VBAK-VKBUR' p_vkbur,
                               ' ' 'VBAK-VKGRP' p_vkgrp,
                               ' ' 'BDC_OKCODE' '/00'.
    *_ Screen 2
        perform bdcdata using: 'X' 'SAPMV45A' '4001',
                               ' ' 'KUAGV-KUNNR' p_kunnr,
                               ' ' 'VBKD-BSARK'  p_bsark.
       PERFORM bdcdata USING: ' ' 'Z_CSR' 'E010145309'.
        if not p_kunag is initial.
          perform bdcdata using: 'X' 'SAPMV45A' '4001',
                                 ' ' 'KUWEV-KUNNR' p_kunag.
        endif.
        ws-posnr = 10.
        loop at iupload into upload_wa.
          ws-index = sy-tabix.
          perform bdcdata using: 'X' 'SAPMV45A' '4001'.
          if upload_wa-reqdt <> space.
           WRITE upload_wa-reqdt TO ws-date.
            ws-date = upload_wa-reqdt.
          else.
            write sy-datum to ws-date.
          endif.
          perform bdcdata using: ' ' 'RV45A-KETDAT' ws-date.
          perform bdcdata using:
                          ' ' 'ZSDSTRUCT_ZGEN_CATID(02)' upload_wa-catlg,
                          ' ' 'ZSDSTRUCT_ZGEN_GRDID(02)' upload_wa-grade,
                          ' ' 'RV45A-KWMENG(02)' upload_wa-zmeng,
                          ' ' 'BDC_OKCODE' '/00'.
          if ws-index =  '01'.
            perform bdcdata using: 'X' 'SAPMV45A' '4001',
                                  ' ' 'RV45A-VBAP_SELKZ(01)' 'X',
                                   ' ' 'BDC_OKCODE' '=PBES'.
          else.
            perform bdcdata using: 'X' 'SAPMV45A' '4001',
                                  ' ' 'RV45A-VBAP_SELKZ(02)' 'X',
                                   ' ' 'BDC_OKCODE' '=PBES'.
          endif.
          perform bdcdata using: 'X' 'SAPMV45A' '4003',
                                 ' ' 'VBAP-POSEX' upload_wa-posnr.
          if not upload_wa-kdmat is initial.
            perform bdcdata using: ' ' 'VBAP-KDMAT' upload_wa-kdmat.
          endif.
          perform bdcdata using: ' ' 'BDC_OKCODE' '/EBACK'.
          perform bdcdata using: 'X' 'SAPMV45A' '4001',
                                 ' ' 'BDC_OKCODE' '=POAN'.
        endloop.
        perform bdcdata using: 'X' 'SAPMV45A' '4001',
                               ' ' 'BDC_OKCODE' '=POPO'.
        perform bdcdata using: 'X' 'SAPMV45A' '0251',
                               ' ' 'RV45A-POSNR' '10',
                               ' ' 'BDC_OKCODE' '=POSI'.
        if p_check = 'X'.
          perform bdcdata using: 'X' 'SAPMV45A' '4001',
                                 ' ' 'BDC_OKCODE' '/EBAC1'.
        endif.
    Best Regards,

  • REPORT PAINTER - Add a field to a selection screen to a CUSTOM REPORT

    Hi,
    I'm trying to add a field to a selection screen to a CUSTOM REPORT that has been made in REPORT PAINTER (Y_DVL_xxxxxxx). How should I proceed to do so?
    Thanks a lot,
    Julien

    Hi Julien Girard ,
        Could you please check the below link :
    http://help.sap.com/saphelp_erp2005/helpdata/en/56/32e339b62b3011e10000000a11402f/frameset.htm
    Regards,
    S.Manu.

  • Display full-screen controls NOT visible

    I exported my keynote presentation as a QuickTime full-screen movie. In Preferences, I have the controls checked to display full-screen controls and to never hide them. They do not show up anywhere. I also set the presentation as a slideshow to control the presentation using the arrow keys and they do not show up. In the Guide it states that as long as "Display full-screen controls" is selected in QT Player Preferences, you can make hidden controls appear by moving the pointer. They don't.
    Any help out there would be appreciated...I have a deadline to meet!

    Huh, I didn't realize you had to format a flash drive for a Mac, I'll check that out.
    O.K. I may have something that I said I was going to try...I unlocked the file, changed *_My* permission_, the Staff and Everyone else to "Read Only" privileges, then locked again. I then zipped it and sent it to my son this morning. He said he could open it, change it but it would not allow him to save it! I'm going to test it further somehow but I don't know anybody else that has a Mac w/Keynote '08. Do you have Keynote 08? Can I send it to you to test (it would be alot easier) or to someone in the Keynote discussion area?
    This message should now have a subject line..."Keynote presentation to CD to be accessed, but not changed?" When this all began, I searched discussions in Keynote on this and found nothing with a concrete answer, only that you cannot save a keynote presentation as password protected. I posted twice and no one answered. I think this part of our discussion will help Keynote people.
    *Back to your area of expertise and my original question!*... Can you still look to see what key commands force the HUD for me for my QuickTime Movie as Slideshow? I know they could not change that, but the arrow controls would have to be displayed. I don't know what HUD means but I'm going to search too... I found this link: http://developer.apple.com/documentation/QuickTime/Conceptual/QT7-2Update_Guide/NewFeaturesChangesEnhancements/chapter_2_section9.html
    Could you take a look and see if this is what I need? I do have Mac OS X v10.5.4 and QT v7.5 and my Preferences window does not have a recording tab but my Full screen window looks that same. When I view my A/V controls it also doesn't view as in figure 1-8. I'm confused again! QT 7.5 is the latest version, isn't it?

  • Table control in Custom infotype 9008

    Hi,
    I need to create a custom infotype with table control in it.
    Normally after going to PM01 and genetete it will display all the field as individual field.
    Here i need to use 4 of those field into table control format.
    Is ther any special process to create table control in custom infotypes??
    Thanks in advance,
    Satyadev

    Hi Satyadev,
    I dont have a solution for your problem, but am curious about the intent of what you are trying to do .... the purpose of the table control is to store multiple records, so if a user enters multiple records for the four fields, how are you planning to store it in the Database (PA9nnn) table considering the key would be unique .... Unless you have defined 4*X times the number of columns in your P9nnn strcutre and hence need X number of rows in table control?
    Just trying to bring up a question - so that it might help realize a solution or prospective future problem!
    Cheers,
    Aditya

Maybe you are looking for

  • Business Function Set: Enterprise AddOns in Solution Manager

    Hello For testing purposes I want to activate the Enterprise AddOn EA_PLM in transaction SFW5 inside a Solution Manager 4 installation but no Enterprise AddOn is available. Additionally there is only one Business Function Set called "telco reference

  • Issues Creating PDF's From AutoCAD

    My company is working on standardizing how our AutoCAD drawings are created from AutoCAD. In the past each AutoCAD drawing has been printed to PDF using a third party PDF printer such as DocuPrinter or BlueBeam PDF Revu. While those methods work, the

  • T60p output 1920x1200?

    hi, I just got a T60P with an ATI Mobility  Fire GL V5250 card. Can this card output 1920x1200 on an external Monitor? My old monitor is a SyncMaster 204t and it doesnt work well with the wide-screen format of the laptop. So i am thinking of upgradin

  • FM for org unit shortname

    Hello All, Im looking for a functionmodule to get org unit shortname. (HR-OM) I'm using HR_READ_FOREIGN_OBJECT_TEXT to get position shortname. can i somehow use this FM to get org unit shortname as well? or is there another fm that i can use? CALL FU

  • One Billing Document with Delivery- and Order-Related billing items

    We wish to include both delivery-related and order-related billing items in a single billing document. Is that possible using configuraiton? We have seen some forums indicate it is not possible without ABAP. Thanks SAP gurus!