Function module for transaction lt06

hi friends,
          I want to know is there any function module for the transaction LT06 for 311 movement.
points will be rewarded if helpfull.
Message was edited by:
        radhika kolluru

hi friends,
          I want to know is there any function module for the transaction LT06 for 311 movement.
points will be rewarded if helpfull.
Message was edited by:
        radhika kolluru

Similar Messages

  • BAPI Function module for transaction ME32K for change

    Please let me know the name of the BAPI Function module for transaction ME32K for change the contract.

    Hi Krishan,
    I have checked but their is no BAPI called
    BAPI_CONTRACT_CHANGE.
    If I am wrong plz correct me with the procedure to view the above BAPI in SAP System.
    Regards,
    Nitin

  • Any Bapi or Function module for transaction CA22

    Hi experts,
    Is there any Bapi or Function module for transaction CA22(Change Rate Routing).
    Thanks,
    Yogesh

    Hi,
    The following r the Enhancement's and BADI'S fro CA22
    Enhancement
    CMDI001                                 Determine explosion control for BOM
    CPAU0001                                Enhancement for Authorization Check in Task Lists
    CPDO0001                                Test units of measure for reference operation set
    CPRE0001                                Enhancement for Reorgnization Checks in Task Lists
    XCZD0004                                Extend authority check for the material-recipe allocation
    Business Add-in
    CEWB_OPR_MENU_EXTERN                    Menu Extensions in the Engineering Workbench
    CEWB_OPR_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_SEQ_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_TSK_MENU_EXTERN                    Menu Extensions in the Engineering Workbench
    CEWB_TSK_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_TSK_SCREENS                        Screen Extensions for Task Lists in the EWB
    CEWB_TSK_UPDATE                         Task List Maintenance and Checks in the EWB
    CP_DIG_SIGNATURE                        Digital Signature for Routings
    EWB_SELECTION                           Selection Within the Engineering Workbench
    ROUTING_EXIT                            User Exits for Routings
    CEWB_MTK_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_MST_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_MST_MENU_EXTERN                    Menu Extensions in the Engineering Workbench
    CEWB_ITM_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_ITM_MENU_EXTERN                    Menu Extensions in the Engineering Workbench
    CEWB_GEN_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_GEN_MENU_EXTERN                    Menu Extensions in the Engineering Workbench
    CEWB_COM_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_COM_MENU_EXTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_CHA_MENU_INTERN                    Menu Extensions in the EWB (SAP Internal)
    CEWB_CHA_MENU_EXTERN                    Menu Extensions in the Engineering Workbench

  • BAPI/Function Module for transaction PR05

    Hi All,
    I am searching for BAPI/Function Module for tx PR05(Travel Expense Manager).
    Thanks.

    Check thread Transferring data into travel manager  for Carlos David Moreno Lozano answer in message Re: Transferring data into travel manager
    Regards,
    Raymond

  • Function modules for Transaction SE16  for any table whole data

    Hi Experts,
    i need to pass report or function module input as table name:LFA1.
    I Need to get all the data with fileds for those table.
    say : i/p
    paramters: s_tabname  like (tabname).
    here s_tabname ='lfa1'.
    output :all the fileds details with  whole data like se16 or se11 transaction for table.
    is there any function module.
    Thanks
    nag

    Hi,
    you can create this easily using runtime creation of objects and SALV for display.
    Although I would never do something like this...
    REPORT  zzzz.
    DATA:
      gr_itab  TYPE REF TO data,
      gr_salv  TYPE REF TO cl_salv_table.
      PARAMETERS:
        p_table TYPE tabname.
      FIELD-SYMBOLS:
        <tab> TYPE table.
    START-OF-SELECTION.
      create data gr_itab type table of (p_table).
      ASSIGN gr_itab->* TO <tab>.
      select *
        from (p_table)
        into table <tab>.
      TRY.
          cl_salv_table=>factory(
            IMPORTING
              r_salv_table = gr_salv
            CHANGING
              t_table      = <tab> ).
        CATCH cx_salv_msg.                                  "#EC NO_HANDLER
      ENDTRY.
      DATA:
        lr_functions TYPE REF TO cl_salv_functions_list.
      lr_functions = gr_salv->get_functions( ).
      lr_functions->set_all( abap_true ).
      gr_salv->display( ).
    You won't find anything simpler.
    Regards,
    Clemens

  • BAPI or Function module for transaction POP2

    Hi,
    I have a requirement to change the value of a field in transaction POP2. Does anyone know any BAPI or FM to update the transaction POP2.

    Hi,
       CHECK THE Function module's
    VHUHU_HU_GET_MATERIALS
    VHUHU_READ_HU_HEADS_ITEMS_DB
    VHUPDCA_GET_CUSTOMIZING
    VHUPIAP_GET_PI_INFO
    Or
    Check the pacakge <b>ISAUTO_VHU_PACKOBJ</b> with this pacakge name you can search in SE37
    Regards

  • Require function module for transaction MI09

    hi,
    i require a Function Module that would perform the operation of transaction MI09 i.e to post count of physical inventory without reference to inventory document number
    please help

    Hi,
      The easiest way to find the FM in MI09 is,
      go to transaction MI09.
      system--> status  and goto the Program name.
    Double click the program name and Search what are the FM are used.
      Search using ' Call Function ' String , to find out the
    Fms are used in MI09.
    Thanks,
    Neptune.M
    Plz Reward if it helps.

  • Bapi function module for ME32k Transaction

    Hi all,
            Can any one tell me what is the BAPI function module for ME32K transaction . I am trying to create service agreements in this transaction.
    Even you can tell me if any other alternative procedure is there to create the service agreements in ME32K.
    Bye
    Srinivas

    Hi srinivas p ,
    Do you find some solution for this?! I have the same problem...
    Can you help-me?
    Patrícia.

  • Function module for mb01 transaction

    Hello Gurus,
    I need a function module for creating Goods Receipt using PO number with transaction MB01.
    Specifically MB01 ,because I need to make GR with MIGO "05 Only Part1"
    There is a function module GOODS_RECEIPT_MB01 .
    But I am unable to collect the required parameters .
    As an output the material document number should get uploaded into table called  J_1IPART1.
    Thanks in Advance.
    A beginner in ABAP
    Your help will be greatly appreciated!!!
    Anagha
    Edited by: Anaghav on Jun 24, 2011 12:40 PM
    Edited by: Anaghav on Jun 24, 2011 4:52 PM

    There is a nice transaction 'BAPI' which will give overview all the available BAPI 's...
    For your requirement, please drill down at:
    Materials Management ->Inventory Management ->Goods Movement ->CreateFromData -> BAPI_GOODSMVT_CREATE
    Thanks.

  • Hi, is there any function module for se16 transaction?

    Hi help me out, can refer function module RS_TABLE_LIST_CREATE....found it

    The   below are the  list of  Function Modules  for se16   ...
    <b>
    1.ATT_GET_TABLE_ENTRIES
    2.R_GET_VALUES_FROM_TABLES
    3.S_DATABROWSE_FIELDSELECT
    4.S_INTERNAL_TABLE_VIEW
    5.S_TABLE_CONTROL_GENERATE
    6.S_TABLE_REPORT_GENERATE
    7.S_TABLE_VIEW
    8.S_TABLE_VIEW_DDIC</b>
    you can use  6th  or  7th  function  module  for  displaying the table data  .
    reward  points if it is  usefull ...
    Girish

  • Function Module  for FB01 Vendor line items postings in 3.1 Version

    Hello all,
    Is there any Function Module  for FB01 Vendor line items postings in 3.1 Version. I do not want to go for BDC. Please suggest.
    Thanks,
    Subba

    Hi,
    search for function module ACCPOSTING* or get development class of transaction FB01 and goto SE80, enter development class - and search in function group's function module.
    Cheers.
    ...Reward if useful.

  • Function module for creation of Payment Advice (Trans: FBE1)

    Hi,
    I need to create payment advice using function module.
    Transaction code is FBE1.
    Is there any function module or BAPI for the same?
    Thanks in advance,
    Regards,
    Umesh

    hi,
    this FM will help you.
    <b>EBPP_APAR_BUILD_PAYMENT_ADVICE</b>
    more over this is RFC.
    try this..
    regards
    vijay

  • Standard BAPI or Function Module for FB01posting

    Hi Experts,
    My requirement is as follows.
    Invoice details would be sent across from Middleware to SAP and for which I have developed a Custom Remote Enabled Function Module. The Function Module needs to post the data using FB01 Transaction.
    I had planned for recording a BDC for FB01 and post the data, however, we are on the verge of getting upgraded from 4.7 to ECC 6.0. To avoid problems that we might face for change of screens in ECC 6.0, I would prefer using a BAPI or Function Module for FB01 posting, if available, instead of BDC.
    Data coming from Middleware are as follows.
    HEADER:
    BKPF-BLDAT :  Document Date
    BKPF-BUDAT : Posting Date
    BKPF-XBLNR: Reference (Invoice#)
    BKPF-BLART : Document Type
    BKPF-BUKRS : Company Code
    BKPF-BKTXT : DocHeader Text
    BKPF-WAERS : Currency
    LINE ITEM:
    BSEG-LIFNR : Vendor no
    BSEG-WRBTR - Total amt -Debit/Credit -Vendor
    BSEG-ZUONR : Assignment field
    BSEG-EMPFB : Alternative Payee
    BSEG-UZAWE : Payment Method Supplement
    BSEG-ZTERM : Pmt terms
    BSEG-KOSTL : Costcenter
    BSEG-HKONT : GL AccountNumber
    BSEG-WRBTR : Amount for GL
    BSEG-SGTXT : Line item text
    The Vendor Line Item would be one where as GL line items could me more than one.
    Can any of you suggest me a standard BAPI or Func Mod?
    Points will be awarded for valuable inputs.
    Thanks to all!!!!

    You can use RFBIBL00 program for FB01 postings. Go through the program help on how to use this program.
    This program requires a file to be on application server in a certain format.
    You may also refer the program RFBIBLT0 on how the file format should be.
    Hope this helps.
    Thanks,
    SKJ

  • Function Module for creating ASSET MASTER

    Hi,
    Is there any function module for asset master creation.
    transaction AS01.
    Regards,
    Neslin.

    hi. this is the wrong forum for your question. try to identify the correct forum for your questions please. It'll help you to get good quality answers.
    Anyway, what about ASSET_MASTERRECORD_MAINTENANCE and CREATE_ASSET of function group AIST or some custom function module based upon these?
    anton

  • Function Module For F-04

    Hi
    Is there any function module for F-04 transaction.
    Please help with answers.

    Hi,
    Check the following Exits
    SAPLF051                     Workflow for FI (pre-capture, release for payment)
    RFKORIEX                    Automatic correspondence
    RFEPOS00                   Line item display: Checking of selection conditions
    RFAVIS01                  Customer Exit for Changing Payment Advice Segment Text
    FEDI0001                    Function Exits for EDI in FI
    FARC0002                  Additional Checks for Archiving MM Vendor Master Data
    F180A001                  Balance Sheet Adjustment
    reward if useful
    regards,
    Anji

Maybe you are looking for

  • How to import songs from external drive to itunes in Leopard?

    my computer had issues after installing leopard and i had to erase everything on my computer. since all of my music files from itunes are on my external hard drive, they are safe! but now that i'm starting from scratch on my iBook, how do i tell the

  • Image coming from an xml source and on which we can't click...

    Hi everybody ! Is it possible in LiveCycle Designer ES 8.2 (or in coming version of the software) to disable the click event on ImageField ? I read that it is not possible yet but there is may be another solution to proceed to have an image coming fr

  • SQL Server 2014 Replication: Peer-to-peer replication

    SQL Server 2014 Replication wizard: Peer-to-peer replication -> Agent Security Settings setup only Log Reader Agent Security Settings are available. After I selected replication type and articles only Log Reader Agent Status was available, the Snapsh

  • OCA_DEBUG_ERROR & OCA_DEBUG_SQL

    I want to use OCA_DEBUG_ERROR and OCA_DEBUG_SQL entries to the registry. My DB is Oracle 8.1.6, forms 6.0.8 Please I want to know the way to use it, What I have to do? Thanks. (I am spanish, sorry but my English is bad)

  • Yahoo astra tree (how to get nodeLevel)

    Hello, I'm trying to use yahoo astra tree component ( http://developer.yahoo.com/flash/astra-flash/tree/examples.html) , for abaut 2 weeks, but I've a huge problem, I cant manage a way of get the path frmo root to ne child level of the tree. I need s