thomas_lambert
Explorer
Member since ‎2004 Apr 11

User Statistics

  • 32 Posts
  • 3 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

In our 620 system we used TEXT_CONVERT_XLS_TO_SAP to upload from an Excel file(.XLS) into SAP format. In our 701 system for Solution Manager the function no longer exists. Does anyone know of a different function or class that has the same function...
If I call an SAP function and it calls subsequent SAP function modules. A few levels into the calls, one of the SAP function modules issues an 'E' level message which dumps back to my main screen with the message at the bottom. This all startes ins...
Fields:StartDate type sy-datum,StartTime type sy-uzeit,EndDate type sy-datum,EndTime type sy-uzeit.Is there an existing function or class where I can compare a start time and date and end time and date to other start/end time and dates to check t...
We are setting up handling units(HU's) to be created at the time of Transfer Order(TO) creation. We have implemented the badi BADI_HU_AUTOPACK. What I am looking for is the way to link the handling unit number with the line items on the TO so that ...