Problem while handling items in LSMW for VA01

Hi All,
I am doing an LSMW using the BAPI method for uploading sales order data(VA01).I am using the BAPI method.
The problem that I am facing is I am unable to handle the item details properly.I have done some coding part for that in LSMW but it is only updating the first item details and neglecting the latter ones without even throwing an error.
Please do suggest me a way of how can I handle the items(material info which we see in a table control in VA01 transaction)
Expecting response at your earliest convinience.
Its an urgency for me.
Thanks in advance,
with Regards,
Daya.

Hi,
Would you tell me which BAPI you are using to create the sales order and are you facing problem only with item creation?

Similar Messages

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • Lsmw for va01 problem

    hi
           i am trying to upload mulitple line items(transaction data) for a VA01 transaction through lsmw.
           but each and every line item creates a new sales order.
           had two separate structures and two different files for master and transaction data .
           but still i am getting the same result.
           kindly help me to solve the problem and thanks in advance.
    with best regards
    ravi

    Here some tips
    1. Make sure that you defined two structure SOHeader and SODetail,  Please define SODetail as subordinate structure with SOHeader
    2. Make sure seqence no and SO no field should be same name in both structure.
    3. Input file assignment,  assign the appropriate file into input structure.
    Note:  When you read, if the data comes like header and Detail, that means 1 records from header and corresponding detail record should display, if so then ok, if not need to check the input structure fields which matches between two structure.
    Thanks
    rosario

  • Problem while Creating BOM using LSMW Direct Input

    Hi  all ,
    I am trying to create the BOM Using LSMW Direct Input Method .
    I am getting problem at step 9 that is Read Data.
    It is able to read the values from header and item files .
    but it is not able to write , so the Written is 0 always .
    I put the field names first in the flat file and correcponding values below it with tab delimited.
    Please let me know where the Problem would be.... I am trying this from long time ..
    Regards ,
    Raj

    hi ,
    Yes i am specify files i am attaching 2 files .
    ones is header and the other is line item data .
    my strucure is :
    Hi ,
    I am still getting problem while for writing the records after reading the data .....
    my header structure :
    STYPE
    MATNR
    WERKS
    SELAL
    STLAN
    DATUV
    ZTEXT
    my item structure :
    STYPE
    MATNR
    WERKS
    SELAL
    POSTP
    MENGE
    my header data :
    STYPE     MATNR     WERKS     SELAL     STLAN     DATUV     ZTEXT
    1     388     0110     20     1     06.01.2009     SAMPLE ZTEXT     
    my item data :
    STYPE     MATNR1     WERKS     SELAL     POSTP     MENGE
    1     388     0110     20     N     1234
    1     382     0110     20     N     12345
    Above text files are delimited by tabulator.
    Please guide me . The files are reading but unable to write .....
    Regards,
    Raj

  • Facing problems while mapping fields in LSMW.

    Hi Friends,
           i got a requirement to upload the address. Address is in
    flat file.requirement is to use LSMW with object 0602 and the
    standard report program is RSADRLSM02.This standard report
    program uses the structures for uploading are ADR_LSM0 to
    ADR_LSM6.But i have some fields in the source structure are
    not at all related to the fields in destination structure(i.e ADR_LSM0 to ADR_LSM6)therefore i am facing problem while
    mapping the source and destination fields.is there any other
    way to map the fields.Please help me it's very urgent.
    Thanks in advance.
    Regards,
    Sumiti Gupta.

    Thanks for the reply santosh.
    GIS FIELD                                      SAP LOCATION
    ADDR_GID(10char)                     EXADR-KUNNR
    STR_NO(10)                               ADR_LSM0-STRT_CODE
    STR_NAME (42)                         ADR_LSM0-STREET
    ADDRESS_UNIT(7)                     ADR_LSM0-HOUSENUM_H
                                                          and
                                                     ADR_LSM0-HOUSENUM_L
    ADDRESS_UNIT_TYPE(5)           EVBSD-VBSART
    POST_CODE (10)                       ADR_LSM0-POST_CODE
    MUNI_NAME (40)                        EXADR-APPLDATA
    MAILING_CITY(60)                      ADR_LSM0-CITY_NAME
    MAP_PAGE(4)                           EADRSTRTGRID_GRID_ID
    EVAC_ZONE(1)                          EVBSD-ZEVAC
    PIN_NUM (18)                            EHAUD-PLTXT
    in the above fields the structure with ADR_LSM0 are found with the other fields i m not able to find the similar fields in the destination structure.Please help me.
    Regards,
    Sumiti Gupta.

  • Problem while creating Item Data in OCA application

    Hello Experts!
    I am creating a PDA application (OCA) for NW7.1.
    I am facing problem while creating Sales Order. I can create the Header structure. But when I Create the corresponding item structure for the header , the items are not getting created. After Sync I can only see the header structure in the middleware.
    I am using the following code to create the header and item.
    OrderCreateDocType header = model.createOrderCreateDocType();
    header.setRefdoctype("41001180");
    header.setDocType("ZRRJ");
    header.setSalesOrg("AND");
    wdContext.nodeOrderCreateDocType().bind(Collections.singleton(header));
    OcaRoot.getInstance().commit();
    wdContext.nodeOrderCreateDocType().setLeadSelection(0);
    header=(OrderCreateDocType)wdContext.nodeOrderCreateDocType().getCurrentElement().model();
    OrderCreateOrderItemsIn items = header.createNewOrderItemsIns();
    long item = new Long("000010").longValue();
    items.setItmNumber(item);
    items.setMaterial("MMKT090114");
    items.setPlant("ANDP");
    items.setTargetQty(new BigDecimal(7));
    items.setTargetQu("IT");
    header.setOrderItemsIns(Collections.singleton(items));
    OcaRoot.getInstance().commit();
    Am I missing out on step.
    Reply Awaited
    Regards
    Priya Ghosh

    Hello Priya
    in your case as the DOs are of upload only type, you are not able to create a
    child on an already created header, because updates are not allowed for upload only DOs.
    So in this case you first have to create an instance of the header first and then create an item. And only after this call a commit on the model
    Best Regards
    Vaidehi

  • Problem while updating Item category using Bapi_salesorder_change

    Hi,
    Iam facing a probelm while updating item category using bapi Bapi_salesorder_change
    In the Return table iam getting the folowing mesages.
    Inforation mesage : Field 'PSTYV' cannot be changed, VBAPKOM 000010  ready for input
    Error Message : Item 000010 cannot be processed.
    Please find the code below
    CLEAR wa_bapisdh1x.
      wa_bapisdh1x-updateflag = 'U'.
      CLEAR wa_order_item_inx.
      wa_order_item_inx-itm_number = wa_vbap-posnr.
      wa_order_item_inx-item_categ = 'X'.
      wa_order_item_inx-UPDATEFLAG = 'U'.
      APPEND  wa_order_item_inx TO it_order_item_inx.
      CLEAR wa_order_item_inx.
      CLEAR wa_order_item_in.
      wa_order_item_in-itm_number = wa_vbap-posnr.
      wa_order_item_in-item_categ = 'ABC'.
      APPEND wa_order_item_in TO it_order_item_in.
      CLEAR wa_order_item_in.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
        EXPORTING
          salesdocument    = w_vbeln
          order_header_inx = wa_bapisdh1x
        TABLES
          return           = it_return
          order_item_in    = it_order_item_in
          order_item_inx   = it_order_item_inx
    How can i correct it..
    Regards
    Kumar

    Actually iam facing a strange problem here.
    When i copy the program into another sample program and execute it iam able to change both the item catgegory and delivery block for particular sales order and item number.
    But in my main program i have BDC for MB1B transaction to create the material document.
    Once the material document is created succesfully iam using BAPI Sales_order_change to change the item category and delivery block..
    In my main program iam not to change the item catgeory getting an error field PSTYV cannot be changed.
    But the same code is running percfectly in the copied one..
    How can i correct that..
    Regards
    Kumar

  • Facing problem while tieing item and locator

    Hi All,
    I am facing one problem While creating a relation between Item and locator using API INV_LOC_WMS_PUB.CREATE_LOCATOR.CREATE_LOC_ITEM_TIE.
    Error: PLS-00225: subprogram or cursor 'CREATE_LOCATOR' reference is out of scope
    Line: 16
    Below is the code which i am using
    create or replace procedure Item_loct(retcode out varchar2,errbuff out varchar2)
    is
    g_return_status VARCHAR2 (1) := fnd_api.g_ret_sts_success;
    g_msg_count NUMBER DEFAULT 0;
    g_msg_data VARCHAR2 (2000) DEFAULT NULL;
    l_msg_index_out NUMBER;
    cursor c1 is select *from item_inv_loc;-- where rownum<num_rec;
    begin
    for i in c1 loop
    FND_GLOBAL.APPS_INITIALIZE( FND_GLOBAL.USER_ID,FND_GLOBAL.RESP_ID,FND_GLOBAL.RESP_APPL_ID);
    INV_LOC_WMS_PUB.CREATE_LOCATOR.CREATE_LOC_ITEM_TIE(p_inventory_item_id => i.item_id,
    p_organization_id => i.organization_id,
    p_subinventory_code => i.subinventory_code,
    p_inventory_location_id => i.locator_id,
    p_status_id => i.loc_status,
    x_return_status => g_return_status ,
    x_msg_count=> g_msg_count,
    x_msg_data => g_msg_data);
    fnd_file.put_line(fnd_file.log,'Return Status = ' || g_return_status);
    if g_return_status='S' THEN
    FND_FILE.PUT_LINE(fnd_file.log, ' Sucess');
    elsif ( g_msg_count > 1) THEN
    FOR j IN 1 .. g_msg_count
    LOOP
    oe_msg_pub.get (p_msg_index => j,
    p_encoded => fnd_api.g_false,
    p_data => g_msg_data,
    p_msg_index_out => l_msg_index_out
    FND_FILE.PUT_LINE(fnd_file.log, l_msg_index_out || '. ' || g_msg_data);
    END LOOP;
    -- ELSif
    -- FND_FILE.PUT_LINE(fnd_file.log, g_msg_data);
    end if;
    end loop;
    end ;
    Please tell where i am doing th wrong? If you have sample program please post it

    Hi,
    Please find the corrected code pasted below, also the pasted below is the value which has to be passed as an argument to the procedure.
    ---------------Correct one----------------------------
    INV_LOC_WMS_PUB.CREATE_LOC_ITEM_TIE(
    x_return_status => g_return_status ,
    x_msg_count => g_msg_count,
    x_msg_data => g_msg_data,
    p_inventory_item_id => i.item_id,
    p_item ------------------------------------------------------------------- This one was missed out.
    p_organization_id => i.organization_id,
    p_organization_code ------------------------------------------------------------------- This one was missed out.
    p_subinventory_code => i.subinventory_code,
    p_inventory_location_id => i.locator_id,
    p_locator ------------------------------------------------------------------- This one was missed out.
    p_status_id => 1
    p_par_level ------------------------------------------------------------------- This one was missed out.
    ** procedure : create_loc_item_tie
    ** description : For a given set of organization, subinventory, item and
    ** locator, this API ties the given item to the given locator.
    ** i/p :
    ** p_inventory_item_id
    ** Identifier of item .
    ** p_item
    ** Concatenated segment string with separator of the item.
    ** Either P_inventory_item_id or the p_item MUST be passed
    ** p_organization_id
    ** Identifier of organization
    ** p_organization_code
    ** Organization code of organziation in which locator is to
    ** be updated. Either p_organization_id or p_organziation_code
    ** MUST be passed
    ** p_subinventory_code
    ** The subinventory to which the locator need to be attached to .
    ** p_inventory_location_id
    ** Identifier of locator to be attached to the specified subinventory
    ** p_locator
    ** Concatenated segment string with separator of the locator to be
    ** updated. Eg:A.1.1 either p_inventory_location_id or
    ** p_concatenated_segments MUST be passed.
    ** p_status_id
    ** Identifier of status
    ** p_par_level Indicates the the maximum quantity
    ** o/p:
    ** x_return_status
    ** return status indicating success, error, unexpected error
    ** x_msg_count
    ** number of messages in message list
    ** x_msg_data
    ** if the number of messages in message list is 1, contains
    ** message text
    * Use this procedure to assign an item to a locator in an organization.
    * For a given organization, subinventory, item and locator, this procedure ties
    * the item to the locator.
    * @param x_return_status Return status indicating success or failure
    * @paraminfo {@rep:required}
    * @param x_msg_count Returns the number of messages in message list
    * @paraminfo {@rep:required}
    * @param x_msg_data Returns the message text if the number of messages in message list is one
    * @paraminfo {@rep:required}
    * @param p_inventory_item_id Identifier of the item that is to be tied to a locator is passed as input in this variable
    * @paraminfo {@rep:required}
    * @param p_item Concatenated segment string (with separator) of the item to be tied to a locator is passed as input in this variable
    * @paraminfo {@rep:required}
    * @param p_organization_id Organization Id in which the item and locator exist, is passed as input in this variable
    * @paraminfo {@rep:required}
    * @param p_organization_code Organization code in which the item and locator exist, is passed as input in this variable
    * @paraminfo {@rep:required}
    * @param p_subinventory_code Sub inventory to which locator belongs is passed as input in this variable
    * @paraminfo {@rep:required}
    * @param p_inventory_location_id Identifier of locator to be attached to the specified item is passed as input in this variable
    * @paraminfo {@rep:required}
    * @param p_locator Concatenated segment string (with separator) of the locator is passed as input in this variable
    * @paraminfo {@rep:required}
    * @param p_status_id Material Status of the locator is passed as input in this variable
    * @paraminfo {@rep:required}
    * @param p_par_level PAR level for the Item-Locator is passed as input in this variable
    * @rep:scope public
    * @rep:lifecycle active
    * @rep:displayname Create Item-Locator Tie
    Regards,
    Yuvaraj.C

  • Problem while handling Parent and child nodes in CE

    Hi all
    I am facing a problem with handling Child and Parent nodes in CE.
    I have a Table in which I have drop downs. On selecting a value in the drop down, I have to take that value and do some action.
    I am trying to access the value in the following ways
    wdContext.nodeParent().currentParentElement().nodeChild().currentChildElement().getVaActivity();
    wdContext.nodeChild ().currentChildElement().getVaActivity();
    When I select the drop down from the first row of the Table the code works fine.
    But when I select other rows, it returns the current value of the first row.
    The lead selection of the parent always returns u20180u2019 even though you have done some action in row 2,3 etc.
    The same code gives the required values in EP 7.0; I.e.: it returns the values form selected row in the table.
    Basic problem is that the current value of parent always returns the first row.
    Following are the Properties of the nodes
    Parent
    Collection Cardinality: 0-n
    Singletone: true
    Child:
    Collection Cardinality: 0-n
    Singletone: false
    Please help
    Regards
    Deepu

    Hi,
       In CE changing dropdown selections doesn't fire table leadselection events. If you want to use a dropdown in a context-driven UI element like a Table, you need to use of event parameter mappings. So here are the steps:
    1. Create a new action for the onSelect event of the dropdown (I will write the code for DropDownByIndex), let's call it Select.
    2. Add a parameter parentElement whose type is same as the type of the parent node element. So from your example it would be IParentElement. Select the chek-box for "Adapt event-handler parameter". This will add a new parameter to the event-handler method onActionSelect called parentElement.
    3. Write this inside wdDoModifyView :
    if (firstTime) {
        IWDAbstractDropDownByIndex ddi = (IWDAbstractDropDownByIndex) view.getElement("<id of DropDownByIndex>");
        ddi.mappingOfOnSelect().addSourceMapping(IWDAbstractDropDownByIndex.IWDOnSelect.NODE_ELEMENT,"parentElement");
    3. If you want to set the lead selection of the table to the row where the dropdown is write this inside the event-handler:
    wdContext.nodeParent().setLeadSelection(parentElement.index()); //parentElement is the event handler parameter added through the action.
    Note that the event parameter IWDOnSelect.NODE_ELEMENT points to the node element that defines the data mapping for the containing row and not the node element of the source for the dropdown. This has been specfically  added for such a scenario. All this is well documented [here|http://help.sap.com/javadocs/nwce/current/wdr/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDAbstractDropDownByIndex.IWDOnSelect.html#NODE_ELEMENT].
    Regards,
    Satyajit.

  • Problem while writing the data (LSMW direct input method for Creating BOM )

    Hi all ,
    I am unable to create a BOM using LSMW standard dirrect input mehtod .
    While i going through the *Read data *  step , it is reading the data but unable to write the data .
    My input text files are correct , Is it a problem with respect to the Logical Path or Logical File ......
    Please let me know the Possibilities of arising this problem .
    Regards,
    Raj

    Hi,
      Check this document:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90d90895-68dd-2a10-f096-bf8cf2e2f65b
    cheers
    Aveek

  • Problem while using Alphanumeric Material No for BAPI_OBJCL_CONCATENATEKEY

    Hi Sap gurus,
    I am struck up with the Bapi while working. Could any one help me out with the below logic.I have tried to use the below Bapi 'BAPI_OBJCL_CONCATENATEKEY' passing the Concatenated Object key to BAPI_OBJCL_CHANGE.
    Here when i having a material number as numeric number the Bapi is working fine but when i am having the material number as Alpha numeric number I am getting problem . The Bapi is not proving the fields by concatenation. Can any one help me how could I get for Alplhanumeric Material Numbers.
    it_object-key_field = 'MATNR'.
      it_object-value_int = p_matnr.
      APPEND it_object.
      it_object-key_field = 'WERKS'.
      it_object-value_int = p_werks.
      APPEND it_object.
      it_object-key_field = 'CHARG'.
      it_object-value_int = p_charg.
      APPEND it_object.
      CALL FUNCTION 'BAPI_OBJCL_CONCATENATEKEY'
           EXPORTING
                objecttable    = 'MCHA'
           IMPORTING
                objectkey_conc = w_object
           TABLES
                objectkeytable = it_object
                return         = rettab.
    Thanks
    Satish Raju

    Hi Nagaraj,
    I donot have a material with out leading Zero's. I have a material ZF126 (with out leading zero's and Charg--B48. When i use BAPI_OBJCL_CONCATENATEKEY it is giving me OBJECTKEY_CONC --ZF126             B60  in an inproper way of concatenation.
    This is my problem.
    The solution of Using BAPI_BATCH_SAVE_REPLICA is not updating data base with the data provided. I need to update Batch Master Classification data Manufacturing Site /Plant, Country of Origin, Date of Manufacture.
    By Using this Save BAPI I can update Country of Origin and Date of Manufacture but for Manufacturing Plant I need to use the Tables section in Save Bapi.
    My target is to update three fields Manufacturing Site /Plant, Country of Origin, Date of Manufacture.
    This save BAPI is helping me to update 2 fields but not Manufacturing Plant. Could you please help me.
    Thanks
    Satish Raju

  • Problem while filling the Setup Table for the DS 2LIS_02_SCL.

    Hi All,
    When I am trying to fill the Setup table for the DataSource 2LIS_02_SCL and only for one specific Purchase Order, it is showing me a message like
    u201CDataSource 2LIS_02_ITM contains data still to be transferredu201D
    I have deleted the Setup Table and I want to delete the entries from SM13, but I do not have Authorization.
    Also, here I am trying to fill the Setup Table for 2LIS_02_SCL and not for 2LIS_02_ITM, but the message displayed above is showing as 2LIS_02_ITM DataSource. I think the Setup Table will be same for both the DataSources.
    Waiting for your valuable inputs.
    Thanks in Advance.

    Hi,
    When you want to fill the setup tables first you need to delete setup tables to avoid the duplicate entires in setup tables ( you can delete the setup tables by using t.code LBWG with application no is 02)
    In your case, the data souce is 2LIS_02_SCL for purchasing.
    when you want to delete the setup tables by using t.code LBWG with 02 application no it will delete all the purchasing related data from all the data sources like
    2LIS_02_SCL
    2LIS_02_ITM
    Before the deletion of setup tables you need to clear the delta Queues and stop the V3 jobs, which loads the data to Delta Queues (RSA7) and Update tables(LBWQ).
    you need to run the V3  jobs manually by using LBWE > Job control > and schedule the jobs until the delta queues will get 0 records. that means no data will be available in RSA7 and LBWQ
    go to SM37 to see the jobs LIS-BW-VB_APPLICATION_02,
    once the delta queues gets 0 records by running V3 Jobs manullay.
    Then remove the released state jobs > remove from schedule means delete the jobs in LBWE > Go to job control > you can delete the released jobs.
    Becuase No postings to be done in application tables, while running setuptable filling you should take some down time to fill the setup tables.( OLI*BW)  *=Application number.
    Once you clear the Queues and delete the v3 jobs, then you need to fill the setup tables after deletion of setup tables.
    once you fill the setup tables , by running intialization to BW side the delta Queue is formed for the data source in R3 side
    Now the postings can be done in R3 side, so you need schedule back the V3 jobs, which you already delted from LBWE to load the data from application tables to RSA7 or LBWQ.
    I hope this may help yoou.
    Regards.
    Rambabu
    Edited by: Rambabu velanati on Jun 9, 2010 4:41 PM
    Edited by: Rambabu velanati on Jun 9, 2010 4:52 PM

  • Problem while print preview purchase order for new document type

    Dear Experts,
    I have got the problem as below and need your helps.
    I created a new purchasing document type and then created a new PO with this document type. PO was created successfully in the system. I added a message to print out PO with the followed parameters as NEU output type, 1.Print Out medium , VN partner function, dispatch time is 3 ( Send with application own transaction).
    Then, I clicked Print Preview button on the ME23n screen, the error message bellowed was shown
    "The combination of  document type
    and Purchasing organization is invalid.
    please check the document and change it.
    unable to print the form"
    I really want to print the PO with new purchasing document type on the existed purchasing organization, Could you please help me identify the problem and solution for this issue?
    Appreciate for your responses.
    Thanks,
    Tinh Vo Trung
    Edited by: Tinh Vo Trung on Sep 23, 2011 7:43 AM

    Dear All,
    Many thanks for your responses.
    Regarding to maintain the condition record in MN04, I already done for that but the problem was not resolved.
    Could you please come with the other posible causes and solutions for this issue?
    Dear Bijay Kumar Barik,
    Please let me know why we check the new document type in Program, Routine and From of NEU output type?
    p/s: I compared the version the program, FORM and routine of NEU output type and found that there is no the differences btw DEV server and QAs server. However, An PO created susscessfully in QAs server, but the error was happend in DEV server.
    Could you please come with the other posible causes and solutions for this issue?
    Thanks,
    Tinh Vo Trung

  • Problem while printing from SAP GUI for HTML

    Hello,
    We are trying to print a delivery confirmation from the portal using SAP GUI for HTML. We have followed note 771683 to do this. However we are facing the following problems:
    1) The print action(PDF creation) is not triggered until the user performs some action
    2) the PDF that is created is corrupted(does not open)
    In order to correct this we tried to implement note 957292. However, the changes to the object FRONTEND_PRINTPOLL_FRONT_REQUEST.HTM mentioned in this note created problems. So we decided to do the changes to this object manually. But we see that the SAP note doesn't contain any information on changes that should be implemented for this object.
    Question:
    Is the note 957292 only way to solve the printing(PDF) problem? If not, how can we trigger the automatic creation of the PDF and remove the error from the PDF file?
    If yes, any idea what is causing the problem during the note implementation?
    We are on NW2004s - EP7.0 SP10
    ITS 7.0
    Thanks in advance.
    Regards,
    Reena

    Hi,
    configure printer in SPAD  , no setting for JAVA GUI
    check note
    605467:SAPscript/Smart Forms: Print preview in SAP GUI for Java
    634158      SAPscript/Smart Forms: Print preview in SAP GUI for Java (2)
    1024624 SAPscript/Smart Forms: Print preview in SAP GUI for Java (3)       
    regards,
    kaushal
    regards,
    kaushal

  • Problem while storing items from trailing list  to database

    hi all,
    can anyone help me out. i have scenario where i have to store items from trailing list into database. suppose if there are 3 items in the list, 3 rows should be inserted into database with all the remaining fields same like
    A ,1 , c
    A, 2, c
    A , 3, c where 1,2,3 are items from trailing list. Am iterating the loop.
    What am doing is before saving am checking for duplicates i.e are there any records with the same combination. If yes am doing nothing else am committing the changes..
    As am not doing anything if any duplicte record is present, the changes made to the fields persists and once if any commit happens all the values are getting saved. which is voilating my condition..
    Thanks

    Hello,
    Direct path load, can only be used with SQL*Loader and Database have the same version.
    Care to tell the database version and sql*loader version you are using.
    -Sri

Maybe you are looking for

  • Adobe Connect does not show tool pointer/cursor when sharing Photoshop...

    I am an online instructor and one of the courses I teach is a Photoshop course. Each week I host a Live Lecture session where we use Adobe Connect to demonstrate techniques and tools in Photoshop CS6. I am receiving several complaints from students b

  • XCode "Internal Error" on new/load project

    When I open or create a new project, I'm confronted with the following internal error: Internal Error File: /SourceCache/DevToolsBase/DevToolsBase-658/pbxcore/Target.subproj/PBXCompilerSp ecificationGcc.m Line: 375 Object: <PBXCompilerSpecificationGc

  • External Display compatibility

    Hello, I have a Macbook Pro I bought new in June 2008 (Not Uni-body). It's a 15 inch with the standard options. I want to make a desktop setup on a budget and I'm wondering if my MBP will fill up this display at the complete resolution (1920 x 1080)

  • Oracle Rac On Vmware

    I have successfully installed Oracle Rac clusterware and database on Vmware using Oracle Red-Hat enterprise Linux -5. I have a doubt here, that when I restart my setup the disks in Asm are not mounted automatically during service start, so I have to

  • FM to get number separator

    Hi, If I give any number, the FM should give the output with separator. For example, if I give 1000, the output should be 1,000. Can anybody let me know is there any standard FM avaiable for this requirement? Thanks in advance. Regards, Mani