IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Date Type in BAPI fields

    Posted Sat July 26, 2003 11:07 AM

    Hi All,

    While mapping my DB table output to the BAPI fields for the dates , basicaly it doesn’t accept the format which i am mapping.

    My format contains , MMDDYYYY , but can anyone let me know how the BAPI fields for the Date is kept , i checked in SAP , SE37 transaction , but the tables details tells mm.dd.yyyy , but i tried that by converting the String in dateFormat by giving “pattern” as “mm.dd.yyyy” , can anyone show me further light on this…

    !!!

    regards
    Ramesh


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Date Type in BAPI fields

    Posted Sat July 26, 2003 12:10 PM

    pass the date as YYYYMMDD

    se37 converts to the date format in your user profile, the actual data supplied even in se37 (look in debug) is sap internal date format

    regards

    graham moisley


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services