Function or BAPI for Resource Detail Selection on Bussiness Event

Hello,
I want to do a initial data load of Business Events (TEM). I need to load its resources in a detail form (dates and hours when resource is used by this business event). Does anybody knows any BAPI, function or class that load data in this detail form?.
I just want to replicated how works PSV2 (or PV10) transaction when you push the resource selection button, select the resource type and a detailed selection but as funtion or BAPI.
Regards,

HI Zafar,
How did you resolve this issue??
We are working on the same issue, could you please share the possible solution with us.
Thanks,
Adi.

Similar Messages

  • Function or BAPI for material's Beginning Inventory,Receipts,ending inven

    HI all,
    Is there is a function or BAPI for material's Beginning Inventory,Receipts,ending inventory?
    Just like t-code 'ckm3',we can see the material's Beginning Inventory,Receipts,ending inventory ,include quantities and price,and we can see the corresponding details documents.
    But I want to see this for many materials at the same time ,not for one material. Especially for the material's Receipts(for adding inventory quantity, I do not attention the price value) during the current period.and the total of Receipt is ok , not for details documents in this period.
    So ,is there a function or BAPI for it ? I want to use it to develop customizing inventory report.
    Best regards,
    Kaien

    Hello,
      have you alredy tried if transaction MB5B could fit your requirements? It gives information about stock at the beginning and at the end of the selected period.
    Hope to be useful.
    Best regards,
    Andrea

  • Function Module/BAPI For Material Document

    Dear All,
    I am looking for a function Module/BAPI to get details relevant for a Material Document.
    I can get those details using table MSEG & MKPF, but still looking for a Function Module.
    Kindly help.

    Hi
    Try with these BAPI's
    BAPI_GOODSMVT_GETITEMS
    BAPI_GOODSMVT_GETDETAIL
    Regards
    Brahmaji

  • Function module/BAPI for executing VD51/VD52 transactions

    Hi
    Warm greetings to all,
    I require a function module/BAPI for executing VD51/VD52 transactions. Can anyone help on this
    Sreekanth

    Hi Sreekanth,
    Use this.
    There is an FM which is used by standard transaction
    'RV_CUSTOMER_MATERIAL_UPDATE' .
    Ex Code -
    CALL FUNCTION 'RV_CUSTOMER_MATERIAL_UPDATE'
    IN UPDATE TASK
    TABLES
    XKNMT_TAB = XKNMT
    YKNMT_TAB = YKNMT
    TCATALOG_TAB = LT_CATALOG.
    commit work.
    Regards,
    Vijay

  • Function Module / BAPI for Creating Material freight Group

    Hi All,
    Can anyone tell me the Function Module / Bapi for creating material freight group.
    Regards,
    Raj.

    Bapi for creating material freight group. :: You actually use mm01 or mm02 to change data for material flight.
    So you can use BAPI for mm02 and mm01
    For Ex:
    BAPI_MATERIAL_SAVEDATA
    Hope this helps

  • Function module / BAPI for FBRA IN 3.1 VERSION?

    Hello all,
    Could you please suggest Function module / BAPI for FBRA (Reverse and cancel) transaction in 3.1 version.
    Thanks,
    Subba

    Please check this FM perhaps it may help.
    CALL_FB08
    REVERSE_CLEARING
    RESET_CLEARED_ITEMS_BDC_WRITE.
    Regards
    Kiran Sure

  • Function Module/BAPI for posting of Parked Invoice/Documnet

    Dear all,
    Please provide me.
    Function Module/BAPI for posting of Parked Invoice/Documnet
    Regards
    Ricky

    Hi Ricky,
    What about MR_POST_PP_INVOICE?
    In my current project, though, we had to develop a function module for this.
    Regards,
    Eli

  • Function module/BAPI for ATP Material

    Hi All,
    Is there any function module/BAPI for ATP(Available-to-Promise check) for Material.
    1) Production order from one plant
    2) Scheduling agreement from another plant.
    Regards,
    Srinivas.

    Hi,
    you can use either of one below for ATP.
    BAPI_MATERIAL_AVAILABILITY
    RV_AVAILABILITY_CHECK
    /SAPNEA/SMAPI_ATP_CHECK
    regards,
    ram

  • Function module/BAPI for Pgi creation

    hi all,
    any standard function module/ BAPI for create PGI.
    i know BAPI_OUTB_DELIVERY_CONFIRM_DEC, suppose if we are using PGI reverse not possibul.
    regards

    This is not answered

  • Exist RFC Function or Bapi for insert Records form a external program?

    i create a Ztable same as tell me here:
    http://abaplovers.blogspot.com/2008/02/creating-table-in-sap.html
    5 String Fileds 2 Date Fields 2 Numeric Fields
    my question is exist a RFC Function or Bapi for insert Records form a external program (Delphi/Visual Basic)?
    Any advices?
    Thanks.

    hi madhurao123 thanks for answer.
    But Why block the Thread?
    This question is no so basic, yet never learn, the forum must be open to these questions maybe open a forum somewhere basic but must be able to do these basic questions.
    IT Toolbox commented the same thing, but if not here or ITtoolbox or where else can ask basic questions?
    Advise me, thank you.

  • Need of bapi for getting details of material strage locations

    hi all,
    i need one bapi which gives details of for how many storage locations the material has been extended for particular plant..

    hi
    this is a sample bapi for getdetails.
    DATA : P0008 LIKE P0008.
    DATA : ONDATE TYPE SY-DATUM.
    SELECT SINGLE * FROM PA0008
    INTO CORRESPONDING FIELDS OF P0008
    WHERE PERNR = ITAB-PERNR
    AND BEGDA <= ONDATE
    AND ENDDA >= ONDATE.
    DATA : WAGETYPES LIKE BAPIP0008P OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'BAPI_BASICPAY_GETDETAIL'
    EXPORTING
    EMPLOYEENUMBER = PERNR
    SUBTYPE = P0008-SUBTY
    OBJECTID = P0008-OBJPS
    LOCKINDICATOR = P0008-SPRPS
    VALIDITYBEGIN = P0008-BEGDA
    VALIDITYEND = P0008-ENDDA
    RECORDNUMBER = P0008-SEQNR
    TABLES
    WAGETYPES = WAGETYPES.
    regards
    sravani yendru

  • Function Module / BAPI for Inbound Delivery from Purchase Order

    Hi,
    I need to create an inbound delivery from Purchase Order items and am looking out for some Function Module or BAPI for the same.
    The requirement is that i should be able to specify selected line items from PO for delivery.
    I tried the BDC method for VL31N , but the particular item selection is problem, since by default it shows all the items of PO and i want only selected items.
    Do reply.
    Thanks in advance.

    check these and their documentations.
    BAPI_INB_DELIVERY_CHANGE       Change inbound delivery
    BAPI_INB_DELIVERY_CONFIRM_DEC  BAPI for inbound delivery verification from a decentralized system
    BAPI_INB_DELIVERY_SAVEREPLICA  BAPI Function Module for Replication of Inbound Deliveries
    Regards
    Prabhu

  • Function module / BAPI for FBL3N?

    Hi there,
    I am looking for a function module or BAPI which let me select the line items for a G/L account for a given company code and a year.
    I want to read the amount of all possible combinations of account and cost center because a non-sap-system needs this values.
    Do you have any idea which function module I can use. It should have at least these importing-parameters (similar to the transaction FBL3N):
    - company code
    - account
    - cost center (if possible, FBL3N hasn't such a select-option)
    - period / date (if possible)
    Thank for your help and I wish you a merry x-mas
    Greetings.
    JetGum

    Jens,
    Just go to transaction BAPI in SAP and there you will get all sorts of function modules for document search, post, etc. It is a very useful transaction to be known.
    Regards,
    Vishal Thakur.

  • FM/BAPI for MPLA details

    Hi all,
             Is there any FM/BAPI to get the mpla details giving the equipment number.? I need OBJNR field of MPLA.. I have the equnr.. For this I am using a select query :
    1) fetch warpl(M plan no) from mpos giving the equi.
    2) pass the 'WARPL' to MPLA tabel and get OBJNR field..
    But this is not performance efficient. Can u suggest me any FM/ BAPI for this?
    Thanks,
    Vasuki

    Answered

  • BAPI for complete details of Process Order including characterstic

    Hi All,
    I need a BAPI for getting complete information of Process order including characterstics and its process instruction. I have got BAPI BAPI_PROCORD_GETDETAIL which returns all the information except order operation characterstics and "characterstics process instructions".
    Is there is any BAPI which can return these 2 details for a given process order.
    Thanks ,
    Abhishek

    Thanks Rajesha for your reply , but here i need Process instruction and its corresponding characterstics for a particular process order.
    Let me explain you the scenario , I have a Process order PO-001 , for PO-001 i have defined 1 operation OP-001 and a phase PH-001.
    For the phase PH-001 i have assigned process instructions PI-001 (You can assign process instructon by selecting a phase and then click on the button Process Instruction below).
    By double clicking on PI-001 you can get process characterstics for that selected PI-001.
    Now i need a BAPI which can return me PI-001 and its corresponding characterstics if i pass PO-001 in that BAPI.
    Thanks & Regards,
    Abhishek
    Edited by: ABHISHEK BAJPAI on Sep 29, 2010 7:30 AM

