BDC error - URI

Hi peers,
while doing bdc upload for vendor using call transaction [xk01] i got an error     No URI addresses are maintained for this address
Could anyone give a solution for this error.  Another issue is i am using KRED account group [internal number assignment] and i am not seeing the field MINDK [minority indicators] on the relevant screen.  Any possible solution for this, do suggest. thanks in advance.

Mr. Burbank,
Actually, this message "No addresses have been maintained for this address." is captured in success record file along with success messages "vendor xxxx has been created for xxxx company code and xxxx purchasing organisation."  So do we need to do anything in this regard.  Thank you.

Similar Messages

  • Error: URI is not hierarchical while invoking external WS

    I have a business process, wherein I am invoking an external Java WebService using Invoke->PartnerLink
    During compilation, i am getting error : URI is not hierarchical
    If I remove the above call, there is no compilation error.
    I have checked all the paths and project name for errornous whitespaces which lead to the above error. I am using 10g.
    What could be the reason of the error?

    Update
    I just started with a fresh instance of JDeveloper (unzipped the JDeveloper pack at another location). And now the problem is gone.
    So I think there was some problem with my JDeveloper compiler.

  • Any existing program to list before and after BDC error?

    Looking for a way to report any BDC errors and show before and after its been corrected.

    Hi,
    Before making correction:-->
    !. If you are using call transaction , then you can all errors in BDCMSGCOLL internal table
    and use fm MESSAGE_PREPARE to generate message texts
    2. If you are using session method then you have error log SM35.
    After making coorection i don't think you have anyway to capture corrected errors

  • BDC error in Upgrade proj.

    Dear all,
                  I am on a upgrade proj. from 4.5 to ECC 6.0. when i check an object I got a kind of BDC error like  'ERROR TYPE  ==> 4      ( SCREEN MISSING IN TARGET SYSTEM )'  along with program name and  screen number. please advice me in solving  this error.
    Thanks.
    Naresh.

    Hi Naresh,
    That one of the task when you go for an upgrade.
    You have to redo the recording part again for all BDC programs
    Try to change it to BAPI if you have suitable BAPI.
    Reward points if helpful
    Thanks
    venki

  • Getting error "URI index 0 is not valid" in Oracle Service Bus

    Dear Friends,
    I am receiving an error "URI index 0 is not valid" while executing Customization File in Oracle Service Bus. I am not able to figure out why it is happening. Please help.
    Thank you.
    Regards,
    Palak Mathur

    AbhishekJ wrote:
    Change the:
    <xt:value>
    <tableElement xmlns:tran="http://www.bea.com/wli/sb/transports">
    <URI>http://app-1ip-alsb-01.corp.intranet/ServiceAddressV1Proxy</URI>
    <weight>1</weight>
    </tableElement>
    </xt:value>Section to:
    <xt:value>
    <tran:tableElement xmlns:tran="http://www.bea.com/wli/sb/transports">
    <tran:URI>http://app-1ip-alsb-01.corp.intranet/ServiceAddressV1Proxy</tran:URI>
    <tran:weight>1</tran:weight>
    </tran:tableElement>
    </xt:value>in your Customization File and try again.Hi Abhishek,
    I did the same thing. Actually, the deployment team was getting this error and they called me up to find out. I analyzed and sent the following response:-
    I was going through the Customization file. I removed all the elements from the file and started with only 1 envValueAssignments:-
    +<cus:envValueAssignments>+
    +<xt:envValueType>Service URI Weight</xt:envValueType>+
    +<xt:location>0</xt:location>+
    +<xt:owner>+
    +<xt:type>BusinessService</xt:type>+
    +<xt:path>CommonServices/Business Services/ServiceAddressV1RS</xt:path>+
    +</xt:owner>+
    +<xt:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">0</xt:value>+
    +</cus:envValueAssignments>+
    The customization file got executed perfectly. Then I added another envValueAssignments and it worked fine as well.
    Now, when I added
    +<cus:envValueAssignments>+
    +<xt:envValueType>Service URI Table</xt:envValueType>+
    +<xt:location xsi:nil="true"/>+
    +<xt:owner>+
    +<xt:type>BusinessService</xt:type>+
    +<xt:path>CommonServices/Business Services/ServiceAddressV1RS</xt:path>+
    +</xt:owner>+
    +<xt:value>+
    +<tableElement xmlns:tran="http://www.bea.com/wli/sb/transports">+
    +<URI>http://app-1ip-alsb-01.corp.intranet/ServiceAddressV1Proxy</URI>+
    +<weight>0</weight>+
    +</tableElement>+
    +</xt:value>+
    +</cus:envValueAssignments>+
    +, I got the above error, ie URI index 0 is not valid. If you check each element then you will know that tableElement defines a namespace as xmlns:tran="http://www.bea.com/wli/sb/transports" which is neither being used by the node nor its child elements. Also the error in server logs was:-com.bea.wli.sb.transports.TransportException: URI index 0 is not valid.+
    It stuck that we were doing something wrong here. I checked other elements in the same file and found that some of them were starting the node as <tableElement xmlns="http://www.bea.com/wli/sb/transports">. So, tableElements should be qualified with this namespace:-http://www.bea.com/wli/sb/transports. It was clear there was issue with qualified name of the element and hence I added the prefix "tran" and made entry as:-
    +<tran:tableElement xmlns:tran="http://www.bea.com/wli/sb/transports">+
    +<tran:URI>http://app-1ip-alsb-01.corp.intranet/ServiceAddressV1Proxy</tran:URI>+
    +<tran:weight>0</tran:weight>+
    +</tran:tableElement>+
    When I executed the changed customization file it worked. I checked with few more elements and they all worked making me sure that this was the error.
    So, the issue was that the OSB was not able to find any URI and for index 0 there was no URI available. Hence we were getting a weird error which was not at all user friendly. However, while making the OSb they must have thought that no one will make any manual changes (by hand in the file) and this error would be sufficient to tell that there is something wrong with the customization and we must regenerate the customization file.
    Only solution that we do not receive this error in future is rather than making changes to the customization file manually we should use OSB console or scripts to replace the properties. Otherwise we need to be very careful while touching the Customization file.
    Hope this helps.

  • BDC Error Session and Database update??

    Hi all,
    I am having Query about BDC Error Session. If I see the log of Error Session, then few Transactions are processed and few are in incorrect status.
    Those transaction, which are processed, Does it mean that it has updates the database successfully or Error Session will never update the Database?
    Thanks in advance.

    Thanks for your reply
    Message was edited by: Vipin Nagpal
    Message was edited by: Vipin Nagpal

  • Find BDC error in Zprogram

    Hi guys,
    Anybody have program or utility to pick up the BDC Errors from Zprograms.
    I want to know number of BDC errors(Due to Screen change/Field change/etc) exists in set of zprograms.
    Appreciable if Listing of BDC errors and error count can be produced by it.
    reference please.
    Thanks.
    Ambi.

    Hi,
    better use :
    CALL TRANSACTION tcode USING bdcdata MODE mod MESSAGES INTO etab.
    if sy-subrc <> 0.
    -> analyse error-table etab
    A.

  • BDC error CO assingnment object  belong to company code A800 not A900

    Hi,
    I am getting  BDC error 'CO assingnment object  belong to company code A800 not A900'.
    Please any one suggest the reason for this.
    Thakns in advance.

    Hi,
    you are processing a BDC-session for company code A900 with a CO-account assignment for comp. code A800 and your system does not allow cross-company code postings. Check the co-object and correct it.
    Best regards, Christian

  • BDC Error - Codepage could not be determined

    Hello Gurus,
    We are having a problem with BDC in transaction VF01.
    The return message is FES-025 "Codepage could not be determined".
    First of all the details and what have been done so far:
    - The funcion module with BDC is called by an EDI message that is send on the creation of the SD Invoice.
    - In Online mode, no errors are raised;
    - The errors are only raised when the program runs in background - Manual processing of EDI message via T-Code WE19 (online mode) runs with no problems;
    - In DEV enviroment, everything runs smoothly (both online and background modes) and we achieve the required result;
    - In QAS enviroment, with exacly the same versions of code, the background process fails;
    - Both DEV and QAS work on the same physical machine, on different instances.
    I've searched quite a lot about this error and most results talk about the usage/call of GUI_UPLOAD or GUI_DOWNLOAD. We are NOT using this type of funcions in our code (or something that would connect to the client).
    Any ideias?
    Thanks in advance, best regards,
    João Argêncio

    Some additional informations:
    - The sistem is non-unicode;
    - The EDI message source and destination are the same machine (inter-company process);
    - The user assiciated in IDoc Config has SAP_ALL privileges;
    - Both systems are in the same release levels (ECC 5);
    - All IDoc configuration is equal in both DEV and QAS instances.
    If you need any additional information just let me know.
    Thanks oin advance, best regards,
    João Argêncio

  • BDC error BM302 : Internal unit &, language & is not maintained

    Hi Experts,
    I have Unit of measurements defined as below in T006A Tables ( Configured through CUNI tcode)
    SPRAS MSEHI MSEH3 MSEH6  MSEHT      MSEHL
    EN        UNT     UNT      UNT       UNIT         Unit
    HU        UNT     DRB      DRB      Darab      Darab
    Through BDC Prpgram  i have created an inforecord ( using ME11 transaction ), where Logon Language = HU. It is created successfully. When i try to open the created info record using ME12, the unit ( EINA-LMEIN) is displayed as '**' and it throws message "Internal unit DRB, language HU is not maintained ". When i Checked in database EINA-LMEIN is saved as '**'.
    But when i create the Info record manually in ME11,  No issues .The database EINA-LMEIN is correctly saved as 'UNT'.  
    I couldn't figure out the issue , whether problem is  in my BDC program or Language dependent configuration of the unit in CUNI. Please help in solving this issue , Am i  missing something ?
    Thanks in advance.
    Regards,
    Murali

    Hi Murali,
    You might be missing some more configuration (T table entries). To determine what that is -
    Process the info-record using ME12
    Start debugging "/h"
    Once debugging starts - place Breakpoint At MESSAGE statement
    F8
    Program control will stop at every message triggered and one of them would be you message. Check the code around the message (and call stack if required) and you might see the reason for the error
    Cheers,
    Aditya

  • Bdc - errors in flat file

    hi,
    in BDC,
    after uploading data from flat file,
    how to find if there are any errors in flat file,
    before starting the session.

    Hi,
    You have to create internal tables for all the mandatory fields. see the following code :
    I am giving an example for XK01 Transaction.
    TYPES:BEGIN OF TY_XK01,
          LIFNR(10)      TYPE  C ,          "VENDOR'S ACCOUNT NUMBER
          BUKRS(4)       TYPE  C ,          "COMPANY CODE
          EKORG(4)       TYPE  C ,          "PURCHASING ORGANISATION
          KTOKK(4)       TYPE  C ,          "VENDOR ACCOUNT GROUP
          NAME1(35)      TYPE  C ,                              "NAME1
          SORTL(10)      TYPE  C ,          "SORT FIELD
          STRAS(35)      TYPE  C ,          "STREET
          PSTLZ(10)      TYPE  C ,          "POSTAL CODE
          ORT01(35)      TYPE  C ,          "CITY
          LAND1(3)       TYPE  C ,          "COUNTRY KEY
          REGIO(3)       TYPE  C ,          "REGION
          TIME_ZONE(6)   TYPE  C ,          "ADDRESS TIME ZONE
          LANGU(1)       TYPE  C ,          "LANGUAGE KEY
          TELF1(16)      TYPE  C ,          "TELEPHONE NUMBER
          TELFX(31)      TYPE  C ,          "FAX NUMBER
          SMTP_ADDR(241) TYPE  C ,          "E-MAIL ADDRESS
          URI_SCREEN(132) TYPE  C ,     "UNIFORM RESOURCE LOCATOR
          AKONT(10)      TYPE  C ,          "RECONCILITATION ACCOUNT
          ZUAWA(3)       TYPE  C ,          "KEY FOR SORTING ACCORDING TO ASSIGNMENT NUMBERS
          MINDK(3)       TYPE  C ,          "MINORITY INDICATORS
          ALTKN(10)      TYPE  C ,          "PREVIOUS MASTER RECORD NUMBER
          ZTERM(4)       TYPE  C ,          "TERMS OF PAYMENT KEY
          ZWELS(10)      TYPE  C ,          "LIST OF THE PAYMENT METHODS
          WAERS(5)       TYPE  C ,          "PURCHASE ORDER CURRENCY
          END OF TY_XK01,
    BEGIN OF TY_LIFNR,
         LIFNR(10)  TYPE  C ,
         END OF TY_LIFNR,
         BEGIN OF TY_BUKRS,
         BUKRS(4)  TYPE  C ,
         END OF TY_BUKRS,
         BEGIN OF TY_EKORG,
         EKORG(4)  TYPE  C ,
         END OF TY_EKORG,
         BEGIN OF TY_KTOKK,
         KTOKK(4)  TYPE  C ,
         END OF TY_KTOKK,
         BEGIN OF TY_LAND1,
         LAND1(3)  TYPE  C ,
         END OF TY_LAND1,
         BEGIN OF TY_LANGU,
         LANGU(1)  TYPE  C ,
         END OF TY_LANGU,
         BEGIN OF TY_AKONT,
         AKONT(10) TYPE  C ,
         END OF TY_AKONT,
         BEGIN OF TY_ZUAWA,
         ZUAWA(3)  TYPE  C ,
         END OF TY_ZUAWA,
         BEGIN OF TY_MINDK,
         MINDK(3) TYPE  C ,
         END OF TY_MINDK,
         BEGIN OF TY_WAERS,
         WAERS(5)  TYPE  C ,
         END OF TY_WAERS.
    DATA : I_XK01     TYPE TABLE OF  TY_XK01,     "FOR HOLDING DATA FROM FLAT FILE
           I_SUCCMESG TYPE TABLE OF  TY_MESG,     "FOR SUCCESS RECORDS DETAILS
           I_ERRMESG  TYPE TABLE OF  TY_MESG,     "FOR ERROR RECORDS DETAILS
           I_ERROR TYPE TABLE OF TY_ERROR,
    I_LIFNR TYPE TABLE OF TY_LIFNR,
    I_BUKRS TYPE TABLE OF TY_BUKRS,
    I_EKORG TYPE TABLE OF TY_EKORG,
    I_KTOKK TYPE TABLE OF TY_KTOKK,
    I_LAND1 TYPE TABLE OF TY_LAND1,
    I_LANGU TYPE TABLE OF TY_LANGU,
    I_AKONT TYPE TABLE OF TY_AKONT,
    I_ZUAWA TYPE TABLE OF TY_ZUAWA,
    I_MINDK TYPE TABLE OF TY_MINDK,
    I_WAERS TYPE TABLE OF TY_WAERS,
    I_FINALMESG TYPE TABLE OF TY_ERROR,
    I_MESG TYPE TABLE OF TY_MESG.
    *& WORK AREA DECLARATION
    DATA:  WA_XK01     TYPE TY_XK01,               "FOR HOLDING DATA FROM FLAT FILE
           WA_SUCCMESG TYPE TY_MESG,               "FOR SUCCESS RECORDS DETAILS
           WA_ERRMESG  TYPE TY_MESG,               "FOR ERROR RECORDS DETAILS
           WA_ERROR TYPE TY_ERROR,
    WA_LIFNR TYPE TY_LIFNR,
    WA_BUKRS TYPE TY_BUKRS,
    WA_EKORG TYPE TY_EKORG,
    WA_KTOKK TYPE TY_KTOKK,
    WA_LAND1 TYPE TY_LAND1,
    WA_LANGU TYPE TY_LANGU,
    WA_AKONT TYPE TY_AKONT,
    WA_ZUAWA TYPE TY_ZUAWA,
    WA_MINDK TYPE TY_MINDK,
    WA_WAERS TYPE TY_WAERS,
    WA_MESG TYPE TY_MESG,
    WA_FINALMESG TYPE TY_ERROR.
    INITIALIZATION.
    SELECT LIFNR FROM LFA1 INTO TABLE I_LIFNR.
      SELECT BUKRS FROM T001 INTO TABLE I_BUKRS .
      SELECT EKORG FROM T024E INTO TABLE I_EKORG .
      SELECT KTOKK FROM T077K INTO TABLE I_KTOKK .
      SELECT LAND1 FROM T005 INTO TABLE I_LAND1.
      SELECT SPRAS FROM T002 INTO TABLE I_LANGU.
      SELECT SAKNR FROM SKA1 INTO TABLE I_AKONT .
      SELECT ZUAWA FROM TZUN INTO TABLE I_ZUAWA .
      SELECT MINDK FROM T059M INTO TABLE I_MINDK .
      SELECT WAERS FROM TCURC INTO TABLE I_WAERS.
    LOOP AT I_XK01 INTO WA_XK01.
          TRANSLATE WA_XK01-LIFNR TO UPPER CASE.
          READ TABLE I_LIFNR INTO WA_LIFNR WITH KEY LIFNR = WA_XK01-LIFNR.
          IF SY-SUBRC = 0 .
            CONCATENATE WA_MESG-MESG TEXT-100 WA_XK01-LIFNR TEXT-101  ' , ' INTO WA_MESG-MESG.
          ENDIF.
          TRANSLATE WA_XK01-BUKRS TO UPPER CASE.
          READ TABLE I_BUKRS INTO WA_BUKRS WITH KEY BUKRS = WA_XK01-BUKRS.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG  TEXT-102 WA_XK01-BUKRS TEXT-103  ' , ' INTO WA_MESG-MESG.
          ENDIF.
          TRANSLATE WA_XK01-EKORG TO UPPER CASE.
          READ TABLE I_EKORG INTO WA_EKORG WITH KEY EKORG = WA_XK01-EKORG.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG TEXT-104    WA_XK01-EKORG  TEXT-103  ',' INTO WA_MESG-MESG.
          ENDIF.
          TRANSLATE WA_XK01-KTOKK TO UPPER CASE.
          READ TABLE I_KTOKK INTO WA_KTOKK WITH KEY KTOKK = WA_XK01-KTOKK.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG TEXT-105   WA_XK01-KTOKK  TEXT-103   ',' INTO WA_MESG-MESG.
          ENDIF.
          TRANSLATE WA_XK01-LAND1 TO UPPER CASE.
          READ TABLE I_LAND1 INTO WA_LAND1 WITH KEY LAND1 = WA_XK01-LAND1.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG TEXT-106   WA_XK01-LAND1  TEXT-103   ',' INTO WA_MESG-MESG.
          ENDIF.
          TRANSLATE WA_XK01-LANGU TO UPPER CASE.
          READ TABLE I_LANGU INTO WA_LANGU WITH KEY LANGU = WA_XK01-LANGU.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG TEXT-107  WA_XK01-LANGU  TEXT-103   ',' INTO WA_MESG-MESG.
          ENDIF.
          READ TABLE I_AKONT INTO WA_AKONT WITH KEY AKONT = WA_XK01-AKONT.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG TEXT-108   WA_XK01-AKONT  TEXT-103  ',' INTO WA_MESG-MESG.
          ENDIF.
          READ TABLE I_ZUAWA INTO WA_ZUAWA WITH KEY ZUAWA = WA_XK01-ZUAWA.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG TEXT-109    WA_XK01-ZUAWA  TEXT-103   ',' INTO WA_MESG-MESG.
          ENDIF.
          READ TABLE I_MINDK INTO WA_MINDK WITH KEY MINDK = WA_XK01-MINDK.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG TEXT-110    WA_XK01-MINDK  TEXT-103   ',' INTO WA_MESG-MESG.
          ENDIF.
          TRANSLATE WA_XK01-WAERS TO UPPER CASE.
          READ TABLE I_WAERS INTO WA_WAERS WITH KEY WAERS = WA_XK01-WAERS.
          IF SY-SUBRC <> 0 .
            CONCATENATE WA_MESG-MESG TEXT-111   WA_XK01-WAERS  TEXT-103   ',' INTO WA_MESG-MESG.
          ENDIF.
    append wa_mesg to err_mesg. 
    endloop.
    I am populating the error messages into workarea using concatenate statement.
    Hope this  solves the problem.
    Reward points if helpful.
    Thanks and Regards,
    Narayana.

  • F110 - BDC ERROR

    Hi Friends,
    In Tcode - F110, when we submit Run Date and Identification, the templete pop-ups in the Parameter Tab.
    I've reqirement to change all the values of
    Next payment date (Next/p Date) field (based on selection perameter) in the Table Control under the Tab- Parameter.
    I have developed the BDC program by recording the transaction F110. This program is changeing the first 3 line items and after that it is throughing an error 'screen does not find the filed' (Below is the program). Please help me in correcting this issue.
    Thanks in Advance,
    Saya
    perform bdc_dynpro   using 'ZSAPF110V' '0200'.
    perform bdc_field       using 'BDC_CURSOR' 'F110V-LAUFI'.
    perform bdc_field       using 'BDC_OKCODE'  '=PABE'.
    perform bdc_field       using 'F110V-LAUFD'  w_laufd.
    perform bdc_field       using 'F110V-LAUFI'     w_laufi.
    End of screen 1.
    perform bdc_dynpro      using 'ZSAPF110V' '0200'.
    perform bdc_field       using 'BDC_OKCODE' '=CP'.
    perform bdc_field       using 'BDC_CURSOR' 'F110C-BUDAT'.
    perform bdc_field       using 'F110C-BUDAT'  w_laufd.    
    perform bdc_field       using 'F110C-GRDAT'  w_nedat.       
    End of screen 2.
    perform bdc_dynpro      using 'ZSAPF110V' '1108'.
    perform bdc_field       using 'BDC_CURSOR' 'F110V-COPYD'.
    perform bdc_field       using 'BDC_OKCODE' '=GO'.
    perform bdc_field      using 'F110VCOPYD'  w_prdat.   
    perform bdc_field       using 'F110V-COPYI'  w_laufi.
    perform bdc_field       using 'F110V-XFKTV'  c_mark.  
    End of screen 3.
    perform bdc_dynpro      using 'ZSAPF110V' '0200'. 
    perform bdc_field       using 'BDC_OKCODE'  '=STA'.
    perform bdc_field       using 'BDC_CURSOR' 'F110C-BUDAT'.
    perform bdc_field       using 'F110C-BUDAT'  w_laufd.    
    perform bdc_field       using 'F110C-GRDAT'  w_nedat.      
    perform bdc_field       using 'F110V-NEDAT(01)'  w_nedat2.
    perform bdc_field       using 'F110V-NEDAT(02)' w_nedat2.
    perform bdc_field       using 'F110V-NEDAT(03)' w_nedat2.
    perform bdc_field       using 'F110V-NEDAT(04)' w_nedat2.
    perform bdc_field       using 'F110V-NEDAT(05)' w_nedat2.
    End of screen 4.
    perform bdc_dynpro      using 'SAPLSPO1'  '0100'.
    perform bdc_field       using 'BDC_OKCODE' '=YES'.
    End of screen 5.
    perform bdc_dynpro   using 'ZSAPF110V' '0200'.
    perform bdc_field       using 'BDC_CURSOR' 'F110V-LAUFD'.
    perform bdc_field       using 'BDC_OKCODE'  '=VOEX'.
    perform bdc_dynpro   using 'ZSAPF110V' '1106'.
    perform bdc_field       using 'BDC_CURSOR' 'F110V-XSTRF'.
    perform bdc_field       using 'BDC_OKCODE'  '=EP'.
    perform bdc_field       using 'F110V-XSTRF' c_mark.
    call transaction c_trans using t_bdcdata mode 'N' update 'S' .

    Hi kris,
    Per my understand when the program is changing the 4th record in the table control then the transaction is not finding the field. Because 4th and 5 th records  are displayed after scrolling down. How do I handle this records?
    perform bdc_field       using 'F110V-NEDAT(04)' w_nedat2.
    perform bdc_field       using 'F110V-NEDAT(05)' w_nedat2.
    Thanks & Regards,
    Saya

  • How to find the bdc error

    i did one bdc program, it's running correctly but data not upload. so how to lanalyze  the error.

    Dear
    you can find error with following link
    How to find errors from BDC log
    Regards

  • BDC  Error in background 'The difference is too large for clearing'

    Hi,
    In foreground the BDC session runs perfectly and errors only when the program is running in the background.
    In background, the following messages are captured.
    Select line items first of all     FB05     1     SAPMF05A     0300
    163 items were selected     FB05     1     SAPMF05A     0710
    The difference is too large for clearing     FB05     1     SAPDF05X     3100
    No batch input data for screen SAPDF05X 3100     FB05     1     SAPDF05X     3100
    But, in real BDCDATA contains all the above said screens.   Kindly note the above comes as a success message in the background and does not appear in the foreground.
    Any response is highly appreciated.
    Ashish

    Hello Ashish,
    I suggest you to run FB05 for clearance for the same data and check if this message is encountered.
    Please contact your functional guy and check the business reasons about this message.
    Kindly go through the below links
    http://scn.sap.com/thread/985136
    https://scn.sap.com/thread/472069
    Thanks

  • Urgent ..Please Help .Geting error URI too long

    I have a jsp page and it has a text area. When I am inputing shorter
    text it works fine but when I am putting longer text I am
    having an error that "Get is not defined" and in the http server error
    log I am getting URI too long error.
    The text area when submitted...supposed to invoke a servlet which(the servlet) will do some error checking on the input text.
    How can i overcome this limitation of http server ?
    Please help ...
    Thanks.

    I tried with post method but still get the error.
    Here is my jsp code..
    <form name="inputnews" method="post" action="validation">
    <table>
    <tr>
    <td width="600"><img src="//www.ibm.com/i/c.gif" width="600" height="4" alt=""/>
    </td>
    </tr>
    and here is the servelet(name validation) code:
    public void doPost(
         javax.servlet.http.HttpServletRequest req,
    javax.servlet.http.HttpServletResponse resp)
         hrows javax.servlet.ServletException, java.io.IOException
              System.out.print("i am in post");
              HttpSession session = null;
              String flag3 = "";
              String check = "checkok";
              Info info = null;
              String category = req.getParameter("category");
              String title = req.getParameter("title");
              String content_area = req.getParameter ("content_area");
    *** the content_area is the text area where user put long input
    Anything i am missing here ?

