Which Message type to choose

Hi All,
My requirement is if , in an editable ALV, a negative value is entered , processing should stop and an error message should be displayed 'Negative Value cannot be used'.
I have used message type e , but the problem is whenever I change the value and click on one of my customised buttons on the toolbar, I am thrown out of the Program .
Can any one help?

Hi
Dont directly show the error message in editable ALV grid.
use this method
If value enterd is  < 0.
        CALL METHOD er_data_changed->add_protocol_entry
          EXPORTING
             i_msgid     = '0K'
             i_msgno     = '000'
             i_msgty     = 'E'
             i_msgv1     = 'Value entered is negative.
             i_fieldname = w_good-fieldname
             i_row_id    = w_good-row_id.
endif.
Thanks
Kiran.

Similar Messages

  • Which Model Type to choose BPMN or EPC

    Hi
    I am trying to create Oracle's Standard Business Flows in ERP Application into BPA.
    Like Procure to Pay etc.,
    For this which Model Type is better (BPMN or EPC)?
    What are the things to be considered while choosing the Model type?
    Any direction is helpful...
    Regds
    Ravi

    Hi Ravi,
    The threads below should give you some hints:
    * EPC or BPMN: EPC or BPMN
    * BPMN in BPA 10.1.3.3: Re: BPMN  in BPA 10.1.3.3
    * EPC or BPMN at business process level: EPC or BPMN at business process level
    Basically there is a comment in one of the threads, which does conclude the question regarding EPC or BPMN in a nice way:
    "Use both diagram types in their strongest domains"
    Best, Danilo

  • Any Idea Which Message type/Idoc Type should be used for FI Invoice

    Hi Experts,
    Any idea what message type/Idoc type should be used for FI invoice. We are going to send IDOC from R/3 to Non-SAP System using ALE. We are using T-codes FV60/FV65.
    Thanks,
    Sony

    Hi Sony,
    I never dealt with FI IDoc.
    I think you need to setup EDI outgoing payment in IMG. Please take look this report <b>RFFOALE1</b> - ALE Distribution of Payment Data and <b>RFFOEDI1</b> and check also the program documentation.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Which EAP Type to choose for 802.1x Wireless Policy?

    Hi everyone,
    i have a question about recommendation for EAP Type in a wireless policy:
    Which configuration is more secure/recommendet?
    a)
    Authentication Type: PEAP
    EAP Type: EAP-MSCHAP v2
    b)
    Authentication Type: EAP
    EAP Type: Certificate
    We have a working configuration with a) and could Change to b).
    Thanks,
    Andy

    Hi,
    Project a uses PEAP cooperate with EAP(EAP-MSCHAP v2) is more security/recommended.
    PEAP is a new member of the family of EAP protocols. To enhance both the EAP protocols and network security, PEAP provides:
    1. Protection for the EAP method negotiation that occurs between client and server through a TLS channel. This helps prevent an attacker from injecting packets between the client and the network access server (NAS) to cause the negotiation of a less secure
    EAP method. The encrypted TLS channel also helps prevent denial of service attacks against the IAS server.
    2. Support for the fragmentation and reassembly of messages, allowing the use of EAP types that do not provide this.
    3. Wireless clients with the ability to authenticate the IAS or RADIUS server. Because the server also authenticates the client, mutual authentication occurs.
    4. Protection against the deployment of an unauthorized wireless access point (WAP) when the EAP client authenticates the certificate provided by the IAS server. In addition, the TLS master secret created by the PEAP authenticator and client is not shared
    with the access point. Because of this, the access point cannot decrypt the messages protected by PEAP.
    5. PEAP fast reconnect, which reduces the delay in time between an authentication request by a client and the response by the IAS or RADIUS server, and allows wireless clients to move between access points without repeated requests for authentication.
    This reduces resource requirements for both client and server.
    You can choose between two EAP types for use with PEAP: EAP-MS-CHAPv2 or EAP-TLS. EAP-MS-CHAPv2 uses credentials (user name and password) for user authentication. EAP-TLS uses either certificates installed in the client computer certificate store or a smart
    card for user and client computer authentication. Comparatively, the second one is more security because public Key certificates provide a much stronger authentication method than those that use password-based credentials.
    Best Regards,           
    Eve Wang 

  • IDOC question on Message type and Basic Type - Partner Profile

    Hi all,
    I am wonder if I can post any IDoc question in this right forum/module. If not please direct me to the right forum/module. I am a newbie in IDOC setup.
    My question is about the setup of Partner Profile creation (WE20).
    When creating a new partner, for example with partner type LI, I notice there is outbound parameter and inbound parameter.
    Questions:
    1 u2013 It makes sense to have only one message type record appear in EITHER one of these two tables.  I notice that some partner in my system has message type record exist on both the inbound and outbound parameters table, why system allows? What is the business rational?
    2 u2013 May I have a list of standard SAPu2019s Message Type object of its usage description, and its allowable Basic Type (ie. IDOC TYPE). Basically a website to describe their (i.e. Message type and its Basic Type) business usage.
    Thanks.
    tuff

    Tuff,
    Below are my thoughts,
    There is a partner sing partner type LI. This partner in the WE20, has one record (i.e. with Message Type ORDERS) exist in the Outbound Parameter table. This partner also has 4 records (i.w. with Message Type DESADV, INVOIC, MBGMCR, and ORDRSP) exist in the Inbound Parameter table. So my question is what is the business rational behind this kind of setup. Because I am confuse when come to create a partner profile, whether I need to create a message type in Inbound Parameter table or Outbound Parameter table, or I need both.
    OK, so looking at the above example, you have an orders message type(This is for creating an order) in the outbound, this means that you are sending out an IDOC(purchase order for ex) to this partner, so that this partner can create an SO in his system and fulfill your order.
    Now you also, mention that you have other four Message types for the same partner on the inbound, now let us look at the above scenario, you have asked your partner to fulfill the order, i guess you would like to get a confirmation from him/her if the order was created or not in his/her system and how and when is he/she going to fulfill your order requirement. This he/she does by sending an response to your order -  ORDRSP.
    And when the partner is ready to ship your order to you, he/she sends out a Advance Shipping Notice - ASN via the IDOC of message type DESADV.
    Finally and most importantly , he/she will send you the invoice - INVOIC for the order.
    In general, you interact with your partner via Business Docs - Order, Delivery, ASN, Invoice etc, so whatever document come from your partner - ORDRSP, INVOIC etc will be on the inbound profile of the partner. Whatever docs that you send ORDERS, ORDCHG etc etc will be on the outbound profile of the partner.
    2 - Bascially I would like a reference in any website that allow me to choose which message type is best use for my partner profile, so that I don't have to reinvent.
    Well, there is no choice of choosing/best message type for a given requirement - So for sending an Invoice the message type is INVOIC, ORDERS - For order creation, ORDCHG for order change etc. However the IDOC type, is some thing that you can choose, for Ex: ORDERS01 - ORDERS05, these are the IDOC types that are available, so if you are interacting with a partner who are running an old version of SAP and their system has only upto ORDERS02 in their version of SAP then you would use ORDERS02.
    Regards,
    Chen

  • Partner profile,Message type

    First time if I am configuring SAP R3 and SAP BW system
    I need to create Partner profile and Port definition ,message type RSINFO,RSSEND,RSRQST.
    Creating SAP R/3 source system in BW-I need to use RFC user or my user id is fine.
    Any one help me out which message type goes to where or related any documents.
    Please advise on this

    Hi,
    For info about source system connections see the following notes:
    793717    Client copy into the BW client in Netweaver/mySAP ERP               
    606757    Naming conventions for logical systems                                      
    <b>524554    Storing destinations in the BW environment </b>                              
    423184    ALE: Problems with logical system names                                    
    325470    Activities after client copy in BW source systems         
    <b>184971    Notes on BW source system connections </b>                    
    184754    Procedure after BW database copy                          
    184447    Building a BW-system landscape                            
    184322    Procedure after DB copy of BW source systems              
    121163    BDLS: Converting logical system names 
    Kind regards, Patrick Rieken.

  • EDI Message type

    Hello guru's
    I am configuring the edi setup for billing documents.
    Just a quick question, I need to set it up for idoc type INVOIC01 so which message type should I use for the same DEBMAS?
    Please suggest.
    Thanks
    Aman

    Rags, I will check them again but getting two errors as below mentioned.
    **"This output has not been defined for medium 6 and partner function LS"** this is at condition record level vv31.
    Maintain outgoing EDI-connection data for partner IWAYLOG " this is at the output level for billing document,
    Thanks
    aman

  • Lsmw idoc message type

    hello iam transfering legacy data for Open AR lne items what message type we use for this in idocs and how and where we find that particular message type is assigned to particular object.it is urgent can any body help me regarding this .
    Regards
    Janapathi

    Hi Priya,
    To find which message type is assigned to which object, Goto Tcode BDBG give object name and method then click display.
    Reward if helpful.
    Younus.

  • How to find the message type for application

    Hi Guys,
    while postnig the data through idocs,we use message types
    the issue is how can we find the massage type for application?
    plzz help

    You can find these in transaction WE82.
    You can find in WE57, this basis type, which fm is attached (BAPI_IDOC_INPUT1).
    Then check out transactions WE41 and WE42.
    You can use the table EDIMSG, in SE16 to list all the msg types making use of the same IDoc.
    or
    If you want to get all the message types, you can use WE81.
    If you want to see which message types are attched to a particular Idoc type, use WE82
    check it in BD60 and WE57..

  • Message types related to MM module

    hi friends,
    I want to know the standard masters for MM modules.
    according to the masters i want to know the Message types.
    can anyone give the t code for searching the message types.
    i am searching by using WE81,
    i got the no of message types but i can't find which message type related to Master data.
    can any one give me proper solution.
    thanks in advance.
    regards,
    karunakar

    hi punit,
    thanks for responding for my thread.
    solved the problem my self only..
    here i am giving the list of master data message types/ IDocs .
    http://www.erpgenie.com/sap-technical/ale-edi-b2b/master-data-message-types-idoc-types
    thanks,
    karunakar

  • Which partition type - formatting startup drive

    I just got a new white 2.16 intel imac. Before I put any data on it, I want to partition it to put a superduper sandbox on it.
    I've been reading about how to do it and the only thing I'm not sure about is which partition type to choose. So far I have read that on an intel, it needs to be GUID. I went into disk utility and clicked on info for Macintosh HD - and it says the partition type is Apple_HFS. This is not making sense to me.

    Not quite correct. GUID partition map is required to install Mac OS on an ICBM (Intel-chip-based Mac); however, you can clone a good ICBM system onto a HD/volume that's formated with the Apple partition map and it'll boot the ICBM.
    *For the OP*
    I strongly recommend getting an external, bootable FireWire/USB 2 HD, use something like Carbon Copy Cloner, SuperDuper!, Disk Utility, etc. to make a bootable backup/clone onto it, boot from it, ensure it looks and acts like the original, and then partition the internal HD. Reverse the process and you'll have what you started with and also the means to routinely backup your stuff.

  • In which table cound i find the info on EDI standard Message type??

    Example
    EDI standard Message type Business process
    EDIFACT ORDERS Purchase order
                   INVOIC Invoice
    ANSI X12  850 Purchase order
                    810 Invoice
    Like those 850..810..etc info, i dont know from which table could i find the related info?
    Thanks.

    Hi Hoo,
    Electronic Data Interchange (or EDI) refers to the use of computers in formatting and exchanging business information using internationally recognized standards and formats. Standards organizations throughout the world have defined hundreds of document types to create a universal language for companies to conduct business while using dissimilar systems and processes. Common business documents, such as the invoice, purchase order, production planning schedule, ship manifest, and customs declaration, have been standardized and are sent and received electronically over private secure networks (Value-Added Networks - VANs) and the Internet.
    So EDI is not an SAP product, It is a method to exchange the data over internet.
    You dont get any information in any table in SAP. SAP supports EDI to exchange the data over internet. There are no. of third party EDI tools to connect to SAP.
    following is link to know more about EDI message types.
    http://www.edifactory.de/messages.php?s=D96A

  • Choose which content type to use in sharepoint 2013 list using InfoPath 2013

    So, in my head it seems pretty simple and a feature that might be standard to InfoPath so much in fact I can't find anything on it... My goal is to a have one list where you can do a drop down or buttons to choose which content type to use.
    I will be royally disappointed if this is not possible. =(
    So, c'mon you giants of MS Support. Give me a happy answer.

    Hi Lincoln,
    According to your description, my understanding is that you want to use multiple content types in a list.
    For achieving it, you can do as the followings:
    Open the list.
    Go to List Settings->Advanced Settings.
    Under ‘Allow management of content type’, select ‘Yes’, click OK.
    In the Content Types section, click ‘Add from existing site content types’
    Then add the content types that you want to add, click OK
    Go back to the list, click ITEMS->New Item, then all content types are displayed in the drop-down list
    When you click an item, you can select the new item is created based on one of these content types
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Which IDoc Type and Message Type to use for Credit Memo?

    Could you guys please tell me which IDoc type and Message Type to use for Credit Memo? Also if possible tell me the process code/ function module.
    Will certainly give points for right answer. Thank you for reading.

    Hi,
    You can use IDoc type FIDCCP02 with message type FIDCC1/FIDCC2 for Credit Memo.
    Also you can use this FM FI_IDOC_CREATE_FIDCC1/
    FI_IDOC_CREATE_FIDCC2 to generate the IDoc.
    Regards,
    Ferry Lianto

  • Idoc message type which contains all  data types

    Hi,
    I need idoc type or name which consist of all data type sap has defined. There are nearly 24 data types.
    Pls help..
    Regards,
    Taj

    hi,
    you will not have any message types which contain all data types.
    message types will be defined based on specific data.
    for example :
    MATMAS - Material master
    DEBMAS - Customer master data distribution

Maybe you are looking for

  • How do i get my icloud email account set up in mail on our new mac.

    How do i set up my iCloud account on our new Mac  My family have set up their Sky, gMail, & hot mails accounts really easily yet mine just woun't work keep hetting a message unable to conect to outgoing mail server. why are 3rd party accounts so easy

  • T2000 MB/FF_POK

    I have a bunch of T2000s that won't start due to an error with "MB/FF_POK" What exactly is the MB/FF_POK and is there a way to replace it? I've seen in documentation that it's either the SC or "system hardware" We've had three Techs working on this o

  • Sharing internet with VPN

    Hi All, I usually use the built-in airport to share my LAN to other machines in my house, but sometimes when I had to use juniper VPN to connect to my office network, other machines will lose the ability to connect to internet. Does anyone know how t

  • I get the error "itunes library file cannot be saved. An unknown error occurred (-50)."

    I recently installed iTunes on a new laptop with Windows 7.  Why do I get the error "iTunes library file cannot be saved. An unknown error occurred (-50)?"

  • AS3 vs Lingo

    This question is directed to those of you who program in Flash and Director. Is Flash CS3 any good? Hmm, kind of a loaded open-ended question, let me be a bit more specific. I like that the Flash player has such a broad user base and I'm currently in