Regarding warning messages

Hi ,
Iam using call transaction(tcode ff67).
In this iam getting warning in foreground where as in background it is not showing the
warning message. In background  the record is being saved.
If there is any warning message in background  how to handle the situation.

hi
warning message is a type of message where the user can still go ahead in processing the transaction.
say for example a person is getting warning message in foreground. if he hits ENTER, he can proceed further. whereas in background, the warning messages occured are overtaken and the processing is done further similar way.
warning message is not error message, it is just like information. so no need to interrupt the process in case of such messages.
you can read the warning message in call transaction method using the internal table with structure BDCMSGCOLL.
DATA: it_bdcmsgcoll like bdcmsgcoll occurs 0 with header line.
CALL TRANSACTION 'XYZ' - -- -- -- - messages into IT_BDCMSGCOLL.
in that structure you have a parameter MSGTYP. you can read the internal table with key MSGTYP = 'W'.
hope this info helps you
thx
pavan

Similar Messages

  • Regarding warning message

    Hi
    without using message class, how to display the warning message in my report?

    Hi,
    you can display any message as below
    message W<some no>(<some class>) with '<your message'
    >.
    Regards,
    Dhanunjaya Reddy

  • Could anybody explain this warning message regarding Posix Performance Pack

    Hi,
    I am getting following message on my console :
    <Sep 10, 2002 7:12:38 PM GMT+08:00> <Warning> <Posix Performance Pack> <Got exception
    for fd: '123' with no corresponding table entry>
    <Sep 11, 2002 12:40:48 AM GMT+08:00> <Warning> <Posix Performance Pack> <Got exception
    for fd: '151' with no corresponding table entry>
    I have deployed the WL server on HP-UX 11.0 and wlserver version is 6.1 sp2. Could
    anybody explain the warning message ?
    TIA
    Anirudh

    This is a known issue.
    Contact [email protected] and ask for "Combined muxer" patch.
    Kumar
    Anirudh wrote:
    Hi,
    I am getting following message on my console :
    <Sep 10, 2002 7:12:38 PM GMT+08:00> <Warning> <Posix Performance Pack> <Got exception
    for fd: '123' with no corresponding table entry>
    <Sep 11, 2002 12:40:48 AM GMT+08:00> <Warning> <Posix Performance Pack> <Got exception
    for fd: '151' with no corresponding table entry>
    I have deployed the WL server on HP-UX 11.0 and wlserver version is 6.1 sp2. Could
    anybody explain the warning message ?
    TIA
    Anirudh

  • Regarding error and warning messages in log.

    hi all,
    i need to move the error meaasges and warning messages to log....am downloading the FI data from EC...
    my req is if the company code  is not in header..throws warning message" comp has not been for header" and at the same the file has to be generated.....
    and for line item if the trading partner is not present it throws error message and at the same time file has to be generated.....
    for exxample like this.....
    GL account     FS item      Trading Partner  TC     Value in TC       LC       Value in LC
    12345678          213344   XXXX            USD     1,000          1,000
         USD

    Hi,
    u can use an internla table and get all the Logs,
    for Example if company code is not there the move the company code and pernr to ITAB1,
    if EMP subgroup is not there in header then move to ITAB2.and at the final appene itab1,itab2 to one more inernal table so that this final table contains all the errored pernrs, and u can display it

  • Warning message in ALV report

    Hi Experts,
    In ALV report i am getting warning like
    " Field string LS_HEADER is not referenced statically"
    Actually i declared this field as "DATA: ls_header TYPE slis_listheader.".
    How to correct this warning message.
    Thanks in advance.
    Thanks,
    Madhu.

    Dear Madhu,
    You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.
    Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.
    Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.
    Regards,
    Naveen

  • Warning message in BW Report  through Portal

    Friends,
    I really need your help to remove the waring message.
    For the purpose of changing the description on the Selection screen from “Cost Cetnters (Authorised Values)” to “Funds Centers” I had changed the ZCCTRATI variable description to Funds Centers
    Issue:
    When we open the old report we see the following information message.
    " Value if variable ZCCTRAT1 is automatically converted
    I did go to TC RSRT as of Dinesh,Vijay advice ,Just want to know that what message i need to Click .because i could nt find the relevant message
    Can u help me how to remove this ?

    Hi Manohar,
    Edit to add: Here I assume you have a Web Application Designer (WAD) report.
    You can suppress system and warning messages in WAD. Try this and see if it helps.
    - Go to your WAD report
    - In the top part of the properties window there is a drop down box. Open this box and select the top level entry there. This should be the name of your report.
    - Click Web Item
    - Check the following two checkboxes: "Do not Display System Messages" and "Do not Display Warnings".
    Hope this helps,
    Regards,
    Petter
    Message was edited by: M Petter

  • Error message into warning message KO450

    Hi,
    There are  unsettle RA  value in project PAD-9114. Because of  this unsettle RA  value in  the project  we are not able to  close the project and receiving error message like below:
    1.There is still WIP for wbs
    2.Balance of  wbs is not zero.
    There is still WIP for WBS PAD-9114
    Message no. KO450
    Diagnosis
    The WIP for WBS PAD-9114 has not been cleared.
    System Response
    WBS PAD-9114 cannot be deleted.
    Procedure
    Calculate the WIP for WBS PAD-9114 so that it can be cleared.  Then settle WBS PAD-9114, including the cleared WIP in the settlement.
    How  to change  above  error message   into warning message so that   it will allow us to  close  the project.
    With regards,
    V.krishnamoorthy

    Hi,
    Thanks  for your answer. But still i am receiving the same error
    There is still WIP for WBS PAD-9114
    Message no. KO450
    Diagnosis
    The WIP for WBS PAD-9114 has not been cleared.
    System Response
    WBS PAD-9114 cannot be deleted.
    Procedure
    Calculate the WIP for WBS PAD-9114 so that it can be cleared.  Then settle WBS PAD-9114, including the cleared WIP in the settlement.
    With regards,
    V.krishnamoorthy

  • How to remove the 'New Entry' button in the warning message for a dialog bo

    Hi Experts,
    I am calling a Modal Dialog box screen having a pushbutton.
    On the click of the pushbutton, I am performing some checks, and giving a warning message.
    The warning message comes as a popup in this case and has three buttons on it.
    One of these buttons is titled 'New entry'.
    I dont want that button to come on the warning popup.
    Please let me know if there is a way out for this.
    Thanks in advance.
    Useful answers will surely be rewarded.
    Regards,
    Himanshu

    Hi Jyothi,
    Thanks a lot for ur prompt reply.
    But, in my dialog screen, on click of the button I am simply using the statement :
    MESSAGE W000(0K) with 'text'.
    The resulting warning message comes as a popup with the 'New Entry' button on it.
    From the warning popup, how can I remove the button.
    Please let me know.
    Thanks.
    Regards,
    Himanshu

  • Warning Message in application

    Hi All,
    We are facing an issue when using Universal Work List and Guided Procedures in EP 7.0.
    A Warning message is getting displayed on the screens as ' Another administrator is currently customizing this application. If you want to customize, please restart the application later and try again'.
    SAP replied in OSS message saying that "that this message is coming from the Webdynpro code in the application and this is not a standard message at SAP end"
    Any suggestions regarding this are most welcome.
    Regards
    Bindu

    Hi Siva Rama
    Thanks for your reply
    i will explain indetail...
    i have installed the portal CE 7.1 freshly.
    when for the first time who ever user logs in then it wont be getting displayed.
    when any second user and susequent users logs in then it is getting the warning message displayed as i mentioned above
    can we handle the same in webdynpro app which we are using for UWL for GP workflow.
    Please reply back
    Regards
    bindu

  • Warning message in mir4 while posting

    hi friends ,
    In miro while we post the parked document then it display the warning message as "RG23 Part II posting not yet done"  , when we click on enter , the document is posting . But the user wants that as an error message not the warning message. So please tell me in what way i can get the solution.
    with regards,
    prasad.

    Hi
    1. Setting up Vendor/Customer is OK to get net balance as you said
    2. Spl GL account to track share capital also seems OK
    3. For grants, there is a specific functionality under PSM (Public Sector Management) component of FSCM... I guess, this is added in EhP4.. I am not sure if it was there earlier as well
    Fund Mngt can also be tried for funds mngt, but am not too sure... Its better to use the specific functionality
    4. Regarding budgeting in CO, it can not be on individual GL accounts.. To have budget on GL accounts, you need to activate Funds MNgt.... Std budgetary control in CO is @ Internal Order Level
    Regards
    Ajay M

  • Warning message in AVC in MB1A

    Dear,
    In FM i have set system warning message 70% and error message 100% in AVC. This is working fine in creation of PO, but during consumption MB1A system not issue warning message when budget consumed 70% or more but showing error message on 100%consumption.
    What is the reason during MB1A system not showing warning message if budget consume 70%or more ?
    Regards,
    Rabin.

    Hi,
    It is not Possible to give the Warning message in the Field Exit, We only pass the ERROR message to it. Just capture the value in the Field Exit and after the Field exit, if it possible to add the code then raise the Warning message there
    Regards
    Sudheer

  • Warning message in IT0021

    Hi experts,
    When i create, change or display the record in IT0021with any subtype, it shows warning message "Assignment to feature P0021 did not take place ", what does it mean? what will happen if i ignore this message? where it will going to effect?
    How to handle this warning message?
    Kindly guide me in this..

    Hi,
    pls check the feature P0021 is configured against country grouping 40 and required subtypes.
    The subtypes 1 (Spouse), 2 (Child), and 10 (Divorced spouse) are supported
    now save and activate the same CTRL+F3.
    regards,
    puja
    Edited by: pujapushap on Mar 5, 2012 7:09 AM

  • Warning message in my bex query designer

    Hi all,
    I am getting warning message while generate a query in  bex analyzer. Can anyone let me know the procedure how to suppress those messages while running the query.
    thanxs
    haritha

    Haritha,
    In Bex select Business Explorer on the File Menu, select Settings and then select Suppress Warnings from Server. It will need to be done on each PC to remove the warning messages.
    Regards
    Gill

  • Warning message in IT0008

    We are using T710 tables for Salary structure and T510A and T510G for pay scale area and type.  While entering the basic pay amount in the annual salary field, the warning message is coming in pay period amount range eventhough we have given annual salary range in T710A.
    Anybody who is not using the Pay Scale/Indirect Valuation for Basic pay, may be able to share their experience of maintaining only T710 tables without T510N table.

    Hello friend
    Please refer to the following information which is from certain developer:
    Regarding T510 vs T710:
    Development has recommended that "it is necessary to migrate the T510N
    data into the salary structure data of tables T710/T710A."
    Additionally the table T510N is not used in the new functionalities
    instead tables T710 and T710A are used. These are transparent tables.
    Table T510N is a pooled table for historical reasons.
    It only exists due to compatibility reasons and will not be developed
    further.
    Hope above information can help with your case
    Regards,
    Jun

  • Warning message in COR1

    Hi Experts,
    I have faced following warning message while selecting batches in COR1
    The dates for at least one order are not current
    Message no. CO834
    Diagnosis
    In at least one of the orders for which you have called up the availability check the dates are not current.
    System Response
    The availability check can be carried out but the results are calculated depending on the old dates and therefore in some circumstances do not correspond to the expected results.
    If you still want to carry out the current check and the automatic availability check is active for when the order is saved then the check is not called up again when the order is saved.
    Procedure
    Reschedule the order(s) affected and call up the availability check again. You can recognize the orders whose dates are not current by their system status: NTUP (dates not updated).
    What this messsage indicate & what to do to overcome this message

    Dear,
    If the dates are not current in an order and you call the availability check for the components, the system should generate message CO834.
    Please check the order dates.
    Regards,
    R.Brahmankar

