Is it  possible to upload few column in table through  Apex Data Loading

Hi All,
I have to do upload into the table through a csv file . The table's primary key i have to load the rest through user's uploaded file. Is it possible to do the data loading to the table only to required columns and fill the other columns from backend. Or is there any other way to do this?

Hi,
Your query is not really clear.
>
Is it possible to do the data loading to the table only to required columns and fill the other columns from backend. Or is there any other way to do this?
>
How do you plan to "link" the rows from these 2 sets of data in the "backend"? There has to be a way to have a relation between them.
Regards,

Similar Messages

  • ALV: Runtime error when calling only few columns of tables in ALV rpt

    Dear ABAP Gurus N Experts,
    I am new for ABAP.
    I am creating an ALV for fetching the data from ztable. It works fine, If I select all column than .
    SELECT * FROM zshipment01 INTO TABLE gi_zshipment01.
    But when I try to select only few column it gives an error. Runtime errors: DBIF_RSQL_INVALID_RSQL, Exception:  CX_SY_OPEN_SQL_DB
    SELECT container shipment_no bill_of_lad bl_date DATE_OF_PORT ARRIVAL_NO1 ED_TRUCKING
    FROM zshipment01 INTO TABLE gi_zshipment01.
    I am using following function:, which is called in program as PERFORM load_data_into_grid.
    FORM load_data_into_grid.
    SELECT * FROM zshipment01 INTO TABLE gi_zshipment01.
    Load data into the grid and display them
    CALL METHOD go_grid->set_table_for_first_display
           EXPORTING i_structure_name = 'zshipment01'
           CHANGING  it_outtab        = gi_zshipment01.
       ENDFORM.                    " load_data_into_grid
    Early response will be highly appreciated.
    With thanks,
    DSC
    Moderator Messge: Basic questions are not allowed. Search before you post.
    Edited by: kishan P on Feb 29, 2012 2:22 PM

    Hi Devendra,
    Try to use "corresponding" statement.
    SELECT field1 field1 etc FROM zshipment01 *INTO CORRESPONDING FIELD OF TABLE* gi_zshipment01.
    Regards,
    Dondi.
    Points unassigned
    Edited by: kishan P on Feb 29, 2012 2:22 PM

  • Uploading Documents to Another Database Through APEX

    Hi,
    I am trying to find a solution for uploading documents through APEX, but storing them in a database on a different server other than the server where apex is installed.
    I am unable to use DBLINK, because we are needing to pass a BLOB column. We have also looked into the DAD, but it only allows for one database connection for the APEX instance. I am pondering with creating a database connection to the other database when needing to upload a document, but not certain if that is the most efficient way.
    I am wanting to know if there is a way to upload documents (BLOBS) through APEX that is installed on DATABASE A, but store the documents in DATABASE B?
    Thanks,
    Keisha

    Ok...up front warning...this is a bit klugey but, it does work.
    In the APEX database:
    Create the table (with the BLOB column) to which you will upload the documentsWe're going to get them to the remote DB but, for reasons that will become apparent shortly, they need to go here first.
    In the Remote database:
    Create a DB Link to the APEX database.
    Create a Materialized View that selects from table with the the BLOB column in the APEX database
    In the APEX database:
    Create a local synonym that points to the DBMS_REFRESH package in the Remote database.For this example, we'll name the synonym REMOTE_DBMS_REFRESH
    Create a PL/SQL procedure that does the following:
    Upload the document to the APEX database
    Fire the REFRESH method for the MV that you created using REMOTE_DBMS_REFRESH
    Remote the data from the APEX database
    For whatever reason, the restriction to copy LOB data over the link is by passed when using a Materialized View.
    Cheers,
    -Joe

  • Hiding few columns in Financial Planning screen for Portfolio Management

    Hi,
    Is it possible to hide few columns in the Financial Planning tab page for Portfolio Management.
    Please suggest how, if it is possible.
    Regards,
    Nishit

    Hi Nishit,
    What fields are you thinking about hidding?  the buckets are determined via your own configuration.
    Thank you,
    Michelle

  • I'd like to know if it's possible to upload a list (e.g. an XL Spreadsheet) of names etc., enter a few characters, then download the edited list back to a PC?

    I have a cloud based political campaign management system which has as a core product a door-to-door canvassing list called a "Walklikst".  It's a pre-routed list of voters' names, addresses, phone #'s and voting history, which a canvasser uses to interview voters.  The canvasser enters a numeric "Results Code" - e.g. 1 = Strong for opponent, 2 = leaning toward opponent, 3 = undecided, etc. - and possibly a few other Y"es" N"o" codes, for such things as, "Is it permissible to place a sign in the yeard?", "Is it a NON-english household?", "Does the voter need assistance to get to the polls?", "Would the voter like to make a comment, or have the candidate call him/her back?".
    This is currently done with printed lists, and the resulting data is interactively entered into the system to provide statistical, management and strategizing reports.  I'd like to take this paperless, by the canvasser using a tablet computer.  I'd like to generate the walklists in a format something like a spreadsheet, do that the canvasser can display each household's information, conduct the interview, then enter the results into the tablet.  That file would then be downloaded back to the PC, and batch posted to the candidates' databases.  This would not only eliminate a lot of, what should be unnecessary, paper, but minimize data entry errors.
    Can someone tell me if this is possible, and if so, in what format must the data be generated for the tablet?

    Thank you J D McIninch,  for the response; I found it helpful and I'm looking into your suggestion.
    Re: your last paragraph, howevr, while I certainly respect your right to your opinion, I’m sorry that you feel so strongly that political canvassing is a nuisance, because it really isn’t.  You'd be surprised to find out how many voters look forward to that, in order to get some grass roots information about the candidate(s) and thier views.  In addition, the canvassing tends to have somewhat of an effect with voters.  At the very least, since canvassing is normally done by all candidates for any given race, it gives the voters an opportunity to compare the candidates at a personal level, in order to enable them to, hopefully, vote more intelligently.  To illustrate how an ignorant vote is worse than none at all, just consider the horrible state the country is in today.

  • Is it possible to upload spotbillingmachine data to sap system threw xi

    hi
    experts
    Is it possible to upload spotbillingmachine data  ( ISU DATA ) THE DATA IS IN TEXT FILE FORMAT to sap system threw xi

    Hi,
    Yes it is possible use file adapter as sender and use FCC to convert the text into XML.
    Check some links on FCC
    CSV files
    How to process CSV data with XI file adapter
    How to process CSV data with XI file adapter
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    File Receiver with Content Conversion
    Content Conversion (Pattern/Random content in input file)
    NAB the TAB (File Adapter)
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    How to send a flat file with various field lengths and variable substructures to XI 3.0
    Content Conversion (Pattern/Random content in input file)
    NAB the TAB (File Adapter)
    File Content Conversion for Unequal Number of Columns
    Content Conversion ( The Key Field Problem )
    The specified item was not found.
    File Receiver with Content Conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    Phani

  • How to group few columns in ALV in web dynpro under a common column header?

    Hi All,
    Please let me know the way to group few columns in ALV display under a common column header in a web dynpro application .
    For e.g.
    year
                                 |  Q1      |    Q2      |......
    Thanks in advance.
    Regards
    Archana

    Hi Archana,
    Creating a group header is possible in case of normal Table UI element. I don't think any such functionality exists in case of ALV. Just go through Thomas' comments in this thread: header group in wd alv.
    I hope it helps.
    Regards
    Arjun

  • The sheet I am working on has lost the ability for me to scroll to the first few columns. I can't see the columns but I can cut and paste them so I know they are still there. Has this happened to others

    The sheet I am working on has lost the ability for me to scroll to the first few columns. I can't see the columns A & B but if I cut and paste the table to a new sheet, the columns I am missing will travel to the new sheet.  I have charts and other stuff related the the original table so I need to figure out why I can only see from column C  forward.  I tried to "UNHIDE" the columns but the function doesn't seem to recognise that there are columns missing. Has this happened to others and how did you fix it?

    I've seen it happen before, or at least it sounds something like what I've seen before. The table somehow gets into the margins of the page and the app doesn't know how to deal with it. Go into Print View and try moving the table away from the left side ofthe page. You might have to change content size or resize the table to get it to correct (then put you can put them back the way you like).

  • Is it possible to wait for data using ODIWaitForData on a column of table

    Hi,
    Is it possible to wait for data on a column instead of waiting for data on a table.I knwo there is ODIWaitForData for which I can use the Filter Column and Filter Variable expressions to wait for data.But I do not know what is the value that I amy recevie ,so in a sense I do not know what is the value that I may be expecting.So how else can I wait for the data on a column.Note that I have used even the SQLFilter option in ODIWaitForData..
    Thanks & Regards,
    Pera Mahendra

    Thank you for responding to my post Niel. The HD is completely empty like it's not even formatted and no partitions yet. I have the installation DVD that I borrowed from a friend. I tried to insert it into the external CD/DVD drive, restarted the PC while pressing and holding the C button then I see the apple logo after a while it was showing a not allowed sign, the icon that is circle and has slash in the middle of it. I replaced the HD because my old HD crashed after upgrading to OS X Mavericks.

  • Is it possible to create a Column with Conditional Mandatory with another Column?

    Is it possible to create a Column with Conditional Mandatory with another Column?
    For example
    In a Table we have column A, B, C.
    A is Primary Column.
    B is Optional
    C is Conditional Mandatory.
    A B
    C
    12345 ABC
    OK
    12346 NULL
    NULL
    12347 ABC
    OK
    Only if the B Column has the value then only C column should be mandatory

    I guess you can't create a condtional mandatory column directly. However, you can use check constraint to on the column
    create table YourTable
      A int primary key,
      B char(3),
      C int,
      constraint ch_con check(
                                B
    is not null
    or C is null

  • Is it Possible to upload the output from Oracle reports To Access database

    Hi All,
    Wish you All a Very Happy New Year.
    I have a query.Is it possible to
    upload the output from the Oracle reports
    to the Access database???
    Any suggestions would be appreciated.
    TIA
    sg

    Hi sg,
    Research the DDE option.
    Dynamic Data Exchange (DDE) is a mechanism by which applications can communicate and exchange data in Windows.
    I have imported data into the excel spreadsheet using DDE built in functions. I am sure it can work with MS Acess as well. If not, then you need to create a 2 step process .. reports -> excel -> access.

  • Is it possible to upload photos directly from a digital camera to the Zen Sle

    Hello
    My girlfriend and I are going to South America. Therefore, I am not only looking for a MP3-player, but also a place to store photos. The Zen Sleek court my attention.
    Though, I would like to know whether it is possible to upload photos directly from a digital camera to the Zen Sleek? Does it require any extra cables or software? Or is it only possible to store photos through a ordinary computer and then transfer photos to the harddisc on the Zen Sleek?
    Regards
    Mads Lyngby Petersen

    Short answer, I've never seen anyone try it.
    Long answer, it might be possible using one of these USB bridge devices. Some of these devices are supposed to be able to bridge between a camera and a USB mass storage device, and then deal with hosting the connection and moving/copying the files.
    I would be intruiged to know if someone's managed it, but as mentioned so far I've not seen anyone mention it.

  • Make few columns of Excel file read only when downloaded

    Hi Experts,
    Is there any way we can set few of the columns in excel sheet as read only when downloaded from SAP.
    We have requirement where a program will generate a report and download it into an excel file on desktop.  When the file is downloaded, two of its columns should be non editable.
    I know complete sheet of excel can be protected using OLE, can we protect few columns also using OLE?
    any idea how can it be done?

    Hi Swapnil,
    check this
    Re: OLE EXCEL : how to block cells ?
    hope it is useful to you.
    Thanks

  • Is it possible to add a column to the Item matrix in the ItemLookup form (C

    Hi,
    Is it possible to add a column to the Item matrix in the ItemLookup form (CFL or Find Lookup).
    I need to display a value in the newly added column if the itemgroup in that row matches a certain value , how can I achieve this.
    Thanks

    Hi,
    You may check this: Can we add CFL to the  system/form defined textbox?
    Please close your previous open thread.
    Thanks,
    Gordon

  • Is it possible to upload an album from my iPod to iTunes?

    Is it possible to upload an album from my iPod to iTunes?

    no only from PC to iPod, not the other way round

Maybe you are looking for

  • B2B - Cliente e Transportadora

    Fizemos uma alteração na solução standard do B2B. Na função que chama o Proxy, eu criei um enhancement-point para manipular o campo CNPJ para identificar qual o tipo de mensagem será enviada, no meu caso EMAIL Ou WebService, até ai OK. O problema é q

  • My airport only allows one device at a time

    I recentley upgraded my modem but now I can only connect one wireless device at a time.  Suggestions?

  • Group/Sort Summary Totals for Duration % Complete not working

    Hello, I'm new to this forum and have used p3 off and on years ago and had some exposure to p5, my background is more toward Project Controls - Cost management rather than scheduling. Here is my issue/question: I was told by the PM not to baseline th

  • Problems with LOVs

    I'm working with ADF 11g, and I have a problem when i work with LOVs. I have a table in my database which has a composite primary key of 4 fields (columns). I have also created a viewObject for this table and i have added a list of values to each fie

  • BTEs and Transaction codes

    Hello Finance experts, What are Business Transaction Events(BTEs)? What is the purpose of them and how they are related to BTEs? How to find a BTEs related to a Transaction code? Any ideas.......