Hi one qury

1. can we do back ground scheduling for gui_upoad before creating the session. i  mean can we upload the data from flat file to internal table in back groud process?
is there any possible situation for tis?

Hi
NO
We can't use the programs using GUI_UPLOAD or DOWNLOAD fun modules
To use in Background we have to keep the fielss in Application server and to use OPEN DATASET concepts
<b>Reward points for useful Answers</b>
Regards
Anji

Similar Messages

  • Pre-calculation in Webtemplate

    Hello Experts,
    If I have 2 queries (DP1 & DP2)in a webtemplate where both have different Exceptions and Conditions. How the precalculation works in a BEX broadcasting?
    Does the precalculation considers both the queries exceptions and condition? If Yes. How?
    How to make precalculate based on only one quries exceptions and Conditions.
    THANKS

    When you run the BEx Broadcaster, you have to choose the particular exception to broadcast alerts based on this. SO you can choose that. If you want to choose both, you can do this via choosing both exceptions.

  • How to make qury form and copy one data from one form to another

    Hi,
    i would like to develop a form which is used to query a particular data and copy that data to other form.
    Thanks

    Hi,
    i have to develop two form namely memo and chalan.
    memo will generate by different departments and send to store department to create a chalan.
    first memo data will enter by department and this memo no will send to store department.
    store department will find that memo by find button and data should copy from memo form to chalan form

  • Sd abap quries

    hello to every one , iam trying to do abap quries can any one plz send me the screanshorts , how create abap quries , my mail id :-<b><REMOVED BY MODERATOR></b>

    Hi,
    Please read the rules of engagement before posting.
    <b>- Do not ask to send you an email.</b>
    The question you ask and the solution to it is often also interesting for other users of the community. If you ask somebody to send you the answer per email, you deprive others of also learning to know the answer. Therefore any requests for sending material or answers to an email address will be modified by the forum moderators.

  • SQ01 mass generation of quries problem

    i need a sample code or FM for mass generation of SQ01 quries.bcz aftter changing in client i have to regenerate again all quries..so i want some workaround so i can perform this task in one go. any idea?

    Hi,
    i do not understand why this post is marked as "answered".
    The recommended ABAP RSAQR3TR is not usable for the requested mass generation of queries.
    (It only covers the transport aspect (export/import))
    Can you please give us a short explanation or correct the status to "not answered"
    There are two posts regarding the mass-generation of queries, but none of them contains a solution.
      SQ01 - Generate program
      Query - Mass generation
    (The first one is at least a chance and usable via CATT or SE37)
    Best regards
    Christian

  • Make one query of two queries?

    I have these two quries, how can I at the best way get the same result in one query?
    --Querie 1
    SELECT 'm' || Year_Month As Month,
    Sum(NET_SALES) As "Net Sales"
    FROM tlbInfo 
    WHERE Year_Month Between '200709' And '200801'
    And record_type IN ('A','X')
    Group by Year_Month
    Order by Year_Month
    --Querie 2
    SELECT 'm' || Year_Month As Month, 
    Sum(STANDARD_MANUF_COST)/Sum(Case When SALES_QUANTITY <> '0' Then SALES_QUANTITY End) As "Cost",
    to_char(100*((sum(NET_SALES)-sum(STANDARD_MANUF_COST))/sum(NET_SALES)) || '%') As "Margin"
    FROM tlbInfo 
    WHERE Year_Month Between '200709' And '200801'
    And record_type NOT IN ('A', 'X')
    And Net_Sales >0
    Group by Year_Month
    Order by Year_Month

    why did you change the 1st query? now you're further from getting the correct answer (not to mention that now my previous post makes no sense).
    put the 1st query back to the way it was. then change the 2nd query to remove the record_type and net_sales criteria from the where clause, and instead put the logic into the select, via a CASE, like the first query is written.
    now look at the two new queries, and ask yourself, what's so hard about making one query?
    and don't do this work in the original post. do it in notepad. and if you want to post the new queries here to get further help, hit the REPLY button, NOT THE EDIT BUTTON

  • Deleate the  quries in bex

    Hi,
        If i want to deleate the quries in bex how can deleate . If this quriey is assigned to any role how can i see , If this quriey is assigned to no of roles can i deleate all the roles or can deleate quriy only enough.
    Any one can help me.
    Thanks in advance.
    Syam.
    Message was edited by: shyam reddy

    Hi,
    Simplest way is go to BEx Query Designer , choose your query & press delete icon.
    I believe if you delete it from here it shall go from role as well ...vise versa will not work.
    hope it helps
    VC

  • CY and LY in one cross tab

    Hi ,
    In one of the reports I need to show both current year revenue and last year revenue month wise in one cross tab.
    For this two dataproviders are built. one for current year revenue and other for last year revenue .
    Can any one help me how to display both the revenue in the same cross tab with current year month values in the horizantal header.
    Please find the cross tab structure to be in the report.
         Jan `11     Feb `11     Mar `11     Apr `11
    Current Year     $100      $200      $300      $400
    Last Year     $75      $56      $23      $89
    Data from Current Year Query     
    Month     Revenue
    Jan `10     $75
    Feb `10     $56
    Mar `10     $23
    Apr `10     $89
    Data from Last Year Query
    Month     Revenue
    Jan `11     $100
    Feb `11     $200
    Mar `11     $300
    Apr `11     $400

    Elio Javier Guzman Hernandez wrote:
    Hello Lavanya611:
    >
    > Are you using 1 or 2 queries to build the report???
    >
    > If you are using 1 single query  you should build this structure (using a Cross Tab template) to see your report as you need:
    >
    >
    >
    >                         |   =nameof( [month])  |
    > ____________________________________
    >   =nameof( [year] )     |      [Revenue]             |
    >
    >
    >
    > You should have something like this:
    >
    >
    >          |  Jan   |   Feb  |  Mar   | Apr  |
    > ________________________________
    >   2010    |  $75   | $56    | $23   |  89    |
    >   2011    | $100  | $ 200 | $300 | $400 |
    >
    >
    > If you are using 2 queries first you should merge dimensions year and month and discard Revenue from the second query and build the same structure that i just tell you.
    >
    > I hope I have understood your problem.
    >
    > Regards
    >
    > Edited by: Elio Javier Guzman Hernandez on Nov 10, 2011 4:52 PM
    Hi Elio Javier Guzman,
    We have using multiple quries.
    As we publish the Month and the Year on the header (Jan 2011).
    When the merger is happened with 2 quries it is combining them with months from CY and months from PY.
    As a result  when we are merging the 2 quries, we are getting 24 months rather than having 12 month from current Year.
         Jan-11     Feb-11     Mar-11     Apr-11     May-11     Jan-10     Feb-10     Mar-10     Apr-10     May-10
    CY     10     20     10     20     10                         
    PY                              10     20     10     20     10
    The exprected result is to be as below
         Jan-11     Feb-11     Mar-11     Apr-11     May-11
    CY     10     20     10     20     10
    PY     20     20     10     20     10
    Thanks,
    Zahur

  • I need a on sql qury for this reqirment

    transopse of the data only specific columns
    i have one create table in oracle10g dba
    in the table almost 10 fields there
    i have 5 fileds as well as rows and remaing fields transopse of the fields
    how to solve the problem in sql qury ?
    Thank you
    ashok

    Ashok,
    Post your question in SQL forum : PL/SQL
    This is OBIEE Forum
    Thanks,
    Saichand.v

  • How do multiple family members use iTunes.? One account or multiple?

    How do multiple family members use iTunes. One account right now but apps gets added to all devices and iTunes messages go to all devices.  Can multiple accounts be setup and still have ability to share purchased items?

    Hey Ajtt!
    I have an article for you that can help inform you about using Apple IDs in a variety of ways:
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Using one Apple ID for iCloud and a different Apple ID for Store Purchases
    You can use different Apple IDs for iCloud and Store purchases and still get all of the benefits of iCloud. Just follow these steps:
    iPhone, iPad, or iPod touch:
    When you first set up your device with iOS 5 or later, enter the Apple ID you want to use with iCloud. If you skipped the setup assistant, sign in to Settings > iCloud and enter the Apple ID you’d like to use with iCloud.
    In Settings > iTunes and App Stores, sign in with the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match). You may need to sign out first to change the Apple ID.
    Mac:
    Enter the Apple ID you want to use for iCloud in Apple () menu > System Preferences > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in Store > Sign In. In iTunes 11, you can also click iTunes Store > Quick Links: Account.
    PC (Windows 8):
    Enter the Apple ID you want to use for iCloud in the Control Panel. To access the iCloud Control Panel, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, and then click the iCloud Control Panel on the left.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes. In iTunes 10, select Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    PC (Windows 7 and Vista):
    Enter the Apple ID you want to use for iCloud in Control Panel > Network and Internet > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes 10 in Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    Note: Once a device or computer is associated with your Apple ID for your iTunes Store account, you cannot associate that device or computer with another Apple ID for 90 days. Learn more about associating a device or computer to your Apple ID.
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Can I purchase Creative Cloud subscriptions for longer than one year at a time?

    I work in the design department of a large business, currently using Creative Suite 6 (Design Standard edition, which includes PS and AI).
    I'd like to get the some of the new CC features, but my manager won't commit to a turnkey month-to-month or even annual rental of Creative Cloud apps (it's a pain for our department's purchaser to have to do orders more than once a year). That said, if they could take care of, say, two years at once, I might get the software. Is this an option? I'm one of only a few folks who use Adobe software (it's not a design business; we're just part of a small design department, and all software purchases need to go through this person, after which they're reimbursed). I'm not interested in any of the extra storage or central administration options that come with the higher priced business subscription.
    Thanks!

    http://www.adobe.com/au/products/creativecloud/faq.html
    Are there any unique benefits that come with my paid membership?
    Yes, as a member of Creative Cloud, you get many benefits that you do not get when you purchase a traditional shrinkwrapped product:
    Access to both the Mac OS and Windows® versions of the desktop applications and the ability to install them on your primary computer and one backup computer. So, if you have a Mac at home and a PC at work, you can install your applications on both as long as they are not running at the same time. See the product license agreements page for more information.

  • OBIEE Pre-Builts Loading one year at a time

    Hi,
    We are in a situation where we need to load one year at a time into the BAW (warehouse). I have seen this done before where the initial load was a full load and only went forward one year. Each subsequent load was for a complete year until we were current. After that, it was simply incremental loads with the standard prune days of 30.
    Does anyone have any detail as to how to do this?
    Regards

    Is the issue a performance issue (ETLs running for too long)? The problem is that if you do Year by year..and you want to do a "incremental" load for each year, that would be even more of a load..since you are not allowing for BULK load (where the tables get truncated). Either you can truncate and do BULK or incrmental..which may be an even heavier load. I think you are assuming that this approach will somehow help you from a hardware limitation standpoint..do you know for sure that it will?
    If you really do want to do it, as I mentioned, you can edit the INITIAL and END parameters. It would help if you clarify the Hardware limitation...I think there are better ways to handle this than to do what you are doing.

  • Can I play Game Center Games with other family members sharing one Apple ID

    I have several IOS devices sharing the same Apple ID that my sons and wife use. I have set up a game center account using that ID and can find no way that we can play head to head games on those multiple devices against each other using that one Apple ID login, even if I create multiple Nicknames. Am I missing something?

    An Apple ID is just an account that uses an email address and password. It does not have to be tied to iTunes. You can create one here. Create one each for your sons and wife.

  • How can I create a new iCloud account for a familiy member having a new iDevice and reuse one of my aliases for it

    Hi there,
    I moved into iCloud from the very beginning and started with one iCloud account for me and my family, making use of email aliases for family members. Now the number of personal iDevices grows and I want to create a new and separate iCloud Account for my son. The pity is, that I reserved his full name already as alias address on my initial iCloud account. If I now delete this alias, can I create a new account with the former alias as new primary email address?
    Or is there at least any transfer procedure supported for aliases between different accounts?
    Thanks for your help, lauterbachj

    Couldn't agree more... the folks who are getting penalized for this are the early adopters of .Mac/iCloud dating from the days when the only way to implement a "family" account was to use aliases. Now all my kids' / my wife's name aliases sit in my account, unable to move. I guess the good news is that if I delete them nobody else will get them, but this seems a pretty poor consolation.
    Would it really be so difficult to implement a "move this alias to another iCloud account" option that requires the "sender" and "receiver" to exchange some sort of code to implement the transation in order to prevent fraud?

  • How can I disable sending from one Mail account?

    Hello. I have a gmail account that I use to subscribe to various newsletters and accounts. So it's essentially a read-only account for me. But I too frequently accidently send mail from that account. Is there a way to prevent mail from being sent from that account?

    I want to do the same thing as the OP.  I have tried making outgoing server none. And checking "always use this server so it prompts me to edit the message so that I manually select a different address to send from inthe drop down list. And selecting a different account for composing.  Actually, all my outgoing emails keep coming from the one account I am attempting to disable.  Got any other ideas?

Maybe you are looking for

  • MBP Video output - from Windows

    Hi all, My MBP outputs video to nearly any device beautifully. Today I'd booted into WinXP because the streamed content I wanted to watch can't be view on the Mac. The output was dreadful. It almost looked like I was watching a PAL video on an NTSC d

  • Split outbound ORDERS idoc to different ports

    Hi All,            I was wondering whether it is possible to split an outbound ORDERS idoc and have it directed to two different ports based on document type? Client requires normal PO's to be written to one XML while STO's be written to a seperate f

  • Update DataGrid using RemoteObject

    I am using a RemoteObject method call to populate an ArrayCollection used as a dataProvider in my DataGrid. I use the render() method on the datagrid to make sure the datagrid displays the updated data the RemoteObject method is returning everytime i

  • Calling all compound path and clipping mask experts...

    I am attempting to get all the white areas in the attached "globe" artwork to knockout to the background color. I have tried making the entire thing a compound path, tried clipping mask and different combinations in pathfinder with no success. The im

  • Telephone number suppliers/customers

    Does anyone know the accurate field/table/view for the contact telephone number for your suppliers AND customers in EBS payabales/receiveables. I ideally need a query to return a) supplier name, ID, address fields, contact phone number b) customer na