SAP Managed Tags: ABAP Development hi When you use this statement it will modify the record using the field DATE. LOOP AT I_TABLE_TEMP INTO W_TEMP ... ... MODIFY I_TABLE_TEMP FROM W_TEMP TRANSPORTING DATE. ... .. ENDLOOP. In the above code even if you are going to modify som...
例子 :MODIFY IT_SO_DATA FROM LV_SO_DATA TRANSPORTING EDAT WHERE VBELN = LV_DELI_WEEK-VBELN AND POSNR = LV_DELI_WEEK-POSNR. 二、...sap内存和abap内存的使用 程序一: 程序二:注意:先运行程序一,然后再执行程序二,可以看到传输过去的值......
1,652 SAP Managed Tags: ABAP Development HiKian, . Loop at i_mara. read tablei_makt wherematnr i_mara-matnr. sy-subrc = 0. i_mara-maktx = i_makt-maktx.endif. modify i_ transporting maktx. endloop Ifit is helpfull pls reward . Regards srimanta Reply Former...
SAP Managed Tags: ABAP Connectivity Hi, There is no transport addition in Select statement. Transporing addition is for a. MODIFY ITAB b. READ TABLE ITAB c. LOOP AT ITAB (TRANSPORING NO FIELDS) YOU CAN GET THE DATA ,BY FOLLOWING THIS ORDER. a. open the transcation ABAPDOCU b. at...
Transport a hierarchy InfoPackage for the relevant DataSource into the target BW system. The selections are not transferred because entries for this DataSource do not exist in tables RSOSOHIE and RSOSOHIET. In the target BW system, go to the scheduler. UnderAvailable Hier...
The maintenance screen of transaction SOTR_EDIT has a "Transport" function that enables you to create a request for the current text. The text is transported with all corresponding contexts, and in all languages specified in the language vector ("languageselectionvector")....