Importing a "texts table" from R3  to create standard texts with BAPI

Hi,
I'm mapping a custom structure to BAPI_SALESORDER_CHANGE.
I need to read a table in R3 containing some text lines that I have to use to create a header text (structure ORDER_TEXT).
Someone has already faced a similar problem? What is the best way to solve it ?
Thanks for any help.
Simona

Hi,
the best/standard way to do this is to implement it in an integration process(business process)
inside it you can and call an RFC for instance which will read the table and return the data and then you can use the RFC response to map it (transformation step) elsewhere (to a new message). You do it all in one integration process.
about calling (committing) the BAPI you can refer to my weblog:
/people/michal.krawczyk2/blog/2005/05/09/how-to-call-a-bapi-asynchronously-from-xi--with-qrfc
Regards,
michal

Similar Messages

  • Possiblity to import any particular table from the full dmp file

    Hi,
    I am using Oracle 10G database.
    I a have dmp file.
    I need to import only a particular from that dmp file.
    Is there any possiblity to import a particular table from the whole dump.
    Thanks and Regards,
    Ansaf.

    Ansaf wrote:
    Hi,
    I am using Oracle 10G database.
    I a have dmp file.
    I need to import only a particular from that dmp file.
    Is there any possiblity to import a particular table from the whole dump.
    Thanks and Regards,
    Ansaf.
    You can specify like below example
    impdp hr TABLES=employees, xxx, xxxCheers

  • How do I import photos to iPhoto from a slideshow created in .wmv format

    How do I import photos to iPhoto from a slideshow created in .wmv format?

    Find software (which may not exist) to export them in a photo format (jpeg, tiff). IPhoto will not do it
    LN

  • Create reversal document with BAPI: BAPI_ACC_DOCUMENT_POST.

    Hi Guys,
    I am Create reversal document with BAPI: BAPI_ACC_DOCUMENT_POST.First I am post financial document with BAPI BAPI_ACC_DOCUMENT_POST and Same Document. i am Reversal  with same BAPI 'BAPI_ACC_DOCUMENT_POST'.
    New reversal docment is created. but posting key are not changingin reversal docment.whatever posting key created in posting same posting key are created while reversal also.Please help me

    check
    Mapping of POSTING KEY in BAPI_ACC_DOCUMENT_POST

  • Exporting a single table from an acrobat created form

    I created a 5 page document InDesign (CS5.5), On one page I created a table that is 4 columns x 25 rows (with the first row being a header), using the table feature. I then exported to pdf and finalized the form in Acrobat 9.2 Pro. After running the Form Field Recognition the table was populated with the appropriate fields. I finalized the form and distributed. When the form is returned to me, I am trying to export JUST the information in this table to a spreadsheet (employee name, title, phone, email, ) and do not seem to be able to do so. Is this possible from a form? It doesn't seem like the pdf recognizes this table as a table any longer. It is a list of attendees, so I want to take this list from each returned form and combine them all into a master list.
    With the selection tool I have tried to select all the text > right click > Open Table in Spreadsheet and only the header rows appear. If I choose just the text and not the headers, then nothing appears. If I export the entire document then each cell of the table is its own column in excel, which makes sense since they all have different field names, but this doesn't make the spreadsheet useful. The only thing I have been able to do is select all the cells, copy into notepad, place a tab between each piece of information > save and open that document in excel. I am hoping there is an easier way. Basically all I am trying to do is have that table appear in excel as it does the pdf. I have searched several websites and have not been able to find anything that specifically deals with exporting a single table from a completed form.
    Perhaps I need to set the table field names differently? Any assistance would be greatly appreciated.

    The "table" idea here is just a design idea, the identity as a table no longer exists in a PDF.  The feature you're trying to use is for tables which are part of the regular PDF, not form fields.
    You can export form data. All fields, but then process to exclude the ones you don't want.

  • Importing footnotes in tables from a Word document

    Hi everybody,
    I am new here. Hoping to find an answer for a problem i am dealing with. It's about footnotes in tables from an imported Word document. I noticed there are several discussion about this topic, but couldn't find a satisfying answer. So...
    Like a said i am importing a Word document in InDesign. This document is containing footnotes in text and in tables. In the Word document the numbering for the footnotes is for example, number 1-9 in text and 10 in table, 11-15 again in text and 16 in table. In others words, the footnotes both from text and tables are one serie of numbers. When i import this Word text in InDesign the numbering is changing. The numbering of the footnotes in tables starts with number 1. So in InDesign i have two separated series of footnotes. Each starting from number 1. And that 's a problem. I want them to apair as one serie of numbers, including the footnotes in tables. Is there a solution for this problem?
    An other minor problem is that the footnotes in the tables appear at the end of the document and not as footnotes. Like I said before two separated series.
    At the end i want to change, in the InDesign document, all the footnotes into endnotes. I know how to do that.
    Is there a solution? Maybe changing something in Word? (I tried saving as RTF tekst, changing footnotes into endnotes in Word but it didn't help). Can GREP being of any use?
    I hope you can be of any help. Already thanks.

    Support the Improve Footnotes Rally 2010! (Improve Footnotes Please )

  • Import / Export Specific tables from DB

    Hi,
    I am trying to export all 'AD_' tables from my database from another database with their constraints.
    I tried a command just for export one table from my cmd :
    "exp adempiere/adempiere@simext15:1521/compiere2 file=emp.dmp tables=(AD_ACCESSLOG)"
    it export fine but when try to import this file from using command
    "imp adempiere/adempiere@simext15:1521/compiere2 file=emp.dmp fromuser=adempiere touser=adempiere tables=(AD_ACCESSLOG)"
    it gives me so many errors:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V11.01.00 via conventional path
    import done in WE8MSWIN1252 character set and UTF8 NCHAR character set
    . importing ADEMPIERE's objects into ADEMPIERE
    . . importing table "AD_ACCESSLOG" 0 rows imported
    IMP-00015: following statement failed because the object already exists:
    "CREATE UNIQUE INDEX "AD_ACCESSLOG_KEY" ON "AD_ACCESSLOG" ("AD_ACCESSLOG_ID""
    " ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FR"
    "EELIST GROUPS 1 BUFFER_POOL DEFAULT) LOGGING"
    IMP-00017: following statement failed with ORACLE error 2264:
    "ALTER TABLE "AD_ACCESSLOG" ADD CONSTRAINT "AD_ACCESSLOG_KEY" PRIMARY KEY ("
    ""AD_ACCESSLOG_ID") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(I"
    "NITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "
    ""USERS" LOGGING ENABLE "
    IMP-00003: ORACLE error 2264 encountered
    ORA-02264: name already used by an existing constraint
    IMP-00017: following statement failed with ORACLE error 2264:
    "ALTER TABLE "AD_ACCESSLOG" ADD CONSTRAINT "ADTABLE_ADACCESLOG" FOREIGN KEY "
    "("AD_TABLE_ID") REFERENCES "AD_TABLE" ("AD_TABLE_ID") ENABLE NOVALIDATE"
    IMP-00003: ORACLE error 2264 encountered
    ORA-02264: name already used by an existing constraint
    IMP-00017: following statement failed with ORACLE error 2264:
    "ALTER TABLE "AD_ACCESSLOG" ADD CONSTRAINT "ADCOLUMN_ADACCESSLOG" FOREIGN KE"
    "Y ("AD_COLUMN_ID") REFERENCES "AD_COLUMN" ("AD_COLUMN_ID") ON DELETE CASCAD"
    "E ENABLE NOVALIDATE"
    IMP-00003: ORACLE error 2264 encountered
    ORA-02264: name already used by an existing constraint
    About to enable constraints...
    IMP-00017: following statement failed with ORACLE error 2430:
    "ALTER TABLE "AD_ACCESSLOG" ENABLE CONSTRAINT "ADTABLE_ADACCESLOG""
    IMP-00017: following statement failed with ORACLE error 2430:
    "ALTER TABLE "AD_ACCESSLOG" ENABLE CONSTRAINT "ADCOLUMN_ADACCESSLOG""
    Import terminated successfully with warnings.
    I tried a lot for this I just want to export and restore all 338 tables related to Application Dictionary from one database to another database with their constraints and data.
    I tried also using datalink but it only copy the structure and data but not the constraints, I want all three should be copy in to another database.
    I know their is dependency on a table to another table but i don't know exactly it..
    tried it onces again i am able to do export and import tables but only primary key related to every table gets restore neither Unique key nor Foreign key , please help me out from this i can export and import with full table with data and its all constraints.
    Please help me out from this problem, waiting for your valuable suggestions.
    Regards,
    Manu

    ORA-02264: name already used by an existing constraint
    The constraint is already exists with the same name. So drop that before issuing the import command.
    And ,
    1. Check if all tables get imported
    2. If all tables get imported then create the constraints manually
    3. If tables do not get imported then import tables manually by specifying their name in imp statement
    Thanks

  • How to Import/Export database tables from one server to other in oracle8i

    Hello friend,
    Please can any one tell me how to import/export groups of database tables from one server with oracle to another using VB.net. It would be nice if some one can provide some code of it.
    I am a software developer and I am in middle of a large project development, in which I need to export a large oracle database from one server to another efficiently.
    Its very urgent so please someone help me.

    At command prompt (source db)
    set ORACLE_SID=db_name
    exp system/password@db_name full=y buffer=104857600 file=(c:\file1.dmp, c:\file2.dmp....) log=c:\exp.log filesize=2000M
    Then ftp the export dump files (in binary) to the other server or copy to target server over the network.
    At command prompt (target db)
    set ORACLE_SID=db_name
    imp system/password@db_name full=y ignore=y buffer=104857600 file=(c:\file1.dmp, c:\file2.dmp....) log=c:\imp.log filesize=2000M
    If the path names of the datafiles are going to be different in the target server (as compared to the source), then precreate the tablespaces before import. Set buffer value accordingly.
    Message was edited by:
    FeNiCrC_Neil

  • IndexBy table param in OracleCallableStatement creates 4MB byte[] with junk

    We have facing OutOfMemory error and the memory dump points to huge memory heap in a particular CallableStatement. One of the parameter to the CallableStatment is a index-by table and this is creating a 4MB byte array and holding on to it.
    This is our call:
    ocStmt.setPlsqlIndexTable(bindIndex[0],
    translationData,
    500,
    translationData.length,
    OracleTypes.VARCHAR,
    2000);
    translationData is a declared as "String[] translationData". When I print out the translationData.length, it comes as 40. In the memory dump, there is a byte[] parameter to this CallableStatment whose size is 4 MB and if I check the contents of it, the initial staring part is what we pass and rest is all nothing/junk.
    One thing to note is that some of the elements in the translationData string array is null.
    We also close this staement in the finally block. Do we need to do anything else, to remove this foot print from the memory?
    OracleCallableStatement ocStmt = null;
    try
    // Prepare the statement and call the loader procedure
    ocStmt = (OracleCallableStatement)mConn.prepareCall(sCreateTaskTranslations);
    int[] bindIndex = new int[] { 1 };
    Util.setStringValue(ocStmt,taskId,bindIndex);
    Util.setIntValue(ocStmt,version,bindIndex);
    ocStmt.setPlsqlIndexTable(bindIndex[0],
    translationData,
    500,
    translationData.length,
    OracleTypes.VARCHAR,
    2000);
    bindIndex[0]++;
    //setInt method interprets a value of 0 as null
    //call setIntNotNullValue to allow a value of 0 to be passed.
    Util.setIntNotNullValue(ocStmt,rec_size,bindIndex);
    Util.setBooleanValue(ocStmt,isVersionable,bindIndex);
    ocStmt.executeUpdate();
    catch(Exception e)
    // Throw this Exception
    finally
    Util.closePreparedStatement(ocStmt);
    Any pointers on why it is ending up with such a huge byte array? and how to avoid it?
    Edited by: user641043 on Mar 23, 2010 12:33 PM

    Hi,
    I think you will be better of posting your question in call interface forum.
    Oracle Call Interface (OCI)
    Regards

  • How to create invoicing plan with BAPI?

    Dear Experts,
          I am using this BAPI to create PO,it is ok,but I can not create invoicng plan. could you please tell me how create this po with invoicing plan?
        CALL FUNCTION 'BAPI_PO_CREATE'
          EXPORTING
            PO_HEADER                        = ITAB_PO_HEAD
            PO_HEADER_ADD_DATA               = ITAB_PO_HEAD_ADD
            HEADER_ADD_DATA_RELEVANT         = 'X'
         IMPORTING
           PURCHASEORDER                    =  WF_PO_NUMBER
          TABLES
            PO_ITEMS                         = ITAB_PO_ITEM
            PO_ITEM_SCHEDULES                = ITAB_PO_ITEM_DATE
            PO_ITEM_ACCOUNT_ASSIGNMENT       = ITAB_PO_ACCOUNT
            RETURN                           =  PO_RETURN
             PO_SERVICES                      = ITAB_PO_SERVICE
             PO_SRV_ACCASS_VALUES             = ITAB_PO_SERV_ACC_VAL
    Best regards,
    Shinny

    Thank you

  • Avoid substitute material.., while creating sales order with BAPI?

    Hi experts.
    I use BAPI_SALESDOCU_CREATEFROMDATA1 function module to create a sales order.
    Material A has a substitute material B with substitute reason 0005.
    So if I use material A when creating sales order with above BAPI function, the order is created with material B.
    I don't want to substitute the material automatically. I want to create the sales order with material A.
    What should I do? Help me please.
    Thanks in Advance.

    Hi bvrn Reddy,
    I know, your message is almost two years old, but, did you find a solution? I'm facing the same problem. The material A has B as substitute, but in va01 a popup appears (its customizing inside the substitution reason, strategy = A). Of course, we have no popup inside the bapi, but there must be a way to decide which material the bapi should use. At the moment I only get the substitute, never the old mat (even there is something in stock).
    Maybe you've got a helpful hint for me, thanks!
    Ben

  • How can I import diagramms and tables from numbers to pages?

    I'm writing an essay, where I need diagramms and tables in it. I created some cool stuff in numbers and wanted to transfer it to pages. I thought it would be easier, but I don't have a clue how to just import the numbers stuff to my essay in pages. So I tried to copy it, but it looks not that way it looked in numbers. Another problem is: I can't layout the diagramms and tables the way I want (centered) and I need to write a description under it. I tried it with Textbox, but then I just can't group the textbox with the Table.
    Somebody with an idea?
    Thanks for your help!

    To get your data from Numbers into Pages is just a simple matter of copying and pasting. Select the cells you want to place in Pages, copy, and then past into Pages. There are a couple caveats. 1) the table you paste into Pages will be pasted inline. You'll probably want to use the wrap Inspector and change it to floating. 2) if the table is too wide you'll have to get creative about how you arrange the data and 3) Numbers lets you insert check boxes, sliders, steppers, and popup menus and these won't show but the data in the cells will.
    The charts will also copy and paste - again, you'll probably want to use the wrap inspector to switch them to floating objects. Having made the chart object(s) floating objects, you should have no trouble inserting your text box description, arranging them the way you want, and then grouping.
    Just to make sure it worked the way I remembered, I just threw together a quick table and chart in Numbers and then copy/pasted it all into Pages.

  • Import conversion data table from SAP R/3 into value mapping table in XI

    Hi:
        Somebody knows how to import a table with conversion data that are in SAP R/3 and to take it to a value mapping table in XI?
        The purpose is to use a mapping table that can change in the future. Must I use a ABAP programming that retrieve data and build the value mapping table?
        If so, how I specify in the ABAP programming the group id, the scheme, the agency and the corresponding value?
        Please, help me.
        Regards!!!

    Hi David,
    please refer to this section in the help: http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/content.htm
    There is an interface for mass replication of mapping data. The steps you need to carry out to use this are:
    +Activities
    To implement a value-mapping replication scenario, proceed as follows:
           1.      Register the Java (inbound) proxies.
    To do so, call the following URLs in the following order in your Internet browser:
    ¡        http://:/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplication&bean=localejbs/sap.com/com.sap.xi.services/ValueMappingApplication&method=valueMappingReplication (for the asynchronous replication scenario)
    ¡ http://:/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplicationSynchronous&bean=localejbs/sap.com/com.sap.xi.services/ValueMappingApplicationSynchronous&method=valueMappingReplicationSynchronous (for the synchronous replication scenario)
    You only need to perform this step once (for each installation).
           2.      Application programming
    The ABAP program must perform the following tasks:
    ¡        Read the value mapping data from the external table
    ¡        Call the outbound proxy used to transfer the data to a message, which is then sent to the Integration Server
           3.      Configuration of the replication scenario in the Integration Directory
    This involves creating all the configuration objects you need to execute the scenario successfully. One special aspect of the value-mapping replication scenario is that the receiver is predefined (it must be on the Integration Server). The sender, however, is not predefined in the replication scenario and can be defined to meet your individual requirements.
    For example, you can use the shipped ABAP proxies.
    In the case of the receiver communication channel, choose the adapter type XI. Ensure that you configure a channel for the Java proxy receiver in this case.
    Enter the path prefix /MessagingSystem/receive/JPR/XI for this purpose.
    +
    Regards
    Christine

  • Importing data to table from excel

    hi,
    Is it possible to import data from excel to an oracle table using a stored procedure?
    database used : Oracle 11g
    Joseph

    Hello Joseph,
    the database (server) usually has no access on your PC (client).
    I recommend that you transfer the file to the server via FTP and then you can use heterogeneous services to read directly from the file.
    If your server is running on Windows too you can use ODBC to connect
    Re: Read CSV/XLS file to insert into Oracle database.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4406709207206
    http://jiri.wordpress.com/2010/01/04/load-ms-excel-file-to-oracle-database/
    If this does not help you, then please show us your requirements as detailed as possible.
    Regards
    Marcus

  • How do I import into iPhoto 6,  from CD, 'rolls' created in iPhoto 5 ?

    I had saved to CD a 8 'rolls' (600 images) organised in iPhoto 5. Following death of my HDD I updated to iPhoto 6. Viewing the contents of the CD in iPhoto 6 shows the 8 rolls. Opening each roll shows all the images with the title details for each photo. Seems straightforward.
    'Import' and into the iPhoto 6 Library goes 1200 images which are, I guess, the original plus the edited versions. Trouble is they arearranged in many smaller rolls & the titles are missing.
    Am I destined to leave these photos on the CD & view them in full screen edit mode.

    PeeM:
    Welcome to the Apple Discussions. If you burned the disk from within iPhoto using the Share->Burn Disk menu option then all you have to do is launch iPhoto and insert the disk in your drive. The disk will mount and show up in the library's Source pane like this. Expand the disk icon and drag the albums into the Source pane. That will copy the albums into the library as albums and rolls.
    Do you Twango?

Maybe you are looking for