获取上载数据,并将该数据存放于内表ITAB_IN中 中 CALL FUNCTION 'WS_UPLOAD' EXPORTING FILENAME = FLIE_NAME FILETYPE = 'DAT' TABLES DATA_TAB = itab_in EXCEPTIONS CONVERSION_ERROR = 1 FILE_OPEN_ERROR = 2 FILE_READ_ERROR = 3 INVALI
all cost center data (line items) are stored in table COEP, plan/actual is differentiated by "value type" (4 = actual, 1 = plan), CO-Version is differentiated by "version". There are total records created in tables COSP / COSS following the same logic.Answers (1) Former Member ...
0 Kudos 2,278 SAP Managed Tags ABAP Development Hello, How to read change logs of kp26 transaction. I am unable to view the change logs in CDHDR table. COST table contains all the information, but i need changes log history by date. Thanks -Always Learner...
The tables VBHDR, VBDATA, VBMOD is usually ment for what purpose , I have tried to check in table VBHDR , to find wether any record update with transaction KP26 . I have not find , could you please litte eloberate , how can i use these table to find how has deleted KP26 plan da...
SAP Managed Tags: ABAP Development, SAP ERP Hi All, Would like to check if anyone know how the field TOG001 from table COST are updated when we make changes the fixed price value in Tcode: KP26 .Where does the calculation logics behind to update the field values. (eg: where it get...
My cost center's currency is CAD, there should be no exchange rate type that is affecting this right? I checked CAD-USD in table tcurr just to make sure that no exchange rate was affecting this and I didn't find any exchange rate that would make it 1.11. Please helpKnow...
Even when I update the exchange rate in OB08, it does not change the price in the activity type. For example, the old exchange rate was 1EUR to 1.2USD. I updated the exchange rate table to reflect a 1EUR to 1.299USD exchange rate for the current period. When I look in KP26 for...