F.30 Grouping field and RFDRRANZ enhancement

Hi All,
I need to use field KUKLA as the grouping criteria for Evaluations with transaction F.30, can you suggest were in program RFDRRANZ do you have to make an enhacement to consider the grouping according to the KUKLA field?
Thanks for your help.

Dear,
Please check whether there is field value existed in BSEG-XREF1/XREF2 in table BSEG for doc.posted from FB01 via T-cd:SE16.
if there is value existed, then it should be displayed in the Open line items displayed screen in F-30 if
there is XREF1/XREF2/XREf3 field existed in the layout. if there is not  XREF1/XREF2 existed in the layout, you could select them from table control( in the right -top side of Open line items displayed screen, there is a button), make them available.
If there is not value existed BSEG-XREF1/XREF2 in doc.posted in FB01, then no value will be displayed in F-30 as well.
WIth Best Regards,
Gladys xing

Similar Messages

  • How to update a People and group field using a sandbox solution

    Hi,
    I am creating a sandbox solution for office 365 and creating a custom form using visual web part, which will allow users to enter data in a custom list.
    And that list also have a user field. I am able to get SharePoint user field on the form (using javascript) which is searching for the user and get a value (working fine).
    Issue: But I am not able to save the user value. Because to save user value I require web, UserID and login name, to construct SPFieldUserValue object or string in "111;#TestUser" format. Moreover that user should be present in
    SiteUserInfoList. 
    I tried web.EnsureUser() but did not work under sanbox solution.
    Can you please provide any pointer or workaround to the problem? I may be missing something here.
    Thanks,
    Himanshu

    Hi,
    According to your description, my understanding is that you want to update the people and group field in Sandbox solution.
    In the sandbox solution, you can still use the web.EnsureUser() function to get the user information, see the thread below:
    EnsureUser in sandboxed solution
    In additional, there is a demo with your similiar requirement for your reference:
    Using the People Picker Control in Sandbox Solutions / Office 365
    Thanks
    Best Regards,
    Jerry Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Group managers and Contributors fields are randomly cleared out in Terms Store Management Tool

    Is there any explanation or how to solve this problem?
    Group managers and Contributors fields are randomly cleared out in Terms Store Management Tool in SharePoint 2010.
    Any ideas? Thanks!

    Hi arevsun, 
    For this issue, I'm trying to involve someone familiar with this topic to further
    look at it. 
    Thanks,
    Eric Tao
    TechNet Community Support

  • Sorting and filtering by select-multi person or group field in the list in SharePoint 2013

    Hi everybody,
    In SharePoint 2013, I have defined a column as "Person or Group" field, which you allow for multiple selections. when I try to sort/filter it by this field in the list. The field doesn't show up in the dropdown. If I changed "Allow multiple
    selections" option to "No" by clicking the column name to edit it in "List Settings", the field can show up sort in the dropdown.
    How about support sorting and filter by select-multiple "Person or Group" field in sharepoint 2013?
    BTW, in SharePoint 2010, it can support this issue no matter what the "Allow multiple selections" option the request is.
    Any help would be great!
    Thanks,
    Jodie

    Hi Jodie,
    Can you please give this as a try.
    To fix the Filter Issue on Assigned To Column. We need to run the following scripts.
    The field which allows more than one values or which allows multiple selections. The multi-valued fileds are non-sortable,
    non-filterable. Multi-valued fields cannot be indexed
    $web=Get-SPWeb
    $list=$web.Lists[] $field=$list.Fields[ColumnName] $strSchema=$field.SchemaXml $str=Schema$strSchema.Replace("Sortable=`"FALSE`"","Sortable=`"true`"")
    $field.SchemaXml = $strSchema
    Krishana Kumar http://www.mosstechnet-kk.com
    Thanks for your reply, I have tried to run the scripts, but it still cannot work. The following is my scripts:
    $web=Get-SPWeb 'http://cst-server-01'
    $list=$.web.Lists["Product Request"]
    $field=$list.Fields["Applicant"]
    $strSchema=$field.SchemaXml
    $str=Schema$strSchema.Replace("Sortable='"FALSE'"", "Sortable='"True'"")
    $field.SchemaXml = $strSchema

  • Hiding sales office and sales group fields in VA01

    Hi all,
            I want to hide sales office and sales group fields in VA01 initial screen. How can i do it?
    When i enter VA01 Tcode it should ask for Order Type, Sales Organization, Distribution Channel and
    Division only.
    Thanks in Advance,
    Kiran.

    Create  a transaction variant for the sales order T.code VA01
    using the T.Code:SHD0.
    For further steps chk the following thread:
    https://forums.sdn.sap.com/click.jspa?searchID=13577625&messageID=5413014
    Regards
    AK

  • User and group field values not propagating in Sharepoint 2013 variation

    Hi,
    I have a issue, we have a User and group field in my Content type and this content type is attach to Pages library.
    I created one Page in source variation site and fill User and Group field with two user one is domain user and another is sharepoint\system account user.
    After variation work and page propagate to target variation , there is only sharepoint\system account and no domain user in user and group field.
    *****The main issue is domain user are not propagating in target variation site's fields.
    Thanks,
    dinesh

    can any one hep me on this

  • Bulk Edit for Metadata Group, Field, Lookup, Responses and Subscriptions

    Hello,
    Has anyone been able to bulk edit custom configurations in FCSrv Administration window (of course not IN administration window, but as it was editing there).
    In other words: Let say that I have a custom configuration of Metadata Groups, Fields, Lookups, Subscriptions and Responses and I want to implement that in lots of FCSrv systems.
    Another situation: I`ll upgrade my hardware and want to re-install FCSrv but I don`t want to loose all my configurations.
    I`ll have to manually input each configuration? It`s possible to update just a file(s)?
    I know that the backup from FCsvr does this, but its used for DB Backup and not Preferences. I do not want to restore or backup the DB.
    Replacing this files (or some of them): com.apple.FinalCutServer.profile.plist and postgresql.conf do the trick?
    Regards

    As is usual with the world of programing the answer turned out to be ridiculously simple! In the Elements.xml file for the button the javascript that launches the dialog with SP.UI.ModalDialog.showModalDialog was always using the top level site to get the
    custom ASPX page. Doh! Adding the _spPageContextInfo.webServerRelativeUrl in front of the path to my custom ASPX page did the trick. None of this was noticeable to me since the code was loading fine in debugger and I could see that it had the correct SPWeb
    because I was passing in the webURL as a parameter in the URL for opening the dialog. But when the ASPX was loaded I just got the labels.
    var url = webUrl + '/_layouts/15/Generic.BulkEdit/BulkEdit.aspx?selectedItems=' + selectedItemIds + '&ListId=' + listId + '&WebURL=' + webUrl;

  • How to use grouping by field and have a tatol of records per group

    Dear All
    I have a repiort that i have created but i want code that allows me to group the report by a certain field then i give a tatol number of records per each group.
    Thank you in advance
    William

    Hi William,
    Lets suppose itab be the final internal table u are displaying.
    First sort this by the group field.
    Now,
    declare a variable g_grp.
    data : g_grp(10) type c.
    loop at itab.
    at new group.
    g_grp = itab-group + g_grp.
    endat.
    at end of grp.
    write g_grp.
    clear : g_grp.
    endat.
    endloop.
    Regards,
    Sai

  • How to Hide Fields and shrink group in a crystal report

    I am workling on a report that is looking for the top 15 accounts by state based on assets. I did that by creating a running total field and supressing anything where that running total field is greater than 15. However, my problem is that if the state has more than 15 I have blank space between that state and the next one. Any way to clear that blank space??
    Thanks for your time

    Hi,
    How you suppressed the particular section Which containing the Objects.
    Suppose you are displaying Accounts in Details section , Suppress the section itself with your condiotion.
    Selection Expert>Common Tab> Suppress-->x-2
    {#RTotal0}>15
    Regards,
    Salah.

  • Solved - Group Fields for Vendor Master Records in IMG

    This was the solution.
    The new field's data element I added to LFB1 did not have the "change document" field checked.  I made that change and now that field shows up in IMG.
    Hello all,
    I added an append structure to the table LFB1.  This structure has 1 field.  I then created a "Modification-Free Enhancement of Vendor Master Record" to add the new LFB1 field to the vendor master screen, edit and display screens.  This is the 3rd time I have done this.  So far so good.
    Now our functional analyst went into IMG to add this new LFB1 field to a "Group Fields for Vendor Master Records" which we have done 2 other times.
    The new LFB1 field does not show up in the list of possible Table-fields.  
    There must be some other step I am missing.
    Does any of this ring a bell?  We are on version 4.7.
    Thanks
    Bruce
    p.s.
    This is the IMG path for adding 'Field Groups' to vendor master fields.
    Financial Accounting/
    Accounts Receivable and Accounts Payable/
    Vendor Accounts/
    Master Data/
    Preparations for Creating Vendor Master Data/
    Group Fields for Vendor Master Records
    Edited by: Bruce Tjosvold on Nov 21, 2008 1:18 PM

    Hi Vandana,
      There are several tables that are contain Vendor Master related data which can be used for extraction to BW. Some of the tables which can be useful for you are:
    LFA1 :  Vendor Master (General Section)
    LFM1 :  Vendor master record purchasing organization data
    LFBW : Vendor master record (withholding tax types) X
    WYT3 :  Partner Functions
    LFBK : Vendor Master (Bank Details)
    LFB1:  Vendor Master (Company Code)
    ADRC: Addresses (Business Address Services)
    ADR3: Fax Numbers (Business Address Services)
    ADR6: SMTP Numbers (Business Address Services)
    ADRT: Communication Data Text (Business Address Services)
    You may use the Data sources mentioned in the previous update from Venky above namely :
    0VENDOR_ATTR --- for master data attributes
    0VENDOR_TEXTS -- For texts
    Since the fields that you are using are from different tables so its better if you go for a Generic Data source where you can use the fields as per your requirement.
    Thanks
    Pawan
    Edited by: pawan190187 on Aug 19, 2011 12:40 PM

  • Re: How make delivery group field mandatory in va02 in shipping tab in sap abap

    /h
      Hi experts i want to make delivery group field mandatory in va02 in shipping tab using enhancements. can anybody help me
    <removed by moderator>
    With Best Regards
    Nagaraj
    /h
    Message was edited by: Manish Kumar

    Hi Nagaraj Muniyappa,
    Can please show me a snapshot of the same? Because I didn't found any delivery group field in shipping tab in VA02.
    And there are many exits/badis are available for sales order you can use them.
    regards,
    Rajesh Sadula.

  • Regarding field and screen exits

    Hi,
         plz. send me the step-by-step procedure to create Field and Screen exit.

    Screen Exits:
    Screen exits are provided by SAP to allow the programmer to add his own sub screen in the already available standard SAP screen. The standard screen will have a sub screen area defined especially for this purpose. The call to this sub screen will also be present already in the standard code.
    For example, there is an enhancement RVEXAKK1 available for foreign trade transactions.
    As you see in the above screen in screen areas block the calling screen, its number, sub screen area and the called screen with its number are defined. Here the main screen 101 in program SAPMV86E is having a sub screen area ZUSATZ and the screen 100 from program SAPLXAKK will be the sub screen for that area.
    It is mandatory for the called screen to be in a function group that starts with X. Here the function group is XAKK.
    Also, if you see the above enhancement, it also has two FM exits. These two FM exits will be used to pass data to & from the sub screen. These FM calls will be in PBO & PAI modules of the main screen. These FMs are also part of the above said function group.
    And the function group will not have that sub screen 100 defined. The programmer can create his own screen with the number 100(or whatever is called).
    Calling of the sub screen.
    sub screen call     in PBO of main screen 101          this module has the FM exit call
    Sub screen call in PAI block of main screen          this module has FM exit call
    Create the screen 101 in program SAPLXAKK from transaction CMOD.
    Double click here to create the screen
    Once screen creation is done, use the two FM exits present in the enhancement to pass data to the sub screen and get data from the sub screen.
    Field Exits
    1. Field exit was created with CMOD, but is not processed when calling the screen.
       o  Since the field exit is not processed until PAI, an action must be
          triggered on the screen (Return, Save, ...).
       o  Set profile parameter abap/fieldexit to YES and restart the
          system. Setting the profile can be done by a BASIS person.
    o     To check if the parameter is set or not use transaction RZ10.
       o  After activating the function module FIELD_EXIT... and the field
          exit, leave the transaction on whose screen the field exit is to
          be executed. The screen is not generated until the transaction is
          started.
       o  Do not work on different application servers since there may be
          some delay before the field exit is activated.
       o  The profile parameter must be set on all or none of the
          application servers.
       o  If the field exit is to only be active on specific screens, check
          whether you chose the correct program and the correct screen
          number (take care with subscreens).
       o  Using SE51 -> Field list, check that the screen field does have a
          reference to a data element. In the name of the field exit use the
          name of the data element and not the field name.
       o  After transport, field exits are marked as active but will not be
          processed. Tip: First try deactivating the field exit once more
          and then afterwards, activate it again.

  • Making material group field in ME22n transaction as Input Enabled

    Hi,
    I have a requirement in my project, where I need to make the material group field as Input Enabled.
    The reason for this being, that after a PO is created, the user might change the material group of the material(using MM02). The new material group must reflect in the already created PO's.
    I have searched and gone through the previous threads, which say that it is impossible for new material group to be reflected in the already created PO.
    But we can make it as input enabled field, instead of changing the material group, so that user can MANUALLY change it.
    I searched and found out that material group cannot be made as Input Enabled field using SPRO settings.
    Also there is no BADI or user exit where we can code for it an make it as input enabled.
    But there is some internal enhancment point, in the SAP source code, where we can go and do the coding for it. I am sure about it because I have seen such a scenario earlier also.
    Can someone help me in finding out the particulare enhancement point where we can code for our field to become Input Enabled?
    Thanks in advance.
    Ramesh Singh

    Not possible - if it is SAP standard field.
    Regards,
    Subramanian V.

  • MRP group field can not be displayed in MRP1 view

    Hi all
    MRP group field can not be displayed in MRP1 view
    please guide me
    thx

    Hi avinash
    consulte your MM guy material master screen group and selection is done by MM guys in general. There they can do setting for this.
    Also why you need MRP group. If it is maintained. It should be done properly otherwise it will create lot of problems.
    Regards
    J . Saravan

  • How to add extension fields and mashups to partner solution?

    To add extension fields and mashups I have log on to the system using a user with adaptation rights.
    There's no possibility to do that from within the UI designer, right?
    Now, if I adapt the screens with extension fields or by creating and adding mashups, how do I add these enhancements to my partner solution?
    Or in other words, how do I ship extension fields and mashups with my partner solution?

    Before you use the key user tools, you must "enable key user tools" in copernicus by right click on the solution. Now the changes will be added to the partner soltution transport order.
    But you can add extension field in copernicus as well by adding new item "business object extension" to the partner solution.

Maybe you are looking for

  • How do i find the password for my ipod classic

    Hey guys I'm having a problem with my ipod it's saying if need an password but I have no idea what it is, it locked my out so I have plugged it into my laptop with which I registered my ipod but I cannot find the password to unlock it on the registra

  • Opening an IMG_2712 Mov. file on Macbook Air?

    I was sent a few Quicktime videos with the tag IMG_2712 Mov. and then couldn't open them on a Macbook Air that has been updated so it has the quicktime software that comes with Maverick 10.9.5 Version (1.3 GH Intel Core 15). This tag is not listed in

  • Playing a movie on my tv

    Ok, so maybe I should post this in the HP forums, but I will try here first. I have an HP Media Laptop. I can connect my laptop to my tv with an HDMI cable. This allows whatever I am doing on the laptop screen to appear on my tv. What I want to do is

  • WRP400: audio drops for 5..15 seconds on each packet error.

    Hi, On several calls i noticed that the outgoing audio stops for 5..15 seconds randomly. I'd say it happens on an average of every 5 minutes. When this happens, i can see that the value after "Call1 Packet error:" increases by one. Why just a wrong p

  • Variable to be declared when calculating ratio.

    Hi ABAP Experts, I need to calculate ratio of the following: Lv_Ratio = lv_var1 / lv_var2. Note: TYPE of lv_var1 and lv_var2  = Currency, Length 13, Dec 2. I would like to know, what 'TYPE' should the variable lv_ratio be declared? Thanks a lot in ad