Regarding Message type W

Hi all,
     Iam using a warning message like " message w000()" , now message of this type has two controls "enter" to continue further processing and "esc" which exits from the current processing.
  Now how do we catch these events( "Enter" or "Esc").
  In a more crisp way , is there a method by which i can use warning message like a IF statement.
Thanks in Advance
Kishore Kumar Yerra

Hi ,
   I think Andreas is right . Its better to use FM POPUP_TO_DECIDE_WITH_MESSAGE . To know more about the FM click <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/2a/f9ffe3493111d182b70000e829fbfe/frameset.htm">Here</a>
Regards ,
Shounak M

Similar Messages

  • Urgent information required regarding message type and process code

    Hi All
    We am working on EDI895 transaction (Delivery/Return acknowledgment) and we are using TXTRAW01 Idoc type for the mapping. Can anyone please let me know what the message type and the process code for the IDoc type is???
    thanks

    Hi,
    Welcome to SDN.
    Please go to transaction WE64 to find out all process codes available for IDoc type TXTRAW01 with message type TXTRAW.
    There are four process codes for message type TXTRAW.
    - ED00
    - ED00_XML
    - ED08
    - TXT1
    Regards,
    Ferry Lianto

  • Regarding Message Type in ALE

    hi guys,
    i was involved in Master data distribution using Message Types MATMAS, DEBMAS and CREMAS but never created a customer specific Message Type that is why, i just want to know in what cases do we have to create our own message type's using we31, we30 and we81 and we82.
    can any one out here help me out by sharing giving some real time scenario's in what cases do we exactly have to create our own message type.
    thanks
    Pavan

    Hi Pavan,
    There is no hard and fast rule that you use standard or custom message types...
    SAP has provided messages for almost all scenarios. If you don't have enough fields in standard messgae type, you can enhance it to accumulate your requirement.
    But if the organization has completetly custom defined system (involving many Z-tables) , we create custom message types...
    As far as my knowledge, we should try to go ahead with standard message types by suppressing unnecessary segments and enhancing existing segments just to avoid Z-objects.
    Regards,
    Audy

  • Regarding message type SEQJIT

    Hi all
       please tell me the equilant ANSI x12 txn  number for message type SEQJIT .
    Thanks

    Hi Pavan,
    There is no hard and fast rule that you use standard or custom message types...
    SAP has provided messages for almost all scenarios. If you don't have enough fields in standard messgae type, you can enhance it to accumulate your requirement.
    But if the organization has completetly custom defined system (involving many Z-tables) , we create custom message types...
    As far as my knowledge, we should try to go ahead with standard message types by suppressing unnecessary segments and enhancing existing segments just to avoid Z-objects.
    Regards,
    Audy

  • Regarding Message Type Structures

    Dear XIers,
    Is it mandatory to have exact message structures for  both outbound and inbound message types in Interface Mapping (only JAVA/XSLT mapping).
    Thanks,
    jangili

    Hi,
    Is it mandatory to have exact message structures for both outbound and inbound message types in Interface Mapping (only JAVA/XSLT mapping).
    No.
    Firslty during the mapping of message types we specify how the data is to be transformed from the source structure to the target structure.This takes care of the structure of message types.
    While in interface mapping we just speicfy which mapping program is to be used by the interfaces.
    <b>Cheers,
    *RAJ*</b>

  • Regarding Purchase order message Type

    Hi
    I am maintain purchase order type through MN04.
    Now i want to message type with all condition which is maintained through MN04.
    Is there these entries are stored in any tables?
    If yes can any one provide me table name.
    Thanks
    DD

    Hi,
    Please check with acess sequence assigned to the output type, if the combination Purch. Organization and Vendor click F1 and find the table each access sequence assigned to the output type will define a new table
    For example:
    table -B025-Purchasing Output Determination: Doc.Type/Purch.Org/Vendor
              B026-Purchasing Output Determination: Document Type
              B987-Output Determination Training: EKO
               B027- Purchasing Output Determination: Purch. Org./Vendor for EDI
    You can use like this
    Regards,
    Pramod

  • Regarding mandatory fields, Context Objects and Fault Message Types

    Hi All,
    1) I am creating a structure with fields "Name", "Street" and "City". While creation i want to make "Name" fields as mandatory. Is it possible. If so how to achieve this.
    2) What is the purpose of Context Object and in which situation we will use this.
    3) What is the purpose of Fault Message Types and in which situation we will use this.
    4) I am doing file to file scenario, at sender side i have set the adapter as file and transport protocol as "FTP" . It is asking for "Server", "PORT" and "Login Details". What is this FTP, for this do i need to take any login details. I am totally not aware of FTP, could please explain more about this.
    Kindly look into the above points and respond point by point.
    Thanks in advance.
    Regards,
    Prem.S

    Hi prem,
    <b>1) I am creating a structure with fields "Name", "Street" and "City". While creation i want to make "Name" fields as mandatory. Is it possible. If so how to achieve this.</b>
    give occurence 1..unbounded. for the field name.
    <b>2) What is the purpose of Context Object and in which situation we will use this.</b>
    If u have multiple receiver system then to determine the reciever u can use context object.....
    the alternative of context objetc is X-Path...
    Check out these
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm
    /people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object
    Here is a scenario where context objects were used for BPM
    Technical Context Object in ccBPM
    Get the details here:
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
    Technical Context Objects :
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
    A list of the Technical Context Objects names can be found here:
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/ff0bf75772457b863ef5d99bc92404/content.htm
    Difference between context object and x-path:
    diff between context object and x path
    <b>3) What is the purpose of Fault Message Types and in which situation we will use this</b>
    whenever u want to catch some exception u can use fault message types.Just for a example u r sending some data to SAP system.But due to some reason the R/3 system is down.so in this case if u have implemented fault message ..u can get a error message specifying r/3 is down....
    Fault message implementation.
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    How to Guide
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40574601-ec97-2910-3cba-a0fdc10f4dce
    <b>4) I am doing file to file scenario, at sender side i have set the adapter as file and transport protocol as "FTP" . It is asking for "Server", "PORT" and "Login Details". What is this FTP, for this do i need to take any login details. I am totally not aware of FTP, could please explain more about this.</b>
    there are two transport protocol for File adapter
    1)FTP(File transfer protocol)
    to know abt FTP check here
    http://help.sap.com/saphelp_nw04/helpdata/en/43/0e16bfd7b021aee10000000a1553f6/content.htm
    2)NFS(Network File System)
    in server :Enter the host name or IP address of the FTP server.
    in PORT:Specify the port number of the FTP server.
                 The default is the standard port for the FTP server (21)
    check here
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Regards
    BILL
    <b>***reward with points if ity helps u!!</b>

  • Regarding Solman7.1 message type

    Hi, Expert
    We've build Solman7.1, but we will needed to change the existing message type in solman
    to old message type SLFN.
    If that is possible, could you kindly provide the step by step guide ?
    Thank you !

    Hi Takashi,
    Yes instead of SIVA ..the standard delivered transaction type for VAR is SMIV in 7.1
    please create a copy of SMIV to ZMIV or YMIV and then customize as per your requirement.
    I would also recommend you to attend one EGI for this if possible. The EGI for this is really good and covers almost all the important queries w.r.t to this. Search SMP for EGI calendar.
    In addtion, there is a new concept of business roles and sap delivered some out of box like SOLMANPRO and SOLMANREQU etc
    kindly check my below blogs which might help you to customize/configure the interface as well.
    Quick Tip : Customizing Business Role in Solution Manager 7.1 ITSM Part 1
    Quick Tip : Customizing Business Role in Solution Manager 7.1 ITSM Part 2
    hope this resolves ur doubt...All the best
    Regards
    Prakhar

  • Regarding WHSORD message type in IDOC

    Hi ALL,
    Please let me know the following things if any one work on IDoc - DELVRY03 and Message Type - WHSORD.
    Requirement is when you create a Outbound delivery in SAP if the delivery type is 'NL', Idoc has to create.
    1) What are the Process code and message type ( In NACE, we called as output type ) for WHSORD in Partner profiles ( WE20 ).
    2) At the time of creating deliveries in SAP, i have to check few conditions, if those are success then only i have to create IDOC else cancel the creation of IDoc. For this requirement what is the procedure.
    3) Based on user requirements i have to change the 'Plant' ( E1EDL24-werks ) for this where i have to write the logic, means if it has to done throught user-exit please let me know the user-exit name.
    Thanks & Regards
    K. Naveen Kumar

    Hi Naveen,
    1) You can all the Process codes in WE42
    2) You can do checks in BD64 (Filed level filtering)
    3) you can write the conversion rules using BD55,BD79.
       ( else userexit)
    Thanks
    Eswar

  • Regarding the Message Type and IDOCS related to IS-Banking

    Hi Gurus,
    can any one provide me the Message Type and IDOCs related to IS-Banking.
    Regards.
    Kiran kumar.

    Hi,
    Refer this link,
    http://www.stylusstudio.com/edifact/d04b/BANSTA.htm
    Hope it helps you.

  • Regarding Idocs and  their corresponding message types

    Hi,
    Being am a trainee can u plz help in providing a list of Idocs and corresponding Message types that are using
    in real time..
    Thanks & Regards
    Guna

    Go to "jdk/include" on your drive and take a look at "jini.h". Note, mapping of C type to java types may be different for 16,32 or 64 bit machines. Using jinit, jboolean and others is recommended. On the other hand, if you are sure you won't use your C code in 64 bit or 16 bit environment just forget about it and assume int is java int, long is java long, signed char is java byte and so on. Pointers are more tricky - read carefully jini tutorials.

  • Regarding Custom defined message types

    hi guys,
      i never got to work with custom defined message types but got to work with already defined message types and i just want to know why exactly do u need this and can any one please share their experience, why they have to design a custom defined message types especially in SD and MM with an example.
    thanks very much,
    pavan.

    What do you mean by custom message TYPE?   We create custom messages all the time at my company, by never a custom message TYPE.  Not sure what you mean here.
    Regards,
    Rich Heilman

  • Idoc and message type not getting replicated in the receiver system

    Hi
    i have created a Z Idoc and didtributed the mode from system A ....I can see the distribution model in system B
    However i cannot see the custom zidoc / message type in sys B.. Do i need to create the zidoc again in sys B

    Hi Tarang,
    at least ou need the required partner agreements and you should have a processing function for inbound IDoc. To implement this, the full definition of IDoc including Segment definition should be present in receiving system.
    Just look at standard IDocs and do as they do.
    Regards,
    Clemens

  • Regarding Message Pool In web Dynpro

    Hi
    I have created the InputForm application for error handling.... In that i have created the Message Pool. A class IMessage<ComponentName> has been genrated automatically. Inside this class whether i have to write the code for create CONSTANT keys or else it will automatically create ... Because i am not getting code inside... its generating empty class.....
    like
    public class IMessageSimpleErrorsForm{
    but i have gone through one application which is already created and deployed.... In that I found the following class for creating CONSTANT keys
    public interface IMessageSimpleErrors {
    ErrorMessage <code>"Please enter a valid date for field {0}. You entered , which is a date in the future  and therefore not a valid date of birth."</code> using
    key "DateIsInFuture".
      public static final IWDMessage DATE_IS_IN_FUTURE = new WDMessage( "com.sap.tc.webdynpro.tutorial.errorbehavior.IMessageSimpleErrors" , "DateIsInFuture", WDMessageType.ERROR);
    Warning <code>"You did not enter an e-mail address. Therefore, you will not be informed about product news and special offers."</code> using
    key "DesiredEMail".
      public static final IWDMessage DESIRED_E_MAIL = new WDMessage( "com.sap.tc.webdynpro.tutorial.errorbehavior.IMessageSimpleErrors" , "DesiredEMail", WDMessageType.WARNING);
    ErrorMessage <code>": Entry of a valid is required for proceeding with the requested service."</code> using
    key "MissingInput".
      public static final IWDMessage MISSING_INPUT = new WDMessage( "com.sap.tc.webdynpro.tutorial.errorbehavior.IMessageSimpleErrors" , "MissingInput", WDMessageType.ERROR);
    please help me
    Thanks & Reagards
    Ravi Shankar B

    Hi Ravi,
    Pay attention that constant are generated only for messages types Standart, Warning and Error but not for Text.
    Best regards, Maksim Rashchynski.

  • How to connect our outbound function module to the message type

    how to connect our outbound function module to the message type any transcation code exits to assign the message type with the function module .
    Thank in advance .
    A. Thiru

    Hi Thiru,
    Standard Transaction Codes, have their own Function Modules for generating Outbound/Indbound Idocs. Where these Function Modules will be configured to a particular Process Codes.
    For E.g for PO's
    Process code : ME10 - IDOC_OUTPUT_ORDERS - for creation
    In case if its a Z Function Module, It depends on the case how you use IDOC types. either directly through Z Program or through Inbound/Outbound Process  codes with respective Function modules.
    Regards,
    Anbalagan

Maybe you are looking for