Maybe you are looking for

  • Reversal of Clearing document-AR

    Hi Experts, I have following questions :- 1) Upon reversal of clearing document, does the original clearing document becomes void/null?? 2) Does the clearing report fetch the original clearing document that was reversed? 3) Can somebody provide any S

  • Nokia N8-00 Unsent Messages

    Dear Friends, I have a problem with a N8-00 mobile, exactly speaking with the outbox messages (SMS). I have one text message in my outbox folder, which I'm not able to remove/cancel/abort what so ever. When I hold on over it, no menu appears. While c

  • Process code or Fmodule  for Idoc type PREQCR101 and message type PREQCR1

    hi all,        Iam unable to find the process code or function module for the idoc type PREQCR101 and message type PREQCR1 for inbound process. help from some one would be a lot appretiated.

  • Why is flex time being so slow?

    I'm editing a group of 16 drum tracks for a 12min song. It's quite full on but flex time has been handling it well up until the last 2 or 3 minutes of the song. Now every time I place a flex marker, I literally have to wait over 30secs for Logic to l

  • I need help with re-storing my G4

    It was running fine, i just had memory issues. I bought an external hard drive so I can save my larger files. It's been running a bit slow and my applications have been quiting unexpectadly. Firefox, illustrator, photoshop all quites. So I decided to