FM or BAPI for ORG scheduling

Hi all,
In CRM ORG Structutre we can schedule an object or an assignment. This option comes when you right click on any ORGUNIT or position. I need FM or BAPI for this scheduling.
I need them for my ORG Delta program. We cannot delete any object as they might be getting used somewhere in lead or at some other place. So I just want to change their end dates.
Regards
Vishal

Hi,
use BAPI_PO_CREATE, po_header-doc_type = 'UB'
Thanks,
Reward If Helpful.

Similar Messages

  • BAPI for creating scheduling agreement with reference to Contract agreement

    Hi All ,
    Can anyone please suggest if there is any BAPI for creating scheduling agreement with reference to the contract agreement number.
    Thanks for your help.
    Vadivukkarasi

    Hi,
       Check this BAPI <b>BAPI_AGREEMENT_MAINTAIN.</b>
    check these
    BAPI_CUSTSCHEDULAGREE_CONFDELV Customer Sched. Agreement: Confirmation of Delivery; Document Flow Upd
    BAPI_SALES_DEL_SCHEDULE_CREATE BAPI for creation of releases in scheduling agreements
    Regards

  • Bapi for customer scheduling agreement

    hi ,
    please tell a bapi for customer scheduling agreement(va31).
    Thanks,
    sridhar

    Hi Reddy ,
    what happend ? u told that u got the BAPI ?
    i already seen that FM ,Do one thing ? search for COMMIT WORK in VA31 program , i think u will get some idea.
    regards
    Prabhu
    Message was edited by: Prabhu Peram

  • BAPI for customer scheduling aggrement (VA31)

    Hi,
    I want to create customer scheduling aggrement using BAPI, but i hav't find any BAPI for this.
    So please tell me is their any BAPI available to create scheduling aggrement.
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Thanks,
    Rahul
    Edited by: Alvaro Tejada Galindo on Aug 22, 2008 4:21 PM

    Dear Jelena,
    'BAPI_SAG_CREATE' is used for creating Purchase Scheduling Agreement Tcode u2013 ME31L but my requirement is for creating customer scheduling agrrement Tcode - VA31.
    Pl. confirm is it possible to use the above BAPI for VA31 or not.
    Thanks,
    Rahul

  • Bapi for  org structure in crm

    Hi Experts !
    Pls tell me the BAPI for the ORGANIZATIONAL structure in CRM.
    Thanks in advance.
    Regds
    Navneet

    Hi Navneet,
      Goto SE80 -> package : CRM_ORGMAN.
    Here you will get all the FM used for Organisation structure in CRM.
    I doubt if CRM as any BAPI in general for Organisation
    Regards,
    Anand.

  • BAPI for Maintain Scheduling line agreement

    Dear ABAPer,
    I am using SAP version ECC 5.0. I want to develop Change Scheduling line agreement  enhancement.
    my requirement is, any BAPI is there for the same.
    if you have any idea, please help me.
    thanx.
    with best regards,
    Velmurugan.S

    Hi ,
          Hope it helps.
    Maintenance of Scheduling Agreement Delivery Schedule Lines
    BAPI_SCHEDULE_MAINTAIN
    The BAPI_SCHEDULE_MAINTAIN is used to create or change scheduling agreement delivery schedule lines.
    The parameter PURCHASEDOCUMENT and the scheduling (delivery schedule line) data in POSCHEDULE and POSCHEDULEX are to be passed on to the interface. These three parameters are defined as mandatory.
    IMPORT
    Extensionin
    ScComponentX
    ScheduleX
    TechnicalData
    TestRun
    EXPORT
    ExpHeader
    Extensionout
    return
    Changing
    ScComponent
    Schedule
    CALL FUNCTION 'BAPI_SCHEDULE_MAINTAIN'
      EXPORTING
        PURCHASINGDOCUMENT       =
    "   TESTRUN                  =
    "   TECHNICAL_DATA           =
    " IMPORTING
    "   EXP_HEADER               =
      TABLES
        SCHEDULE                 =
        SCHEDULEX                =
    "   SC_COMPONENT             =
    "   SC_COMPONENTX            =
    "   EXTENSIONIN              =
    "   EXTENSIONOUT             =
    "   RETURN                   =
    Thanks,
    Rajesh

  • BAPI for Scheduling Agreement

    any bapi for updating scheduling agreement ME38 txn
    i have checked bapi BAPI_AGREEMENT_MAINTAIN
    but how to maintatin schedulines over there

    first see the documentations.
    Regards
    Peram

  • BAPI for VA31

    Hi,
      I am using  SD_SALESDOCUMENT_CREATE  BAPI for create schedule agreement in (VA31).
      and i am facing the following issues.
      1. No schedule line category could be determined during quantity adjustment.
      2.The sales document is not yet complete: Edit data.
      3.Sales document was not changed.
      and i want to create schedules in Forecast schedules.
      How and where we can specify in the BAPI to create schedules in Forecast schedule mode.
      Thanks in advance.

    Hi,
    You are creating schedule agreement for existing  sales document or you are creating new sales document with schedule agreement
    If you are creating for all ready existing sales document  Use SD_SCHEDULECONF_MAP_TO_ATPC   function module , it may help you

  • BAPI for fetching the list of scheduling agreements

    This is my first post in SDN Forums so pardon me if I commit a mistake.
    My question is: Is there a standard BAPI for fetching a list of scheduling agreements?
    I know that there are BAPIs for creating and maintaining scheduling agreements like BAPI_SAG_CREATE and BAPI_SAG_CHANGE and iBAPI_SAG_GETDETAIL but each of these require the scheduling agreement number. My requirement is to list out all the scheduling agreements that are present in the system.
    I found a BAPI named BAPI_DOCUMENT_GETLIST and BAPI_DOCUMENT_GETLIST2 but I'm not able to find out what documents it is able to display. If I don't specify any selection criteria, it is fetching just two records of document type DRW. No other document of any other type is fetched.
    Another BAPI that I found was BAPI_SALESORDER_GETLIST in which if I specify the Transaction group as "3" (for scheduling agreement), it fetches them but those are related to Sales orders and not purchase orders.
    So, if anyone has any info and can help me out, I would really appreciate it.
    Edited by: rkarthea on Jul 30, 2010 10:44 AM

    Hi Raj,
    As I had said earlier, I need the Scheduling agreements related to purchase orders and not sales orders. The ones in EKKO table (Doc category: L).Will this program fetch this info?
    Also, I need a Java app (that's being developed) to fetch this info, so I'm looking for a BAPI. Is there any or can this program (if it fetches the right Scheduling agreements) be called from an external Java app?

  • BAPI or FM for Sales Scheduling Agreement

    Hi ABAPers,
    I need to transfer the Sales Scheduling Agreement (T-code: VA31) data into SAP. I am sure that it is not possible by LSMW and BDC methods as I have to upload Header and Item texts for the scheduling agreement.
    So, I am trying to find any BAPI or FM to create the same.
    Any helps regarding this would be appreciated.
    Thanks in advance,
    Asif Ali Khan

    You can use BAPI-BAPI_SCHEDULE_MAINTAIN
    Short Text
         Maintenance of Scheduling Agreement Delivery Schedule Lines
    Functionality
         The BAPI_SCHEDULE_MAINTAIN is used to create or change scheduling agreement delivery schedule lines.
    Further information
         The parameter PURCHASEDOCUMENT and the scheduling (delivery schedule line) data in POSCHEDULE and POSCHEDULEX are to be passed on to the interface. These three parameters are defined as mandatory.
    Hope this helps.
    Regards
    Vinayak

  • BAPI for Maintenance Plan Scheduling with EHP5

    Hello.
    In documentation for LOG_EAM_CI_4 mentioned that: [API functions have been developed for the scheduling of maintenance plans. These APIs provide the same functions as transaction IP10: the creation of maintenance calls or the changing of existing maintenance calls|http://help.sap.com/erp2005_ehp_05/helpdata/EN/33/46AC67364447A3BA2F4EFA65B8C014/frameset.htm].
    We have activated EHP5 and all LOG_EAM_CI* business functions in our system, but still can't find this "magic" BAPI.
    Does anybody know its name?
    BR,
    Pavel
    Edited by: Pavel Nedvijaev on Nov 7, 2011 5:37 PM

    Maheswaran.K thanks for your reply, but as i wrote above we have activated all LOG_EAM_CI* including LOG_EAM_CI_3.
    Version of software components SAP_APPL, EA-APPL is 605 as it needed.

  • BAPI for Scheduling Planned Order

    Hi,
    Please tell me if there are any BAPIs for Scheduling a Pllaned Order and for Deleting a Planned Oredr.
    Thankes & Regards,
    Rahul

    BAPI_PLANNEDORDER_CHANGE       Change planned order
    BAPI_PLANNEDORDER_CREATE       Create planned order
    BAPI_PLANNEDORDER_DELETE       Delete planned order
    BAPI_PLANNEDORDER_EXIST_CHECK  Planned order existence check
    BAPI_PLANNEDORDER_GET_DETAIL   Get details for planned order
    BAPI_PLANNEDORDER_GET_DET_LIST Get detailed planned order list
    All bapi's related to planned order processing
    BR
    Manthan.

  • BAPI for scheduling entire project?

    Hi!, we need to simulate a scheduling depending on dates introduced by user.
    Does anybody know if its possible to schedule entire project via function or similar ECC 6.0?. CJ29 seems to be difficult becase log of changes are shown in ALV...
    Thanks for your help!!!!!

    Hello!,
    Bapi_project_maintain has schedule method?.
    Also if bapi_network_maintain could schedule all may networks. How could I ascend new dates to wbs elements and project?. Also, Could I access to scheduling result?.
    My issue is tahe we need to do a kind of scheduling simulation. User could change a activity date (via constraint) and we have to schedule project taking into account this new date. If the result is not good for user, we have to delete the constraint and keep the project as it was before the process.
    So, we need to schedule the project via bapi_network_maintain only if the bapi returns the scheduling results...
    Any idea????
    Thanks in advance for your help!!!!.

  • BAPI for Scheduling a background job

    Hi all,
    is there any bapi for scheduling a background job?
    i mean can we do background job using bapi
    If not how can we create a bapi for scheduling a background job.
    Thanks & Regards,
    Azhar

    Hi,
    Use following BAPIs for scheduling a job in background
    BAPI_XBP_JOB_OPEN - This BAPI solves the first step in scheduling a job in the R/3 background processing system. You can create the job with this method.
    Using additional BAPI calls BAPI_XBP_JOB_ADD_ABAP_STEP and BAPI_XBP_JOB_ADD_EXT_STEP, you can add job steps to the job.
    With the BAPI call BAPI_XBP_JOB_CLOSE, you can finish defining the job and transfer it to the background processing system with the status Scheduled without start date.
    You have execute the job with the BAPI calls BAPI_XBP_JOB_START_IMMEDIATELY or BAPI_XBP_JOB_START_ASAP.
    I hope it would help you.
    Regards,
    Venkatram

  • Bapi for scheduling agr release

    hi could someone help me to findout bapi for scheduling aggrement releases
    transaction me84.

    Hi Alok,
    I am not sure about BAPI for this function.I suggest you try this kind of function with user exit like COOPA002 using appropriate program logic.
    Regards,
    Ashok

Maybe you are looking for

  • How to reduce image file size in spreadsheet

    I have created a spreadsheet that contains cells with small amounts of text, and images that I brought in from the Media Browser from iPhoto. This has caused the file size to become HUGE, on the order of 234 MB. Saving it as a pdf only reduces it to

  • Various Software Updates (Intel)" Can't be Installed (verification failed!)

    This is essentially a repost of a problem unsolved, but with a new wrinkle: When I first reported this two months ago, it was just happening on an Intel iMac. Now, someone else in the office just purchased a MacBook Pro, and from the SAME NETWORK, is

  • Is there not a way for ITunes to know the Artwork and download it??

    This is absolutely crazy!!! All of my other music file cataloging applications know how to go out to the internet based on the tags and retreve the album artwork automatically. Why is it that ITunes cannot?

  • JCA database adapter issue due to database schema dependency

    Hi, I am using the JCA database adapter to call a stored procedure. The adapter uses the database schema name while calling the Stored procedure. The schema name is added in the namespace of XSD, wsdl files. If I have to use a different database sche

  • Updating Variables

    Hi I am still a little confused on using variables... Here's the what I mean: I use a Variable in the SQL mapping of an Interface, which is subsequently a step in a Package/Scenario. At month end, I update the value of my variable (eg. 'Apr' to 'May'