Error in ecatt testing for me21n transaction.

Hi All,
I have created Test script, test data container and Test configuration for ME21N (create purchase order) transaction
While executing test configuration, I got below error message.
S00349 Field COBL-KOSTL. does not exist in the screen SAPLMEGUI 0014
Please help me for further action.
Many thanks
Vikas

Hi Vikas,
Before running the test configuration, Please check ME21N transaction manually and find out the field
COBL-KOSTL and check whether it is mandatory or not.
If it found check your script whether that field is properly recorded or not.
May be this field is newly added as mandatory for that transaction
Regards,
Santosh.
Edited by: ABAP Santosh on Oct 19, 2009 9:17 AM

Similar Messages

  • Lsmw for me21n transaction

    Hi ,
    I had a problem while doing lsmw for me21n transaction. My problem is how to handle table control in that. can any one send some screen shots or link, how to do table control
    Thanks & Regards,
    sreehari
    Moderator Message: Search for available information on the web before posting
    Edited by: kishan P on Sep 3, 2010 9:51 AM

    Hi ,
    I had a problem while doing lsmw for me21n transaction. My problem is how to handle table control in that. can any one send some screen shots or link, how to do table control
    Thanks & Regards,
    sreehari
    Moderator Message: Search for available information on the web before posting
    Edited by: kishan P on Sep 3, 2010 9:51 AM

  • Is it possible to do ecatt testing for about 3000 users

    Hello everyone,
    My company is upgrading sap and needs ecatt testing to be don. Is it possible to do ecatt testing for about 3000 users.... i mean the requirement is to record the data given by the user and capture it as a log which can be analysed further??? anyone can help me?..please give me some reference and ideas..
    thank you

    Welcome to SDN
    Please go to this link http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3464
    and do your recording accordingly. Might be helpfull..
    here you can record for the other users in current session.

  • BDC for ME21N Transaction

    Dear All,
    I have a requirement to create PO using transaction ME21N. I had written a code to create PO using BDC for transaction ME21. But the user wants it to be modified to ME21N. The user wants the PO created in the foreground like the one i created fro ME21. But is it possible to use BDC for ME21N or is there any other way i can change the BAPI to foreground processing like in BDC?
    Regards,
    Karthik

    Hi Raghavender,
    This is a report to display and validate the RFQ's. And once the user selects the RFQ and clicks on Create PO from RFQ push button, it should go to transaction 'ME21N' with values from RFQ. ( similar to what we do in ME21N, when we drag RFQ from the documents overview and drop it into cart, the values are populated). I want the similar functionality to happen when the user clicks on clicks on Create PO push button. But it should happen only in the foreground and not background.
    Regards,
    Karthik

  • Error during connection test for Content Producers in FPN

    Hi,
    I have a question regarding connection test for content producers in FPN. Please let me explain the scenario,
    The portal server (PS1) is in the network domain say "XYZ.com" and we are accessing the portal from different domain say "ABC.com" via browser. We need to configure another portal (PS2) which is in the network domain say "mno.XYZ.com" with PS1 using FPN. We have imported the certificates of portal PS1 (consumer) in PS2 (producer) portal server and done the required trust configurations using VA in PS2 portal server.
    Then we created a new content producer object for the PS2 portal (producer) in PS1 portal. But when we did the "Connection Tests" it gets failed with the following error message,
    "Could not retrieve the WSDL file; the handshake URL may not exist or may be invalid".
    Can any one please tell me why this error message is coming. Is it due to any network connection issue?
    Thanks,
    Gokul.

    Hi Ginger,
    somehow, yes :-) I deployed the iFlow for customer master replication. After creating a customer the trace looked different and terminated at the reverse proxy. So the simple connect somehow is not able to do the same...
    Cheers
    Florian

  • User_Exit (Condition Class) for ME21N Transaction

    Hello Gurus !!.
    I need one User_Exit for the ME21N Transaction what
    is activate into the moment of Conditions Class input
    (tax), the idea is to take one value of one Z table, make
    one calculate betwen Z table Value and Condition Class tax
    whose result will be return to the Value of Condition.
    Thank Very Much for yours help.

    Hi,
    You can try any one of the user exit;
    MM06E005 - Customer fields in purchasing document
    MEQUERY1 - Enhancement to Document Overview ME21N/ME51N
    Bye,
    Muralidhara

  • Error During ECATT test script creation

    Hi,
    I am creating test script using SECATT t.cde. I select traget system and click on Pattern Button and provide input as follow.
    Group : UI Control
    Command : TCD (Record)
    Transaction : MM02
    When I click continue button, I am getting error "Transaction MM02 could not be found in Target System".
    I had check my RFC Configuration, its working properly.
    Please help me to solve this issue.
    Regards,
    Nisit

    Not sure what exactly you're asking, but here is a "how-to" article on eCATT creation:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50bec015-14f1-2910-6080-9874b3499052

  • Error in badi ME_GUI_PO_CUST for ME21n/22n/23n

    Dear All,
    I want to add 1 tab in ME21n/22n/23n.
    In that 2 field in EKKO table using ci_ekkodb include is add
    For that I use badi ME_GUI_PO_CUST.
    in that
    MAP_DYNPRO_FIELDS
    TRANSPORT_FROM_MODEL
    TRANSPORT_TO_DYNP
    TRANSPORT_FROM_DYNP
    TRANSPORT_TO_MODEL
    these method find error do to field name passing.
    method IF_EX_ME_GUI_PO_CUST~MAP_DYNPRO_FIELDS.
      FIELD-SYMBOLS: <mapping> LIKE LINE OF ch_mapping.
        LOOP AT ch_mapping ASSIGNING <mapping>.
          CASE <mapping>-fieldname.
            WHEN 'ZZDEPT'.                                            " Field Name
              <mapping>-metafield = mmmfd_cust_03.
            WHEN 'ZZPOGR'.                                            " Field Name
              <mapping>-metafield = mmmfd_cust_04.
          ENDCASE.
        ENDLOOP.
    endmethod.
    Referening **************** - Step by step guide on adding a new tab in ME21N using a BADI
    Replay is appreciable.
    Regards,
    Pooja

    First you go to se18 and read documentation of this badi.
    You have to implement BAdI ME_PROCESS_PO_CUST before implementing this BAdI.
    Sample code is available here.... goto->sample code->display
    In case any doubt u ask..
    Regards
    Sreekanth

  • User exit or Badi for ME21N transaction

    Hi Gurus,
    In ME21N tranasaction i need to make the field 'Free Item' ( checkbox ) as a mandatory field at item over view level for specific document types. so that user can't  save the PO order with out checking the checkbox.
    So is there any exit or badi to achieve the functionality.
    Thanks in advance.
    Regards,
    krisc.

    Hi gurus,
    Thank you very much for your replies.
    I resolved this issue my self.
    Thanks,
    krisc.

  • Error in FM RV_MESSAGE_UPDATE in MIGO transaction

    Hi,
    I am facing the the error in FM RV_MESSAGE_UPDATE for MIGO transaction as below:
    Report          SAPLMIGO
    Transaction     MIGO
    Error details   Class:     FPRUNX    
    Error Number:    102 - No job started
    Status : Update was terminated
    I have checked in SM13 transaction but I am not able to get the root cause for this error.
    Please advice.
    Ashish Dholi

    Maybe it's the ADSUSER issue, check this:
    http://scn.sap.com/message/8210637

  • Exit for ME21N

    Hi,
    Need your help for solving an issue related to ME21N ( Purchase Order Creation)
    I am having ZVRL(say) condition type that is mandatory and is defined in pricing schema ZVVA01(say).ZVVA01 is further attached to purchase organisation 4000 (say).
    I am having a document type ZVVN . I want to save the purchase order without ZVRL (Defined as Mandatory condition)  for particular document type ZVVN. But as ZVRL is mandatory condition , So system does not allow me to save the purchase order.
    For solution following option have been ruled out by the client-
    1) Through a separate vendor schema with different purchase organization.
    2) Entering any value like .01 or .002 for the mandatory condition type that is for ZVRL.
    Other than above two, Can anyone please tell me if there is any exit/badi/ or pricing routine available through which we can avoid mandatory ZVRL condtion for particular document type ZVVN at the time of saving and changing the Purchase order.
    Thanks
    Deepak Gupta

    Hi,
    Check all user exit for ME21N
    Transaction Code - ME21N Create Purchase Order
    Exit Name Description
    LMEDR001 Enhancements to print program
    LMELA002 Adopt batch no. from shipping notification when posting a GR
    LMELA010 Inbound shipping notification: Transfer item data from IDOC
    LMEQR001 User exit for source determination
    LMEXF001 Conditions in Purchasing Documents Without Invoice Receipt
    LWSUS001 Customer-Specific Source Determination in Retail
    M06B0001 Role determination for purchase requisition release
    M06B0002 Changes to comm. structure for purchase requisition release
    M06B0003 Number range and document number
    M06B0004 Number range and document number
    M06B0005 Changes to comm. structure for overall release of requisn.
    M06E0004 Changes to communication structure for release purch. doc.
    M06E0005 Role determination for release of purchasing documents
    ME590001 Grouping of requsitions for PO split in ME59
    MEETA001 Define schedule line type (backlog, immed. req., preview)
    MEFLD004 Determine earliest delivery date f. check w. GR (only PO)
    MELAB001 Gen. forecast delivery schedules: Transfer schedule implem.
    MEQUERY1 Enhancement to Document Overview ME21N/ME51N
    MEVME001 WE default quantity calc. and over/ underdelivery tolerance
    MM06E001 User exits for EDI inbound and outbound purchasing documents
    MM06E003 Number range and document number
    MM06E004 Control import data screens in purchase order
    MM06E005 Customer fields in purchasing document
    MM06E007 Change document for requisitions upon conversion into PO
    MM06E008 Monitoring of contr. target value in case of release orders
    MM06E009 Relevant texts for "Texts exist" indicator
    MM06E010 Field selection for vendor address
    MMAL0001 ALE source list distribution: Outbound processing
    MMAL0002 ALE source list distribution: Inbound processing
    MMAL0003 ALE purcasing info record distribution: Outbound processing
    MMAL0004 ALE purchasing info record distribution: Inbound processin
    MMDA0001 Default delivery addresses
    MMFAB001 User exit for generation of release order
    MRFLB001 Control Items for Contract Release Order
    AMPL0001 User subscreen for additional data on AMPL
    See which is suitable for your requirement.

  • EXIT_SAPMM06E_006  for ME21N, ME22N, ME23N

    Hi all
    i need help to insert some fields from EKPO in
    the Tcode ME21/2N. For example EKPO-BRGEW on status tab in the to header part.
    I have appended this field into structure CI_EKKPODB also created subscreen for SAPLXM06 u2013 0111.
    need to assign this  screen to SAPMM06E-0111.  can anybody tell me how to assign screen. 
    If I can get a sample code to write in the EXIT_SAPMM06E_006 will be very much useful.  so that data from this field must be displayed on the header part of the status tab.
    Points are not issue.  Will reward points.
    Thanx and regards
    Manisha.

    Hi Manisha,
    Firstly When you are adding a customer field to the ME21n transaction at header level, you just check under which structure you are appending it.
    You are appending into EKPO table. It is for item details.
    You go for EKKO table, it is for header data. In that there is custom include, you can add your field there and activate it.
    Recently I have developed one Screen exit for ME21n transaction. I have added a custom field and populated the data into the database. If you need it I will send to your ID  for your reference.
    Code has to be written in the function modules EXIT_SAPMM06E_008 so that data flows to and fro between the main SAP program and custom sub screen program. Double clicking on the exit we can write the code in it.
    In that Exit we will having parameters. When ever we enter the data in the screen, That means screen field it should get captured and sent to the parameters in the function module. Then later it is modified.
    Reward points if useful.
    Cheers,
    Swamy Kunche

  • Exit for ME21N - Change value on SAVE

    Hi everyone,
    i'm looking for an exit or BADI in ME21N that allows me to change a specific value in table eket.
    The idea is that after the SAVE, the field EINDT of EKET must be changed.
    I had aldready tried to use some exits, but not even one worked.
    Here's the list i tried:
    EXIT_SAPMM06E_006
    EXIT_SAPMM06E_007
    EXIT_SAPMM06E_008
    EXIT_SAPMM06E_009
    EXIT_SAPMM06E_012
    EXIT_SAPMM06E_013
    EXIT_SAPMM06E_014
    EXIT_SAPMM06E_016
    EXIT_SAPMM06E_017
    EXIT_SAPMM06E_018
    Can anyone help me please?
    Best regards,
    Pedro
    Message was edited by:
            Pedro Rosa
    Message was edited by:
            Pedro Rosa
    Message was edited by:
            Pedro Rosa

    Check all available for ME21N
    Transaction Code - ME21N                    Create Purchase Order
    Exit Name           Description
    AMPL0001            User subscreen for additional data on AMPL
    LMEDR001            Enhancements to print program
    LMELA002            Adopt batch no. from shipping notification when posting a GR
    LMELA010            Inbound shipping notification: Transfer item data from IDOC
    LMEQR001            User exit for source determination
    LMEXF001            Conditions in Purchasing Documents Without Invoice Receipt
    LWSUS001            Customer-Specific Source Determination in Retail
    M06B0001            Role determination for purchase requisition release
    M06B0002            Changes to comm. structure for purchase requisition release
    M06B0003            Number range and document number
    M06B0004            Number range and document number
    M06B0005            Changes to comm. structure for overall release of requisn.
    M06E0004            Changes to communication structure for release purch. doc.
    M06E0005            Role determination for release of purchasing documents
    ME590001            Grouping of requsitions for PO split in ME59
    MEETA001            Define schedule line type (backlog, immed. req., preview)
    MEFLD004            Determine earliest delivery date f. check w. GR (only PO)
    MELAB001            Gen. forecast delivery schedules: Transfer schedule implem.
    MEQUERY1            Enhancement to Document Overview ME21N/ME51N
    MEVME001            WE default quantity calc. and over/ underdelivery tolerance
    MM06E001            User exits for EDI inbound and outbound purchasing documents
    MM06E003            Number range and document number
    MM06E004            Control import data screens in purchase order
    MM06E005            Customer fields in purchasing document
    MM06E007            Change document for requisitions upon conversion into PO
    MM06E008            Monitoring of contr. target value in case of release orders
    MM06E009            Relevant texts for "Texts exist" indicator
    MM06E010            Field selection for vendor address
    MMAL0001            ALE source list distribution: Outbound processing
    MMAL0002            ALE source list distribution: Inbound processing
    MMAL0003            ALE purcasing info record distribution: Outbound processing
    MMAL0004            ALE purchasing info record distribution: Inbound processing
    MMDA0001            Default delivery addresses
    MMFAB001            User exit for generation of release order
    MRFLB001            Control Items for Contract Release Order
    No of Exits:         35
    Reward points if useful.........
    Minal

  • BADI for ME21n for auto pouplate G/Laccount number in acctassignmentsubscre

    I got requirement that when iam creating a new PO in ME21n i want account gl value to be 5175, when i choose account assignment category as order.
    Is there any BADI to auto populate value for G/L account number in account assignment screen for me21n transaction.

    1. double click on PROCESS_ITEM.
    2. Double click on 'IF_PURCHASE_ORDER_ITEM_MM' under Associated type.
    3. go to parameters of GET_DATA method of IF_PURCHASE_ORDER_ITEM_MM.
    4. this method is having all fileds for item.
    use the method.
    Also check the documentation of the method: process_item
    "The PROCESS_ITEM method enables you to change the item data and check it for correctness.
    Parameters:
    The following parameters are available:
    IM_ITEM - Document item
    The interface reference is of the category IF_PURCHASE_ORDER_ITEM_MM. You can use all methods defined there.
    Reddy
    Edited by: V.V.Reddy on May 12, 2010 12:46 PM

  • How to call a variant for a transaction

    Is it possible to call a specific variant (say test) for a transaction like MMBE?

    Dear Pinkey,
    You can use transaction SHD0 (Transaction Variant)
    http://help.sap.com/saphelp_webas620/helpdata/en/eb/5fab41d79b11d296190000e82de14a/content.htm
    In the SAP Reference IMG, you can create transaction variants. Choose Basis Components -> Application Personalization -> Tailoring of Application Transactions -> Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.
    To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).
    Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).
    To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.
    Hope this will help.
    Regards,
    Naveen.

Maybe you are looking for

  • How to Return List of Packages from Pacman/Yaourt Search

    ----EDIT---- Changed the name of the script from pacsearch to pacdot. Apparently yaourt -Ssaq does this, so this script isn't as necessary as I thought. Although, I still find using pacdot -w to open the results in a text document helpful. ----/EDIT-

  • Can't drag and drop or import into files

    I moved my audio files from "c" drive to another drive and had a bear of a time getting itunes to recognize it...but after reinstalling finally it seems to be working okay... Except when I copy and paste my audio files into itunes nothing happens. Wh

  • Using rxvt-unicode as an application launcher

    So I followed the wiki and have the following command bound to Super+BackSpace: $ urxvt -geometry 80x3+480+320 -name 'bashrun' -e sh -c "/bin/bash -i -t" The niggle I'm having is that the window is still open even after I've launched chromium or what

  • Can I make and order photo books using iPhoto on my iPad?

    I would like to make photo books for family and friends, but all I have is an iPad. Will it do the same thing?

  • Copy music to iPod from multiple Macs

    Can anyone tell me how to copy tracks from different computers in the household to one iPod?