Validate field in the pop up for a Table Maintenance View

Hi,
I have created a maintenance view for a Z table. Among the many fields the table, I needed to display the records based on a selection criterion. So, I have enabled a popup for sales org and customer no'.
Now the sales org and cust no' are being validated individually at the pop up screen itself.
The requirement is that I need to validate for presence of records for their combination.
( FYI: KNVV is the table with the combination of both)
Kindly let me know how this requirement can be fulfilled.
Thanks in Advance.

Hi,
Try like this..
in the Table Maintenance Generator>Environment>Modification-->Events.
in the event on_save(didn't remember exact name)
select * from ztable into itab where kunnr in kunnr
                                          and    vkorg in vkorg..
Regards,
Nagaraj

Similar Messages

  • Reg :-maintain a table maintenance view for the z table.suggest me the code

    i have question.i have created a z table related to pp module.the requirement is to maintain {table maintenance view} for this z table.how could this be done.can any one suggest me the code for this?

    Hi ,
    We have a lots of queries on table maintainance creation in the forum posted and replied to.Pls have a look at it first.
    In se11 -> change mode of the ztable -> goto -> utilities -> table maintainance generator -> click on it...
    it will give a new screen-> enter the required details like function group , authorisation(use &NC& or leave it blank if you dont know)  and screens
    2 step and 1 step means=> number of screens displayed in maintainace
    if step1 is selected then we have a screen which will be like a table control for data entry.........
    for step2 we have a table control screen and a more detailed individual field display as second screen
    click on the button 'find screen numbers' so that system automatically proposes the screen numbers
    after which click on the "create" button and follow the required instructions/messages
    once done go to SM30 enter the table name to check if maintainance has been created properly
    Hope it helps,Pls check and revert
    Regards
    Byju

  • Field on the EFW2 file for the Federal w-2's, 941-ss box on the W-3SS form

    HI,
    This is regarding the layout of the file W-3SS with the check box on the top showing 941-SS. When we did the W-2's and W-3 for the Virgin Islands employee's manually, this wouldn't be a problem. But since 2006 when we filed the MMREF electronically, we are looking for the field which would do the same think as checking this 941-ss box on the W-3SS form.
    Is there anything on SAP which tells us what field to populate for 941-SS
    Basically we need to populate the field on the EFW2 file for the Federal w-2's which will indicate to the Government that this file corresponds to 941-SS, which previously we would have checked that box on the manual W-3.
    Please help me with this as this is very imp......
    Thanks in advance.
    Gracy

    Hi Ervin,
    Check in SE71 form <b>HR_F_W2_AUDIT</b> for the value in box 12 for benefits. You will see that this value comes from various any Tax groups like T184 to T195. There are also other groups, please check that also.
    I checked for one empployee, the value displayed was "D Deferals to 401K" in box 12b which is tax field T027 & tax form group W23D in form HR_F_W2. When you check the WT assigned to this group I see 3070(Catch Up Contribution) & 3100(401K EE Pre Tax).
    Similarly you can check for one employee & check the value for box 12b. You should get it.
    So what I think is we are checking correct configuration for the WT attached to that tax form group. Only thing is that we need to check the correct Tax form field.
    What exactly you want to change? I think before changing check some SAP notes for the change.
    Hope this helps.
    All the best!!!
    Thanks,
    Sarika.

  • How can I eliminate the pop up for sms. I have already turned off Preview.

    How can I eliminate the pop up for sms. I have already turned off Preview.

    You can't with the current iOS.

  • The the pop up for incoming calls "toaster" keeps dissapearing and i unable to answer the phones.

    We have recently installed Lync and I constantly keep losing the "toaster" the pop-up for incoming calls. I can hear them though.  I do have dual monitors if that helps. What’s
    causing it? IT hasn't been able to identify the problem.  I looked everywhere in settings and manuals to see how you can dissable, i am by excident this pop-up or inable it back.  cannot find anything on it.   Please provide possible scenarios. 
    I cannot answer responce group calls or any calls for that matter as i use only head set and do not have physical phone.
    thank you!

    Please sign in with another Lync account to check if the same issue happens.
    If other Lync users have the same issue, please try to uninstall Lync client and reinstall it. Delete the related cached file.
    Lisa Zheng
    TechNet Community Support

  • Add custom field in the F4 help for selecting source field in tcode FMDER

    HI,
    I an working in FUND MANAGEMENT, i want to add custom field in the F4 help for selecting source field in t-code FMDERIVE.
    How this possible.
    Regards,
    Pankaj

    OK

  • HT4759 What is the POP server for iCloud?

    I want to forward my yahoo emails to my new iCloud address. What is the POP server for iCloud?

    iCloud is IMAP, not POP.  The incoming server name is imap.mail.me.com (see http://support.apple.com/kb/HT4864).

  • Tracking number field in the Default settings for items section

    I need to add the tracking number field in the Default settings for items section in the shopping cart creation transaction.
    Could you please tell me inw hich structure should I add the custom field ?
    thanks,
    Rita.

    Hi Atul,
    I added the code of tracking number in in the html template saplbbp_mon_sc 1200 with reference to the code of purchase org field.
    This added a field in the shopping cart report selection screen but without any description.
    I will further learn html code and try to bring in the description and then try to handle this field in the badi bbp_mon_sc after_selection_screen and after_selection method.
    Is this approach ok?
    <!-- purchase org. -->
        `TR()`
          `TD(class="label", nowrap="X")`<label for="GS_ITEM-PURCHASE_ORG"> `T_PURCHASE_ORG.label`</label>
          `TD(class="label", align = "right", nowrap="X")` <label for="GS_ITEM-PURCHASE_ORG"> </label>
          `TD(class="data",  nowrap="X")` <input type="text" id="GS_ITEM-PURCHASE_ORG" name="GS_ITEM-PURCHASE_ORG" value="`GS_ITEM-PURCHASE_ORG`" maxlength="14" size="14">
          `F4HelpButton(bbpformname, "GS_ITEM-PURCHASE_ORG", jsMaskString(strEnc(#SELECT_TEXT_SHELP_PUR_ORG)), jsMaskString(strEnc(#SELECT_SHELP_PUR_ORG)))`
         `TR()` `Lines(colspan2="2")`
    <!-- tracking no (added) -->
        `TR()`
          `TD(class="label", nowrap="X")`<label for="GS_ITEM-ZZBE_TRACKING_NO"> `T_TRACKING_NO.label`</label>
          `TD(class="label", align = "right", nowrap="X")` <label for="GS_ITEM-ZZBE_TRACKING_NO"> </label>
          `TD(class="data",  nowrap="X")` <input type="text" id="GS_ITEM-ZZBE_TRACKING_NO" name="GS_ITEM-ZZBE_TRACKING_NO" value="`GS_ITEM-ZZBE_TRACKING_NO`" maxlength="14" size="14">
          `F4HelpButton(bbpformname, "GS_ITEM-ZZBE_TRACKING_NO", jsMaskString(strEnc(#SELECT_TEXT_SHELP_PUR_ORG)), jsMaskString(strEnc(#SELECT_SHELP_PUR_ORG)))`
         `TR()` `Lines(colspan2="2")`

  • How to check the Statistics generated for a table through DBMS_STATS.

    Hi,
    How to check the statistics generated for a Table through DBMS_STATS.GATHER_TABLE_STATS procedure ?
    Please let me know.
    Thanks !
    Regards,
    Rajasekhar

    Rajasekhar wrote:
    Hi,
    How to check the statistics generated for a Table through DBMS_STATS.GATHER_TABLE_STATS procedure ?
    Please let me know.
    Thanks !
    Regards,
    Rajasekharquery ALL_TABLES

  • Can anyone tell me the naming conventions for PSa tables

    hi all,
    After the data is loaded into the psa. how to look at the records that are there in psa. And can anyone tell me the naming conventions for psa tables.
    like BIC/????
    thanxs in advance
    regds
    hari

    Hi Hari,
    You want to know the naming convention of PSA table. For that there is a simple technique try this.
    Go to - T code SE11
    In the database table check box give  /BI*  and click search
    next window  in the Description Text box give the r data source name(master)  like
    YIO_ID_ATTR which is assigned to infosource. then click OK.
    then you get the psa table structure.
    You can take structure and check in the T code SE 11
    Hope this is fine.
    Regards
    Sreekanth

  • Check what is the last operation for a table

    Hi expert,
    I need to check what is the last operation for a table ? ( such as insert/delete/truncte.......), will show me the function or sql to get that?
    Many Thanks,

    hi,
    please take a look at this link
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1590655700346557237
    regards,

  • How to find the function module for standard tables.

    Hi
    Could any one please tell me how to find the standard function module to update the standard tables
    Thanks & Regards
    Sowmya

    Hi sowmya,
    To find the function modules for standard tables you go for a where used list of that particular table and check only function module interfaces checkbox...
    and more over you can go for DB_UPDATE_TABLE will be the function module for updating database table..
    Hope this information would help you
    Regards
    Narin Nandivada

  • Using an event in table maintenance view to populate a field

    I have a table maintenance view, and I would like to populate one field of the table with derived data. I am trying to do this by coding a routine for one of the events, but so far no luck. I have been able to chege the data in the TOTAL table, but still it does not populate the field on the screen.
    Note this is not for one row as it is entered, but I want all rows of the table displayed to show this field with derived data.
    So the question is: what is the correct event to use, and what is the correct internal table to update? Can I make changes to EXTRACT or TOTAL to do this?
    Kind Regards,
    Tony.

    Hi Rob,
    Sorry for being lazy; I'll close this and off and search :-}
    BR,
    Tony.

  • How to hide a field from table maintenance view?

    Hi,
    How to hide a field from table maintenance view? 
    The field is used for data created date. I need to hide it from display.
    Thanks

    Chk this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/66/33f52010dd11d6999300508b5d5211/frameset.htm
    Maintenance Attributes
    You can assign a maintenance attribute P to individual fields in the maintenance view definition in the Dictionary (SE11). It can be  H (hidden)
    H (hidden)
    A field flagged H is not displayed on the screen. This field must also be filled in the background by a routine at an event.
    The system writes R and H fields to the database like all other fields when a new data record is saved.

  • How to find Transaction for a Known Table maintenance View

    Hello Friends,
    May I know how to find transaction for a known table maintenance View.
    Thanks,
    Best Regards,
    Sudhanshu Garg

    Goto SE16 Transaction and enter TSTCP Table
    Here PARAM = /SM30 VIEWNAME=Table name*;UPDATE=X;
    enter table name in bold.
    Thanks
    Seshu

Maybe you are looking for

  • The document could not be saved. This file is already open.

    This problem recently developed.with several versions of Acrobat Reader 9.x installed. The full version of Acrobat is not installed. Users used to be able to open an editable .pdf file in IE, edit it and save it. Some users can no longer do this. The

  • How to use KAWT with "Sun Java Wireless Toolkit 2.3 Beta"?

    Hi! Im new to developing java for mobile devices so all of this is pretty confusing for me. I started with installing suns:s "Wireless Toolkit 2.3 Beta" and it works fine but now I want to use awt classes so I started to look it up and that�s how I f

  • CS5 install on case-sensitive file system - can't choose different drive (Mac OS)

    I just upgraded my macbook pro to a new drive and 10.6, and chose 'case sensitive' HFSX, 'cause I'm a heavy command line user and wanted the maximum BASH experience. I'm trying to install the CS5 demo to try some web design tools, and the installer i

  • Wrapping text - accordion header

    I'm new at this and I need to be able to wrap text in something like (okay... just like) an accordion. That is to say I have a fixed width to deal with and will be dynamically generating the 'label'. I have read that the label merely sets the text of

  • Problem with SB Live! and KX in using EAX

    Hi, i got a Problem with my SoundBlaster Li've!. I use the KX-project driver (Version 3538g) and have a problem with EAX support in Counterstrike. When I turn on EAX support in cs everything seems perfect, but the sound thats 3-dimensionally seen com