Bapi or FM for J1ID tcode

Hai friends,
       Is there any BAPI or FM for tcode J1ID
      thanks in advance,
Regards
Janani.S

Hi Janani,
Please follow the following steps to find BAPI or FM for a particular transaction
Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this. 
Find out the package of the transaction. 
Start Va01 go to system --> status. 
Double click on transaction 
Package is VA 
Open this package in SE80 
Open business engineering-->Business object types 
Find the BO which sounds the most appropriate 
I would suggest BUS2032 Sales Order 
Double click. 
Open methods. 
Find the released method with from data or something similar in the name 
, Createfromdat2 
Position the cursor in it and click the program button 
Scroll down to find the bapi used in this method 
For finding FM's and programs use the below steps:
Start va01 go to system-->status 
Double click transaction VA01 
Double click on package 
Read the application component. (this is SD-SLS Sales) 
Then open the transaction BAPI 
Sales and distribution>Sales>sales order 
createfromdat2 
Regards,
Manish

Similar Messages

  • BAPI Function Module for SCM APO Tcode /SAPAPO/AC42

    Hi,
      I want to know the BAPI Function Modules for SCM APO Tcode /SAPAPO/AC42.
       This BAPI FM should return the column values "Remaining Prod Alloc"  and "Incoming Order Quantity" when we give
       below details as inputs for the Tcode /SAPAPO/AC42
            Product Allocation Group
            Product
            Allocation Procedure
            prod Alloc step
            Product Alloc Object (Characteristics of Product Alloc Group)
            Plant (Characteristics of Product Alloc Group)
            Customer Group 5 (Characteristics of Product Alloc Group)
        Reward points if helpful.
    Thanks,
    Mich

    Hi,
    You should be able to get the information using the standard BAPI (Assuming you are using SCM5.0) BAPI_APOPAL_INSERT in the transaction BAPI.
    ProductAllocationAPO.DataInsert
    Interface to Import Product Allocation Data  Functionality
    This method is used to adopt data from OLTP systems for product allocation in the global availability check.
    You can do the following using the method:
    Adopt new data
    You can adopt new characteristics combinations or new time series. Newly created characteristics combinations have the status Active and are therefore included in the product allocation check.
    Change existing data
    You can overwrite existing data if you have set the interface parameter ALLOW_UPDATE. You can set the status of existing characteristics combinations to Active if you set the interface parameter UPDATE_STATUS. If the characteristics combination does not exist, the system creates it.
    The product allocation quantity is overwritten for existing time series. If you also want to change the incoming orders quantity, you must set the interface parameter UPDATE_INCOMING_ORDER_QTY. If the time series does not exist, the system creates it.
    Prerequisite
    To be able to use this method, you must have made all the Customizing settings for product allocation. For more information, see the Implementation Guide (IMG) for SAP APO under Global Available-to-Promise -> Product Allocation.
    Regards
    Vinod

  • BAPI or FM for Material and ChapterID Combination(J1ID Transaction)

    Dear All,
                    I need BAPI or FM  for Creation of Material and ChapterID combination. I dont need for other options present in J1ID Transaction.
    I cannot use Insert statement  for Material and ChapterID  Creation  as it contains only few fields.
    Please let me know regarding this.
    Regards,
    Anilkumar

    Hello
    The bapi BAPI_INSPECTIONPLAN_CREATE is used for creation. There you can assign several materials through structure MATERIALTASKALLOCATION (BAPI1191_MTK_C). There is no bapi for modifications so you can assign other materials using LSMW or BDC as Gururaj told you or in this special case populate table MAPL directly (better talk to your ABAP to decide it); I did it without issues and I checked and the function CZ_VB_MAPL_POST could update the information you need (talk to your ABAP to validate it).
    Best regards
    Carlos Díaz

  • BAPI for FB50 tcode

    hi all,
    Can any body please give me report using BDC or BAPI for FB50 Tcode.......
    Regards,
    Imran

    hi
    List of all BAPIs
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sappoint.com/abap/bapiprg.pdf
    http://www.sappoint.com/abap/bapiactx.pdf
    http://www.sappoint.com/abap/bapilst.pdf
    http://www.sappoint.com/abap/bapiexer.pdf
    http://service.sap.com/ale
    http://service.sap.com/bapi
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    regards
    ravish
    <b>plz dont forget to reward points if helpful</b>

  • BAPI or FM to update posting / accountng period in SAP FI for OB52 tcode

    Hi SAP Gurus
    Is there any BAPI or FM to update posting / accountng period in SAP FI for OB52 tcode.
    Please let me know.
    Highly appreciate your help.
    Many thanks and regards
    Sandeep

    Try this progrms or copy thr progrms and make it as bdc
    RFPERIOD_CLOSE                 ZFPERIOD_CLOSE
    RFPERIOD_OPEN                  RFPERIOD_OPEN

  • How can I find a bapi for perticular tcode?

    hi,
    How can I find a bapi for perticular tcode?
    Thank you
    ASHOK KUMAR

    HI Ashok
    If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use. 
    Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this. 
    <b>1. Find out the package of the transaction.</b> 
    Start Va01 go to system --> status. 
    Double click on transaction 
    Package is VA 
    Open this package in SE80 
    Open business engineering-->Business object types 
    Find the BO which sounds the most appropriate 
    I would suggest BUS2032 Sales Order 
    Double click. 
    Open methods. 
    Find the released method with from data or something similar in the name 
    , Createfromdat2 
    Position the cursor in it and click the program button 
    Scroll down to find the bapi used in this method 
    With this way you can also find out programs and FM's 
    <b>2. Start va01 go to system-->status </b>
    Double click transaction VA01 
    Double click on package 
    Read the application component. (this is SD-SLS Sales) 
    Then open the transaction BAPI 
    Sales and distribution>Sales>sales order 
    createfromdat2 
    Regards
    Preeti
    <b>
    Please reward for useful reply</b>

  • Regarding BAPI function module for Tcode PPOME

    Hi All,
         Is there any Bapi FM available for Tcode PPOME for creating or modifying the Position number..Because based on tat position number i hav to update the designation, Position and description............
    Thanks
    Sai sudarshan

    Hi,
    I don't think you have a standard BAPI to either create or change position.
    Thanks,
    Mahesh.

  • Is there any BAPI for QE51 Tcode?

    Is there any BAPI for QE51 Tcode?

    Hi,
    I think there is no Bapi for this QE51.
    Just check the fun Modules:
    IEQCM_WORKLIST_CHECK
    IEQCM_WORKLIST_REALIZE
    IEQCM_WORKLIST_CONFIRM_STEP2
    IEQCM_WORKLIST_DELETE
    IEQCM_WORKLIST_GET_DETAIL
    IEQCM_WORKLIST_GET_LIST
    IEQCM_WORKLIST_SAVE
    IEQCM_WORKLIST_UPDATE_MODULE
    Regards,
    Anji

  • FM or BAPI for AIAB Tcode

    Hi All,
    I have a requirement to automatate AUC settlement Process (AIAB). I have done recording for AIAB. but second screen for AIAB tcode is ALV grid. This screen does not capture in recording due to which I cannot proceed for BDC.
    Can any one help me with FM or BAPI for AIAB tcode.
    Regards,
    Sheetal.

    Hi,
    Search for functions with K_SETTLEMENT*
    The specified transaction uses K_SETTLEMENT_RULE_CALL,,K_SETTLEMENT_RULE_SAVE & ANEK_UPDATE_BUREG
    So when further searched for the functions this [link|http://www.sapfans.com/forums/viewtopic.php?f=7&t=349855] was found. May be it will help you.
    Kesav

  • BAPi for IK11 Tcode

    hai friends,
                can anyone  tell  BAPIS available for IK11 tcode.
                 Thanks in advance

    hi
    try out the procedure to find the bapi for a tcode
    Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this.
    1. Find out the package of the transaction.
    Start Va01 go to system --> status.
    Double click on transaction
    Package is VA
    Open this package in SE80
    Open business engineering-->Business object types
    Find the BO which sounds the most appropriate
    I would suggest BUS2032 Sales Order
    Double click.
    Open methods.
    Find the released method with from data or something similar in the name
    , Createfromdat2
    Position the cursor in it and click the program button
    Scroll down to find the bapi used in this method
    With this way you can also find out programs and FM's
    2. Start va01 go to system-->status
    Double click transaction VA01
    Double click on package
    Read the application component. (this is SD-SLS Sales)
    Then open the transaction BAPI
    Sales and distribution>Sales>sales order
    createfromdat2

  • BAPI for FV60 tcode

    Hi,
    Can somebody give the BAPI for FV60 tcode.
    Also, can you please confirm that it has all functionalities.
    Thanks in advance.
    Regards,
    Arun Mohan

    Hi,
    BAPI_INCOMINGINVOICE_PARK, This replicate MIR7 functionality. TCode FV60 for parking FI docs hover doesn;t have an associated BAPI.
    SAP does have a BAPI for Parking Documents under MM. At least it does for Invoices and related documents, Check out BAPI_INCOMINGINVOICE_PARK and the entire list of BAPIs under:
    Material Management > Purchase Order > Incoming Invoice
    It does not, however provide any BAPIs (as I know) under FI (corresponding to transactions FV60 etc).
    However, The Fv60 calls POST_DOCUMENT function module to post the document.Take a look at the FM
    Regards
    Sudheer

  • BAPI for o4f1 tcode

    hi all,
            I am working on the bdc for tcode o4f1 belongs to OIL domain.
    Facing the problem while uploading the data into table controls.
    Can anyone suggest the BAPI for the tcode o4f1?

    T.code ORF1 is maintenence view for the view V_TVST_RF. This view contains more than one table in it. I dont think there would be BAPI available to update data into this view. Please go to transaction se93 and view the details of this transaction. This transaction calls SM30 with the viewname as parameter.
    Thanks,
    LK.

  • BAPI for MC62 tcode - change planing hierarchy.

    Hi All,
    Can anybody tell me the BAPI for MC62 tcode - change planing hierarchy.
    It will be greatful if you send a sample code also.
    Thanks,
    Usha.P

    It is better if u can raise this issue in SCM-PP forum

  • BAPI for the Tcode Xk03

    Hi
    What is the BAPI for the Tcode XK03
    Regards
    saba

    Hi  All
    Thanks .
    In Xk03 transaction the screen field vendor has input help. If  I choose vendor by material tab in input help and enter material id then i get vendor id automatically ...
    I need BAPI for that..
    In short I need BAPI that takes input material id and returns vendor details
    Regards
    Saba

  • GTS BAPI or BDC FOR Tcode /SAPSLL/PRODUCT_02

    Hello All,
       I need a help to upload data's in T-code /SAPSLL/PRODUCT_02 (SAP GTS ) Custom Product maintenance, i can't do with BDC because this t-code is having GUI, So kindly guide me how we can upload the data's in this t-code, and there is no BAPI or IDOC for this t-code.
    Thanks in advance.

    hi
    try using this FM /sapsll/product_change
    cheers
    s.janagar

Maybe you are looking for