Fields Missing in Parameter Setup Screen

Using Crystal XI
I want to set up a filter for a specific field that is on the report.  I right click on Field Explorer/Parameter Fields and click "New...".  Then I try to select the field, but it's not in the list available to me (see linked images).  It doesn't matter whether I select Static or Dynamic.  In the linked images, "Cost_Centers" is what I'm attempting top create the parameter field for.  As you can see in the image, it is in the Database Fields list, and the green check means that I am using it in the report.  It is a simple text field, nothing special about it,  The database is validated and up to date.  For whatever reason, "Phase_Codes" is also missing from the Parameter setup screen..
http://i130.photobucket.com/albums/p269/clif001/CR_Parameter_Issue_1.jpg
http://i130.photobucket.com/albums/p269/clif001/CR_Parameter_Issue_2.jpg
Any help?
TIA

It is, but that aparently doesn't really matter.  If you look at the images I posted in my OP, the parameter type is shown as being String (Text) and yet there is a date field (Create_Date) listed.  However the field that is on the report, and is a String (Text) is not part of the list.

Similar Messages

  • Internal Order field missing on various entry screens

    Hi,
    In our production client, we don't see internal order field. It was there before. But somehow it just disappeared on screen like FB50, FB60, FB70 etc. I can see the internal order field in other environments. Can you please tell me how I can get the field back?
    Thanks in Advance

    Hi,
    Please check in FB50 the following:
    If you go to configuration (the little chart above the G/L block) -> (Box or button blue and yellow above scroll bar right side.) Then double click on configutation pick button administrator.
    You will see that some fields are flagged as "hidden". (invisible)
    Check if Internal order is hidden. If yes, unflag that selection, activate, save and check the results.
    Unflag also all the fields required.
    Please also review the following Note:
    546889     FAQ: Screen variants in FI Enjoy Transa
    186961     Maintenance of screen variants for Enjoy tr
    180504     Enjoy+screen variant: Missing authorization
    I hope it helps.
    Best Regards,
    Vanessa Barth.

  • Fields missing in MPD report after change to structure and program

    I have been working on a consistency report for transaction MPD.
    I had created a structure in SE11 for handling the data.  it was all working, but then i had to go and change the name of the fields in the structure.  Now those fields are missing from the report. 
    When i step through the debugger, all the fields are being populated correctly, but these fields are not displayed on screen.  if i change the field names back in the structure and change the code for populating these fields, they appear okay.
    i have created a custom implementation within BAdi MPD_WKB_REPORTING. 
    i have checked the config and it all points to my Z Structure and Z Table Type.  I have logged off and logged back on!  made sure my code is saved and activated...
    any ideas on how i can display these new fields names/values?
    Just for clarity, the field name has changed. not the linked data type.

    thanks for your response, however those notes and program have not done anything to assist my issue.
    i have found the anwser now!
    within the BAdi was a method i had to amend:  IF_EX_MPD_WKB_REPORTING~GET_ALV_PARAMETERS 
    all fixed now!

  • Fields missing on FB60

    Hi,
    I have a couple of questions.
    1. I see there are a few fields missing on the line item level on FB60. It's not the case for development or testing environment. But in Production it's happening. Does anyone know how to get these fields back?
    2. Is there a transaction where I can clear multiple documents at once instead of one like FBRA?
    Thanks

    Hi!
    Field is missing in FB60 screen, please brief which field you are missing and whether its comes earlier, if so please check is there any variant create, u can see this variant at end of the line item screen in top position. when u put your cursor there it will show u the configuration, click there and see if any variant is used, if so remove that and put tick on use as standard setting and try.
    FBRA is not for clearing the document, but it reset or reset and reverse the clear document.
    for clearing of vendor tcode is f-44
    for clearing of g/l       tcode is f-03
    for clearing of customer tcode is f-32
    Rakesh

  • Hiding Screen fields in a Report selection screen

    Hi Experts,
    I have a requirement to hide/disable  screen fields in a report selection screen when the user clicks on some radio buttons .
    Here is the scenario,
    1) There are 4 radio buttons four radiobuttons in one group on the selection screen:--  
    Block no:1
    PARAMETER: r_not  TYPE c RADIOBUTTON GROUP a1 DEFAULT 'X'.
    PARAMETER: r_prgs TYPE c RADIOBUTTON GROUP a1.
    PARAMETER: r_remv TYPE c RADIOBUTTON GROUP a1.
    PARAMETER: r_noresp TYPE c RADIOBUTTON GROUP a1.
    2) Based on the user clicking/selecting the radio buttons no.2,3 nad 4 i need to hide some fields in the other selection block
    in the selection screen.The parameters are as follows:
    Block no:2( These fields need to be hidden/disabled)
    PARAMETER: r_occ(3) TYPE c OBLIGATORY DEFAULT '1'.
    PARAMETER: r_and TYPE c RADIOBUTTON GROUP g1.
    PARAMETER: r_or  TYPE c RADIOBUTTON GROUP g1.
    PARAMETER: r_days(3) TYPE c OBLIGATORY DEFAULT '1'.
    Thanks

    Contd.....
    AT SELECTION-SCREEN.
      CASE SSCRFIELDS-UCOMM.   
          "When Customer button is clicked set flag 1
        WHEN 'FC01'.
          L_FLAG = '1'.
          "When Sales Order button is clicked set flag 2
        WHEN 'FC02'. "Sales order
          L_FLAG = '2'.
          "When Execute button is clicked set flag 4
        WHEN OTHERS.
          L_FLAG = '4'.
      ENDCASE.
    AT SELECTION-SCREEN OUTPUT.
    CASE L_FLAG.
        WHEN '1'.  "When Customer button is clicked
          LOOP AT SCREEN.
            "Set the Production and Customer Block as inactive
            IF  SCREEN-GROUP1 = 'BL1' OR SCREEN-GROUP1 = 'BL3'.
              SCREEN-ACTIVE = '0'.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
        WHEN '2'. "When Sales Order button is clicked
          LOOP AT SCREEN.
            "Set the Production and Customer Block as inactive
            IF  SCREEN-GROUP1 = 'BL1' OR SCREEN-GROUP1 = 'BL2'.
              SCREEN-ACTIVE = '0'.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
        WHEN '3'.   "When Refresh button is clicked
          LOOP AT SCREEN.
            "Set the all Blocks as active
           IF  SCREEN-GROUP1 = 'BL2' OR SCREEN-GROUP1 = 'BL3' OR SCREEN-GROUP1 = 'BL1'.
              SCREEN-ACTIVE = '1'.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
        WHEN OTHERS."When Execute button is clicked
          "Set the Sales order and Customer Block as inactive
          LOOP AT SCREEN.
            IF  SCREEN-GROUP1 = 'BL2' OR SCREEN-GROUP1 = 'BL3'.
              SCREEN-ACTIVE = '0'.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
      ENDCASE.
    ENDFORM.      

  • How to make Sales Office field mandatory in VA01 initial screen?

    Hi,
    How to make Sales Office field mandatory in VA01 initial screen? I mean in the first screen where we enter the document type and the sales area?
    Regards,
    Ajit

    Dear Deepak,
    Thanks for the clarification.
    But, as far, I have understood the query - it is very simple and that is..
    Whenever one creates a Sales Order (T.Code: VA01), Parameter: Sales Office needs to be mandatory (for all Sales Order, irrespective of Customer Account).
    Until-unless, user won't enter the parameter: Sales Office, System will not lead to next page (now, here we need to enter Customer/ material etc...).
    I have answered the query, in this regards, only.
    Best Regards,
    Amit.
    Note: Pls. correct me, if I am wrong. Thanks for everyones guidance.

  • Windows XP Setup screen on Macbook Air

    Hi,
    once on the WIN XP setup screen, l do not see the option Select “C: Partition3 <BOOTCAMP> [FAT32].”
    it only to press enter to install it.
    do l just go ahead and do it, or is there something l missed.
    l followed everything from bootcamp, and the WIN XP SP2 CD is genuine and for full installation.
    Thanks, Marcel.

    more information needed
    1. on power?
    2. move the monitor while powered on, does it flicker / change?
    3. Reset SMC
    SMC reset
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    4. plug into power an re-verify if same

  • WRT54G version 6 - router setup screen via Internet Explorer 7 doesn't display correctly

    Hi,
    I've just set up my WRT54G router.  I'm able to connect to the internet and I'm able to connect directly to the router via IE but the setup screen doesn't display correctly.  I've tried resetting the computer and updating the firmware but it still doesn't display correctly.  Almost all of the text is missing except for the Linksys logo and a few drop down menus.  Any help/suggestions would be great, thanks.

    Hi gang,
    There a number of things that you can do to solve this problem but most of them involve changing the rules that you have already configured in your ZoneAlarm profile. My preferred solution is to:
    -unplug your router from the WAN (why not?)
    -turn off zone alarm
    -access your router's administration page at http://192.168.1.1
    -find the admin page where you can switch admin access from http to https
    --- **save your changes !!**
    -reboot your router
    -plug the WAN cable back into your router
    -turn ZoneAlarm back on
    -access your admin page at https://192.168.1.1 ( note the 's')
    Bob is your sister's brother! Your admin page should work as it is supposed to. Your router and ZoneAlarm should be playing nicely together. You haven't borked your finely tuned zonealarm rules. You were going to bookmark your admin page anyway, and if you want to allow remote administration, you would want to use https anyway. Nothing is broken and you fixed two things. "Its a good thing."Message Edited by ubuibi on 12-27-200609:10 AM
    There are really only 10 kinds of people in the world;
    Those who understand binary and those who don't.
    ubuibi

  • FieldFixedLengths or fieldSeparator  is missing Mandatory parameter in XI

    Hi Guys,
    I'am new in SAP XI version 7 ...kindly guide me..my problem is an error return in Runtime workbench here it is:
    'CONTACTRECORD.fieldFixedLengths' or 'CONTACTRECORD.fieldSeparator' is missing Mandatory parameter 'CONTACTRECORD.fieldNames': no value found
    This is the actual scenario of ASC to XML
    1.Under integration directory , create communication channel named FILESENDER_02_EX1
    2. Source directory :
    actrinidad2\SAP\XI\Sender
    3.Values of Content Conversion Parameters
    Name                                                                Value
    CONTACTRECORD.FIELDSEPARATOR              ,
    CONTACTRECORD.ENDSEPARATOR              nl
    CONTACTRECORD.FIELDNAMES              FirstName,LastName
    4. Heres the content of the sample text file
    AVA
    TRINIDAD
    Please help..
    Thanks in advance
    aVaDuDz

    Hi,
    It seems you are using FCC to transfer payload.For this u need to specify filedSeperator in the FCC parameters to map fields to target also u must speify end seperator that distinguishes next line.
    Check below links.
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Anatomy of Cool ...
    Regards
    --Pradeep

  • Oracle Linux 6 - stuck on Welcome Setup Screen, black screen on CTRL+ALT+F*

    Oracle Linux 6 DVD x64.
    Installed fine. I selected gnome for UI + all dev packages as I will be doing some dev work on the box.
    After install it boots okay and the Welcome setup screen shows up. It allows me to setup connection to ULN, create a user, enable kdump etc. These functions work fine, but right after I finish setting it all up (i.e. the last setting I see is the kdump enable/disable screen), the box goes into limbo state after pressing [Finish] button.
    The screen turns black and that's it.
    Also when I tried to switch from the Welcome setup screen to a terminal mode, i.e. by pressing CTRL+ALT+F1 (tried ...+F2 also) the box gets stuck too. There is no way to go back to the X session, i.e. CTRL+ALT+F6 (F7, F8). It is just stuck on the black screen.
    Here's some specs:
    Motherboard: ASUS P8H67-M Pro (with B3 revision of Sandy Bridge)
    CPU: Intel I5-2500 (VPRO) (BX80623I52500)
    Memory: Kingston HyperX 8GB (compatible with m/b + run memtest86 for hours without error)
    Video: using built in Intel HD (could this be the issue?)
    After re-boot I'm back to Welcome setup screen.
    Notes:
    1. Boots fine if 'singleuser' is appended to the kernel boot line in GRUB, but that's not the point. I would like to run UI.
    2. I have tried removing 'rhgb' and 'quiet' kernel boot parameters to no avail. I have actually stripped the kernel boot line in GRUB down to 'ro' and that would not help either.
    3. Ubuntu 10.10 x64 runs fine.
    4. Windows 7 x64 runs fine.

    You may have a hardware or system bios issue in combination with the existing drivers. Have you checked the vendors home page for your system? What clues exit in the log files in /var/log?
    It sounds like you are using a Latop. Oracle Linux, like RHEL is not designed for desktop and mobile computers. Installation success will depend on your hardware compatibility, but you will very likely be missing appropriate drivers for wireless, video and power management.
    If Enterprise Linux is a requirement and you are not using it as the primary OS, or if the computer hardware lacks support, how about installing Oracle Virtualbox and install Linux as a guest OS - I'm pretty sure this should work.

  • Reference field in selection parameter in incoming payments.

    hi kings
    i want to add the tab for reference field in slection parameter in incoming payment after open items selection.
    Present selection prameters are document no, business are, due days, document date,INR gross amount, cash discount,cash. So i want to add one more parameter for reference doc number .
    How can i add this field to existing fields. How can edit the layout.
    thanks
    ram

    Hi saravan
    did u mean by Accounting opitions button. This field is only there in three right side of the screen.
    I am using 5.0 version it includes the tabs are Overview button,distribute  diff.,charge of diff., Editing opitions,Cash discount due,create distribute case.
    But configuration was not there in F-28.
    plse let me the process and there is why to resolve the problem through the editing opitions.
    regards
    ram

  • Filter Option missing on the input screen

    Hi Experts,
    one of the user of the report is missing a filter option in the input screen, but when i try to execute the same query  with other users it comes up with the missing filter parameter.what could be the problem??
    Thanks in advace.

    Hi Shetty,
    Do you mean that the user is missing a variable for entry. This could be due to the fact that he has personalized that variable. Run the report and then goto Change > Variable values (from the change button, do not use the Refresh button). Here you can delete the personalization and he can then get the variable for input.
    Hope this helps...

  • How to leave account setup screen

    recently I upgraded to OSx Yosemite, and needed to remake an admin account using the mount -uw and .applesetupdone, but once I finish with the new account setup, it says "creating account" and then goes back to the "welcome, choose country" screen and makes me go through the account setup again. The proceas restarts every time the setup finishes. How can I get back to my accounts and away from this setup screen?

    Uprise78, its apparent that you love the SDK just as it is and take the problems as personal challenges to be overcome. That is fine.
    I like the iPhone, I like Apple, but I'm not satisfied with the current iPhone SDK and I want Apple to make it a real platform where I do not have to be ingenious to get the basics that a platform should provide. Moreover whole classes of applications that should be possible are just out of the question. Its a big step forward from Brew, Rex and the like. I don't plan to go back there nor do I plan to develop for WinMobile again any time soon. But it's more than just "low level goodies" that are missing here and saying that ingenuity is all that is needed a pretty naive statement. I would rather see developers empowered by the platform than spending effort overcoming its (artificial) obstacles.
    The point that was missed is that Apple drastically changed the landscape in mobile and soon its going to evolve further with Android and Windows Mobile and their forthcoming distribution models. Its a reality that Apple will soon be faced with and from what I have seen it stands to be a tough fight where it could have been (and potentially still could be) a cake walk. At the end of the day I would rather stand on the winning side with Apple but there are problems and there are many who have concerns that Apple is not making the right choices with regard to developers and the SDK.

  • Issue for Production Price list field missing

    Hello all,
    I have a strange issue with a field missing in the issue for production window. When an issue for production is created, the Price list field is missing. Please see the attached screenshot. Does anyone know how to show this field? I have checked form settings and it's not an option there.

    Hi Chris
    Following is the SAP Note No: 1720071
    Symptom
    When opening "Issue for Production" from "Production Order", "Price List" field is missing.
    Reproducing the issue
    1. Login to SAP Business One.
    2. Go to Production->Production Orders, open a "released" production order document.
    3. Right-click a row whose "issue method" is "Manual", and choose "Issue Components". (If all the rows have "Backflush", you need to change one of them.)
    4. "Price List" field is missing on the left top of the new screen.
    5. If you click "Attachments" tab, the field will be showing correctly.
    Solution
    Current workaround is to click "Attachments" tab to make "Price List" showing.
    The issue is planned to be fixed in SAP Business One 9.0.
    With Regards
    Balaji

  • Fields missing in SM30 after adding new fields to the table

    Hi ABAPers,
    I added a new field & marked another field as primary key in the table. Then I generated the table maintenance view for the table in SE55 and adjusted Database utility SE14.
    When i saw the table in SM30. The number of fields in the overview screen of SM30 shows less field then existing in table. i.e in my table i have 10 fields(3 primary). in SM30 it shows only 5 fields(3 primary + 2 normal fields)
    In SE51, the overview screen of the table show less fields in the field list..
    I want all the fields in the Table maintenance overview screen. Please suggest me a way forward friends..
    Note: the system is 4.0B.
    Thanks...Suresh Kumar

    Hi
    You have to re-generate your dialog for SM30 by table maitenance generator.
    - From Se11 go to table maitenance generator
    - Choose update icon
    - Set flags for NEW FIELD
    - Go to expert
    - Set flag to re-generate dynpro
    Message was edited by: max bianchi

