Warning message in BDC

Hello ,
While uploading the data using CALL TRANSACTION method if system returns some warning message will it causes failure of the update or it will update the data.
What are the BDC message type's other than E,X,A which indicates failure of the call transaction method.
Thanks for your help.
Regards,
Sarada

You can just go ahead by pressing ENTER if its a Warning Message
Regards
Gopi

Similar Messages

  • How to suppress a warning message in BDC call transaction

    Hi,
    I was calling a BDC using CALL Transaction in mode N. But due to some warning messages the background job was not success. Please tell me how to overcome the warning messages in BDC.
    Regards,
    Satish

    Hi tyr this way:
    PERFORM bdc_dynpro      USING 'SAPMM07M' '0210'.  " into the screen
          PERFORM bdc_field       USING 'BDC_CURSOR'           "cursor on the filed to update
                                        'DM07M-HSDAT_INPUT'.
          PERFORM bdc_field       USING 'DM07M-HSDAT_INPUT'   "assign values
                                         v_date.                                     "might get an warning so three enters...
          PERFORM bdc_field       USING 'BDC_OKCODE'  " first enter
                                       '/00'.
          PERFORM bdc_field       USING 'BDC_OKCODE'  "second enter
                                        '/00'.
          PERFORM bdc_field       USING 'BDC_OKCODE'  "third enter
                                        '/00'.

  • How to supress a warning message in BDC for ME11 Tcode

    Hi Expert,
    I am doing a BDC report for ME11 Tcode and some of warning is ignorable for this transaction code,how can we suppress these warning through BDC program, is it possible or will have to make some changes changes in TCODE(ME11) itself.

    hi,
    if the warning message coming in a pop-up window then it can be supressed in the following way.
    1. comment the lines of the code of bdc recording of that pop-up screen along with the perform of bdc ok code  '=ENTE".
    2. use the structure ctu_params and fill the correspondings fiels, particularly the field nobinpt = 'X' and then use this structure in the call transcation statement as
    call transcation 'ME11'
                            using bdcdata
                            options from opt ( structure of ctu_params )
    3. At the time of recording use the option of check box " no batch input session ".
    regards,
    Alok

  • Handling a warning message in BDC through RFC

    Hi all,
    I have a requirement where I have to do a CALL TRANSACTION using a RFC Fn. Module.
    This is for sending time sheet data to CATSDB thru CAT2 (T-code). In the process of time entry I have to go through a warning message (time entry for saturday & sunday ) and save the time sheet. I have recorded all this thru SHDB and created the BDC. The FM works fine in the back end. It is also fine when this RFC is called in the front end from a portal, except for the warning message part. The FM errors out when called thru portal  for uploading data for saturday or sunday.
    There seems to be no problem when I call this function module in the backend using a custom program and try to save time for saturday and sunday. I have tried various options and founnd that the RFC is failing only when called for saturday and sunday. Somehow the BDC part where the warning message is handled is causing the error.
    One of my colleague said, the backend is trying to return a dialog box/screen (warning message pop up) to the fucntion module which is not being accomodated or something of that sort????
    Is this true??? So does this mean I cannot do it the way I am trying to.
    Any suggestions and thoughts on why this is happening. Am I missing something here???
    Any kind of input is highly appreciated.
    Thanks
    M
    Edited by: Mark Mark on Aug 26, 2008 5:45 AM
    Edited by: Mark Mark on Aug 26, 2008 6:07 AM

    Hi Anees, Thanks for your suggestion.
    I was probably not very clear in stating my problem. I do not have to display the error or warning message.
    During time entry,when I click SAVE button, I get a warning message, to get through this message I have to hit ENTER  again (now the time sheet is saved). All this I have recorded in SHDB and used in the BDC.
    Now my problem is this BDC for saturday & sunday (the warning message comes up for these days) does not work when the RFC is called from the portal, whereas the time sheet is saved without any errors when I try to call this from the back end.
    Also the RFC works fine for the rest of the days both in the back end and also when called from the portal.
    I hope I am clear.....
    Any suggestions
    Thanks
    M

  • Capturing warning message in BDC recording

    Hi all,
    I want to capture a warning message that is getting popped during BDC recording. When BDC is ran in background, it is stopping at that point and further processing is stopped with the display of this warning message.
    Can anybody help me in capturing this warning message?
    Thanksm
    Archana

    Hi Avinash,
    I am trying to change the profit center using this BDC. So, when i change it, this warning is displayed and it goes inside one more window and coreects the new profit center added in the previous window. So, this warning message is necessary to be displayed. But my problem is that because of this message my BDC is also not proceeding further.
    Hi Bhavesh,
    The warning message is getting displayed as a pop-up. I am not getting any information about the screen number. I know the prgram for that but no the screen number. And can you please tell me what that piece of code does? So that i can try it out in my BDC.
    Thanks,
    Archana

  • How to Capture warning message in SHDB recording

    Hi SDN,
    I am getting problem in Recording FB03 through SHDB.
    when i am clicking on save as complete button i am getting a warning message as duplicate entry.
    when click on enter button the actuval object got saved bu from recording it is not captured.
    how we can continue with this

    Hi
    Sorry
    i know that
    i don't want to display messages.
    when i am recording a Transaction code.
    i am getting a warning message as check for duplicates.
    when click on enter button that warning message is got disappiared but that enter click is not recorded in FB03 recording.
    when i process that recording it is stopping that transaction code at that warning message in BDC.
    please suggest

  • Reg: Uploading data with Warning Message

    Hi,
    I have searched the forum and found a lot of threads related with this. But nothing fits my scenario or I didn't get the solution correctly from them.
    My scenario is I recorded a BDC. When I run it in foreground, sometimes I get warning messages based upon the data to be uploaded. But if I run it in foreground, I press enter and then data will be saved.
    When I run the same BDC in background, the data won't be uploaded as I miss that pressing of Enter there. The thing is that, this warning could happen anywhere (any screen, any field). How can I handle this?
    Regards,
    Jubish

    Hi,
    You should sit with your functional consultant and do the recording part. He should be able to tell you where these warning messages can come. Or please check with him if you can avoid these warning messages. It becomes difficult to handle warning messages in BDC if we don't know where they might come.
    So, once you know where these warning messages come, you can put additional code for enter in your BDC at that place. It should solve your purpose.
    Thanks,
    Archana

  • FV50-Park a G/L Account Document BDC Warning message in screen 1001

    I need some help with a BDC program.  I am working on a BDC program to process transaction FV50.   I went to SHDB and created a recording macro. When I test the recording with u201Csimpleu201D information the recording works correctly and the document is parked.  But, when I try to park a document with todays date for the Document Date and I use a date from a previous period I get a warning message which requires an extra screen to be displayed and u201Centeru201D has to pressed. My recording does not work when I get a warning message. I went back and re-recorded transaction FV50 and cause the u201Cwarningu201D message to be displayed so that I can add the extra screen to my BDC recording. I do not see the u201Cextrau201D screen in the new BDC recording.  Anyone know why? How can I make this BDC program handle this extra warning message?

    You will have to add some logic to your program to check the date. If it is from the previous period, process the warning screen; otherwise, do not.
    You may run into other problems as well. FV50 looks like an EnjoySAP transaction and not well suited to batch input.
    Rob

  • Disable warning message in MB1A during BDC

    Hi,
    I am posting the goods issue records into SAP through MB1A in BDC.  However the warning message finally becomes the return message of the BDC call and the action is failed.  Actually it can be skipped by doing the transaction manually.
    Any solution can be used to disable the warning?
    Thanks.
    Angus.

    that error is comming for ur Config, So u cannt Skip that message from  BAPI returns, try to change CostCenter or Docuent Type.
    regards
    Prabhu

  • Suppress Warning [W] message during BDC process [as batch SM36]

    Hi expert,
    i had problem where Warning message is force my BDC program to stop during SM36 batch job submit.
    if program trigger in ad-hoc process [call program directly using tcode] , program works fine.
    let me share briefly about My program, i intend to create VA41 transaction which have contract start date less than today's date. Warning message V5 001 will appear [not as pop-up window] which force my BDC to stop during SM36.
    please kindly help.

    Hi Rudy..
    The problem is with Contract begin date should be greater than the begin date...you cannot create the Contract for past dates.
    Even BDC will continue for Warning and Information messages and stops if encounters the error message.
    Pass the contran begin date greater or Equal to current date .

  • Stop BDC at warning message T-Code CO11N

    Hi Team,
    I have a requirement of capturing time event for production orders from WebDynpro ABAP through BDC for T-Code CO11N i am able to do this, but in standard t-code CO11N when we try to change the yield quantity we are getting a popup at the time when we hit save which asks for warning error details like yes/no
    if we hit yes then it navigates to detailed warning message screen and asks for save confirm once again by to continue. due to cost changes.
    but when i record through BDC i am not getting the warning message popup instead of that it's appearing as normal warning message at below of the screen.
    When i try to run the BDC in N screen mode the transaction is getting saved with warning.
    now my requirement is how the standard screen behaves if warning is there then it should ask for the confirmation.
    please help to full fill this requirement.
    Thanks & Regards,
    Srinivasan R.

    Hi Srinivas
    Normally if a message of type warning is thrown no pop up comes. But sometime the screen is coded in such a way that after giving warning it will show you a pop up message. You will have to code it in your BDC if pop up will come or not
    Nabheet

  • How to get rid of the Warning Message L3 010 in LT01?

    Hi, guys,
    Is there any approach to get rid of the Warning Message L3 010(Check your entries) in LT01? I'm running a BDC program, but it's always interrupted by this message both in online and background mode...
    Thanks a lot
    Michael

    Maybe you can try FMs instead of BDC to achieve your goal:
    Creating/confirming transfer order (WM) using bapi/function modules
    E.g. L_TO_CREATE_SINGLE, L_TO_CREATE_MULTIPLE,L_TO_CONFIRM (which are mentioned in the thread linked above)
    Regards,
    Csaba

  • Warning Messages to be removed.

    Hi All,
    Can you please guide me to remove warning messages i receive while i enter previous dates in PO date, pricing date.
    Also info message received while entering in service rendered date.
    As these messages are creating hindrances in creating BDC program.
    Thanks & Regards,
    GHS.

    Hi,
    Use Tcode OVAH to change the behavior of message control.
    If Application area is different then u can use SE91. Here you can take help of technical person.
    Regards,
    Ravi

  • Want to output Error message in BDC recording(PA30)

    Hi all,
    Currently iam working on upload program,whic is done by BDC recording with transaction PA30.while loading the data to different infotypes,iam checking one condition
    in particular infotype,after that i need to give the error message(Type E) and i data should not get uploaded for that infotype,and it has to go to next infotype.i want to log this error also,how can i do this?

    The ERROR message will stop the processing of the program,  the message will need to be either an I(information) or a W(warning) message into for the program to continue processing.
    Log the message by writing it to an internal table.
    IF SOME_CONDITION = 'X'.
    MESSAGE W001(00) with 'Hey, here is a message'.
    itab-pernr = p_pernr.
    itab-msgid = '00'.
    itab-msgno = '001'.
    append itab.
    ENDIF.
    CALL TRANSACTION 'PA30'........
    Regards,
    Rich HEilman

  • I am getting a warning message when i am trying to create a host-named sitecollection.

    Hi guys,
          I am trying to create a host-named site collection. I have created the root site collection. After that i have tried to create customer root site. I have doing this process with the guidance of this link.
    http://technet.microsoft.com/en-us/library/cc424952.aspx#section2a
    When i tried to create a customer root site. I am getting a warning message
    " WARNING: The port specified for the new host header site does not match any known bindings in the specified Web
    Application.  The new site will not be accessible if the Web Application is not extended to an IIS Web Site serving
    this port."
    I couldn't when this warning message comes. I tried to bind the server with webapplication which is created for host-named site collection. No use.
    Can anyone help me to solve. And i wanna know why this error message comes!!!
    Thanks in advance
    Rajendran.

    First, you shouldn't create a host named site collection on a Web app that has host header named.  Doing that implements host names at two different levels and will not work reliably.  Second I'm not sure what you mean when you say you didn't
    use the FQDN but used just the domain name.  A Full url will always be either an FQDN or a shorter Netbios name.  If you use a Netbios name it simply assumes the local AD domain of the workstation to create an FQDN as the url  There is no way
    to use just the domain name.  For example, Contoso.com is the domain name.  Server.contoso.com or WEbsite.contoso.com are FQDNs.  YOu can also use a shorter version that is just server or website, but when those resolve in TCP/IP they would
    still resolve using server.contoso.com or website.contoso.com if the workstation where your browser is was in the contoso.com domain.  What is the URL for your root site and your host named site?
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for

  • Path to com.sap.aii.adapter.lib.sda: PI 7.1

    Hi all, I understand that this topic has been brought up many a times. I am posting my own as I din't find any proper answers. We are to include a 3rd party JDBC Database driver for PI 7.1. We find a Path to com.sap.aii.adapter.lib at the as /usr/sap

  • Prevent ESC key from closing movie

    Hi! Can anyone please advise me how to stop a movie closing when the ESC key is pressed. I have a dialog function that opens another movie to confirm quit. I would prefer it to minimize instead of simply closing with no warning. Many Thanks Sarah

  • Default hyperlinks in Content Area

    If I publish a content area as a portlet, is is always displayed with the name as hyperlink. Also, General is displayes as a hyperlink as well. Is it possible to disable those hyperlinks? Also, is it possible to remove the customize link on portlets?

  • How to access syncing privileges on iPod?

    I recently got a new laptop and successfully transfered my iTunes Library. Now I want to sync my iPod Touch(4th gen) and it keeps telling me that I don't have enough access privledges. I don't know why because I can sync my iPhone 5 just fine. How do

  • A Dialog modal only to (a) specific InternalFrame

    Is this (http://www.javaworld.com/javaworld/javatips/jw-javatip89.html) really the only ( / easiest) way (in ... 1.5?) to make a ((J)OptionPane) (J)Dialog (or (J)InternalFrame, maybe later on...) "modal" only to it's (parent) (J)InternalFrame (semimo