公告: 新浪微博开通,欢迎跟听!SAP酒吧上线, 欢迎加入!

Monthly Archives: 二月 2007

[转]List of Itabs while Debugging

There can be times when you need a list of active internal tables while you are debugging ABAP code.

The first method, lets you see which table required a lot of memory While on debug mode follow the menu path GOTO->Display condition->memory use

阅读全文——共710字

[转]Select Single And Up To 1 Rows

What’s The Difference?

A lot of people use the SELECT SINGLE statement to check for the existence of a value in a database prior to running a large report. Select singles are also used to look up values from a database where that value is going to be constant for the duration of the program run, or the value is being used to validate some user entry.

阅读全文——共4618字