APO-DP Function Modules Description.

Hi,
Can I get the description of all Function Modules used in APO-DP.
i.e. just a one liner of what each Function Module does in APO.
Regards,
Vikas

Hi
Check the Table
<b>TFTIT</b>
for all descriptions of the fun modules in SAP
Regards
Anji

Similar Messages

  • Can I work backward from APO CIF function module to ECC Integration Model

    On our APO box, I have activated the "new-style" BAdI which is called by the CIF function module /SAPAPO/CIF_TLANE_INBOUND:
    CALL BADI lr_ref_cif_enhance->inbound_tlane
    How can I find out what the business analysts have to do in their ECC Integration Model
    to make sure that the CIF_TLANE_INBOUND function module is called when the Integration Model is activated (so that the BAdI will also fire)?.
    Our current Integration Model does fire the BAdI /SAPAPO/IF_EX_TR_TRANSFER , but not the "enhance inbound tlane" BAdI called by CIF_TLANE_INBOUND.
    So ...to restate the question:
    How do I figure out what I have to tell the business analysts  to do in their Integration Model to make sure that CIF_TLANE_INBOUND is called when the model is actrivated ???

    Hi David,
    I was away in a long meeting and just came back. A quick check in another R/3 (Enterprise) system showed the following:
    There is no FM in the R/3 Enterprise box as CIF_TLANE_SEND and in APO (SCM4.1)  
    /SAPAPO/CIF_TLANE_INBOUND. This is not surprising esp when I check the other system versions based on which I did the initial research. It was ECC 6.0 with Enterprise Extension DFPS switched on (checked SWF5) and the APO system SCM 5.0.
    Lucky me I checked the internal Sandbox systems instead of my client systems otherwise I would have posted there is no FM CIF_TLANE_SEND
    Forget the SD Scheduling Agreement object I mentioned in the previous reply. That master data object will not trigger FM CIF_TLANE_SEND. I found the correct FM for it CIF_SDLS_SEND on R/3 side and /SAPAPO/CIF_TPSCO_INBOUND on the APO side.
    So you have to necessarily use the BADI or User Exit enhancements for TPSRC and NOT TLANE.
    In any case if its a Contract or Scheduling Agreement or Purchasing Inforecord master in R/3 (or ECC any version) then TPSRC is the FM used to create External Procurement Relationships (txn /SAPAPO/PWBSRC1) in APO during CIF transfer. Also a corresponding Transportation Lane (txn /SAPAPO/SCC_TL1) gets created when the Procurement Relationship is added in APO. Otherwise you can always manually create a transportation lane in APO which is an important master data for External Procurement Order / Requisition creation in APO.
    Hope this helps. I am logging off for today - so no more further digging. But thanks to you I discovered another small "blackbox" of SAP. Will blog on this some time later - till then you can take a look at the [CIF Wiki|https://wiki.sdn.sap.com/wiki/display/SCM/CIF] page.
    Best regards,
    Somnath

  • APO-SNP Function Module Problem

    Hi there,
    we have SCM 5.0.
    Someone called transaction /SAPAPO/SDP94 to run a heuristic on a product at a location.
    The system shows an error message in the status bar: "Function module /SAPAPO/DM_ARC_ORDER_GET called incorrectly: CATTO".
    SAP Note 1029297 describes that error, but it shouldn't exist for SCM/APO 5.0, just for 4.0?
    What can I do here?
    Thanks in advance,
    Matthias
    Message was edited by:
            Matthias Sartor

    Hi Matthias - There is something wrong with the orders that are being selected for the heuristic. Internally the one or more of the orders is missing ATP categories and orderid - perhaps these are not orders that are being selected? Check what transactions exist in the time period you are running the heuristic for and what types of orders the heuristic is selecting.
    Regards
    Andy

  • Know the all function modules & descriptions

    Is there any transaction or table or program to know the all the function modules and its descriptions

    Okay, here is an easier way.  On the main screen of SE37, click on the binoculars (the "Find" button on the top menu).  Now on the next screen just enter the maximum number of hits that you want and click on the execute button. 
    Note: if you want to use table TFDIR to see all entries, use transaction SE16 and on the selection screen for that table you will need to change the maximum number of hits (last field on the screen).
    - April
    Message was edited by:
            April King

  • Function module description

    Is there any website link where I can get information about all the functions used in ABAP...
    EX: I want to know the export,import,...parametes of the function "ALSM_EXCEL_TO_INTERNAL_TABLE"....?

    hi
    link for list of FMs
    its very helpful check this out
    http://www.sapbrainsonline.com/REFERENCES/FunctionModules/SAP_function_modules_list.html
    check this prog donot forget to prepare a flat file
    TYPES: BEGIN OF ty_mara,
             matnr LIKE mara-matnr,
             mbrsh LIKE mara-mbrsh,
             mtart LIKE mara-mtart,
             maktx LIKE makt-maktx,
             meins LIKE mara-meins,
          END OF ty_mara.
    DATA: it_mara TYPE table of ty_mara WITH HEADER LINE.
    parameters : p_file like RLGRAP-FILENAME.
    data : itab type table of ALSMEX_TABLINE WITH HEADER LINE.
    start-of-selection.
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
      EXPORTING
        filename                      = p_file
        i_begin_col                   = 1
        i_begin_row                   = 1
        i_end_col                     = 5
        i_end_row                     = 4
      tables
        intern                        = itab.
    loop at itab.
      CASE ITAB-COL.
        WHEN '1'.
          it_mara-matnr = ITAB-VALUE.
        WHEN '2'.
         it_mara-mbrsh = ITAB-VALUE.
        WHEN '3'.
          it_mara-mbrsh = ITAB-VALUE.
        WHEN '4'.
         it_mara-maktx  = ITAB-VALUE.
        WHEN '5'.
          it_mara-meins = ITAB-VALUE.
      ENDCASE.
    AT END OF ROW.
      APPEND it_mara.
      CLEAR it_mara.
    ENDAT.
      endloop.
    Edited by: prasanth kasturi on Jun 12, 2008 3:01 PM

  • SAVE_TEXT function module ?

    What is the use of SAVE_TEXT function module ?
    What are the parameters to be passed in import & export.
    please explain in details?

    Hi,
    Please search in SCN to get the information.
    Please have a look at the function module description and also where used list to see how it is used.
    Regards,
    Nagaraj

  • Fuction Module Description

    Hi Gurus
    I need to know the one function module description named as "RSPC_VARIANT_DELATE"
    and another doubt is where i can found any function module decryption.
    Thanks for reply...

    Hi,
    In BW goto SE37 Tcode and give Function Module  = RSPC_VARIANT_DELETE and click on Display Button. It will disply the details of FM.
    Click on Attribute Tab and see the description =  Delete variant and in the same way click on each tab and see the details of teh FM.
    Thanks
    Reddy

  • Table for Function Exit Description

    Hi,
    Would appreciate if someone could give me the table where the function exit description is stored.
    To make things clear, Lets say we have a functon Exit named EXIT_...........
    In which table is the description of this function exit maintained.
    Thanks in advance.
    Mick

    Hi Mick,
    The function module descriptions are stored in the table TFDIRT.
    So try to check in this table.
    Sruthi

  • How to check for a function module with its description and functionality

    Hi all,
    How to check for a function module,with its description and its functionality,in detail how can I know the purpose of a particular function module,how to search for a function module which suits my requirement .

    Hi,
    You can search a FM of your requirement by putting in the Key words and searching for a FM. Like * KEYWORD * and then pressing F4.
    Say for example you need to search something regarding converstion.
    Search for * CONVERT * and press F4.
    If there is something specfic like converting date to something you can give
    DATE * CONVERT *
    OR
    CONVERT * DATE *  and press F4.
    Once you narrow down your search you will have a Function module documentation inside the Function module. Please note that all the FMs willl not have documentation.
    Regards,
    Pramod

  • Function module to get table description

    Is there any function module to get table description on passing table name

    Hi,
    We need to use : 'G_RW_TABLE_DESCRIPTION_GET' function module.
    we pass the table name and the language.
    call function 'G_RW_TABLE_DESCRIPTION_GET'
        exporting
          rw_table = p_table
          langu    = sy-langu
        importing
          tab_text = l_tabtext
        exceptions
          others   = 1.
    thanx.

  • DDIF Function Module for getting the description of a BAPI structure

    Hi,
    I need to find a function module that returns the description of a structure...well a BAPI structure, not that that makes any difference.
    The DDIF_ function modules I've tried will all return the descriptions of data elements in tables, but not structures.
    Thanks,
    Tristan

    Check FM : CACS_DBNAME2TABNAME

  • RFC Function module needed for getting table details in APO from R/3

    Hi,
    I need a RFC function module where I can write a query from R/3 to access APO server database table and get the necessary records.
    Regards
    Mac

    Possible ways
    1. Call fm RFC_READ_TABLE and give destination and table name ( But i am not sure how it will work SCIF enviornment of APO)
    or
    2. Create a custom function module in APO side and call from R/3 side using destnation option

  • Function modules for material and description

    Hi,
    Pls let me know the function module for material and description.
    Regards,
    Bala

    Hi,
    Please use FM: MD_MATERIAL_GET_TEXT
    Reagrds
    Raju

  • Need a function module for fetching description of fields in a table

    Hi experts,
    I have a requirement where i need to fetch the descriptions of all the fields of a given database table.
    I am looking for a function module that gives the descriptions of a field. Please suggest a way.
    Points will be rewarded.
    Thanks in advance.

    Use FM DDIF_FIELDINFO_GET to get information about a field. Pass table name and Fieldname.
    Use FM DDIF_FIELDLABEL_GET if you need only the field label.
    Use FM DDIF_TABL_GET for getting information of all fields of a particular table.
    Regards,
    Lakshmi.
    Edited by: Santhanalakshmi V on Jun 11, 2008 5:26 PM

  • Is there any batch function module for '/SAPAPO/MSNP_GET_DRPIO_READ' in APO

    Hi,
    Iam developing a report for APO, wherein I pass matid & locid to the function module '/SAPAPO/MSNP_GET_DRPIO_READ' and get the order details as the o/p from the function module, now these takes place in a loop..endloop for more than 60,000 records which takes much of the processing time, can this be avoided by passing full table of matid,locid to the function module or rather a batch FM for the above mentioned function module.
    Thanks & Regards,
    Sanjay

    HI,
    Try using Function Module:
    DD_DOMA_GET , If it is RFC enabled it can be used for reading the domain,
    Kindlly go through this link below:
    How to get "Fixed Domain Values" from other system by RFC-Call?
    Hope it helps,
    Regards
    Mansi

Maybe you are looking for