Replacement of FM u201CSKTX_DIRECTORY_FILE_LIST_GETu201D in ECC 6.0

Hi,
In the 4.7 It was been used the function module u201CSKTX_DIRECTORY_FILE_LIST_GETu201D but the same function module is not existing in ECC 6.0.
Could anyone please let me know the replacement of the above function module in ECC6.0.
Thanks in advance.
Venkat

Hi Pushkar,
The method works fine for the presentation server path (on local pc) but its not working for the application server path.
plz let me know do u hv any other alternative for this...
Regards,
Venkata.

Similar Messages

  • Replacement of Function module in ECC 6.0

    Hello All,
    The Function module 'NAMETAB_GET' is shown to be obsolete in ECC 6.0 .
    Please suggest which of the function modules among 'DDIF_FIELDINFO_GET'  and 'DDIF_NAMETAB_GET' can be used as a replacement for the same.
    Also ,it would be helpful if the use of these function modules is mentioned.
    Best Regards,
    Lavanya.

    use          'DDIF_NAMETAB_GET'
    Functionality
    This function module reads the runtime information (nametab) of a table or in general of any type of the ABAP Dictionary. However, the runtime information does not contain any text. You should use the function module DDIF_FIELDINFO_GET to read the runtime information including text (or to determine the domain for table fields).
    The types of the ABAP Dictionary are divided into data elements, structured types and table types.
    A structured type consists of a sequence of components that are each identified by a unique name. A type is defined for each of these components. In addition to the types of the ABAP Dictionary, you can also use the built-in types of the R/3 System (CHAR, NUMC,...) to define the types of the components.
    All its components as well as the fields of its structured components are called the fields of a structured type. The name of a field no longer uniquely identifies it within a structured type. For example, a structured type S could have a structured component F, which itself has a component called F. In this case S would have two fields with the name F. For this reason, its long field name is used to identify a field within a structured type. The long field name is the same as the name of the components for the components of the structured type itself. For the fields of a structured component, the long field name is a concatenation of the name of this structured component, the separator '-' and the long field name of the field in the structured component.
    A field whose type is defined by a data element or a built-in type is also called an elementary type. A structured type whose components are all defined as elementary types is called flat. All other structured types are called deep.
    This module gets the runtime information for the type whose name is defined in the IMPORT parameter TABNAME. If there is no such type, the exception NOT_FOUND is triggered.
    Caution: If the IMPORT parameter ALL_TYPES is not set, only flat structured types are taken into consideration. In this case the exception is also triggered if the specified type is a data element, deep structure or a table type.
    If the IMPORT parameter LFIELDNAME is not initial, only structured types having a field with the long name defined by LFIELDNAME are taken into consideration. The exception NOT_FOUND is triggered for all other types.
    The internal representation of the runtime object is returned in parameters X030L_WA and X031L_TAB. Depending on the type category, this information is then edited in the corresponding parameters (see documentation about the parameters).
    Notes
    1. If parameter LFIELDNAME is not initial, X031L_TAB nevertheless contains the description of all fields of the structured type. The decoded form is only determined for the specified field, and the result is copied to DFIES_WA instead of DFIES_TAB. Since decoding for all the fields often takes up most of the runtime for this module, you should set parameter LFIELDNAME if you only need information about one field of the structured type.
    This module gets the runtime information about a type. This means that only the currently active version of the type is taken into consideration. If none exists, the exception NOT_FOUND is triggered.
    The corresponding function module DDIF_<object type>_GET is used to read the actual definition of a type of the ABAP Dictionary.
    Caution: These read modules are much less efficient than the modules for defining the runtime information. You should therefore only use them if the runtime information is not sufficient.
    2. The documentation for IMPORT parameter GROUP_NAMES describes how to handle named includes.

  • Replacement for FUNCTION 'DYNP_VALUES_UPDATE'in ecc 6.0

    Hi all!
    Can any one please tel me the replacement for FUNCTION 'DYNP_VALUES_UPDATE'which is oboselete in ecc 6.0. I need the revised function module for this in ecc 6.0.

    Where do you have the information from that this function module is obsolete in ECC6. Neither the shortext nor any comments in the code nor the function module documentation states that this is obsolete (which is usually does if it is).
    The only thing that the function module documentation says is that the solution was revised as well as the docu, therefore I can't see why this function module would be obsolete.
    Hope that helps,
    Michael

  • Replacement for FUNCTION 'CONVERT_DATE_INPUT' in ecc 6.0

    Hi all!
    Can any one please tel me the replacement for FUNCTION 'CONVERT_DATE_INPUT' which is oboselete in ecc 6.0. I need the revised function module for this in ecc 6.0.

    Try with this function module - /SAPDII/SPP05_CONVERT_DATE
    Reward if it is useful.
    Thanks,
    Srinivas

  • Replacement of FM u201CPOC_DB_UPDATE_DELETE_DOCIDu201D in ECC 6.0

    Hi,
    In the 4.7 It was been used the function module u201CPOC_DB_UPDATE_DELETE_DOCIDu201D but the same function module is not existing in ECC 6.0.
    Could anyone please let me know the replacement of the above function module in ECC6.0.
    Thanks in advance.
    Venkat

    Hi Venkat
    Please look in to SAP Note  717780 - Function module POC_DB_UPDATE_DELETE_DOCID: Corrections.
    you will get your Solution there.
    Thanks and Regards
    Pushkar Joshi

  • What is the replacement of operation MESSG in ECC 6.0.

    Dear Team:
    Version: 4.6C upgraded to ECC 6.0.
    In a rule, we had an operation MESSG but this is not supporting in ECC 6.0. When we click on Check the Rule, showing a message as "Operation has not been entered in table 52A0". If changed, please let me know what is the new operation ID replaced.
    Thanks and Regards,
    Mallikarjun P

    XMES

  • Replacement for FUNCTION  'SAP_TO_ISO_MEASURE_UNIT_CODE' in ecc 6.0

    Hi all!
    Can any one please tel me the replacement for FUNCTION  'SAP_TO_ISO_MEASURE_UNIT_CODE' which is oboselete in ecc 6.0. I need the revised function module for this in ecc 6.0.

    You can try with this function module OIK_TO_ISO_MEASURE_UNIT_CODE.
    Reward if it is useful.
    Thanks,
    Srinivas

  • Replace of  FM 'HELP_VALUES_GET_WITH_TABLE' in ECC 6.0

    Hi Friends,
                  As iam working in the upgradation project,I wanted to know which function module is replaced in ecc 6.0 for the FM  'HELP_VALUES_GET_WITH_TABLE' that is used in 4.6c

    Check with FM,
    F4IF_INT_TABLE_VALUE_REQUEST
      This FM is used to dsiplay values stored in an internal table as input help.This FM is used to program our own custom help if no such input help exists in ABAP dictionary for a particular field. The parameter VALUE_TAB is used to pass the internal table containing input values.
      The parameter RETFIELD is used to specify the internal table field whose value will be returned to the screen field or RETURN_TAB.
       If DYNPNR,DYNPPROG and DYNPROFIELD are specified than the user selection is passed to the screen field specified in the DYNPROFIELD. If RETURN_TAB is specified the selectionis returned in a table.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
            EXPORTING
                RETFIELD           = field from int table whose value will be returned
                DYNPPROG        = SY-CPROG
                DYNPNR             = SY-DYNNR
                DYNPROFIELD    = 'screen field'
                VALUE_ORG       = 'S'
           TABLES
                VALUE_TAB        = internal table whose values will be shown.
                RETURN_TAB      = internal table of type DDSHRETVAL 
           EXCEPTIONS
                parameter_error    = 1
                no_values_found   = 2
                others                  = 3.
    Regards,
    Maha

  • Replacement transaction for AFBD in ECC 6.0

    We upgraded our system from 4.6C to ECC 6.0.  The AFBD tcode was eliminated.  It RE-created a BDC Session for Depreciation Posting Run.  Does anyone know how this may be done differently in ECC 6.0?  Thank you in advance.

    Hi
    for  AFBD
    just refer this Wiki may get some help.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/erpfi/running%252bdepreciation%252busing%252brabuch00
    Regards
    Abhishek

  • Replacement of FM 'TZ_UTC_SYSTEMCLOCK' in ECC 6.0

    Hi All,
    FM 'TZ_UTC_SYSTEMCLOCK' is obsolete in ECC 6. I searched for other FMs. But I could not find any FM.
    If anyone knows please provide the FM name for this.
    Thanks and Regards,
    Jyothi CH.

    > From SAP prespective how i-way is compatible with ECC 6.0
    I can only repeat myself.
    SAP doesn't know all software on the planet that connects to it, the third party vendors (in your case iWay) only know whether the software does work with a specific release or not. SAP may have notes with specific problems for a certain environment but they don't know whether version X works with SAP version Y (how should they?)
    I would simply give them a call:
    http://www.iwaysoftware.com/solutions/by_integration/sap_adapt.html
    (scroll down to the bottom of the page).
    Markus

  • Obselete function module replacement in ECC 6.0

    Hi SDN,
    Pls let me know the replacement for FM GRAPH_SET_CUA_STATUS. in ECC 6.0.
    Regards,
    Rahul Wagh

    Hi Rahul,
    in [this blog |/people/andrea.olivieri/blog/2010/04/30/community-call-obsolete-function-modules-replacement-matrix-for-ecc-60]published several months ago, I collected my thoughts on this persistent issue.
    In my opinion you can continue to use the FM GRAPH_SET_CUA_STATUS without any problems, confirming that the presence of numerous standard programs that use this method.
    Regards,
    Andrea

  • Follow-Up and Replacement Articles in SAP Retail

    Hi everybody,
    Iu2019m using SAP Retail and I need to maintain Follow-Up and Replacement Articles.
    Iu2019ve created the Follow-Up Categories in the customizing and Iu2019ve assigned replacement article to the original article in transaction WRFFUART.
    Does anyone know how the subsequent process works? If I create a Purchase Order or a Sales Order to the original article, does the system automatically replace it by the replacement Article? Iu2019ve tested this but there was no substitution.
    Thanks in advance,
    SN

    Hi Barbara,
    I am analysing the functions for Follow-Up and Replacement Articles in SAP Retail ECC 6.0 Ehp. 3. I created Substitution profiles (SPRO: Logistics u2013 General -> Material Master -> Retail-Specific Settings -> Settings for Follow-Up/Replacement Material -> Maintain Follow-Up Categories) and assigned replacement article to the original article in transaction (WRFFUART). I also activated Substitution Processing and Start Replacement logic in Background (SPRO: Logistics u2013 General -> Substitution Processing -> Activate/Process Substitution Processing).
    I tested the process steps you posted (ME21N, VL10B, WSUBST_WORKLIST). There was no automatically substitution after creating the outbound delivery. And the transaction WSUBST_WORKLIST just shows u201CNo data available for selectionu201D.
    I analysed the application and found the table WSUBST_WORKLIST. It handles the entries for substitutions. It was empty. When I fill the table manually with data and run the WSUBST_WORKLIST the outbound delivery and the purchase order have a new position with the follow-up article but the original article is still there, unchanged.
    Why did the substitution not start automatically in background and why is the original article still in the purchase order and outbound delivery?
    It is also interesting, that the material quantity changed. The purchase order includes five units of the original article and the substituted article has a quantity of eight. I guess the reason is a rounding value for procurement.
    The ERP 2005 documentation on help.sap.com ([Assigning Follow-Up and Replacement Articles ERP 2005|http://help.sap.com/erp2005_ehp_02/helpdata/en/a2/7c936660dc4da09a3a1d08ee7eeca2/frameset.htm]) describes a conversation factor for the units of measure of the original article and substitution article for each assignment. In the ECC 6.0 documentation ([Assigning Follow-Up and Replacement Articles ECC 6.0|http://help.sap.com/saphelp_erp60_sp/helpdata/en/a2/7c936660dc4da09a3a1d08ee7eeca2/frameset.htm]) this is missing. In the system I also could not find any type of conversation factor for Follow-Up and Replacement Articles.
    Is this option not available in ECC 6.0 or where can I find it?

  • OBSOLETE KEYWORDS IN ECC 6.0

    HI ALL
    PLEASE SEND ME THE REPLACEMENT OF FOLLOWING KEYWORDS IN ECC 6.0
    1. DEFINE
    2. DESCRIBE
    3. IMPORT DIRECTORY INTO 
    4. EXEC SQL 
    5. SUBMIT  
    6. TRANSLATE      
    7. DELETE FROM DATABASE 
    8. ASSIGN

    I DONT KNOW

  • PO replication from SRM to ECC

    Hi,
    We have extended classic scenario in place where PO created in SRM system gets replicated in back end ECC system when it is saved. Can anyone guide me as to how this takes place?
    Actually for one PO, all the units from SRM have been replaced by 1 AU in ECC PO.
    For eg:
    SRM PO -
    > ECC PO
    1200km -
    1 AU
    100hrs -
    1 AU.
    1 Piece----
    1 AU
    etc.
    I want to know why this is happening.

    Check the Material master UoM and then check to Both system setting for the UoM in transaction CUNI, make sure you use the same ISO codes.
    in SRM , check your material master UoM in Tcode COMMPR01, if need you can replicate again the material using R3AR2 and R3AR4.

  • Utilities-  need replacement for FM   ISU_DER_RESET_CROSS_REF_NO

    Hi experts,
    The Function module ISU_DER_RESET_CROSS_REF_NO does not exist in ECC.
    This FM used in 4.7 version and as part of upgradation , I need to retrofit(fix) this.
    I have searched for this FM in the forum, but could not find. Documentation for this FM even in 4.7 version could not be found.
    Please help me to find the replacement for this FM in ECC.

    Hi,
    Any idea what FM 'ISU_DER_RESET_CROSS_REF_NO' does? Check Function Group 'E21DEREG', if any FM is helpful for you.
    Thanks.
    Ravi

Maybe you are looking for