Maybe you are looking for

  • I have Mountain Lion OS Install CD downloaded onto my external hard drive, how do I use this to upgrade from Leopard

    Current computer that I just bought used is operating on Leopard 10.5.8 I have Mountain Lion OS X CD installation files downloaded on my external hard drive from another Mac that I have owned. How do I use my external HD to download and Install Mount

  • SQL Gurus : Need Help in building SQL query

    SQL Gurus, Need your expertise to solve my below problem: - I have a column that had comma separated data, basically there are the levels in a hierarchy. eg The same column could have the following data: Row 1: R1L1, R1L2, R1L3 Row 2: R2L1, R2L2 Row

  • Export error: Writer not found

    Hello, I am using PPCS3 with Aspect HD. I am using the Cineform HD 30p preset. I keep getting an export error: writer not found when I try to export a short movie using two uncompressed .avi's I obtained from 3DS Max 2009. Any ideas what "Writer not

  • SOAP Adapter - Error because of special character (u00FC - Umlaut) in payload

    Hello, We have a SOAP sync scenario. SAP -> PI 7.0 -> 3rd Party system We have a special character (ü - Umlaut) as part of the payload. When the message enters message pipeline in PI, I can see the payload XML till message branching step. From Messag

  • XSLT for payload with namespaces

    Hello Experts,      attn:Stefan.   I am using a XSLT to parse the input xml payload and retrieve the Value of a particular field which will be used for receiver determination. The XSL code used by me is : <?xml version="1.0" encoding="UTF-8"?> <xsl:s