Bank not display in help list

Hi Guru,
I have been created  sixteen bank (A...........P) in FI module and which are displaying in HCM through info type 9 BANK DETAIL.
My question is how I block bank (L & K) in the list of bank key of info type 9 in HCM module. The bank L & K Will not display in future at the time of maintaining of info type 9 bank detail.
any body any idea please help me.
Thanks
Maaz

Hi,
I think you can implement the BADI HRPAD00INFTYBL where in you can write your own logic to do this.
Best Regards,
Venkat.

Similar Messages

  • Firefox does not display frames, only lists. Help!

    popular websites, e.g. youtube, are not displayed properly in so far frames are not displayed, only clickable lists of text. Please help!

    It sounds like Firefox is, for some reason, not loading the CSS file for YouTube and other sites.
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    Please report back soon.

  • Custom playbar does not display in the list of available widgets

    I followed the steps described in the "Skins" page of the Captivate 5 help outlined here:
    http://help.adobe.com/en_US/captivate/cp/using/WSc1b83f70210cd101126156ac11c7f147d6b-8000. html
    Now my problem is, that my custom playbar is not displayed in the list of available playbars (neither in the Project->Skin Editor->Playbar nor in the list of widgets). If I just duplicate one of the existing playbar files in Gallery/Widgets/Playbars it's listed without problems.
    I use Flash CS5 to edit the playbar and tried to publish it as AS3 and AS2 - no success.
    Are there special settings I need to set in the publishing settings to get my playbar in the list? Anything else I'm missing?!
    Thanks,
    Peter

    Try putting the swf for the playbar in ...\Adobe Captivate 5\en_GB\Gallery\Playbars\AS3\

  • Some .htm file not displaying in Topic List, but displaying in RH11 folder

    Hi All,
    We are running a project using RH 11, team consist of 3 person (include me)
    But we have problem with many  .htm file from my 1st coworker, file not displaying in Topic List in my Robohelp and 2nd coworker.
    Although we already get the latest file again and again
    But .htm file displaying in all our RH11 folder.
    In my 1st coworker RH, all file displaying in Topic List also RH11 folder, but when file generated then
    Many files from 1st coworker, hyperlink is not working well (broken link / file not found)
    Does anyone have experience about this problem
    Thanks

    First of all, make sure you do not have the following files in source control: .cpd, .pss, .ldb.
    These files contain local information that can cause problems when in source control.
    Then try this:
    Everyone deletes the .cpd file.
    Everyone gets the latest files for the whole project from source control.
    Open the project.
    Does everything now display correctly?
    If yes, you need to make sure you delete the cpd file before opening the project each day, and also during the day if you know a co-worker has made changes that you need. This file is a database which includes a list of all the files Robohelp knows about. When other people are adding and removing files, this information no longer matches properly. I recommend doing a Get Latest in these situations as well, just to make sure Robohelp can find the correct information.
    If you are still not seeing the correct files repeat the above process, but at step 2, pick the options to Overwrite local files. I can't say where you will see these options - they may be two checkboxes in a dialog box when you select Get Latest - it will depend on your source control application.
    Hope this helps.

  • Infopath forms are not displaying in the list

    Hi,
       I have created an info path form template after customizing a list form using infopath designer. But it is behaving weird. After submitting the form it is not displaying in the lists allitems view rather it is displaying from designer but directly
    under the list not in the items folder.
    1) Any idea why this is happening?
    2) What is the use of NaN.xml? why it gets created in the list?

    Yes, it sounds very simply, but there is a very tiny little broken piece causing lots troubles.
     It’s tiny piece, so the solution is going to be very simple. On the other hand, it’s hard to find out because it is very tiny broken piece.
    I have feeling that you made a mistake while saving/publishing or filename in submit option (I don’t think List InfoPath form let you set up different submit option).
    Sometimes, it is much faster and easier to re-do it again. I recommend you to following the article below. You can skip most but please pay attention on the start (beginning of Part 2 – Customizing)) and on the end (Part 4 - Publishing)
    http://msdn.microsoft.com/en-us/library/office/gg180738(v=office.14).aspx
    Once you follow the best practice written in the article and make it work, then you may realize the difference and mistake.
    백상하 - Stop hacking my blog http://blog.naver.com/agilepoint
    쉐어포인트 배움터 http://sharepointkorea.com

  • Problm with 'notepad' code..image of the buttons not displayed..help.. ;-(

    I have a source code for developing a notepad but the problem is that when i run it the buttons which i've used as shortcuts don't have there photos displayed on them... they just come across as a rectangular button rather than a cut or a copy photo...i've even saved those images in the c drive only where other files like .class file are stored still its not working...plz help...
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.io.*;
    import java.util.*;
    public class Notepro extends JFrame implements ActionListener
         JMenuBar mbar;
         JMenu file,edit,format,font,font1,font2;
         JMenuItem item1,item2,item3,item4;
         JMenuItem item5,item6,item7,item8,item9,item10;
         JMenuItem fname1,fname2,fname3,fname4;
         JMenuItem fstyle1,fstyle2,fstyle3,fstyle4;
         JMenuItem fsize1,fsize2,fsize3,fsize4;
         JButton button,button1,button2,button3,button4,button5;
         JPanel mainpanel;
         JTextArea text;
         JScrollPane jsp;
         String command=" ";
         String str=" ";
         String str1=" ",str2=" ",str3=" ";
         String str4=" ";
         String str6=" ";
         String str7=" ",str8=" ",str9=" ";
         int len1;
         int i=0;
         int pos1;
         int len;
         public Notepro(String str)
         super(str);
         mainpanel=new JPanel();
         mainpanel=(JPanel)getContentPane();
         mainpanel.setLayout(new FlowLayout());
        MyWindowAdapter adapter=new MyWindowAdapter(this);     
        addWindowListener(adapter);
         mbar=new JMenuBar();
         setJMenuBar(mbar);
         file=new JMenu("File");
         edit=new JMenu("Edit");
         format=new JMenu("Format");
         file.add(item1=new JMenuItem("New..."));
         file.add(item2=new JMenuItem("Open"));
         file.add(item3=new JMenuItem("Save As..."));
         file.add(item4=new JMenuItem("Exit"));
         mbar.add(file);
         edit.add(item5=new JMenuItem("Cut"));
         edit.add(item6=new JMenuItem("Copy"));
         edit.add(item7=new JMenuItem("Paste"));
         edit.add(item8=new JMenuItem("Delete"));
         edit.add(item9=new JMenuItem("Select All"));
         mbar.add(edit);
    format.add(item10=new JMenuItem("Font"));
         mbar.add(format);
            button = new JButton(new ImageIcon("new.gif"));
              mainpanel.add(button);
              button1 = new JButton(new ImageIcon("open.gif"));
              mainpanel.add(button1);
              button2 = new JButton(new ImageIcon("save.gif"));
              mainpanel.add(button2);
              button3 = new JButton(new ImageIcon("copy.gif"));
              mainpanel.add(button3);
              button4 = new JButton(new ImageIcon("cut.gif"));
              mainpanel.add(button4);
              button5 = new JButton(new ImageIcon("paste.gif"));
              mainpanel.add(button5);
         item1.addActionListener(this);
         item2.addActionListener(this);
         item3.addActionListener(this);
         item4.addActionListener(this);
         item5.addActionListener(this);
         item6.addActionListener(this);
         item7.addActionListener(this);
         item8.addActionListener(this);
         item9.addActionListener(this);
         item10.addActionListener(this);
         button.addActionListener(this);
         button1.addActionListener(this);
         button2.addActionListener(this);
         button3.addActionListener(this);
         button4.addActionListener(this);
         button5.addActionListener(this);
         text=new JTextArea(60,80);
         mainpanel.add(text);
    jsp=new JScrollPane(text);
            mainpanel.add(jsp);
           public void actionPerformed(ActionEvent ae)
              if(ae.getSource()==button4)
              str=text.getSelectedText();
              i=text.getText().indexOf(str);
              text.replaceRange(" ",i,i+str.length());
              if(ae.getSource()==button)
              dispose();
              Notepro note1 = new Notepro("Untitled-Notepad");
              note1.setSize(500,500);
              note1.setVisible(true);
              command=(String)ae.getActionCommand();
              if(command.equals("New..."))
              dispose();
              Notepro note1 = new Notepro("Untitled-Notepad");
              note1.setSize(500,500);
              note1.setVisible(true);
              try
              if((command.equals("Open"))||(ae.getSource()==button1))
              str4=" ";
              FileDialog dialog=new FileDialog(this,"Open");
              dialog.setVisible(true);
              str1=dialog.getDirectory();
              str2=dialog.getFile();
              setTitle(str2);
              str3=str1+str2;
              File f=new File(str3);
              FileInputStream fobj=new FileInputStream(f);
              len=(int)f.length();
              for(int j=0;j<len;j++)
                   char str5=(char)fobj.read();
                   str4=str4 + str5;
                text.setText(str4);
              this.text.setText(str4);
              catch(IOException e)
              try
              if((command.equals("Save As..."))||(ae.getSource()==button2))
              FileDialog dialog1=new FileDialog(this,"Save As",FileDialog.SAVE);
              dialog1.setVisible(true);
              str7=dialog1.getDirectory();
              str8=dialog1.getFile();
              str9=str7+str8;
              str6=text.getText();
              len1=str6.length();
              byte buf[]=str6.getBytes();
              File f1=new File(str9);
              FileOutputStream fobj1=new FileOutputStream(f1);
              for(int k=0;k<len1;k++)
              fobj1.write(buf[k]);
              fobj1.close();
              this.setTitle(str8);
              catch(IOException e){}
              if(command.equals("Exit"))
              System.exit(0);
              if((command.equals("Cut"))||(ae.getSource()==button4))
              str=text.getSelectedText();
              i=text.getText().indexOf(str);
              text.replaceRange(" ",i,i+str.length());
              if((command.equals("Copy"))||(ae.getSource()==button3))
              str=text.getSelectedText();
              if((command.equals("Paste"))||(ae.getSource()==button5))
              pos1=text.getCaretPosition();
              text.insert(str,pos1);
              if(command.equals("Delete"))
              String msg=text.getSelectedText();
              i=text.getText().indexOf(msg);
              text.replaceRange(" ",i,i+msg.length());
              if(command.equals("Font"))
              MyFont  m=new MyFont(this);
         public static void main(String args[])
         Notepro note = new Notepro("Untitled-Notepad");
         note.setSize(500,500);
         note.setVisible(true);
    class MyWindowAdapter extends WindowAdapter
    Notepro mynote;
    MyWindowAdapter(Notepro mynote)
      this.mynote=mynote;
    public void windowClosing(WindowEvent we)
      System.exit(0);
    class MyFont extends Dialog implements ActionListener,ItemListener
    GraphicsEnvironment ge;
    java.awt.List l1,l2,l3;
    Button b1,b2;
    Font f1[];
    String f[];
    int i,j;
    Notepro p;
    TextField tf1,tf2,tf3;
    Label ll1,ll2,ll3;
    String fn;
    int fs,fsize;
    public MyFont(Notepro myno)
         super(myno,"Font",true);
      setLayout(null);
    p=myno;
      ge=GraphicsEnvironment.getLocalGraphicsEnvironment();
      l1=new java.awt.List();
      l2=new java.awt.List();
      l3=new java.awt.List();
      b1=new Button("OK");
      b2=new Button("CANCEL");
    tf1=new TextField(10);
    tf2=new TextField(10);
    tf3=new TextField(10);
    ll1=new Label("Font");
    ll2=new Label("Font Style");
    ll3=new Label("Size");
         ll1.setBounds(20,60,100,20);
         add(ll1);
         tf1.setBounds(20,80,100,20);
         add(tf1);
            l1.setBounds(20,100,100,150);
            add(l1);
         ll2.setBounds(140,60,100,20);
         add(ll2);
         tf2.setBounds(140,80,100,20);
         add(tf2);
       l2.setBounds(140,100,100,150);
      add(l2);
         ll3.setBounds(260,60,100,20);
         add(ll3);
         tf3.setBounds(260,80,100,20);
         add(tf3);
           l3.setBounds(260,100,100,150);     
      add(l3);
         b1.setBounds(380,70,80,20);
      add(b1);
         b2.setBounds(380,95,80,20);
      add(b2);
      f=ge.getAvailableFontFamilyNames();
      for(i=0;i<f.length;i++)
       l1.add(f);
    l2.add("Regular");
    l2.add("Bold");
    l2.add("Italic");
    l2.add("BoldItalic");
    for(i=8;i<=72;i+=2)
         l3.add(String.valueOf(i));
    b2.addActionListener(this);
    b1.addActionListener(this);
    l1.addItemListener(this);
    l2.addItemListener(this);
    l3.addItemListener(this);
    setSize(480,280);
    setResizable(false);     
    setVisible(true);
    public void actionPerformed(ActionEvent fe)
    if(fe.getSource()==b2)
    dispose();
    if(fe.getSource()==b1)
         p.text.setFont(new Font(fn,fs,fsize));
         dispose();
    public void itemStateChanged(ItemEvent ie)
         if(ie.getSource()==l1)
    tf1.setText(l1.getSelectedItem());
         fn=tf1.getText();
         if(ie.getSource()==l2)
    tf2.setText(l2.getSelectedItem());
         if(tf2.getText().equals("Bold"))
              fs=Font.BOLD;
         else
    if(tf2.getText().equals("Italic"))
              fs=Font.ITALIC;
         else
              if(tf2.getText().equals("BoldItalic"))
              fs=Font.BOLD+Font.ITALIC;
         else
              fs=Font.PLAIN;     
         if(tf2.getText()=="")
         tf2.setText("Regular");
         fs=Font.PLAIN;
         if(ie.getSource()==l3)
         tf3.setText(l3.getSelectedItem());
         fsize=Integer.parseInt(tf3.getText());
    if(tf3.getText()=="")
                   fsize=8;

    swatschiks wrote:
    i checked it again but the files were in c drive only...nwaz is my link "open.gif" ok? maybe the problem lies in the links? Can u suggest me smthng? M a newbee..so plz if u can b more specific...i wud b gr8ful...need d help urgentlyOne word of unasked for advice: Please avoid unnecessary abbreviations in your posts here. I recommend this for several reasons:
    1) Programming is an exercise in precision. When you communicate here (or anywhere) about programming issues and questions, you want this communication to be as clear as possible to avoid any chance for ambiguity. I'd say at least half the answers here are requests for clarification. Let's avoid that.
    2) For many here, English is not their first (or second or third) language. It's hard enough for them to understand what people are posting here much less if it's couched in obscure and non-standard abbreviations.
    3) Extra letters don't cost anything here, so you might as well use them.
    4) It makes the poster seem a bit immature and thus for some not worthy of help.
    That being said, what are the full paths of: your image files, your class files, and what package is your program in?
    In that same package, what happens if you compile and run this program?
    import java.io.File;
    public class WhereAreMyFiles
      public static void main(String[] args)
        File myFile = new File("Fubar.txt");
        System.out.println(myFile.getAbsolutePath());
    }Notice the output very closely because that's where Java is looking to find your image files.

  • PO Version not displayed in PO List Displays (ME2L, ME2K, etc)

    I have configured PO Version Management. My PO's are working as desired with proper output.
    However, the PO Version Number is not displayed in my PO List Display tcodes (ME2L, ME2K, etc) nor is it available to add to the layout.  I have configured the Scope of List for "BEST" (PO's) to include change documents. However, there is nothing when I go to ME2L for a PO that has 15 versions. I have verified that EKKO does contain the latest version number for this PO.
    Have I missed a config step??

    Dear,
    The data you are searching not available in EKKO table. We do it with
    CDHDR - Header Change
    CDPOS - Item Change
    EREV - Version Change
    Tables with help of ABAPer.
    Regards,
    Syed Hussain.

  • Contact not displaying in the list of contact

    HELP. My phone suddenly stop displaying the full list of contact in dialing mode. But I could find/see the full contact list when texting people. can someone help me?

    I am having the exact same problem. Ever since the update.
    They display in the main contact section but not in the dialing contact section.

  • SharePoint 2010 Datasheet View - Filter not displaying correctly on list

    Hi,
    I have a list where I want to filter in datasheet view.  The filter will work correctly when I first open Internet Explorer:
    However, if I open the list again and go into datasheet view I get the following filter which does not display correctly:
    Has anyone else come across this?
    Mark

    Hi Mark,
    please have a try on this kb too:
    http://support.microsoft.com/kb/2760758/en-us
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Images will not display, please help

    Hi,
    I have built a couple of sites, one with tables one CSS where
    my banners will not display on my screen when I view the site
    online. The sites are:
    www.gnewt.co.uk &
    www.getouthavefun.co.uk
    The banners are visible on some other computers online, but
    not all and the images display fine when i preview the site not
    online but in Firefox or IE. I have tracked the problem down to
    this, online when I right click where the image should be
    displaying it says the filename etc and for dimensions says:
    Image Dimensions: 1px × 1px (scaled to 950px ×
    120px)
    Size of File: 0.04 kB (43 bytes)
    I can right click and download the image to my desktop from
    the ftp and it will display fine, so it must be an html problem. I
    have been using templates and have uploaded a version not attached
    to a template and that makes no difference, I have also tried
    differing filetypes such as gif and png, again no change.
    Furthermore if you put in the incorrect URL for the image, at least
    then it displays the Alt Text.
    The html code is very basic:
    <!-- InstanceBeginEditable name="Banner" --><img
    src="banners/2.jpg" alt="banner" name="Banner" width="950"
    height="120" border="0" /><!-- InstanceEndEditable
    --></td>
    SO the image is there somehow but the browser thinks its only
    1px across, if you put in plain text it displays fine? Can anyone
    help me with why this happens as I have tried everything I can
    think of - i'm not particularly good with html so it could be
    something elementary
    Thanks in advance

    >name="Banner" --><img src="banners/2.jpg"
    alt="banner"
    Sounds like the work of Norton. Don't ever use the word
    'banner' in any part of your images. Rename the image and alt text
    and see if that works.

  • Podcast image not displaying! Help please!

    Hello,
    any help on this would be greatly appreciated as I've been troubleshooting for the past month and can't seem to fix this...
    i recently had my podcast channel approved but the podcast image is still not displaying...
    when I followed the instructions given by Apple on their podcast start up page, I opened iTunes, clicked File, clicked Subscribe to Podcast and entered my RSS feed address.  Everything displayed fine, image was working an everything.
    however, the channel has now been approved and the image is still not showing up in the iTunes store....
    does it usually take a while for images to display?
    my image is 1900x1902 and is 2.5 MB.
    Does it have to be perfectly square in order for it to be displayed? If so, how come it displayed when I entered the feed url after clicking 'Subscribe to Podcast' in the iTunes File menu?
    Is there a size limit? Again, if so, how come it displayed when I entered the feed url after clicking 'Subscribe to Podcast' in the iTunes File menu?
    THank you for your help.
    regards,
    J

    The image filesize is much too large at 2.5MB: it must be less than 500kB and I'm surprised your feed wasn't rejected in the first place because of this. I would recommend reducing the dimensions to 1400 x 1400 to be on the safe size, and reducing the file size to below 500kB is essential (and it must be JPG or PNG).
    When you've changed it, also change the file name, amend the feed and reupload it. It will take quite some days before the image appears in the Store.
    The image appears in My Podcasts view when subscribing but probably the iTunes application - which is completely separate from the Store - isn't so fussy. The Store caches the image so you can see why they would want to limit the filesize, given the many thousands of podcasts in the Store.
    When you have a question please always post the URLs of your Store page and of your feed. I was able to give you an answer this time, but in most cases it's necessary to be able to look at the feed.

  • CD cover not displaying in Album List view

    A couple of my CDs cover art doesn't display in Album List view (second button from left of the 4).
    However the art is definitely there. If I click any song in the CD, the art shows in the lower left, "Now Playing"
    Or if I select a song and then CMD + I the art shows in Summary and in Artwork tabs just like
    all my other CDs.
    I own the physical CD and ripped it and imported into iTunes and then scanned the art, saved
    as .jpg and then selected all the tracks, clicked CMD + I and pasted into the Artwork square in
    the Info page.
    I've done this same process TONS of times so I am at a loss why this is happening or how to
    fix it.
    Thoughts?

    Its the Allman Bros live at the Fillmore. 2 CD set. I have different art and names for each.
    At Fillmore East (CD1)
    At Fillmore East (CD2)
    and then the front cover for CD1 and a scan of the back of the CD cover for CD2, so all is different. Except the band name.
    I deleted the art for each song and first imported to all the songs of each CD at one time. Each song had the art but the display of the whole CD still didn't display as before.
    Deleted the art in each song one at a time, then this time Added the art to each song one at a time. Same problem. The art is 500 px at 72 dpi. I also tried saving the art as .png. Still didn't work. Ugh.
    Now... you're suggesting that I trash the Album Artwork folder. Since I've imported manually about 100 CDs that iTunes didn't recognize, won't I lose all this work?

  • Version 7.4.85.102 not displaying my contacts list...

    Hi, my Windows Desktop version upgrade automatically this morning to version 7.4.85.102 and is not displaying my contacts. If I log in on my mobile app they are still there ... is there an easy way to get them back on desktop? Or alternatively a way to downgrade to the previous version?
    Thanks
    Subject/title amended to be more specific.
    Solved!
    Go to Solution.

    Here are the steps I followed, hopefully they will work for you as well.
    Close and Exit Skype - Skype can not be running when you do.
    Open a standard Windows Explorer window.
    In the tool bar area type %appdata%
    Enter and this will open the Appdata Roaming Folder
    Locate the Skype folder
    Rename Skype folder to skypeold - I did it this way incase it did not work so that I could restore if needed
    Now relaunch Skype and Sign In. This will create a new Skype folder in the Appdata folder
    My contacts were now restored.
    I hope this all makes sense.

  • Vendor Address not displayed in Payment list RFZALI20 (F110)

    Dear All,
    One country users are not able to see the vendor address/bank details in payment list RFZALI20 in F110 transaction. However, this information is displayed when I run the payment list as shown below:
    I could find that this information is controlled by the field "Max No. of lines for Address" field on selection screen of program RFZALI20. If I set it to 0, these details disappear for me as well.
    User is running the program with a variant which uses 5 No. of lines for address but still doesn't see these details.
    Any inputs on the matter will be greatly appreciated.
    Thanks & Regards,
    Vishal Ahuja
    P.S. : I already checked for authorization by creating a test user(with same parameters) copying users' ID in production but issue could not be replicated.

    Hi,
    which output type u used for print preview? is it NEU?
    Regards,
    Pavan

  • Vendor Info Rec data not displaying on ME57 list

    I need help in getting the Vendor Info Record information to display when in ME57 (Assign and Process Purchase Requisitions). In the past, the Info Rec data has shown up on the list for materials that weu2019ve ordered before, but now they are not.
    I have searched both here and out on the internet and have not found anything.
    What would cause the information to stop appearing on the list? Is there a configuration setting that may have changed?
    We are on ECC 6.0, we are using scope of list A, and we are not using the ALV.
    Thank you very much.

    Thank you for your reply, Bharat. Much appreciated.
    When I'm referring to displaying the info record data, it is in regards to displaying it in the list itself - there are 4 lines of data that can be displayed for each material. On the fourth line is where data from the info rec displays. This is the information that is now missing from the list.
    Hope this clarifies.

Maybe you are looking for