SAP Managed Tags ABAP Development Hi Chin, You need to clear the variable before assign the value. That is why it is taking previous value, if the text is blank for next DO. LOOP AT i_tline INTO k_tline. READ T
Create a tcode for the report. Transport then to QAS and run SAT on it... Then adjust the code for performance, selection screen logic, defaults, authority-checks if not in LDB, etc... Then you have control over it and SQ01 just built the selects for you. ps: the alternative of ...
Hello everybody, I'm making a SAP Query and I'd like to check authorization objects so, I inserted a code in the infoset via SQ02 in 'Record processing' section and
根据Query包的事务代码(T-CODE)查找对应的Query名称(SQ01)、信息集(SQ02)、用户组(SQ03),程序员大本营,技术文章内容聚合第一站。
SAP Managed Tags: ABAP Development Why dont`t you do something like ... <b>Define single field as qty like vbap-kwmeng.</b>In code ... <b>Data:total_qty like clear:total_qty. select kwmeng into qty where vbeln_va = vbap-vbeln and posnr_va = vbap-posnr. total_qty =...
JOIN doesn't work for cluster tables. If the tables are part of a logical database use LDB. Reply sarat_malladi Explorer 2015 Nov 04 4:51 PM 0 Kudos 409 SAP Managed Tags: ABAP Development Try using those two tables in below mentioned section of code and use the third tabl...
SAP Managed Tags: ABAP Development So, in your case what is textclient variable? Is it a string variable? Did you tried with the code that I wrote to you? I can't understand very well why you want to EXIT from the loop after first row. Function READ_TEXT will return a table, wit...