BPC75NW: How to generate list of accounts with a specific prefix

Hi Experts,
I need to generate a list of accounts (to be scoped in LGF script file) starting with 'A_'.
How do I acheive this in BPC7.5 NW version ?
Regards,
Pankaj.

Hi,
One of the ways could be to have a property for all these accounts or any other criteria you may have and use the XDIM Filter statement as below:
*XDIM_FILTER ACCOUNT= [ACCOUNT].PROPERTIES("ACC_CAT")= "XXXX"
Thanks,
Sreeni

Similar Messages

  • When I try to sign in to iTunes, it tells me that my Apple ID has not yet been used with the iTunes Store. How do I use my account with the iTunes Store?

    When I try to sign in to iTunes, it tells me that my Apple ID has not yet been used with the iTunes Store. How do I use my account with the iTunes Store?

    Hello Daijalove97,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Using an existing Apple ID with the iTunes Store and Mac App Store
    http://support.apple.com/kb/HT2589
    To use your Apple ID at the iTunes Store
    Open the latest version of iTunes.
    Choose Store > Sign In from the Store menu.
    Enter your Apple ID and password, then click Sign In.
    Click Review when asked to review your information.
    Enter your billing information, a credit card will be required.
    Click Continue when you're done entering your credit card and billing information.
    Best of luck,
    Mario

  • How can i erase an account with relationship with some class of tax

    how can i erase an account with relationship with some class of tax

    Hi Enrique,
    I am not sure what you mean by this, can you please explain in more detail? You cannot erase accounts that already have transactions posted to it.
    Hope it helps,
    Adele

  • How to generate a PRBS signial with arbitrary generator HAMEG HMF2525

    hi, i need help to make the acquisition and signal generation from HFM2525 HAMEG.
    and how to generate a PRBS signial  with arbitrary generator HAMEG HMF2525?

    fafil82,
    What have you done so far?  What NI products are you using?  If you're using ELVIS how does your setup look like?  What is your overall application?
    Jonathan R.
    Applications Engineer
    National Instruments

  • TS1424 there are 43 available apps' update  which couldn't be made with my current account. How i can find the account with which i bought them in order to update them

    there are 43 available apps' update  which couldn't be made with my current account. How i can find the account with which i bought them in order to update them

    Use get info in iTunes on your Mac.

  • How to implement list of values with bind parameters

    Hi All,
    Please give me details about how to implement list of values with bind parameters.
    I have implemented with below things.
    1) created lov view object with query like select meaning, lookup_code from fnd_lookup_values where lookup_type=:1;
    2) The above vo added to applicationa module.
    3) created Controller class in the co class written code in processRequest();
    String vLookupType=pageContext.getParameter("LookupType");
    Serializable params={vLookupType};
    am.invokemethod("Initialize",params);
    4) In AM Impl Class invoke the VO
    5) In VO Impl class executed the query..
    But the above process working fine but when i give the value in lov text field like 'C' then press tab button the result will not showing instead of that i am getting error message, i want to implement standard lov functionality while implementing query with bind parameter.
    any thing reqired to add the code to controller for search criteria..
    Thanks
    Mateti

    Hi
    i am getting error as
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT meaning, lookup_code,lookup_type
    FROM fnd_lookup_values
    WHERE view_application_id = 200) QRSLT WHERE (lookup_type=:1 AND ( UPPER(MEANING) like :2 AND (MEANING like :3 OR MEANING like :4 OR MEANING like :5 OR MEANING like :6)))
    Thanks
    Mateti

  • How to find list of materials with customer wise

    hi,
    how to find list of materials with customer   wise. is there any t.code.

    HI
    if you want for one customer  material combination T-code: VD52
    For multiple customer material combination T code:VD59
    Regards,
    Krishna

  • How can update my sync account with my latest desktop settings

    i have recent bookmarks and addons on my mozilla browser
    when i try to sync with my account i get back all the old staff which i do not need
    please tell me how can I update my account with ONLY my current desktop setting
    thank you

    Hi kvarkado,
    You would have to remove the profile with the old settings. If it is on another device you will have to set up sync with a new profile and with the current profile on the device you set it up. [[Use the Profile Manager to create and remove Firefox profiles]]

  • How to know the forms associated with a specific transaction

    Hi..
    Can anyone please suggest me how to know the forms associated with a specific transaction.
    For Example In Finance module.
    I came to know from SDN the form associated with F.64 as F140_acc_stat_01.
    But i need the steps how to track the form name.
    Regards..
    Vinodh

    Hi,
    1.We cann't find the forms associated with a specific transaction.
    2.But,based on requirement we can go for the form selection.
    3.Suppose in account payable and receivable , we have different forms like customer statement, Dunning and Chek form etc.
    4.The functional people can find the form name in SPRO and give the details of the requirement.
      5.If u have the output type or formname u can go for the TNAPR and  TTXFP tables and u can search for the respect object.
    6.For FI u can directly find in the SPRO, by searching it with the form name.
    Regards,
    If helpful reward with points(Don't forget).

  • How do i sync Itune accounts with out loosing all of my music on one account

    I am a new Itunes account user and would like to sync with my mothers account because that is where all of my music is but i do not know how to sync two seperate accounts to do so. If you know how or have anny other way of helping please do so. Thank you

    If it is purchased music, it will stay with her account.  Purchased from the iTunes store.  If the music is from stuff you or she ripped (imported from) cd's, that can be synced to your phone using iTunes.
    HTH

  • How to use List of values with bind variables on item?

    Hi
    I made a dynamic list of values with a bind variable as a provider. I tried to run the list, and it worked fine - i filled inn the bind variable when asked for, and i got a list of values to choose from.
    I would very much like to use this list of values as an attribute on a custom made item. My wish is that when creating the item you someplace write the bind variable, and the list will then turn up as wanted. (I could f.ex add the variable as an attribute on the page type)
    I tried to create a custom attribute and assign the list of values to it. It created an error when I then tried to add the attribute to the item.
    Does anyone have any idea on how to solve this?
    Any help appreciated!
    Maja R. Anjer

    Hi
    i am getting error as
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT meaning, lookup_code,lookup_type
    FROM fnd_lookup_values
    WHERE view_application_id = 200) QRSLT WHERE (lookup_type=:1 AND ( UPPER(MEANING) like :2 AND (MEANING like :3 OR MEANING like :4 OR MEANING like :5 OR MEANING like :6)))
    Thanks
    Mateti

  • How to change my iCloud account with only access to the Apple ID

    Hello everyone
    Im using my previous company ipad and i dont have access to the registered iCould account.
    How to change my icloud account to a new email account that i own.
    I have access to the Apple ID Account but i dont have access to the iCloud account in it.
    The Security Question was made by the tech admin of the company not by me, so not even that way its possible.
    Thank You in advance,
    Frederico

    I wish Apple improves this Security measures so that it lets remove features with both logins, Apple or iCloud credentials.
    Also the iCloud needs improvements, it should use the Apple ID not some other different login. The email part of icloud should be in iCloud but most people don't use iCloud mail so the rest of the features should be in the same email credentials as Apple ID.
    This way im not sure if i take the risk on Restoring the iPad, i could end up beeing locked out of my own device.
    All this hierarchic credentials are confusing. I would only need the Apple ID that is being used on the iPad to clean it up or turn off options like iCloud account currently on the device.

  • How to create 2 icloud accounts with one apple id

    I would like to find out how to create 2 iCloud accounts using the same apple id. Currently, my husband's iphone4S and my iPhone 4 have merged contacts which we don't want, and when he texts it shows that it is from me.

    You can't do that.  One of you will have to create a new icloud account with a new ID and connect the device to it.
    TO GET DATA FROM ONE ACCOUNT TO A NEW ACCOUNT:
    When connected to the account you want to GET data from, Go to Settings>iCloud and turn all data that is syncing with iCloud (contacts, calendars, etc.) to Off. 
    When prompted choose to keep the data on the iPhone. 
    After everything is turned off, scroll to the bottom and tap Delete Account.  Next, set up a new iCloud account using a different Apple ID and turn iCloud data syncing for contacts, etc. back to On.  When prompted, choose Merge.  This will upload the data to this new account.
    Note that this only affects the "Apple data" like contacts, calendars, reminders, etc.  Many third party apps also use iCloud to store data files there.  These files may be lost in the process, unless the apps also keep the data locally on the device.
    NOTE:  Photos in the photo stream (if you use it) will not transfer to the new account.  It is advised that you save the photos to a computer before performing the account switch. 
    CREATING A NEW ID:
    Each user should have their own icloud account, otherwise they end up getting the same emails, contacts, calendars, notes, reminders, etc. - usually not what you want.  But if all have been sharing the same itunes ID, keep it that way, you can have different IDs for itunes and icloud.
    If you already have another icloud account, and want to set it up on a device, then go to Settings>icloud, scroll to bottom of screen and tap Delete Account.  This only disconnects the device from that account, no data is lost on icloud.  Then enter the account ID that you want to use.
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • How do I share itunes account with my wife who just got an iphone?

    How can I share my itunes account with my wife who just got her iphone 3gs but doesn't have an itunes account yet?

    hi, thanks but when i connect my wife's iphone to the pc it does a three step synch at the end of which nothing has transfered to her phone.
    asking it to synch on the dropdown menu top left pf itumes page or asking for synch after going into the icon for her iphone on top right does same three step synch with no result. i have no set up my itunes library on a separate pc (notebook) and put her apple id and password into the share function, and her id and passwoed onto share function on this pc. that gets my 'library' up via the share menu top left but it doesnt synch onto her phone either...

  • How do I replace Admin account with transferred account?

    Just setup my new Imac. Used migration assistant to transfer via firewire my existing account from my Macbook. The transferred account shows up on my new Imac in accounts under "other accounts".
    HOW do I replace my Main User Account with my newly transferred Macbook account as I don't want both accounts; just the one I transferred to serve as the main account? The option to delete the main account in system preferences > accounts is greyed out.
    Thx.

    For new Macs, I usually try to quit the setup assistant as soon as it will let me.
    I define an initial account that has no personal information, and a user called "Master", or "Administrator", or something similar.
    This account is then the bare bones original account as set up by OSX, and I never change it.
    In this way, if an account becomes corrupt, I can always go back to this clean, unaltered account, and delete old (or add new) administrative accounts as necessary.
    This would work for your condition as well. Just keep the new imported account as your main user, and the original account setup when the machine was new becomes your "backup" Master.

Maybe you are looking for

  • Thoroughly fed up with BT customer service.

    Just thought I would share this with other forum users. The level of customer care is shocking and beyond believe they have no idea what they are doing. Weve been a customer of BT  for a number of years and up until recently had not experienced any p

  • Posting with T.Code F-48

    Dear SAP Gurus, In spite of the Spl GL Config in FBKP and assignment of relevant Reconciliation Account & Spl GL Account therewith , The error message is <b>"Spl GL Posting to One Time Account"</b> is not defined. Whereas in OBL3 the assigned Recon A

  • Would a macbook pro do what I need...

    Heya guys I need some advice. First of all English isn't my main language so I apologize in advance if some things don't make sense. I'm studying networking, how to be a network administrator. I'm about to finish my first semester and at first I thou

  • Why is converting taking soooo long...any help

    its taking like 4 hours to convert a 75 min. movie to mpg4

  • System preference 32 bits??

    Hi, Sorry for my english, I'm spanish. I have a "problem" with system preference. Since I've installed Snow Leopard the system preference ran in 64 bits mode, but now I don't know why always run in 32 bits. Could you help me please? PD:I tried to boo