Function Module, BAPI o Batch-Input way to Assign Material Components

Hi all gurus,
I would like to assign a Material Component to an Operation as you can do at IA02.
I tried a Batch-Input but when I try to add a material component without material code, a text type one (Y), I can't:
[url]http://img528.imageshack.us/my.php?image=screenshot124az5.png
I would have to press the "Selection Component" button and then select the material from list with double click but that's not catched by the batch-input recording.
So I would like to get a BAPI, FM.. or something to get it done.
Thanks from now,
John

Hi Samuel,
              Is it possible for you to tell which specific fields I need to total up to get the total stock from MARD table (I can see many fields)...??
Thanks and Regards,
Aditya

Similar Messages

  • /DSD/VC_VP_CREATE - AVAILABLE BAPI or FUNCTION MODULE/HOW To BATCH INPUT

    I have a problem with this this transaction /DSD/VC_VP_CREATE I Cannot control the Drag and Drop for Customer in this Transaction when doing a Batch Input Is there a way to control it in Batch Input? Is there Available BAPI/Function Module for This Visit Plan(/DSD/VC_VP_CREATE) Transaction?

    Hi,
    did you find any BAPI/FM?
    Because i need exactly the same - find FM/BAPI/method to create acceptance request like via F881

  • 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 to check if material is available in the warehouse

    Hi all,
    I have a requirement where i get the input as material number and i need to check if the material is available in stock and return the quantity of stock available. Do we have a Function Module/BAPI that takes the input as material number and tells if the material is available in stock or not.
    The material can be a simple finished product, raw material or BOM. The function module should take the input as material number and should return if it is available in stock and the quantity that is available.
    I donu2019t know if this is called ATP. Do we have a standard function module available for that?
    Kindly help.
    Regards,
    Jessica Sam.

    Thanks Venu for immediate reply,
    I saw the BAPI and unable to figure out what paramters I should fill.
    Plant, Material and Quantity I know. But rest of them like
    Check Rule, STGE_LOC, batch, Doc_number, WBS_ELEM, STOCK_IND,
    DEC_FOR_ROUNDING, DEC_FOR_ROUNDING_X, READ_ATP_LOCK, READ_ATP_LOC_X & MATERIAL_EVG.
    In  the BAPI documentation I dint find how to fill these paramters. Can you help me with hat I need to fill in the input paramters.
    Regards,
    Jessica Sam

  • Third party system call function module/BAPI through RFC to update Z table

    Dear Friends,
    We have a third party system which directly inserts a Z table in SAP through its programming, which is an auditing issue.
    We want the third party system should call function module/BAPI through RFC so that the Z table gets updated.
    waiting for inputs..
    Thanks,
    Kumar

    if third party system is capable of making Remote Function call, then writing a Function module & making it remote enable is not difficult task in ABAP.
    You may have to prepare specifications first to decide if third party system is going to Read, insert, update, delete records from Zee table.

  • Question with function module / Bapi

    I am trying to test function module/ Bapi:
    BAPI_BILLINGDOC_CREATEMULTIPLE in se37. I gave all the basic parameers required.
    BILLING_DATA_IN-SALESORG
       BILLING_DATA_IN-DISTR_CHAN
       BILLING_DATA_IN-DIVISION
       BILLING_DATA_IN-DOC_TYPE
       BILLING_DATA_IN-ORDBILLTYP
       BILLING_DATA_IN-SOLD_TO
       BILLING_DATA_IN-ITEM_CATEG
       BILLING_DATA_IN-REQ_QTY
      BILLING_DATA_IN-SALES_UNIT
      BILLING_DATA_IN-CURRENCY
    But when I execute, it says 'Company code not defined' in the error messages. I don't see any company code field in the above structure. What am I doing wrong?
    Please give your input.
    Thanks,
    Krishen

    Might be the company code is not defined for the sales organization..
    Thanks,
    Naren

  • Function module/BAPI to release a Business partner in GTS

    Dear experts,
    I have a requirement where in I need to release business partners programmatically. I request you to let me know if any function modules/BAPIs or any other method is available (except BDC).
    I know the manual process of releasing them, and we were restricted to use BDC.
    Thanks in advance.
    Best Regards,
    Vishal

    Hello Vishal,
    Currently the release logic is inside subroutine instead of FM or BAPI.
    You could refer to:
    Report : /SAPSLL/LCON_BLOCKED_BPF01
    Form   :  deblock_partner_masters
    Best regards,
    Vincent

  • How to create Billing Plan in sales order using Function module /BAPI

    hi,
    How to create Billing Plan in sales order using Function module /BAPI
    i hv check few FM such
    BILLING_SCHEDULE_READ
    BILLING_SCHEDULE_GET_NUMBER
    BILLING_SCHEDULE_SAVE
    But unable to create billing plan for a sales order.....any other method to create???

    Hi,
    Use this link.
    Create sales order with billing plan via LSMW and BAPI BUS2032
    BAPI or Function to update Billing Plan in Sales Order Items
    Hope this will help you.
    Regards,
    Vijay

  • Function Module/BAPI for Posting with Residual Clearing

    Hello All,
    I want to know whether any Function Module/BAPI avaialble for posting with residual clearing (FB05). Can we do residual clearing using the FM "Posting_Interface_Clearing"?
    Please let me know how this can be handled.
    Thanks in advance.
    With Regards,
    Senthil.

    Hi senthil ,
    Look at these threads
    POSTING_INTERFACE_CLEARING
    bapi for Transfer posting with clearing
    BAPI_ACC_GL_POSTING_POST for FB05
    Question about POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_START
    Regards,
    Gaurav

  • Function Module/BAPI for updating Document Status.

    Hi Experts,
    Is there any Function Module/BAPI available for updating the document status ?
    Thank You,
    Radhika.

    unresolved!

  • 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

Maybe you are looking for

  • Want to Install 10.6 on Mini built for 10.6 Server - help?

    Hi there - I'd recently bought a Mini Server running 10.6 Server Edition, and I'd like to install the regular 10.6 OS on it... but the Mini is not letting me. I keep getting the grey screen of death followed by a kernel puke every time I go to instal

  • TDS at concessional rate

    Hi I have created a WHT code with 10%. But some vendor have given certificate for lower rate of WHT i.e. 2.5% So how this can be configured in SAP without creating new WHT type and WHT code. Is there any configuration by which i can use WHT code with

  • Airplay audio dropouts, stuttering with Mavericks

    I have intermittent audio dropouts with Airplay to an Airport Express and/or a Pioneer speaker with Mavericks.  Sometimes these are brief, sometimes the music quits for seconds, sometimes it just sounds like crap.  And sometimes it works perfectly. 

  • Attaching documents in Create Leave Request UI5 application

    Hi, We are planning to implement the SAP HR Renewal 2.0 FP1 based HR implementation with ESS/MSS based on the UI5 as well. I would like to know if the SAP UI5 application for Create Leave Request has the option to upload the documents or not in the s

  • 2.03 9x/me drivers now out

    http://www.nforcershq.com/forum/viewtopic.php?t=11109