Maybe you are looking for

  • 10.9.4 Upgrade has crippled all of my macs

    I upgraded my MacMini and a couple of MacPros to the new 10.9.4 and now I enjoy the performance of a Newton. Rainbow spinning wheel.  I've updated Dropbox and a couple of other pieces of software with little luck. Any advice?   Here is a ErtreCheck r

  • Intermittent freezes upon cold boot

    Greetings gurus, I've been experiencing intermittent freezes on cold boot since a few weeks. I did not have them on 10.5.4. I've only had 4 freezes and according to the CrashReporter log all are identical, as far as I can tell. I have not installed a

  • Slow data communication (LCDS 3.1) after upgrading to Flex SDK 4.1

    I wonder if anybody experienced something like that. It's quite a big project, currently running with Flex SDK 3.5. After converting to SDK 4.1 and making all required adjustment the UI runs as good as before, with one problem - creation of new compl

  • Out bound Idoc for IE01

    Dear All I am trying to send the equipment details via idoc from SAP to outside, Could you please help me in getting to know what standard idoc or message type I can use and where I can trigger the idoc. Amol Sonaikar

  • Info on AT-NEW command Pls

    Hello All, I just want an info. on AT-NEW and AT-END-OF commands ..Please any explain this or pls provide any docu.. for the same. Thanks, Kumar