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 ...
define LT_SUM the same as LT_TAB.
LOOP AT LT_TAB INTO LS_TAB.
COLLECT LS_TAB INTO LT_SUM.
ENDLOOP.
This will result in a table that has one entry per description with the number fields summed. Keep in mind that the price will also be added i...
Go to ST22 and it will state which program/screen combination is missing a template in your service. Then generate the template for that screen and you will get to the next screen.