*****FM / Bapi Name required***********

Hi,
   Can anyone please tell the name of the Function Module /  Bapi to update the fields priority , category while creating a change request in Solution Manager.
Regards,
Vijay

Hi,
Please do not open duplicate threads for the same question..Please close one of the thread..
Thanks,
Naren
<deleted duplicate> <moved to ABAP General forum>
Rich Heilman
Message was edited by:
        Rich Heilman

Similar Messages

  • Standard BAPI Names Requires

    Experts,
    Can you please tell me the 2 standarad BAPIS names available in R/3...
    1st.............................
    Input: Sales order no (req), date of order (optional)
    Output:
    1.     Status
    2.     Dispatch date
    3.     Why not dispatched yet?
    4.     Is material on DO?
    5.     Vehicle no, if dispatched
    6.     Expected delivery date
    2nd.......................
    Input: customer name or no
    Output: List of open sales orders for that customer
    Please help me
    Regards,
    Chintan.

    Hi Chintan,
    Use Tcode Bapi i.e. BAPI Explorer. In this Tcode, in the hierarchical view you will find:
    Sales and Distribution->Sales->Sales Order.
    When you got to Sales order you will find two function modules which you can use for your requirement.
    1. Method: GetList.
        Business Object: Sales Order.
        Description: List of all orders for Customers.
        Function Module: BAPI_SALESORDER_GETLIST.
    2. Method:GetStatus.
        Business Object: Sales Order.
        Description: Display Sales Order Status.
        Function Module: BAPI_SALESORDER_GETSTATUS.
    Hope this helpful .

  • *****Functin Module / BAPI name required********

    Hi,
       Can anyone please tell me the name of Function Module / BAPI to set the user status of a contract.
    Regards,
    Vijay
    *********REPLIES WILL DEFINETELY BE REWARDED*************

    Hello,
    see below - i have already done user status such ( reserverd or finsihed or blocked)
    data : l_stat_com type jest-stat value 'E0004'.
           call function 'STATUS_CHANGE_EXTERN'
             exporting
               client              = sy-mandt
               objnr               = xvbap-objnr
               user_status         = l_stat_com
             exceptions
               object_not_found    = 1
               status_inconsistent = 2
               status_not_allowed  = 3
               others              = 4.
    ***********Poorna**************

  • BAPI name required

    Dear All,
    Please let me know is there any BAPI available for transaction F-02?
    We have a BDC for F-02. It takes longer time to execute.
    Please let me know if anyone come accross any such BAPI which can replace F-02.
    Regards
    Arindam

    Hi Arindam,
    try out these BAPI's
    BAPI_ACC_GL_POSTING_POST
    BAPI_ACC_DOCUMENT_POST
    Hope it helps,
    Thanks and Regards
    Srikanth.P
    Edited by: SRIKANTH P on Jun 4, 2009 11:05 AM

  • *****Function Module / Bapi name required*******

    Hi,
       Can anyone please tell the a Bapi (or) Function Module to add a contact person to Business Partner .
    Regards,
    Vijay
    ***Replies will definetely be rewarded****

    can u check this web log, may be it might be useful.
    /people/gregor.wolf3/blog/2005/08/07/crm-setup-synchronisation-of-business-partners-into-groupware-private-contact-folders
    regds,
    kiran

  • Need BAPI Name for updation of Subcontracting scheduling line agreement

    Hi All,
            Can anybody please tell me BAPI Name for updation of Subcontracting scheduling line agreement from EKET table?
    Note: BAPI_PO_CHANGE is not useful for me.
    Thanks and Regards,
    Atul.

    Hi Muralidhara,
    Can you please give some more details for this BAPI..
    I tried using it , but getting an error "No instance of object type PurchSchedAgreement has been created. External reference:"
    and "Enter G/L Account" (Infact I did specify G/L account in account assignment table)
    with regards,
    Kirti

  • Need BAPI name to change the PO data in SRM.

    HI All,
    Need BAPI name to change the PO data in SRM.
    The BAPI_PO_CHANGE is not available in SRM.
    If there is no BAPI to change PO in SRM, what is the alternate solution?
    Regards,
    A.I.Rajesh.

    hello,
    try using FM BBP_PD_PO_UPDATE.
    regards.

  • Bapi Names For Following Fields?

    Hi All,
    I Want BAPI names For Following Fields.
    1.Personnel Area.
    2.Personnel SubArea.
    3.PERNER
    4.OBJID.
    5.LAND1
    6.REGIO
    Thanks
    SubbaRao Chinta

    Hi Subbu,
    its very difficult to find out the BAPI useing the fileds .
    At least you should know the Technical name of your BAPI when you are developing the application.
    If you dont know the BAPI name then how can you map it to ur VC user and get the Data.
    I think u got my point
    Regards,
    Govindu

  • What is the BAPI name to get the details of sales order

    hi
    what is the BAPI name to get the details of sales order

    hI
    BAPISDORDER_GETDETAILEDLIST Sales Order: List of All Order Data
    BAPI_ORDER_CHANGE_STATUS_GET Change status for order
    BAPI_SALESDOCU_CREATEFROMDATA Creating a Sales Document
    BAPI_SALESORDER_CHANGE Sales Order: Change Sales Order
    BAPI_SALESORDER_CREATEFROMDAT1 Sales Order: Create Sales Order
    BAPI_SALESORDER_CREATEFROMDAT2 Sales Order: Create Sales Order
    BAPI_SALESORDER_CREATEFROMDATA Create sales order, no more maintenance
    BAPI_SALESORDER_GETLIST Sales order: List of all orders for customer
    BAPI_SALESORDER_GETSTATUS Sales order: Display status
    BAPI_SALESORDER_SIMULATE Sales Order: Simulate Sales Order
    reward points to all helpful answers
    kiran.M

  • What is the BAPI Name to chg status of Project def/WBS element.

    HI ALL,
    Can anybody tell me is there any BAPI which will change the
    status of Project Definition or WBS element and  also update
    JCDS table data?
    for eg. TECO(technically comlpited)-> CLSD(closed)
    I want to do this by any FM instead of BDC.
    can anybody help me inthis regard?
    Thanks,
    MM

    Hi Deepak,
    We have tried the given BAPI, but it is only used at WBS level.
    our requiremnet is that when Project definitions system status is changed, then it should chg the system status of WBS as well as Network..  We got the BAPI for this named"
    BAPI_BUS2001_GET_STATUS.. this is used to chg the status of Project and corresponding WBS but does not chg the Network. but in this BAPI also we are passing following
    project but we are getting error  like
    Project _def: 40co-9001937
    undo_system_status: DLFL
    when execute, it given error like Error in processing FM was not executed.
    can any one tell me why i am getting this kind of error
    and also other BAPI name which will chg the status at all 3 levels like Pro Def, WBS and Network..
    Regards,
    MM

  • EmailWriterImpl error : 553 5.5.4 user1 ... Domain name required for sender address user1

    hi all,<br />i am trying lc8 with a turnkey+jboss install on a windows2003 box, and getting the error below, where do i need to make the changes to correct this error? TIA<br /><br />2008-05-15 16:35:00,578 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] begins process emails: <br />2008-05-15 16:35:00,578 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] EmailSource is Locked: [email protected]<br />2008-05-15 16:35:00,593 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] EmailSource is Locked: [email protected]<br />2008-05-15 16:35:00,734 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] done process emails: <br />2008-05-15 16:35:00,750 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] unlock EmailSource : [email protected]<br />2008-05-15 16:40:00,109 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] begins process emails: <br />2008-05-15 16:40:00,125 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] EmailSource is Locked: [email protected]<br />2008-05-15 16:40:00,125 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] EmailSource is Locked: [email protected]<br />2008-05-15 16:40:01,203 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] done process emails: <br />2008-05-15 16:40:01,312 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailReaderImpl] unlock EmailSource : [email protected]<br />2008-05-15 16:40:01,609 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract com.adobe.idp.um.api.infomodel.User com.adobe.idp.um.businesslogic.directoryservices.DirectoryServicesManager.getExpandedAuth enticatedUser(java.lang.String,java.lang.String,int) throws com.adobe.idp.common.errors.exception.IDPException,com.adobe.idp.common.errors.exception. IDPSystemException, causedBy:<br />com.adobe.idp.common.errors.exception.IDPSystemException: nullorigin: | [com.adobe.idp.um.businesslogic.directoryservices.DirectoryServicesManagerBean] errorCode:13316 errorCodeHEX:0x3404 message:user_identifier:SuperAdmin domain:abx.xyz.com<br />     at com.adobe.idp.um.businesslogic.directoryservices.DirectoryServicesManagerBean.getExpanded AuthenticatedUser(DirectoryServicesManagerBean.java:1181)<br />     at sun.reflect.GeneratedMethodAccessor365.invoke(Unknown Source)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />     at java.lang.reflect.Method.invoke(Method.java:585)<br /><br />[...]<br /><br />2008-05-15 16:40:01,937 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailWriterImpl] EmailWriterImpl error : 553 5.5.4 <user1>... Domain name required for sender address user1<br /><br />2008-05-15 16:40:01,937 INFO  [STDOUT] javax.mail.MessagingException: 553 5.5.4 <user1>... Domain name required for sender address user1<br />2008-05-15 16:40:01,937 INFO  [STDOUT]      at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1020)<br />2008-05-15 16:40:01,937 INFO  [STDOUT]      at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:716)<br />2008-05-15 16:40:01,937 INFO  [STDOUT]      at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:388)<br />2008-05-15 16:40:01,937 INFO  [STDOUT]      at <br /><br />[...]<br /><br />2008-05-15 16:40:01,953 INFO  [STDOUT]      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)<br />2008-05-15 16:40:01,953 ERROR [com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl] Internal error.

    bump...
    Anyone got a fix for this? Vacation auto-reply is being bounced by 3rd party relay server due to malformed sender address.

  • Class names - why is the fully qualified name required?

    Hello,
    Why is the fully qualified name required? I thought that if the class was imported, it was not necessary to fully qualify it in a method call.
    Since I have these import statement in my java class:
    import javax.swing.*;
    import javax.swing.border.*;
    //I was wondering what the reason is that "javax.swing.border." is required in the following:
    jsectionPanel.setBorder(new javax.swing.border.TitledBorder(
                                      new javax.swing.border.BevelBorder(javax.swing.border.BevelBorder.RAISED, Color.black, Color.black,
                                                      Color.lightGray,
                                                      Color.lightGray),
                          "Section Data",
                          javax.swing.border.TitledBorder.CENTER,         //int titleJustification,
                          javax.swing.border.TitledBorder.TOP,           //int titlePosition,
                          new Font("Dialog",0,11),          //Font titleFont,
                          new Color(0,51,255)));
    //Thanks,
    -- HSC --

    I guess there must have been something else conflicting at the time I tried because it would not compile, however, it works fine now.
    Chalk it up to the ghost in the machine.
    - I am using Windows ME afterall! :)
    thanks,
    -- HSC --

  • How can i identifiy the BAPI Name for particular transaction.?

    Hi friends ,
    In  data upload by BAPI How can i identifiy the BAPI Name for particular transaction.?
    For example ME21 How can i identifiy the BAPI Name?
    arun

    hi,
    check the link:
    ME21 tcode for Purchase Order creation so u can make use of BAPI f4 help i.e. ex-BAPIpo
    for list of all bapis
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    BAPI-step by step
    http://www.sapgenie.com/abap/bapi/example.htm

  • ESS Record Working Time BAPI name?

    Hi ,
             Can anyone tell me the BAPI name used in standard ESS- Record working time.
    Many thanks
    Rizwan

    Put a RFC trace through transaction ST05 and run the Record working time application.
    You can see it yourself which RFC is being called.
    Thanks
    Prashant

  • SMTPSendFailedException: 553 Domain name required

    Hi,
    Am getting com.sun.mail.smtp.SMTPSendFailedException: 553
    any idea how to resolve this??
    com.sun.mail.smtp.SMTPSendFailedException: 553 5.1.2 Domain name required
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1502)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1041)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:621)
    at javax.mail.Transport.send0(Transport.java:169)
    at javax.mail.Transport.send(Transport.java:98)
    at SMTPSender.send(SMTPSender.java:527)
    ... 32 more
    Thanks

    It would be helpful to see the protocol trace to
    know exactly which command is causing this
    error, but it might be the same problem as
    described here:
    http://java.sun.com/products/javamail/FAQ.html#helo

Maybe you are looking for

  • Imessage doesn't display picture on mac

    Hello, basically this little issue really bothers me. On my macbook air, on Imessage I can see picture of person who i'm chatting with but on my mac mini, i cannot. I attach two screenshots, and the fact that macbook is not updated on the screenshot

  • OS X Mountain Lion - Apple mail not displaying images

    Ever since upgrading to OS X Mountain Lion a few weeks ago, Apple Mail no longer displays images in emails.  I have downloaded and installed the latest Java RTE [it was out of date] - that didn't fix it.  I have tried to reset my Java preferences to

  • Change site master page not working in team site

    For an intranet site I have a heavily customized master page but want to retain the default v4 master for admin pages. I haven't activated publishing for the site but can access changesitemasterpage.aspx and set the site and system master page. Actio

  • Multiple Legacy Exchange Forests - Single Office 365

    I currently have 2 legacy Exchange forests: legacysales.com legacyservices.com Both of these organisations are being migrated to a consolidated Active Directory: newsalesservices.com The new organisation will use Office 365. There will be no On-Premi

  • How to colorize parts of a picture in black and white with Aperture?

    Hello, I have a question: How to colorize parts of a picture in black and white with Aperture?