Maybe you are looking for

  • ICal - month/year navigation bar on bottom like iPad...can we have it?!

    Is there a way to activate iCal in Lion OS to be like iCal on the iPad: specifically the month-month bar on bottom of screen to select any month in a 12 mo period. There is nothing at the bottom of the new iCal on Lion.

  • Unable to boot into Windows 7

         Hello, today I was playing some video games inside of Windows 7, upon noticing that whenever the computer had an area that text could be entered, it would spam the space bar into that area. Ex. when i would hit the start menu, in the little text

  • Reports 3.0 OLE 2 Objects

    Does anybody know if it is possible to display an OLE2 image over the web when compiling the report in .pdf format ? I know it is possible if you compile in .html format using the URL Link functionality, but the format quality ( e.g. fonts, tables, c

  • Flash menu in Acrobat 9 PDF???

    Hi, I want to create a Flash navigation menu in an Acrobat 9 document. The menu is on every page. I have the flash part done and the PDF is made, but how do I get the buttons in flash to jump to the correct page in Acrobat? Is this something I can do

  • How to change the cursor

    I somehow changed the pointer / cursor in bridge from an arrow to a small magnifying glass... when i position the cursor / pointer on a picture in the PREVIEW panel in bridge and press on the left mouse key, the cursor is a small magnifying glass tha