Replacement for CONVERT_DATE_INPUT in ECC 6.0

Hi,
I'm working in ECC 6.0. The Function Module CONVERT_DATE_INPUT  is obsolete in ECC 6.0. Please suggest me the correct function module.
Thanks,
Ramya Reddy.

hii
use this
<b>CONVERT_DATE_INPUT
CONVERT_DATE_TO_INTERNAL
CONVERT_DATE_TO_INTERN_FORMAT</b>
To get the Format of the Date:  <b>SLS_MISC_GET_USER_DATE_FORMAT</b>
Otherwise use this simple logic
<b>data: date_1 (8).
write date to date_1 yy/mm/dd.
WRITE LIKP-LFDAT MM/DD/YY.</b>
or using concatenation .
data : date_time(20) value '060102125033'.
data : date(8) , time(8) , count type i.
date = date_time+(6).
time = date_time+6(6).
concatenate date(2) '/' date2(2) '/' date+4(2) into date.
concatenate time(2) ':' time2(2) ':' time+4(2) into time.
write : time , date .
Reward points if helpful
Regards
Naresh

Similar Messages

  • Replacement for HELP_VALUES_GET_WITH_MATCHCODE in ECC 6.0

    Hi Friends,
                    should the FM HELP_VALUES_GET_WITH_MATCHCODE bereplaced with the new one in ECC 6.0 or not.if so what is the replacement for it.Please provide.
    Regards,
    Pradeep P

    Hi,
      HELP_VALUES_GET_WITH_MACO is the one which is obsolete but is called from within the HELP_VALUES_GET_WITH_MATCHCODE function module which is not obsolete. I don't why it is like that, but may be for compatibility reasons, they left it out like that.
    But as of now your function module is not obsolete.
    Regards
    Kiran Sure

  • Replacement  for convert_date_input

    I am facing unicode problem,
    Please help me in replacing the FM CONVERT_DATE_INPUT in ecc6.0

    hii
    use this
    <b>CONVERT_DATE_INPUT
    CONVERT_DATE_TO_INTERNAL
    CONVERT_DATE_TO_INTERN_FORMAT</b>
    To get the Format of the Date:  <b>SLS_MISC_GET_USER_DATE_FORMAT</b>
    Otherwise use this simple logic
    <b>data: date_1 (8).
    write date to date_1 yy/mm/dd.
    WRITE LIKP-LFDAT MM/DD/YY.</b>
    or using concatenation .
    data : date_time(20) value '060102125033'.
    data : date(8) , time(8) , count type i.
    date = date_time+(6).
    time = date_time+6(6).
    concatenate date(2) '/' date2(2) '/' date+4(2) into date.
    concatenate time(2) ':' time2(2) ':' time+4(2) into time.
    write : time , date .
    Reward points if helpful
    Regards
    Naresh

  • 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 for Obsolete Payroll schemas 'KARMC' and 'XEDT' in ECC 6.0

    Hi Experts,
    I am working in a upgradation project. In HR Module (Payroll schema). Any one can help me out what are the replacement for obsolete payroll schemas 'KARMC' and 'XEDT' in ECC 6.0. (These two are there in 4.6C but, not in ECC 6.0)
    Thanks in Advance,
    Ramesh.

    Hi Experts,
    I am working in a upgradation project. In HR Module (Payroll schema). Any one can help me out what are the replacement for obsolete payroll schemas 'KARMC' and 'XEDT' in ECC 6.0. (These two are there in 4.6C but, not in ECC 6.0)
    Thanks in Advance,
    Ramesh.

  • 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 F1F logical database for ECC 6.0

    Hi to all experts.
    What is the replacement for F1F logical database in ECC 6.0.

    Hi,
    it's logical database FMF. More info about conversion is in OSS note 403150.
    Cheers

  • 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

  • Replacement FM for CONVERT_DATE_INPUT

    Hi,
    I needed the replacement function module for "CONVERT_DATE_INPUT" ..
    Thanks
    Vasuki

    Hi
    try out the following function modules:
    CONVERT_DATE_TO_INTERNAL.
    CONVERT_DATE_TO_INTERN_FORMAT.
    Regards,
    Pavan

  • Need replacement for function module "WWW_GET_SCRIPT_AND_HTML"

    Hi,
    We are upgrading the system  from 4.6c to ECC 6. "WWW_GET_SCRIPT_AND_HTML" is flagged as obsolete in the ECC 6 version.Can you please give me a replacement for the above FM.The code is as follows.......thanks in advance
    CALL FUNCTION 'WWW_GET_SCRIPT_AND_HTML'
           EXPORTING
                obj_name = 'SDCAS_XML_TEMPLATE'
           TABLES
                html     = xml_output.
    Thanks n regards,
    Indu

    Hi Indu,
    Did you find the answer? If so could you post it?
    Thanks in Advanced!
    Kind Regards,
    Gerardo J

  • Defaults for IT0016 for China in ECC 6.0 Version

    Hi Friends,
    Greetings to All !!
    I have a requirement to default the values (Contract Type, Probationary period, EE & ER Notice Period) in IT0016 for China in ECC 6.0 Version. We tried to create these defaults through CONTR feature, but failed to achieve the solution.
    Actually, MP001600 screen is been replaced by MP321100 for China in the upgraded version of ECC by SAP.
    Could anyone help us with the solution, how to create defaults for this infotype 16 for China in ECC 6.0 (for screen MP321100)....
    Thanks in Advance,
    Regards,
    P Sai Narayana

    Yes Mr. Kumarpal,
    SAP has provided new screen MP321100 for China in ECC 6.0. If you want further details, please check in the SAP Note 1286584.
    Because of this new change, CONTR feature is not working properly, as expected for china. Please find the details of the Note below.
    SAP Note 1286584 - CN IT0016: Old Notice Period Information Are Not Displayed
    Summary
    Symptom
    After the legal change for China New Labor Contract Law, the Contract
    Element Infotype (IT 0016) for China start using a new screen. The
    Employer/Employee Notice Period fields are chaged to number and unit input
    instead of the old code/description input. This is required for payment in
    lieu of notice calculation.
    The old fields are no longer displayed in IT 0016 for China. However
    customer had maintained information in the old notice period fields might
    need them as a reference to update the new fields.
    More Terms
    Notice period, IT0016, Contract Management
    Cause and Prerequisites
    This is an enhancement of the screen.
    Solution
    Apply the HR support package or the correction instruction of this note.
    The old notice period fieds (P0016-KDGFR and P0016-KDGF2) are drawn on the
    screen as invisible fields. Customer can update the setting in maintenance
    view V_T588M for module pool MP321100 to set the fields as "Optional
    Fields". Thus these two fields can be shown on IT 0016 screen.
    Thanks,
    Sai
    SAP HR Consultant

  • Catalog views for ERP E-Commerce for MySAP ERP ECC 5.0

    We are implementing the R/3 version of CRM-ISA (ERP E-Commerce for MySAP ERP ECC 5.0).
    We need to implement product catalog views to allow filtering based on specific attributes.
    We have created a custom function module Z_ISA_READ_CATALOG_COMPLETE to replace ISA_READ_CATALOG_COMPLETE and  Z_ISA_CUSTOMER_READ_CAT_VIEWS to replace ISA_CUSTOMER_READ_CAT_VIEWS.
    But when we test from ISA the FM Z_ISA_READ_CATALOG_COMPLETE does not get invoked through RFC.
    There is an  SAP NOTE 998453 that we checked but it is still a pilot version.
    Has anyone implemented the catalog views without the notes? Can we do the catalog views without the note? If so, how can we meke custom FM work? Please advice.
    Thanks,
    VK

    Check the following.
    1. The XCM file modification-config.xml replaces both the function modules
    2. The checkbox to use the catalog views is checked for your webshop
    3. Catalog is published to TREX and you are using TREX catalog instead of Memory catalog.
    I don't think these notes work without TREX. I'd be interested in learning if anyone successfully implemented Catalog views with ECC ECO without using TREX.
    - Kishore

  • REPLACEMENT for HAZMAT_GET_DG_UNDEP_TEXT

    can any one tell me the replacement for HAZMAT_GET_DG_UNDEP_TEXT...

    We are upgrading the 4.7 to ECC in the uptimizer sheet i got HAZMAT_GET_DG_UNDEP_TEXT, as obselete. Please let me know any Solution for it.

  • FM replacement for TRANSFER_NAMES_TO_FIELDS

    Hi,
    The FM TRANSFER_NAMES_TO_FIELDS is obsole in ECC 6.Can any one suggest the replacement for this FM.
    Thanks
    Ansari

    hi Ansari,
    You can use <b>F4IF_INT_TABLE_VALUE_REQUEST</b>, Check out the documentation for more info on that FM
    Check out this program too
    BCALV_TEST_FULLSCREEN_CALLS
    Regards,
    Santosh

  • 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